@charset "UTF-8";
/* Root Variables
-------------------------------------------------- */
/* Frame
-------------------------------------------------- */
.root {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  left: 0;
  right: 0;
  background-color: #001841;
  background-image: url(../img/background/background-v3-dark-compression.jpg);
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
}

.root.m--sprg-inner {
  padding-top: 1rem !important;
}
.root.m--sprg-inner .header, .root.m--sprg-inner .footer, .root.m--sprg-inner .main-nav, .root.m--sprg-inner .content .content-title, .root.m--sprg-inner .content .tabbar, .root.m--sprg-inner .content-security .two-step .two-step-section.trusted-device {
  display: none !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .root.m--sprg-inner .wrap {
    min-height: calc(100vh - 6rem);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  padding: 0rem 1.5rem 0rem 1.125rem;
  background-color: rgba(11, 25, 69, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 15, 39)), color-stop(73%, rgba(8, 11, 22, 0.126)), color-stop(80.2%, rgba(8, 11, 22, 0.075)), color-stop(86.1%, rgba(8, 11, 22, 0.042)), color-stop(91%, rgba(8, 11, 22, 0.021)), color-stop(95.2%, rgba(8, 11, 22, 0.008)), color-stop(98.2%, rgba(8, 11, 22, 0.002)), to(transparent));
  background: -o-linear-gradient(top, rgb(1, 15, 39) 0%, rgba(8, 11, 22, 0.126) 73%, rgba(8, 11, 22, 0.075) 80.2%, rgba(8, 11, 22, 0.042) 86.1%, rgba(8, 11, 22, 0.021) 91%, rgba(8, 11, 22, 0.008) 95.2%, rgba(8, 11, 22, 0.002) 98.2%, transparent 100%);
  background: linear-gradient(to bottom, rgb(1, 15, 39) 0%, rgba(8, 11, 22, 0.126) 73%, rgba(8, 11, 22, 0.075) 80.2%, rgba(8, 11, 22, 0.042) 86.1%, rgba(8, 11, 22, 0.021) 91%, rgba(8, 11, 22, 0.008) 95.2%, rgba(8, 11, 22, 0.002) 98.2%, transparent 100%);
  z-index: 20;
}
@supports (padding: max(0px)) {
  .header {
    padding-left: max(1.125rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
  }
}
.header .logo {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 12.125rem;
  min-width: 0;
  height: 2.25rem;
  line-height: 0;
  cursor: pointer;
}
.header .logo img {
  width: 100%;
}
.header .logo-cn {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 14rem;
  min-width: 0;
  height: 2.25rem;
  line-height: 0;
  cursor: pointer;
}
.header .logo-cn img {
  width: 100%;
}
.header .utils {
  line-height: 0;
  min-width: 0;
}
.header .utils .util-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  cursor: pointer;
}
.header .utils .util-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .utils .util-btn.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.header .utils .util-btn:last-child {
  margin-right: 0;
}
.header .utils .util-btn > img {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.header .utils .divide {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 1px;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 1rem;
}
.header .utils .avatar {
  line-height: normal;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #E0E0E2;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.header .utils .avatar img {
  text-align: center;
  width: 100%;
}
.header .utils .no-avatar {
  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;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: #001B49;
}
.header .utils .no-avatar span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.header .utils:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.header .comp-dropdown-menu {
  right: -0.5rem;
  min-width: 15rem;
  max-height: calc(100vh - 4.5rem);
  overflow-y: auto;
}
.header .util-service .comp-dropdown-menu {
  width: 26.438rem;
  padding: 1rem 0.5rem 1rem;
}
.header .util-service .comp-dropdown-menu .service-item {
  display: inline-block;
  vertical-align: top;
  width: 8.125rem;
  height: 7rem;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.header .util-service .comp-dropdown-menu .service-item .service-logo {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  margin: 0.5rem auto 0.5rem auto;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.header .util-service .comp-dropdown-menu .service-item .service-logo img {
  width: 100%;
}
.header .util-service .comp-dropdown-menu .service-item .service-name {
  font-size: 0.813rem;
  color: #40464D;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header .util-service .comp-dropdown-menu .service-item:hover .service-logo {
  -webkit-box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.header .util-service .comp-dropdown-menu .service-item:hover .service-name {
  color: #001B49;
  overflow: visible;
  white-space: initial;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.header .util-location .comp-dropdown-menu {
  min-width: 12.5rem;
}
.header .util-setting .comp-dropdown-menu a {
  color: #40464d;
  text-decoration: none;
}
.header .util-setting .comp-dropdown-menu .section-lang .section-items {
  padding-right: 0.5rem;
}
.header .util-setting .comp-dropdown-menu .section-lang .lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .util-setting .comp-dropdown-menu .section-lang .lang-select .select-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header .util-setting .comp-dropdown-menu .section-lang .lang-select .select-ic {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}
.header .comp-dropdown-menu.sub-dropdown-menu {
  z-index: 1;
  right: 14.75rem;
}
.header .comp-dropdown-menu.sub-dropdown-menu .add-scroll {
  max-height: 25rem;
}
.header .comp-dropdown-menu.sub-dropdown-menu.lang-dropdown-menu {
  top: 0.5rem;
}
.header .util-more .comp-dropdown-menu a {
  color: #40464d;
  text-decoration: none;
}
.header .util-more .comp-dropdown-menu .m--section {
  display: none;
}
.header .util-more .comp-dropdown-menu .m--section .m--selection-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--location .section-items {
  width: 20%;
  min-width: 0;
}
.header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--lang .section-items {
  width: 20%;
  min-width: 0;
}
.header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items {
  width: 33.33333%;
  min-width: 0;
  padding: 0.875rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-logo {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
}
.header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0rem 0rem 0rem 0.875rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header .util-account .comp-dropdown-menu {
  width: 18rem;
}
.header .util-account .comp-dropdown-menu .account-section .current-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-img {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 3rem;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-img .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-img .avatar img {
  width: 100%;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-img .no-avatar {
  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;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  background-color: #001B49;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-img .no-avatar span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  overflow: hidden;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-info > .name {
  font-weight: 500;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header .util-account .comp-dropdown-menu .account-section .current-account .account-info > .mail {
  font-size: 0.875rem;
  color: #8a8e94;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header .utils-location-only {
  display: none;
  min-width: 0;
  margin-left: auto;
  line-height: 0;
}
.header .utils-location-only .util-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  min-width: 2.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.header .utils-location-only .util-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .utils-location-only .util-btn.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.header .utils-location-only .util-btn:last-child {
  margin-right: 0;
}
.header .utils-location-only .util-btn > .location-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .utils-location-only .util-btn > .location-group img {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
}
.header .utils-location-only .util-btn > .location-group .current-location {
  font-size: 1rem;
  color: #fff;
  padding-left: 0.125rem;
  padding-right: 0.75rem;
}
.header .utils-location-only:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/* Mobile View only
-------------------------------------------------- */
.sticky {
  z-index: 11;
  display: none;
  position: sticky;
  top: 0;
  font-size: 1.25rem;
  padding: 0rem;
}
.sticky .sticky-menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4rem;
  height: 4rem;
  padding: 0rem 1.5rem;
  border-bottom: 1px solid #eaeaea;
  background-color: #fafafa;
}
@supports (padding: max(0px)) {
  .sticky .sticky-menu-trigger {
    padding-left: max(1.5rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
  }
}
@-moz-document url-prefix() {
  .sticky .sticky-menu-trigger {
    background-color: #fafafa;
  }
}
.sticky .sticky-menu-trigger .trigger-icon {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1rem;
  line-height: 0;
  opacity: 0.3;
}
.sticky .sticky-menu-trigger .trigger-icon img {
  width: 100%;
}
.sticky .sticky-menu-trigger .back-icon {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1rem;
  line-height: 0;
  opacity: 1;
}
.sticky .sticky-menu-trigger .back-icon img {
  width: 100%;
}
.sticky .sticky-menu-trigger .trigger-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.125rem;
  padding-left: 0.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/* 
-------------------------------------------------- */
.wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 0.625rem;
  margin: 0rem 1rem 1rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.footer {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.main-nav {
  float: left;
  width: 16.875rem;
  min-width: 4.5rem;
  height: 100%;
  padding-top: 1rem;
  background-color: #f4f5f7;
  border-right: 1px solid #d9dae3;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav .mainnav-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  padding: 0rem 1rem 0rem 1.5rem;
  margin-bottom: 0.5rem;
  color: #53575c;
  cursor: pointer;
}
.main-nav .mainnav-item .mainnav-icon {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}
.main-nav .mainnav-item .mainnav-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.main-nav .mainnav-item .mainnav-profile {
  background: url("../img/mainnav/ic-mainnav-profile.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-security {
  background: url("../img/mainnav/ic-mainnav-security.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-business {
  background: url("../img/mainnav/ic-mainnav-business.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-contact {
  background: url("../img/mainnav/ic-mainnav-contact.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-app {
  background: url("../img/mainnav/ic-mainnav-app.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-activity {
  background: url("../img/mainnav/ic-mainnav-activity.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-interest {
  background: url("../img/mainnav/ic-mainnav-interest.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-qcloud {
  background: url("../img/mainnav/ic-mainnav-qcloud.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item .mainnav-exit-to {
  background: url("../img/mainnav/ic-mainnav-exit-to.svg") no-repeat 0 0;
  background-size: 3rem 1.5rem;
}
.main-nav .mainnav-item:hover {
  color: #001B49;
}
.main-nav .mainnav-item:hover .mainnav-icon {
  background-position-x: 100%;
}
.main-nav .mainnav-item.active {
  color: #001B49;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(11%, #FFFFFF), color-stop(69%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #FFFFFF 0%, #FFFFFF 11%, rgba(255, 255, 255, 0.9) 69%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 11%, rgba(255, 255, 255, 0.9) 69%, rgba(255, 255, 255, 0) 100%);
}
.main-nav .mainnav-item.active .mainnav-icon {
  background-position-x: 100%;
}

.main-nav.collapse {
  width: 4.5rem;
  overflow: hidden;
}
.main-nav.collapse .mainnav-item .mainnav-label {
  display: none;
}

.main-content {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}

/* Content 內共用
-------------------------------------------------- */
.content {
  font-size: 1rem;
}

.content .content-title {
  /* 主標題 */
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.5rem 2rem;
  min-height: 4.75rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.content .content-title .path-from {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.content .content-title .path-from:hover {
  color: #1352b2;
}
.content .content-title .path-to {
  display: inline-block;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0rem 0.625rem;
  line-height: 0;
}
.content .content-title .path-to img {
  width: 100%;
}
.content .content-title .path-current {
  display: inline-block;
  vertical-align: middle;
}
.content .content-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

/* Tab bar */
.content .tabbar {
  margin: 0.5rem 2rem 0rem 2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content .tabbar {
    overflow: hidden;
  }
}
.content .tabbar ul {
  border-bottom: 1px solid #d9dae3;
}
.content .tabbar .tab-item {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  color: #4f4f4f;
  text-align: center;
  padding: 0rem 0.875rem 0.875rem 0.875rem;
  border-bottom: 2px solid transparent;
  min-width: 5rem;
  min-height: 2.5rem;
  cursor: pointer;
}
.content .tabbar .tab-item:hover {
  color: #2f2f2f;
}
.content .tabbar .tab-item.active {
  color: #2f2f2f;
  border-bottom-color: #2f2f2f;
  font-weight: bold;
}

/* Toolbar */
.content .toolbar {
  position: relative;
  padding: 1.25rem 2rem 1.25rem 2rem;
}
.content .toolbar .comp-select {
  font-size: 0.875rem;
}
.content .toolbar .comp-search .comp-input input[type=text] {
  width: auto;
}

.content .toolbar .col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .toolbar .col-wrapper .col-left, .content .toolbar .col-wrapper .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .toolbar .col-wrapper .func-divide {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 1px;
  height: 2.25rem;
  background-color: #dadce0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.content .toolbar .col-wrapper .comp-select {
  vertical-align: middle;
}
.content .toolbar .col-wrapper .amount-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.content .toolbar .col-wrapper .amount-info .hi-light {
  display: inline-block;
  vertical-align: bottom;
  padding: 0rem 0.5rem;
  font-size: 1.25rem;
  color: #00327D;
}
.content .toolbar .col-wrapper .amount-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
}

.content .toolbar.add-shadow {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
  z-index: 11;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 3740px) {
  html {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1100px) {
  .content .toolbar .col-wrapper .col-right .func-divide {
    display: none;
  }
  .content .toolbar .col-wrapper .col-right .amount-info {
    display: none;
  }
}
/* Mobile View only
-------------------------------------------------- */
@media screen and (max-width: 900px) {
  .root.m--root {
    height: auto;
    min-height: 100%;
    background-image: none;
    padding-bottom: 1rem;
  }
  .header .logo, .header.m--header .logo {
    width: 2.25rem;
    height: 2.25rem;
    background: url("../img/header/acc-icon.svg") no-repeat center center;
    background-size: auto;
    background-size: 2.25rem 2.25rem;
  }
  .header .logo > img, .header.m--header .logo > img {
    display: none;
  }
  .header .utils .util-service, .header .utils .util-location, .header .utils .util-lang, .header .utils .util-setting, .header.m--header .utils .util-service, .header.m--header .utils .util-location, .header.m--header .utils .util-lang, .header.m--header .utils .util-setting {
    display: none !important;
  }
  .header .comp-dropdown-menu, .header .util-service .comp-dropdown-menu, .header .util-account .comp-dropdown-menu, .header.m--header .comp-dropdown-menu, .header.m--header .util-service .comp-dropdown-menu, .header.m--header .util-account .comp-dropdown-menu, .header .util-more .comp-dropdown-menu, .header .util-setting .comp-dropdown-menu {
    position: fixed;
    font-size: 1rem;
    top: 4rem;
    left: 1rem;
    right: 1rem;
    width: auto;
    height: 100vh;
    max-height: calc(100vh - 5rem);
    border: 0;
    border-radius: 0.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
  }
  .header .comp-dropdown-menu .section, .header .comp-dropdown-menu .m--section, .header .comp-dropdown-menu .section-divide, .header .comp-dropdown-menu .m--section-divide, .header .util-service .comp-dropdown-menu .section, .header .util-service .comp-dropdown-menu .m--section, .header .util-service .comp-dropdown-menu .section-divide, .header .util-service .comp-dropdown-menu .m--section-divide, .header .util-account .comp-dropdown-menu .section, .header .util-account .comp-dropdown-menu .m--section, .header .util-account .comp-dropdown-menu .section-divide, .header .util-account .comp-dropdown-menu .m--section-divide, .header.m--header .comp-dropdown-menu .section, .header.m--header .comp-dropdown-menu .m--section, .header.m--header .comp-dropdown-menu .section-divide, .header.m--header .comp-dropdown-menu .m--section-divide, .header.m--header .util-service .comp-dropdown-menu .section, .header.m--header .util-service .comp-dropdown-menu .m--section, .header.m--header .util-service .comp-dropdown-menu .section-divide, .header.m--header .util-service .comp-dropdown-menu .m--section-divide, .header.m--header .util-account .comp-dropdown-menu .section, .header.m--header .util-account .comp-dropdown-menu .m--section, .header.m--header .util-account .comp-dropdown-menu .section-divide, .header.m--header .util-account .comp-dropdown-menu .m--section-divide, .header .util-more .comp-dropdown-menu .section, .header .util-more .comp-dropdown-menu .m--section, .header .util-more .comp-dropdown-menu .section-divide, .header .util-more .comp-dropdown-menu .m--section-divide, .header .util-setting .comp-dropdown-menu .section, .header .util-setting .comp-dropdown-menu .m--section, .header .util-setting .comp-dropdown-menu .section-divide, .header .util-setting .comp-dropdown-menu .m--section-divide {
    display: block;
    margin: 0 1.5rem;
  }
  .header .utils-location-only > .util-location .comp-dropdown-menu {
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 8.75rem;
    max-height: calc(100vh - 4.5rem);
    top: 0.5rem;
    left: auto;
    right: 0rem;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  }
  .header .utils-location-only > .util-location .comp-dropdown-menu .section {
    margin-left: 0;
    margin-right: 0;
  }
  .wrap {
    margin: 0;
    border-radius: 0;
  }
  .m--wrap {
    margin: 0 1rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  .sticky {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    margin-top: -1rem;
    background-color: #00173e;
  }
  .sticky .sticky-menu-trigger {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }
  .main-nav.m--main-nav {
    position: fixed;
    top: 0;
    left: -16.875rem;
    height: 100vh;
    overflow-y: scroll;
    z-index: 55;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .main-nav.m--main-nav.m--main-nav-visible {
    left: 0;
  }
  .main-content.m--main-content {
    overflow: auto;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--location .section-items, .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--lang .section-items {
    min-width: 33.33333% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items {
    min-width: 50% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-logo {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
  }
  .m--mw640-hide {
    display: none !important;
  }
}
@media screen and (max-width: 360px) {
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--location, .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--lang .section-items {
    min-width: 50% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items {
    min-width: 100% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-logo {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
  }
}