body .header .navbar {
  background-color: #007C7C;
  border: 0;
  margin: 0;
  border-radius: 0;	
  font-family: '微軟正黑體', 'Microsoft JhengHei', 'Arial';
}
body .header .navbar .navbar-header {
  position: relative;
  z-index: 11;
  height: 50px;
  width: 100%;
}
body .header .navbar .navbar-header .logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
}
body .header .navbar .navbar-header .logo img {
  height: 36px;
}
body .header .navbar .navbar-header .logo:hover {
  color: #ffffff;
  text-decoration: none;
}
body .header .navbar .navbar-header .navbar-toggle {
  z-index: 10;
  position: relative;
  margin: 0;
  padding: 5px 0 0;
  border: none;
}
body .header .navbar .navbar-header .back {
  margin: 5px 0 0;
  display: block;
}
body .header .my-navbar {
  background-color: #F5F5F5;
  position: fixed;
  width: 275px;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
}
body .header .my-navbar .header {
  background-color: #4CA7A7;
  border: 0;
}
body .header .my-navbar .header .logo {
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0 0 50px;
  line-height: 40px;
  display: block;
}
body .header .my-navbar .header .navbar-toggle {
  z-index: 10;
  position: relative;
  margin: 5px 0 0;
  padding: 0;
  border: none;
}
body .header .my-navbar ul {
  height: calc(100vh - 50px);
  overflow: auto;
  -webkit-margin-start: 15px;
  -moz-margin-start: 15px;
  -o-margin-start: 15px;
  -ms-margin-start: 15px;
  margin-start: 15px;
}
body .header .my-navbar ul li {
  background: url(../images/arrow_detail.svg) calc(100% - 5px) no-repeat transparent;
  border-bottom: 1px solid #E3E3E3;
  font-size: 16px;
}
body .header .my-navbar ul li img {
  opacity: 0.2;
  margin-right: 15px;
}
body .header .my-navbar ul li a, body .header .my-navbar ul li a:hover {
  color: #393939;
  text-decoration: none;
}
body .header .my-navbar ul li.active {
  background-color: #ffffff;
}
body .header .my-navbar ul li.active img {
  opacity: 1;
}
body .header .my-navbar ul li.active a {
  color: #007C7C;
}
body .header .my-navbar.rightIn {
  right: -150%;
}
body .header .my-navbar.rightIn.open {
  right: 0;
}
body .header .black_bg {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 11;
}
body .content .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
  position: relative;
}
body .content .nav-tabs li {
  width: calc(100vw/3);
  text-align: center;
  float: none;
  background-color: #ffffff;
}
body .content .nav-tabs li a {
  font-size: 15px;
  line-height: 44px;
  color: #393939;
  border-radius: 0;
  border: 0;
  padding: 0;
  display: block;
}
body .content .nav-tabs li a:hover {
  background-color: transparent;
}
body .content .nav-tabs li b {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 24px;
  height: 24px;
  padding: 7px 0;
  border-radius: 99px;
  background-color: #E70112;
}
body .content .nav-tabs li + li {
  border-left: 1px solid #dddddd;
}
body .content .nav-tabs li.tabs-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw/3);
  height: 4px;
  background-color: #4CA7A7;
  transition: left .25s;
}
body .content .nav-tabs li.active {
  margin: 0;
  background-color: #F5F5F5;
}
body .content .nav-tabs li.active a {
  border: 0;
  background-color: transparent;
  color: #007C7C;
}
body .content .nav-tabs li.active a:hover {
  border: 0;
}
body .content .nav-tabs li.active b {
  background-color: #B1B1B1;
}
body .content .nav-tabs li:nth-of-type(1).active ~ .tabs-slider {
  left: 0vw;
}
body .content .nav-tabs li:nth-of-type(2).active ~ .tabs-slider {
  left: 33.33333vw;
}
body .content .nav-tabs li:nth-of-type(3).active ~ .tabs-slider {
  left: 66.66667vw;
}
body .content .tab-content {
  background-color: #f1f1f1;
}
body .content .tab-content .tab-pane {
  height: calc(100vh - 50px - 45px);
  overflow-y: auto;
  padding: 20px 15px;
}
body .content .tab-content .tab-pane > p {
  font-size: 16px;
}
body .content .tab-content .tab-pane .floatR {
  float: right;
  font-size: 13px;
}
body .content .tab-content .tab-pane .floatR span {
  color: #848484;
  position: relative;
  padding-right: 5px;
  margin-right: 8px;
}
body .content .tab-content .tab-pane .floatR span:before {
  content: '';
  height: 12px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 15%;
  background-color: #848484;
}
body .content .tab-content .tab-pane .floatR select {
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  height: 26px;
  width: 82px;
  padding: 4px;
  background: url(../images/arrow_down.svg) 100% no-repeat #ffffff;
}
body .content .lists {
  overflow-y: auto;
}
body .content .lists .list {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 20px;
}
body .content .lists .list:nth-of-type(odd) {
  background-color: #f1f1f1;
}
body .content .lists .list:nth-of-type(even) {
  background-color: #fbfbfb;
}
body .content .lists .list .slider {
  width: 48px;
  height: 8px;
  margin-bottom: 12px;
  background-color: #8ADEDE;
}
body .content .lists .list > span {
  float: right;
  font-size: 16px;
  color: #848484;
}
body .content .lists .list > p {
  margin: 0;
  font-size: 16px;
}
body .content .lists .list > p:nth-of-type(1) {
  color: #848484;
  margin-bottom: 5px;
}
body .content .lists .list > p:nth-of-type(2) {
  color: #393939;
  line-height: 26px;
}
body .content .lists .list > p:nth-of-type(2) > span {
  font-size: 20px;
}
body .content .lists .list > p:nth-of-type(3) {
  color: #007C7C;
  line-height: 26px;
  font-size: 17px;
  padding-right: 15%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/arrow_detail_big.svg) 100% no-repeat transparent;
}
body .content .cards {
  background-color: #f1f1f1;
  overflow-y: auto;
}
body .content .cards .card {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #393939;
  margin: 15px;
  padding: 10px 15px;
}
body .content .cards .card .header {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 7px;
}
body .content .cards .card .header > span {
  float: right;
}
body .content .cards .card p {
  margin: 0;
  line-height: 26px;
  font-size: 15px;
}
body .content .cards .card p.text_green {
  font-size: 17px;
}
body .content .cards .card p:nth-of-type(n+2) {
  font-size: 17px;
}
body .content .cards .card p:nth-of-type(n+2) > span {
  color: #393939;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  min-width: 51px;
  text-align: right;
}
body .content .cards .card p:nth-of-type(n+2) > span:before {
  content: '';
  height: 16px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 8%;
  background-color: #393939;
}
body .content .cards .card:active {
  background-color: #F3FFFF;
}
body .content .cards .card:nth-of-type(odd) {
  background-color: #F3FFFF;
}
body .content .cards .card:nth-of-type(even) {
  background-color: #ffffff;
}
body .content .listCards {
  background-color: #f1f1f1;
  overflow-y: auto;
}
body .content .listCards .listCard {
  border-bottom: 1px solid #d8d8d8;
  color: #393939;
  margin: 15px;
  padding: 0 10px 10px;
}
body .content .listCards .listCard .slider {
  width: 48px;
  height: 8px;
  margin-bottom: 10px;
  background-color: #8ADEDE;
}
body .content .listCards .listCard p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  color: #007C7C;
}
body .content .listCards .listCard p > span {
  color: #393939;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  min-width: 96px;
  text-align: right;
}
body .content .listCards .listCard p > span:before {
  content: '';
  height: 16px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 30%;
  background-color: #393939;
}
body .content .listCards .listCard p > input {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 0 10px;
  color: #393939;
  font-weight: 500;
  width: calc(100% - 98px - 40px);
}
body .content .listCards .listCard p:nth-last-child(1) {
  color: #E70112;
}
body .content .listCards .listCard p:nth-last-child(1) span {
  color: #E70112;
}
body .content .listCards .listCard p:nth-last-child(1) span:before {
  background-color: #E70112;
}
body .content .btns {
  margin-top: 17px;
  text-align: center;
}
body .content .btns button {
  padding: 8px 0;
  width: 42%;
  border-radius: 3px;
  background: linear-gradient(180deg, #F5515F 0%, #9F041B 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-shadow: 0 1px 0 #393939;
}
body .content .btns button.gray {
  background: #848484;
}
body .content .btns button:nth-of-type(2) {
  margin-left: 3%;
}
body .content .btns button:focus {
  outline: none;
}
body .content .searchBar {
  background-color: #f1f1f1;
  padding: 15px 0;
}
body .content .searchBar input {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  display: block;
  background: url(../images/search.svg) 100% no-repeat #ffffff;
}
body .content .searchBar input::placeholder {
  color: #BEBEBE;
}
body .content .flatBtn {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  display: block;
}
body .content .boxShadow {
  position: relative;
}
body .content .boxShadow > img {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
body .content .note {
  margin: 20px 10px;
}
body .content .note p {
  border-bottom: 2px solid #BEBEBE;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0 0 3px 5px;
}
body .content .note ul {
  list-style: decimal;
  padding-left: 25px;
  margin: 5px 0 0;
}
body .content .note ul li {
  padding-left: 5px;
  line-height: 23px;
}
body .content .footer {
  border-top: 6px solid #007C7C;
  margin: 20px 0 0;
  padding: 12px 13px 0;
  font-size: 13px;
}
.footer {
  border-top: 6px solid #007C7C;
  padding: 12px 13px 0;
  font-size: 13px;
}
body .content .footer p {
  margin-bottom: 12px;
}
body .content .footer a {
  color: #393939;
  text-decoration: underline;
}
body .content .footer .floatR {
  float: right;
}
body .content .footer .floatR a {
  color: #007C7C;
  text-decoration: underline;
}
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
body select:focus {
  outline: transparent;
}
body input::placeholder {
  color: #BEBEBE;
}
body input:focus {
  outline: none !important;
}
body input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 24px;
  margin: 0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
}
body input[type="radio"] + label {
  display: inline-block;
  background: url(../images/radioBtn_off.svg) no-repeat -3px 4px;
  padding-left: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
}
body input[type="radio"]:checked {
  background-color: transparent;
}
body input[type="radio"]:checked + label {
  display: inline-block;
  background: url(../images/radioBtn_on.svg) no-repeat -3px 4px transparent;
  padding-left: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
}
body input[type="radio"]:focus {
  outline: none;
}
body input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 24px;
  margin: 0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
}
body input[type="checkbox"] + label {
  display: inline-block;
  background: url(../images/checkbox_unselect.svg) no-repeat -7px 0;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
}
body input[type="checkbox"]:checked + label {
  display: inline-block;
  background: url(../images/checkbox_selected.svg) no-repeat -7px 0 transparent;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
}


h2.callout-title {
    border-left: 8px solid #007C7C;
    text-align: left;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    color: #007C7C;
    font-weight: bold;
	margin: -5px;
}

.main-simple {
    position: relative;
    /*display: table-cell;*/
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}
.box-msg {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0px;
    min-height: 100px;
    background-color: #CCF3F3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.25); IE��box shadow������i�[��*/
    font-size: 15px;
    display: table;
    width: 95%;
}

    .box-msg .box-icon {
    float: left;
    margin: 20px 0 0 20px;
    width: 80px;
    ;
    /*height: 58px;*/
    height: 70px;
    background: url('../images/bigicon.svg') no-repeat -72px -9px;
    }

    .box-msg .text {
        padding: 15px 20px 12px 15px;
        /*padding: 15px 18px 15px 20px;*/
        line-height: 24px;
        font-size: 15px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

        .box-msg .text::after {
            display: inline-block;
        }

    .box-msg .text-middle {
        padding: 15px 18px 15px 15px;
        line-height: 22px;
        font-size: 15px;
        display: inline-block;
        /*text-align:left;
        vertical-align: middle;*/
    }

.mainPage {
  background-color: #f1f1f1;
  padding: 10px;
  overflow-y: auto;
  height: calc(100vh - 50px);
}
.mainPage .time {
  color: #393939;
  font-size: 15px;
  line-height: 21px;
  padding: 0 32px;
}
.mainPage .notics > div {
  padding: 15px 10px;
  margin: 8px 0;
  background-color: #ffffff;
  position: relative;
}
.mainPage .notics > div .slider:nth-of-type(1) {
  background-color: #FF8B52;
  height: 30px;
  width: 6px;
  float: left;
}
.mainPage .notics > div .slider:nth-of-type(2) {
  background-color: #4EB7EB;
  height: 30px;
  width: 6px;
  float: left;
}
.mainPage .notics > div p {
  font-size: 15px;
  color: #007C7C;
  margin: 0 15px 0 20px;
  font-weight: 500;
}
.mainPage .notics > div i {
  position: absolute;
  color: #8ADEDE;
  font-size: 24px;
  right: 0;
  top: 21.5px;
}
.mainPage .calendar {
  margin: 8px 0 20px;
}
.mainPage .calendar p {
  color: #393939;
  text-align: center;
  font-size: 16px;
}
.mainPage .calendar .daterow {
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.mainPage .calendar .daterow .row {
  margin: 0;
  width: calc((100vw - 19px)/7*91);
}
.mainPage .calendar .daterow .row .col {
  float: left;
  width: calc((100vw - 19px)/7);
  border-right: 1px solid #d8d8d8;
}
.mainPage .calendar .daterow .row .col > p {
  text-align: center;
  margin: 0 0 4px;
}
.mainPage .calendar .daterow .row .col > p:nth-of-type(1) {
  font-weight: 600;
  font-size: 14px;
  color: #393939;
}
.mainPage .calendar .daterow .row .col > p:nth-of-type(2) {
  font-size: 15px;
  color: #848484;
}
.mainPage .calendar .daterow .row .col > div {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  height: 62px;
}
.mainPage .calendar .daterow .row .col > div > p {
  margin: 10px 12px 6px 4px;
  font-size: 11px;
  color: #ffffff;
  border-radius: 6px;
  position: relative;
}
.mainPage .calendar .daterow .row .col > div > p > b {
  background-color: #E70112;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  border-radius: 99px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 17px;
}
.mainPage .calendar .daterow .row .col > div > p.msg {
  background-color: #FF8B52;
}
.mainPage .calendar .daterow .row .col > div > p.msg.read b {
  background-color: #B1B1B1;
}
.mainPage .calendar .daterow .row .col > div > p.progress {
  height: auto;
  overflow: visible;
  background-color: #4EB7EB;
}
.mainPage .calendar .daterow .row .col > div > p.progress.read b {
  background-color: #B1B1B1;
}
.mainPage .calendar .daterow .row .col.today > p:nth-of-type(2) {
  background-color: #4CA7A7;
  color: #ffffff;
  width: 24px;
  margin: 0 auto 4px;
  border-radius: 99px;
}
.mainPage .calendar .daterow .row .col:active {
  background-color: #ffffff;
}
.mainPage .analysis {
  position: relative;
  padding: 12px 15px;
  margin: 20px 2px;
  background-color: #ffffff;
  border-radius: 8px;
}
.mainPage .analysis > p {
  font-size: 16px;
}
.mainPage .analysis .floatR {
  float: right;
  font-size: 13px;
}
.mainPage .analysis .floatR span {
  color: #848484;
}
.mainPage .analysis .floatR select {
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  height: 26px;
  width: 82px;
  padding: 4px;
  background: url(../images/arrow_down.svg) 100% no-repeat #ffffff;
}
.mainPage .analysis .twoCol {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.mainPage .analysis .twoCol.left {
  border-right: 1px solid #d8d8d8;
}
.mainPage .analysis .twoCol.left .icon {
  margin: 8px auto;
  height: 72px;
  width: 72px;
  background: url("../images/benefits.svg") no-repeat 0 0;
}
.mainPage .analysis .twoCol.right .icon {
  margin: 8px auto;
  height: 72px;
  width: 72px;
  background: url("../images/benefits.svg") no-repeat -432px 0;
}
.mainPage .analysis .twoCol p {
  text-align: center;
  color: #393939;
  font-size: 20px;
}
.mainPage .analysis .twoCol p span {
  color: #007C7C;
}
.mainPage .analysis > img {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.mainPage .footer {
  margin: 30px -10px 0 !important;
}

.policy .lists {
  height: calc(100vh - 50px - 72px);
  background-color: #f1f1f1;
}

.progress {
  height: calc(100vh - 50px - 44px);
  margin-bottom: 0;
}
.progress .nav-tabs li:nth-of-type(1).active a {
  color: #0295C1;
}
.progress .nav-tabs li:nth-of-type(1).active ~ .tabs-slider {
  left: 0vw;
  height: 5px;
  background-color: #0295C1;
}
.progress .nav-tabs li:nth-of-type(2).active a {
  color: #FD9394;
}
.progress .nav-tabs li:nth-of-type(2).active ~ .tabs-slider {
  left: 33.33333vw;
  height: 5px;
  background-color: #FD9394;
}
.progress .nav-tabs li:nth-of-type(3).active a {
  color: #60BB97;
}
.progress .nav-tabs li:nth-of-type(3).active ~ .tabs-slider {
  left: 66.66667vw;
  height: 5px;
  background-color: #60BB97;
}
.progress .tab-pane {
  padding: 0 !important;
}
.progress .cards {
  padding-bottom: 0 !important;
}
.progress .cards .card {
  padding: 15px !important;
}
.progress .cards .card .header {
  padding-bottom: 3px;
}
.progress .cards .card .header p {
  font-weight: 500;
  font-size: 15px;
  color: #848484;
}
.progress .cards .card .header span {
  font-weight: 500;
  font-size: 15px;
  color: #E70112;
}
.progress .cards .card > p {
  text-indent: -87px;
  padding-left: 87px;
  font-size: 16px !important;
}
.progress .cards .card > p > span {
  color: #393939;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  min-width: 68px !important;
  text-align: right;
}
.progress .cards .card > p > span:before {
  content: '';
  height: 16px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 20% !important;
  background-color: #393939;
}

.account .safe-group {
  padding: 20px 0 0;
  text-align: center;
}
.account .safe-group .safe-text {
  background: url(../images/arrow_detail_big.svg) 100% no-repeat transparent;
}
.account .safe-group #safe-icon0 {
  background: url("../images/benefits.svg") no-repeat 0px 0;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.account .safe-group #safe-icon1 {
  background: url("../images/benefits.svg") no-repeat -72px 0;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.account .safe-group #safe-icon2 {
  background: url("../images/benefits.svg") no-repeat -144px 0;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.account .safe-group #safe-icon3 {
  background: url("../images/benefits.svg") no-repeat -216px 0;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.account .safe-group #safe-icon4 {
  background: url("../images/benefits.svg") no-repeat -288px 0;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.account .safe-group #safe-icon5 {
  background: url("../images/benefits.svg") no-repeat -360px 0;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.account .circle-groups .col:nth-of-type(1) {
  margin: 25px 0 41px;
  text-align: center;
}
.account .circle-groups .col:nth-of-type(1) .circle-group {
  position: relative;
  display: table;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.account .circle-groups .col:nth-of-type(1) .circle-group > .circle-loan {
  background-color: #226597;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -o-border-radius: 128px;
  -ms-border-radius: 128px;
  border-radius: 128px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.account .circle-groups .col:nth-of-type(1) .circle-group > .circle-loan > hr {
  margin: 0.5em auto;
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.account .circle-groups .col:nth-of-type(1) .circle-group > .left-text {
  position: absolute;
  left: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #FFB400;
  color: #ffffff;
}
.account .circle-groups .col:nth-of-type(1) .circle-group > .right-text {
  position: absolute;
  right: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #E70112;
  color: #ffffff;
}
.account .circle-groups .col:nth-of-type(2) {
  margin: 25px 0 41px;
  text-align: center;
}
.account .circle-groups .col:nth-of-type(2) .circle-group {
  position: relative;
  display: table;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.account .circle-groups .col:nth-of-type(2) .circle-group > .circle-loan {
  background-color: #FD9394;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -o-border-radius: 128px;
  -ms-border-radius: 128px;
  border-radius: 128px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.account .circle-groups .col:nth-of-type(2) .circle-group > .circle-loan > hr {
  margin: 0.5em auto;
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.account .circle-groups .col:nth-of-type(2) .circle-group > .left-text {
  position: absolute;
  left: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #FFB400;
  color: #ffffff;
}
.account .circle-groups .col:nth-of-type(2) .circle-group > .right-text {
  position: absolute;
  right: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #E70112;
  color: #ffffff;
}
.account .circle-groups .col:nth-of-type(3) {
  margin: 25px 0 41px;
  text-align: center;
}
.account .circle-groups .col:nth-of-type(3) .circle-group {
  position: relative;
  display: table;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.account .circle-groups .col:nth-of-type(3) .circle-group > .circle-loan {
  background-color: #1896BF;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -o-border-radius: 128px;
  -ms-border-radius: 128px;
  border-radius: 128px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.account .circle-groups .col:nth-of-type(3) .circle-group > .circle-loan > hr {
  margin: 0.5em auto;
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.account .circle-groups .col:nth-of-type(3) .circle-group > .left-text {
  position: absolute;
  left: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #FFB400;
  color: #ffffff;
}
.account .circle-groups .col:nth-of-type(3) .circle-group > .right-text {
  position: absolute;
  right: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #E70112;
  color: #ffffff;
}
.account .circle-groups .col:nth-of-type(4) {
  margin: 25px 0 41px;
  text-align: center;
}
.account .circle-groups .col:nth-of-type(4) .circle-group {
  position: relative;
  display: table;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.account .circle-groups .col:nth-of-type(4) .circle-group > .circle-loan {
  background-color: #60BB97;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -o-border-radius: 128px;
  -ms-border-radius: 128px;
  border-radius: 128px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.account .circle-groups .col:nth-of-type(4) .circle-group > .circle-loan > hr {
  margin: 0.5em auto;
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.account .circle-groups .col:nth-of-type(4) .circle-group > .left-text {
  position: absolute;
  left: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #FFB400;
  color: #ffffff;
}
.account .circle-groups .col:nth-of-type(4) .circle-group > .right-text {
  position: absolute;
  right: 0;
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #E70112;
  color: #ffffff;
}
.account .circle-groups .col > span {
  padding: 20px 0 1px 0;
  margin: 0 0 12px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #4CA7A7;
  color: #4CA7A7;
}
.account .oval-groups .oval-group {
  width: 300px;
  height: 128px;
  margin: 35px auto 54px;
  text-align: center;
  position: relative;
}
.account .oval-groups .oval-group:nth-of-type(1) {
  background-color: #FD9394;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -o-border-radius: 128px;
  -ms-border-radius: 128px;
  border-radius: 128px;
}
.account .oval-groups .oval-group:nth-of-type(1) .oval-left, .account .oval-groups .oval-group:nth-of-type(1) .oval-right {
  float: left;
  display: table;
  width: 116px;
  height: 116px;
  -webkit-border-radius: 116px;
  -moz-border-radius: 116px;
  -o-border-radius: 116px;
  -ms-border-radius: 116px;
  border-radius: 116px;
  margin: 5px 10px;
}
.account .oval-groups .oval-group:nth-of-type(1) .oval-left .oval-text, .account .oval-groups .oval-group:nth-of-type(1) .oval-right .oval-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.account .oval-groups .oval-group:nth-of-type(1) .oval-left .oval-text > hr, .account .oval-groups .oval-group:nth-of-type(1) .oval-right .oval-text > hr {
  margin: 0.5em auto;
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.account .oval-groups .oval-group:nth-of-type(1) .oval-right {
  float: right;
  background: rgba(255, 255, 255, 0.25);
}
.account .oval-groups .oval-group:nth-of-type(1) .center-text {
  position: absolute;
  left: calc((100% - 50px)/2);
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #E70112;
  color: #ffffff;
}
.account .oval-groups .oval-group:nth-of-type(2) {
  background-color: #1896BF;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -o-border-radius: 128px;
  -ms-border-radius: 128px;
  border-radius: 128px;
}
.account .oval-groups .oval-group:nth-of-type(2) .oval-left, .account .oval-groups .oval-group:nth-of-type(2) .oval-right {
  float: left;
  display: table;
  width: 116px;
  height: 116px;
  -webkit-border-radius: 116px;
  -moz-border-radius: 116px;
  -o-border-radius: 116px;
  -ms-border-radius: 116px;
  border-radius: 116px;
  margin: 5px 10px;
}
.account .oval-groups .oval-group:nth-of-type(2) .oval-left .oval-text, .account .oval-groups .oval-group:nth-of-type(2) .oval-right .oval-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.account .oval-groups .oval-group:nth-of-type(2) .oval-left .oval-text > hr, .account .oval-groups .oval-group:nth-of-type(2) .oval-right .oval-text > hr {
  margin: 0.5em auto;
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.account .oval-groups .oval-group:nth-of-type(2) .oval-right {
  float: right;
  background: rgba(255, 255, 255, 0.25);
}
.account .oval-groups .oval-group:nth-of-type(2) .center-text {
  position: absolute;
  left: calc((100% - 50px)/2);
  bottom: -1.5em;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #E70112;
  color: #ffffff;
}
.account .oval-groups > span {
  padding: 10px 0 1px 0;
  margin: 0 0 12px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #4CA7A7;
  color: #4CA7A7;
}
.account .footer {
  margin: 30px -15px 0 !important;
}

.bonus {
  height: calc(100vh - 50px);
  overflow-y: auto;
  background-color: #f1f1f1;
}
.bonus .title {
  background-color: #ffffff;
  padding: 20px 10px 0;
}
.bonus .title img {
  float: left;
  width: 40.42px;
}
.bonus .title p {
  margin: 0 0 -1px 3.5em;
  color: #007C7C;
  font-size: 15px;
  font-weight: 600;
  text-align: justify;
}
.bonus .card {
  background-color: #ffffff;
  padding: 10px 45px 0;
  margin: 0;
}
.bonus .card > div {
  position: relative;
}
.bonus .card > div img {
  width: 100%;
}
.bonus .card > div span {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.bonus .card > p {
  margin-top: 13px;
  display: inline-block;
  width: 49%;
  color: #007C7C;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
}
.bonus .card > p + p {
  text-align: right;
}
.bonus .card > p i {
  color: #8ADEDE;
  font-size: 24px;
  margin: 0 -20px 0 10px;
  transition: all 0.15s ease-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bonus .card > p.active i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bonus .card .precautions {
  position: static;
  visibility: hidden;
  margin: 5px -15px 0;
  transition: height 0.35s ease;
  height: 0;
}
.bonus .card .precautions p {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #E70112;
}
.bonus .card .precautions p i {
  font-size: 18px;
  border-radius: 99px;
  margin-right: 5px;
}
.bonus .card .precautions ul {
  list-style: decimal;
  padding-left: 15px;
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
}
.bonus .card .precautions ul li {
  padding-left: 5px;
  line-height: 23px;
  color: #393939;
}
.bonus .card .precautions ul li + li {
  margin: 8px 0;
  padding-top: 8px;
  border-top: 2px solid #dddddd;
}
.bonus .card .precautions.active {
  visibility: visible;
  display: block;
  height: 334px;
}
.bonus .row {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 10px;
}
.bonus .row .col {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc((100% - 21px)/2);
  margin: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}
.bonus .row .col:nth-of-type(2n) {
  margin-left: 0;
}
.bonus .row .col:nth-of-type(1) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) 0px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(2) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -72px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(3) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -144px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(4) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -216px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(5) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -288px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(6) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -360px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(7) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -432px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(8) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -504px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(9) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -576px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(10) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -648px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(11) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -720px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(12) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -792px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(13) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -864px 0px;
  background-size: cover;
}
.bonus .row .col:nth-of-type(14) .icon {
  width: 75px;
  height: 72px;
  margin: 1px auto;
  background: url(../images/plus.svg) -936px 0px;
  background-size: cover;
}
.bonus .row .col > div:nth-of-type(2) {
  background-color: #FDF09D;
  display: table;
  margin: 0;
  height: 46px;
  width: 100%;
}
.bonus .row .col > div:nth-of-type(2) span {
  display: table-cell;
  vertical-align: middle;
}

.inverst .lists {
  height: calc(100vh - 50px - 72px);
  background-color: #f1f1f1;
}

.investment {
  overflow-y: auto;
  height: calc(100vh - 50px);
  background-color: #f1f1f1;
}
.investment .detail {
  padding: 22px 25px;
  background-color: #ffffff;
}
.investment .detail .slider {
  width: 48px;
  height: 8px;
  margin-bottom: 17px;
  background-color: #8ADEDE;
}
.investment .detail > span {
  float: right;
  font-size: 16px;
  color: #848484;
}
.investment .detail > p {
  margin: 0;
  font-size: 16px;
}
.investment .detail > p i {
  position: absolute;
  right: 12px;
  color: #8ADEDE;
  font-size: 32px;
  transition: all 0.4s ease-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.investment .detail > p i.active {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.investment .detail > p:nth-of-type(1) {
  color: #848484;
  margin-bottom: 5px;
}
.investment .detail > p:nth-of-type(2) {
  color: #007C7C;
  line-height: 26px;
  font-size: 17px;
  margin-bottom: 4px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.investment .detail > p:nth-of-type(n+3) {
  color: #393939;
  margin-bottom: 4px;
}
.investment .detail > p:nth-of-type(n+3) > span {
  color: #393939;
  position: relative;
  margin-right: 20px;
}
.investment .detail > p:nth-of-type(n+3) > span:before {
  content: '';
  height: 12px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 30%;
  background-color: #393939;
}
.investment .detail > p.text_green {
  color: #007C7C;
}
.investment .detail > p.text_green.investText {
  visibility: hidden;
  transition: height 0.3s ease;
  height: 0;
}
.investment .detail > p.text_green.investText.active {
  visibility: visible;
  display: block;
  height: 88px;
}
.investment .detail > p.color_f85 {
  color: #FF8B52;
}
.investment .detail.noPadding {
  padding: 17px 25px;
  position: relative;
}
.investment .detail.noPadding p {
  margin: 0;
}
.investment .detail.noPadding i {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.investment .cards {
  padding-bottom: 50px;
}
.investment .investlLists > .floatR {
  padding: 17px 20px 0;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
  color: #393939;
  position: relative;
}
.investment .investlLists > .floatR input {
  top: 21px;
  bottom: 21px;
}
.investment .investlLists .investlList {
  margin: 0 20px 10px;
  border-bottom: 1px solid #d8d8d8;
}
.investment .investlLists .investlList .slider {
  width: 48px;
  height: 8px;
  margin-bottom: 12px;
  background-color: #8ADEDE;
}
.investment .investlLists .investlList > span {
  float: right;
  font-size: 16px;
}
.investment .investlLists .investlList > span.positive {
  color: #E70112;
}
.investment .investlLists .investlList > span.negative {
  color: #44B186;
}
.investment .investlLists .investlList > p {
  color: #393939;
  font-size: 17px;
}
.investment .investlLists .investlList > input[type="number"] {
  width: 48%;
  line-height: 42px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.investment .investlLists .investlList > input[type="number"]:focus {
  border-color: #007C7C;
}
.investment .investlLists .investlList > input[type="number"]::placeholder {
  color: #BEBEBE;
}
.investment .investlLists .investlList > input[type="number"] + input[type="number"] {
  margin-left: 1%;
}
.investment .investlLists .investlList .floatR {
  text-align: right;
  font-size: 16px;
  line-height: 44px;
  color: #393939;
  padding: 0;
  margin: 0;
}
.investment .investlLists .investlList .floatR > span {
  vertical-align: middle;
}
.investment .bar {
  position: fixed;
  background-color: rgba(231, 1, 18, 0.75);
  color: #ffffff;
  font-size: 16px;
  padding: 16px 24px;
  left: 0;
  right: 0;
  bottom: 0;
}

.loan {
  height: calc(100vh - 50px);
  overflow-y: auto;
  background-color: #f1f1f1;
  padding-top: 28px;
}
.loan > .alignR {
  text-align: right;
  color: #848484;
  font-size: 15px;
  padding-right: 20px;
  margin-bottom: -20px;
}
.loan .detail {
  background-color: #ffffff;
  padding: 15px 15px 10px;
  margin: -28px 0 24px;
}
.loan .detail p {
  font-size: 16px;
  font-weight: 500;
  color: #007C7C;
  margin-bottom: 15px;
}
.loan .detail p.text_red {
  color: #E70112;
  margin: 0;
}
.loan .chart {
  position: relative;
}
.loan .chart .floatR {
  position: absolute;
  right: 20px;
  color: #848484;
  font-size: 15px;
}
.loan .chart .canvas-wrapper {
  margin: 0 auto 16px;
}
.loan .lists {
  margin: 10px 20px;
}
.loan .lists .list {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  line-height: 47px;
}
.loan .lists .list t {
  color: #007C7C;
}
.loan .lists .list:nth-of-type(1) {
  font-size: 15px;
  font-weight: 600;
}
.loan .lists .list:nth-of-type(1) d {
  display: inline-block;
  vertical-align: middle;
  border-radius: 99px;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-color: #ED2E33;
}
.loan .lists .list:nth-of-type(1) b {
  font-size: 22px;
  font-weight: normal;
}
.loan .lists .list:nth-of-type(2) {
  font-size: 15px;
  font-weight: 600;
}
.loan .lists .list:nth-of-type(2) d {
  display: inline-block;
  vertical-align: middle;
  border-radius: 99px;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-color: #FEC72E;
}
.loan .lists .list:nth-of-type(2) b {
  font-size: 22px;
  font-weight: normal;
}
.loan .total p {
  color: #393939;
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px 10px;
  padding: 0 10px;
  line-height: 40px;
  border-bottom: 2px solid #007C7C;
  position: relative;
}
.loan .total p span {
  font-size: 36px;
  font-weight: 500;
  color: #E70112;
  position: absolute;
  right: 0;
  bottom: 0;
}
.loan .otp {
  margin: 0 10px 20px;
  padding: 12px;
  background-color: #FFF8D1;
  border-radius: 6px;
}
.loan .otp p {
  font-size: 15px;
  margin: 0;
}
.loan .otp p:nth-of-type(2) {
  margin: 13px 0;
  font-size: 13px;
}
.loan .otp p:nth-of-type(2) input {
  padding: 6px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-left: 10px;
  width: calc(100% - 110px - 45px);
}
.loan .otp p:nth-last-child(1) {
  color: #E70112;
}
.loan > select {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: url(../images/downarrow.svg) 100% no-repeat #ffffff;
  color: #393939;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px;
  width: 87%;
}
.loan > button, .loan .listCards > button {
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  width: 90%;
  border-radius: 3px;
  background: linear-gradient(180deg, #F5515F 0%, #9F041B 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-shadow: 0 1px 0 #393939;
}

.login {
  background-color: #f1f1f1;
  padding-bottom: 25px;
}
.login .card {
  background-color: #007C7C;
  padding: 15px 30px 30px;
  position: relative;
  height: 160px;
}
.login .card img {
  width: 160px;
}
.login .card span {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  right: 45px;
  bottom: 49px;
}
.login .card .slider {
  height: 8px;
  width: 70px;
  background-color: #ffffff;
  position: absolute;
  right: 45px;
  bottom: 30px;
}
.login .inputList {
  padding: 18px 16px;
}
.login .inputList p {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  margin: 0;
  line-height: 40px;
}
.login .inputList p:before {
  content: '';
  height: 16px;
  width: 4px;
  position: absolute;
  left: 5px;
  top: 30%;
  background-color: #BEBEBE;
}
.login .inputList p span {
  float: right;
  font-size: 13px;
  color: #007C7C;
  text-decoration: underline;
}
.login .inputList input {
  width: 90%;
  padding: 11px 10px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.login .inputList img {
  vertical-align: top;
  margin-left: 5px;
  width: 40%;
}
.login > button {
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  width: 90%;
  border-radius: 3px;
  background: linear-gradient(180deg, #F5515F 0%, #9F041B 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-shadow: 0 1px 0 #393939;
}
.login .noteList {
  margin-top: 40px;
  text-align: center;
}
.login .noteList span {
  position: relative;
  color: #007C7C;
  font-size: 15px;
  text-decoration: underline;
}
.login .noteList span + span {
  margin-left: 20px;
}
.login .noteList span + span:before {
  content: '';
  height: 14px;
  width: 1px;
  position: absolute;
  left: -10px;
  top: 10%;
  background-color: #BEBEBE;
}

.forget {
  /*height: calc(100vh - 50px);*/
  overflow-y: auto;
  background-color: #f1f1f1;
}
.forget .porcessBar {
  padding: 20px 0;
  height: 100px;
  text-align: center;
}
.forget .porcessBar > div {
  width: calc( (100vw - 60px)/3 );
  padding: 13px 10px;
  border-radius: 99px;
  margin-left: calc(100%/-4.5);
  text-align: right;
  position: relative;
  display: inline-table;
  bottom: 0;
  color: #ffffff;
  background-color: #BEBEBE;
}
.forget .porcessBar > div t {
  font-size: 24px;
  font-weight: 300;
  z-index: 10;
  position: relative;
}
.forget .porcessBar > div span {
  margin-left: 10px;
  display: none;
  font-size: 18px;
  vertical-align: text-bottom;
  z-index: 10;
  position: relative;
}
.forget .porcessBar > div .bg {
  width: 0;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 99px;
  transition: width 0.6s ease 0.6s;
}
.forget .porcessBar > div:nth-of-type(1) {
  margin: 0;
}
.forget .porcessBar > div:nth-of-type(1) {
  z-index: 4;
}
.forget .porcessBar > div:nth-of-type(2) {
  z-index: 3;
}
.forget .porcessBar > div:nth-of-type(3) {
  z-index: 2;
}
.forget .porcessBar > div:nth-of-type(4) {
  z-index: 1;
}
.forget .porcessBar > div:nth-of-type(5) {
  z-index: 0;
}
.forget .porcessBar > div.active {
  width: calc( (100vw - 60px)/3*2 );
  padding: 13px 5px 13px 15px;
  z-index: 100;
  text-align: left;
}
.forget .porcessBar > div.active .bg {
  width: 100%;
  height: 100%;
  background-color:#E94655;
}
.forget .porcessBar > div.active span {
  display: unset;
}
.forget .porcessBar > div.before {
  text-align: left;
}
.forget .porcessBar > div.before .bg {
  width: 100%;
  height: 100%;
  background-color: #45A19A;
  transition: none;
}
.forget .porcessBar > div.before:nth-of-type(1) {
  z-index: 1;
}
.forget .porcessBar > div.before:nth-of-type(2) {
  z-index: 2;
}
.forget .porcessBar > div.before:nth-of-type(3) {
  z-index: 3;
}
.forget .porcessBar > div.before:nth-of-type(4) {
  z-index: 4;
}
.forget .porcessBar > div.before:nth-of-type(5) {
  z-index: 5;
}
.forget > p {
  margin: 20px 20px 5px 15px;;
  font-size: 16px;
  color: #393939;
}
.forget .clause {
  margin: 10px 16px;
  border: 1px solid #979797;
}
.forget .clause .header {
  line-height: 44px;
  background-color: #ffffff;
  border-bottom: 1px solid #979797;
  position: relative;
  padding: 0 12px;
}
.forget .clause .header label {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.forget .clause .header.click {
  background-color: #FFF8D1;
}
.forget .clause .header.click + .contents {
  height: 0;
}
.forget .clause .contents {
  background-color: #F3FFFF;
  padding: 0 13px;
  height: 264px;
  overflow-y: auto;
  transition: height 0.35s ease;
}
.forget .clause .contents > p {
  font-size: 13px;
}
.forget .clause .contents > p:nth-of-type(1) {
  margin-top: 10px;
}
.forget .clause .contents ul {
  padding-left: 30px;
  font-size: 13px;
  color: #393939;
}
.forget .clause .contents ul span {
  color: #E70112;
}
.forget .clause .contents ul.list_parentheses {
  padding: 0 0 0 2em;
  margin: 0;
}
.forget .clause .contents ul.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
.forget .clause .contents ul.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.forget .clause .contents.chNum ul {
  list-style: cjk-ideographic;
}
.forget .clause .contents.num ul {
  list-style: decimal;
}
.forget .check {
  padding: 20px 10px;
  margin: 0 10px;
  border-bottom: 1px solid #d8d8d8;
}
.forget .check > div {
  line-height: 44px;
  position: relative;
}
.forget .check > div label {
  color: #E70112 !important;
}
.forget .check ul {
  list-style: decimal;
  padding-left: 20px;
  font-size: 15px;
  color: #393939;
}
.forget.login .inputList {
  margin: 20px 16px;
  padding: 10px 0 0;
  border-top: 1px solid #dddddd;
}
.forget.login .inputList > div {
  padding: 0 16px 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.forget.login .inputList > div > div {
  position: relative;
  line-height: 44px;
}
.forget.login .inputList > div > div input {
  padding: 0;
  margin: 0;
  border: 0;
}
.forget.login .inputList > div.text_red {
  line-height: 21px;
  padding-bottom: 13px;
}
.forget.login .inputList > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/downarrow_green.svg) calc(100% - 3px)/25px no-repeat #ffffff;
  display: inline-block;
  width: 49%;
  height: 44px;
  margin: 0;
  padding: 11px 8px;
  color: #393939;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.forget.login .inputList > select option:first-child {
  display: none;
}
.forget.login .inputList .notic {
  list-style: disc;
  color: #E70112;
  margin: 11px 21px;
  font-size: 15px;
  line-height: 21px;
  display: none;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
.forget.login .inputList span.text_green {
  font-size: 16px;
  color: #007C7C;
  float: none;
  text-decoration: none;
  margin-left: 2em;
}
.forget.login .inputList hr {
  margin: 10px 0 15px;
  border: 0;
  border-top: 1px solid #dddddd;
}
.forget .width100 {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
  margin: 20px !important;
}
.forget .width100 button {
  display: block;
  width: 100% !important;
}
.forget .width100 button + button {
  margin: 15px 0 0 0 !important;
}
.forget .width100 button.green {
  background: linear-gradient(0deg, #007C7C 0%, #4CA7A7 100%);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body .text_black {
  color: #393939;
}
body .text_green {
  color: #007C7C;
}
body .text_red {
  color: #E70112;
}
body .color_4aa {
  color: #4CA7A7;
}
.text-red {
    color: #E70112;
}
/*�����B�z���J�ʵe*/
.loader-wrap {
    display: none;
    position: fixed;
    z-index: 90000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.7);
}

.loader-wrap .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #007B7C;
    border-right: 10px solid #50ADAD;
    border-bottom: 10px solid #84DADB;
    border-left: 10px solid #CAF2F2;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 0.8s linear infinite;
    -moz-animation: spin 0.8s linear infinite;
    -ms-animation: spin 0.8s linear infinite;
    -o-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-wrap .loader .loadimg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*���J�ʵe���]�w*/
@-webkit-keyframes spin {
    0% {
        /*-webkit-transform: rotate(0deg);*/
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        /*-webkit-transform: rotate(360deg);*/
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (min-device-width: 320px) {
  .bonus .card .precautions.active {
    height: 400px;
  }
}
@media only screen and (min-device-width: 360px) {
  .bonus .card .precautions.active {
    height: 335px;
  }
}
@media only screen and (min-device-width: 432px) {
  .bonus .card .precautions.active {
    height: 290px;
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}

.text-greendark {
    color: #007C7C;
}
/*# sourceMappingURL=mobile.css.map */
.box-model {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.3);
    /*��ܰʵe�ĪG*/
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

    .box-model .box-popup,
    .box-model .box-alert {
        position: relative;
        /*margin: 10% auto;*/
        margin: 7% auto;
        padding: 0;
        width: 95%;
        height: auto;
        /*overflow-y: no-display;*/
        background-color: #FFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #BEBEBE;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
        padding-bottom: 56px;
        font-size: 15px;
    }

        .box-model .box-alert .popup-icon {
            display: inline-block;
            background: url('../images/form_alert.svg') no-repeat 0 0;
            margin: 7px 0 0 12px;
            padding-left: 40px;
            /*width: 30px;*/
            height: 30px;
            z-index: 1;
        }

        /*��w�n�X�T������*/
        .box-model .box-alert .logout-popup-icon {
            display: inline-block;
            background: url('../images/form_clock.svg') no-repeat 0 0;
            margin: 7px 0 0 12px;
            padding-left: 40px;
            /*width: 30px;*/
            height: 30px;
            z-index: 1;
        }
            /*��w�n�X�T������*/
            .box-model .box-alert .logout-popup-icon span {
                /*��ܦbicon���䪺��r*/
                line-height: 30px;
                width: 100%;
            }

    .box-model .popup-title {
        display: inline-block;
        margin: 7px;
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
    }

    .box-model .box-popup .row,
    .box-model .box-alert .row {
        display: inline-block;
        padding: 7px 20px;
        float: right;
    }

        .box-model .box-popup .row span,
        .box-model .box-alert .row span {
            display: inline-block;
            padding: 3px;
            color: #848484;
            opacity: 0.7;
            cursor: pointer;
        }

            .box-model .box-popup .row span:hover,
            .box-model .box-alert .row span:hover {
                text-decoration: none;
                opacity: 1;
                cursor: pointer;
            }

    .box-model .box-popup .text,
    .box-model .box-alert .text {
        clear: both;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 19px;
        color: #393939;
    }

    .box-model .box-popup hr {
        width: 100%;
        border: 0;
        height: 0;
        margin: 0;
        border-top: 6px solid #8ADEDE;
        float: left;
    }

    .box-model .box-alert hr {
        width: 100%;
        border: 0;
        height: 0;
        margin: 0;
        border-top: 6px solid #E70112;
        float: left;
    }

input[type=button].btnform-cancel,
input[type=button].btnform-previous {
    display: inline-block;
    width: 100%;
    /*min-width: 20%;*/
    min-width: 120px;
    padding: 12px 0;
    margin: 5px 0% 5px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    /*background-color: #848484;*/
    background: linear-gradient(180deg, #848484 0%, #848484 0%);
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
}

input[type=button].btnform-insert,
input[type=button].btnform-delete,
input[type=button].btnform-deleteall,
input[type=button].popup-ok {
    display: inline-block;
    width: 100%;
    /*min-width: 20%;*/
    min-width: 120px;
    /*padding: 5px 2px;*/
    padding: 8px 2px;
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    /*background-color: #F5F5F5;*/
    background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 0%);
    font-size: 15px;
    line-height: 15px;
    color: #007C7C;
    cursor: pointer;
}

input[type=button].popup-cancel {
    display: inline-block;
    width: 100%;
    /*min-width: 20%;*/
    min-width: 120px;
    padding: 5px 2px;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 15px;
    line-height: 15px;
    color: #007C7C;
    cursor: pointer;
}

input[type=button].btnform-insert:hover,
input[type=button].btnform-delete:hover,
input[type=button].btnform-deleteall:hover,
input[type=button].popup-ok:hover {
    background-color: #E9E9E9;
}



/*-- 2021/11/05 手機版MID新增樣式 --*/
.msg-mid {
  position: relative;
  font-size: 15px;
  margin:  0 16px 20px;}

.msg-mid ul{
  padding-left: 30px;
  margin: 10px 0;
  color: #ED2E33;}

.msg-mid ul li{list-style: square;}

.forget.login .inputList > div{border-bottom: 0;}
.login .inputList > p > span.mustfill_red{
  float: initial;
  text-decoration: none;
  color: #ED2E33}

/*訊息，提示說明*/
.msg-mid ul li >.tooltip{
  display: inline-block;
  position: absolute;
  /*width: 100%;*/
  opacity: 1;}

.msg-mid ul li >.tooltip .tooltiptext{
  width: 200px;
  position: absolute;
  top: 20px;
  left: -100px;
  color: #fff;
  background: #6accc7;
  padding: 10px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;}

#msg-mid-tooltip:hover ~ .tooltiptext{opacity: 1;}

/*密碼設定提示*/
.mid-mytooltip{
  position: absolute;
  top: 12px;
  left: 90px;
  display: inline-block;
  width: auto;
  height: auto;}

.mid-mytooltip > .tooltiptext{
  position: absolute;
  width: 200px;
  color: #fff;
  background: #6accc7;
  padding: 10px;
  left: 30px;
  border-radius: 6px;
  line-height: 20px;
  opacity: 0;
  pointer-events: none;}

#qMark:hover ~ .tooltiptext{
  display: inline-block;
  opacity: 1;}

/*-- 行動電話選擇 --*/
.mobileOption-wrap{
  position: relative;
  display: block;
  box-sizing: border-box;}

.mobileOption-wrap > input{display:none;}
.mobile-option{
  display:inline-block;
  padding: 5px 20px;}

.table-simple-wrap table.table-simple tbody tr th.certify-th{
  vertical-align: top;
  padding-top: 15px;}

.certifyOption-wrap{
  text-align: center;
  display: inline-block;;
  justify-content: space-around;
  width: 100%;
  vertical-align: top;
  padding: 5px 0 !important;
  margin-bottom: 0 !important;}

.certifyOption-wrap > input[type=radio]{display:none;}
.certifyOption-wrap .certify-m1,
.certifyOption-wrap .certify-m2{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  width:48%;
  font-size: 16px;
  font-weight: 600 !important;
  padding: 10px 5px; 
  margin: 2px; 
  line-height: 40px;
  background: #fff;
  border: 1px solid #45a19a;
  border-radius: 6px;
  color: #45a19a !important;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;  }

.certifyOption-wrap .certify-m1:hover,
.certifyOption-wrap .certify-m2:hover{
  background: #45a19a;
  border-color: #45a19a;
  color: #fff !important;}

#certify1:checked ~ .certify-m1,
#certify2:checked ~ .certify-m2{
  background: #45a19a;
  border-color: #45a19a;
  color: #fff !important;}

  #certify2:checked ~ .certify-m1,
  #certify1:checked ~ .certify-m2{
    background: #fff;
    padding-left: 5px !important;}

/*-- 選擇提示箭頭 --*/
.select-arrow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color:  #45a19a transparent transparent transparent;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;}
 
/*-- 行動電話號碼及E-MAIL驗證區塊 --*/
.certifyOption-wrap > div{
  position: relative !important;
  display: inline-block;
  height: auto;
  width: calc(96% + 10px);}

.certifyOption-mobile, 
.certifyOption-mid{
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 25px;
  margin-top: 5px;
  background: #e9e9e9;
  overflow: hidden;
  transition: 0.5s;
  top: 50px;
  left: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: 6px;
  position: absolute !important;}

.certifyOption-mobile > div,
.certifyOption-mid > div {
  position: relative;
  text-align: left;
  margin: 10px 0;}

.certifyOption-mobile h3,
.certifyOption-mid h3{
  position: relative;
  display: block;
  text-align: left;
  margin: 0 5px;}

h3 > .mustfill_red{color: #ED2E33;}

.certifyOption-mid > div > div{display: block;}
.certifyOption-mid > div > div > select{margin-right: 10px;}

.certifyOption-mid > span{
  display: block;
  text-align: left;
  line-height: 24px;
  color: #ED2E33;
  font-size: 14px;
  font-weight: 900;
  padding-left: 10px;}

#certify1:checked ~ div > .certifyOption-mobile{
  opacity: 1;
  top: 0;
  position: relative !important;
  pointer-events: initial !important;}

#certify2:checked ~ div > .certifyOption-mid{
  opacity: 1;
  top: 0;
  position: relative !important;
  pointer-events: initial !important;}

#certify1:checked ~ .certify-m1 > .select-arrow{opacity: 1;}
#certify2:checked ~ .certify-m2 > .select-arrow{opacity: 1;}

/*-- 行動電話號碼及E-MAIL選項樣式 --*/
.certifyOption-mobile > div > input[type=radio], 
.certifyOption-mid > input[type=radio]{display: none;}
.certifyOption-mid > div > .ddl-wrap select {
  vertical-align: middle;
  position: relative;
  background: url('../images/ddl-down-arrow.svg') no-repeat 95% 50%;
  padding: 0px 32px 0px 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #393939;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;}

.inputList .certifyOption-wrap > div > .certifyOption-mid > div > input,
.inputList .certifyOption-wrap > div > .certifyOption-mid > div > div > input{
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dddddd ;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;}

label.phone1, label.phone2,
label.email11, label.email12,
label.phone3, label.email13{
  text-align: left;
  position: relative;
  display: block !important;
  font-size: 16px !important;
  padding: 0 20px 0 40px;
  background: url(../images/radiooff.svg) left no-repeat !important;
  background-size: contain;
  color: rgba(51, 51, 51, 0.6);
  border-radius: 3px;
  transition: 0.5s;
  cursor: pointer;
  height: 40px;
  line-height: 40px;}

.certifyOption-mobile > div >label:nth-of-type(1){ margin-right: 10px;}
.certifyOption-mobile > div:nth-of-type(2) >label:nth-of-type(2){ margin-top: 10px;}

#phone1:checked ~ .phone1,
#phone2:checked ~ .phone2,
#phone3:checked ~ .phone3,
#email11:checked ~ .email11,
#email12:checked ~ .email12,
#email13:checked ~ .email13{
  color: #333;
  background: url(../images/radioon.svg) left no-repeat !important;
  background-size: contain;}

/*-- 調整：取消作業、確認送出 按鈕樣式 (和台壽官網一致) --*/
/*- 取消鈕 -*/
body .content .btns > button{vertical-align: middle;}
body .content .btns button.gray,
.popUpbtn-wrap button.gray{
  color: #00726a;
  font-weight: 700;
  font-size: 17px;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px ;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:1px solid #00726a;
  background: #fff;
  transition:all 0.5s ease-in-out;
  text-shadow: none;}

body .content .btns button.gray:active,
body .content .btns button.gray:hover,
.popUpbtn-wrap button.gray:hover{
  border-color: transparent;
  background-image: linear-gradient(105deg,#008680,#00726a);
  color: #fff;}

/*- 確認送出鈕 -*/
body .content .btns button, .popUpbtn-wrap button{
  font-size: 18px;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px ;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 20px;
  min-width: 120px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  border: 1px solid transparent;
  color: #fff;
  background-image: linear-gradient(
105deg,rgb(0, 133, 126),rgb(0, 114, 106));
  transition:all 0.5s ease-in-out;
  text-shadow: none;
  margin: 0 5px;}

body .content .btns button:active,
body .content .btns button:hover,
.popUpbtn-wrap button:hover{
background-image: linear-gradient(
180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),linear-gradient(
105deg,rgb(0, 134, 128),rgb(0, 114, 106));}

.login .inputList h3{
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  margin: 0;
  line-height: 40px;}
    
.login .inputList h3::before{
  content: '';
  height: 16px;
  width: 4px;
  position: absolute;
  left: 5px;
  top: 30%;
  background-color: #BEBEBE;}

/*-- 警示文字樣式 --*/
.certifyOption-mobile .notice-red{
  display: block;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #ED2E33;
  display: none;}

.certifyOption-mid > div:nth-of-type(1) > span.notice-red{
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #ED2E33;
  padding-left: 10px;
  margin-top: 5px;
  display: none;}

.certifyOption-mid > div > span.notice-red{
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ED2E33;
  padding-left: 4px;
  display: none;}

/*備註調整*/
body .content .note{box-sizing: border-box;}
body .content .note ul{width: 100%;}

/*-- 行動身分識別(Mobile ID)認證 PopUp --*/
.popUp-wrap{
  display: inline-block;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: 0.5s;
  animation: popUpShow-ani 0.8s ease;
  display: none;}
  /*蓋版用動畫*/
  @keyframes popUpShow-ani{
      0%{opacity: 0;}
      100%{opacity: 1;}
  }

.popUp-wrap .popUp{
  text-align: center;
  position: absolute;
  width: 95%;
  box-sizing: border-box;
  height: 85%;
  max-width: 730px;
  max-height: 645px;
  padding: 20px 10px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.4);
  -webkit-box-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.4);} 

.popUp-wrap .popUp > h2{
  text-align: center;
  color: #007C7C;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  white-space: pre-line;}

.popUp-wrap .popUp > p {
  margin: 0;
  font-size: 15px;
  color: #E70112;
  font-weight: 600;
  text-align: center;
  line-height: 24px;}

.popUp-wrap .popUp .popUp-content p{margin-top:0;}
.popUp-wrap .popUp .popUp-content{
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 120px);
  padding: 0 20px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;}

.popUp-wrap .popUp .popUp-content ol{
  box-sizing: border-box;
  height: calc(100% - 120px);
  padding: 20px 20px 20px 40px;
  border-radius: 3px;
  background: #eeeeee;
  overflow-y: auto;}

.popUp-wrap .popUp .popUp-content ol li{
  list-style-type: square;
  margin-bottom: 10px;}

.popUpbtn-wrap{
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 10px 0 20px;}

.popUpbtn-wrap input[type=button]{
  width: 150px;
  margin: 0 10px;}

/*-- RWD設定 --*/
@media screen and (max-width: 630px){
  .certifyOption-wrap .certify-m1,
  .certifyOption-wrap .certify-m2{
    line-height: 20px;
    white-space: pre-line;
  }
}

@media screen and (max-width: 470px){
  #certify2:checked ~ .certify-m1,
  #certify1:checked ~ .certify-m2{
    padding-left: 5px !important;}
}
  
@media screen and (max-width: 375px){
  .msg-mid ul li >.tooltip .tooltiptext{
    transition: 0.2s;
    left: -185px;}

}

@media screen and (max-width: 350px){
  .certifyOption-wrap .certify-m1, 
  .certifyOption-wrap .certify-m2{
    width: 46%;
    padding: 15px 20px !important;}

  #certify2:checked ~ .certify-m1,
  #certify1:checked ~ .certify-m2{padding-left: 20px !important;}    

  .certifyOption-wrap .certify-m1, 
  .certifyOption-wrap .certify-m2{
    white-space: initial;}
}
  
@media screen and (max-width: 330px){
  body .content .btns {padding: 0 !important;}
}
