
* {
  font-family: 'Roboto',  'Noto Sans TC', sans-serif;
  line-height: 1.6 !important;
}



p {
  margin: 0 !important;
  padding: 0 !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
    list-style: revert;
}

input, button, select, input[type="text"] {
  border: 0;
  outline: none;
  background-color: transparent;
}

input:invalid {
  border: 2px solid #DB2828;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: auto;
  padding: 0;
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 375px) {
  .container {
    width: calc(100% - 30px);
  }
}

.wrapper .header .nav-bar .nav-right .icon-down .link-icon a {
  color: #fff;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.flex-row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.width-100 {
  width: 100%;
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.grid-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

@media (min-width: 576px) {
  .grid-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .grid-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .grid-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .display-lg-block {
    display: block !important;
  }
  .display-lg-none {
    display: none !important;
  }
	.d-lg-none{
		display: none !important;
	}
}

.form-item {
  margin-bottom: 25px;
}

.form-item label {
  font-size: 18px;
  color: #444444;
  margin-bottom: 5px;
  display: block;
}

.form-item label .highlight {
  color: #E22020;
	padding-left: 3px;
}

.form-item input, .form-item select {
  width: 100%;
  height: 55px;
  background-color: #F9F8F6;
  border-radius: 10px !important;
  font-size: 18px;
  padding: 0 10px;
  border: 1px solid #c5972b  !important;
}

.form-item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/awesome-angle-down.svg);
  background-size: 8px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.form-item_remark {
  font-size: 15px;
  margin: 0;
  color: #E22020;
  margin-top: 5px !important;
}

.form-item.bggold input {
  background-color: #F9F8F6;
}

.form-item .select2-container {
  width: 100% !important;
}

.btn-common {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
	cursor: pointer;
}

    .btn-common:hover {
        opacity: 0.8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-common:disabled,
.btn-common[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none;
}

.btn-gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#E1C17F), to(#B8844C));
  background: linear-gradient(to bottom, #E1C17F 0%, #B8844C 100%);
}

.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#C88016), to(#D54737));
  background: linear-gradient(to bottom, #C88016 0%, #D54737 100%);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.title {
  color: #7E4300;
  font-size: 60px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
  text-shadow: 0 3px 6px #fff;
  text-align: center;
	line-height: 1.2 !important;
}

.title-second {
  /*text-align:center;*/
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .title {
    font-size: 52px;
  }
}

@media screen and (max-width: 991px) {
  .title-second {
    font-size: 26px;
  }
}

.main {
  padding-top: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F7F7), to(#F3EADE));
  background: linear-gradient(to bottom, #F8F7F7 0%, #F3EADE 100%);
}

.main_bg {
  background-image: url(../images/bgimg.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  .main {
    padding-top: 62px;
  }
  .main_bg {
    background-size: auto 550px;
  }
}

.breadcrumb {
  padding: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li {
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 3px 0;
	font-size: 14px;
}

.breadcrumb li a:not(.breadcrumb_home) {
  opacity: 0.3;
}

.breadcrumb li a.active {
  opacity: 1 !important;
}

.breadcrumb li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../images/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb_home img {
  width: 21px;
}

.manytexts {
  background-color: rgba(255, 255, 255, 0.71);
  padding: 35px 35px 17px;
  color: #2E2E2E;
}

.manytexts h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.manytexts p {
  margin-bottom: 10px !important;
}

.contentBox {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 15px 15px;
}

.contentBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#E7B56E), color-stop(50%, #FEECA1), color-stop(75%, #BA8852), to(#A25F18));
  background: linear-gradient(to right, #E7B56E 0%, #FEECA1 50%, #BA8852 75%, #A25F18 100%);
  top: 0;
  left: 0;
}

.table {
  width: 100%;
  margin-bottom: 15px;
}

.table_main {
  width: 100%;
  text-align: left;
  padding: 0 5px !important;
  margin: 0;
}

.table_main span {
  padding: 0;
  background-color: transparent;
  display: block;
}
.table_title_content.table_main span{
	line-height: 1.3 !important;
}
.table_content_content.table_main span{
	line-height: 1.4 !important;
}
.table_main.table_num {
  width: 10%;
}

.table_main.table_name {
  width: 32%;
}

.table_main.table_bank {
  width: 20%;
}

.table_main.table_branch {
  width: 11%;
}

.table_main.table_account {
  width: 27%;
}

.table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 13px 10px;
}

.table_title_content {
  font-size: 16px;
  font-weight: normal;
}

.table_content {
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}

.table_content_content {
  font-size: 18px;
}

.table_remove {
  padding: 0 !important;
}

.table_title .moneytitle,
.table_content .money {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 18px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    margin-bottom: 32px;
  }
  .table_main {
    text-align: left;
    white-space: inherit;
    padding: 0 15px;
    width: 100% !important;
  }
  .table_main:nth-child(even) {
    background-color: #F9F9F9;
  }
  .table_main:last-child {
    border: 0;
  }
  .table_row {
    display: block;
    padding: 0;
    width: 100%;
  }
  .table_title {
    width: 100px;
  }
  .table_title_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 68px;
    border-bottom: 1px solid #D6D6D6;
  }
  .table_title_content span {
    color: #7D7D7D;
    font-size: 16px;
  }
  .table_content {
    width: calc(100% - 100px);
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .table_content_content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 68px;
    color: #444444;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 15px;
  }
}

.login_title {
/*  margin-bottom: 10px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login_title ul {
  text-align: right;
}

.login_title ul li {
  margin: 3px 0;
}

.login_title ul a {
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
}

.login_form {
  padding: 42px 40px 50px;
}

.login_form .vertify {
  width: 250px;
  margin-left: 15px;
}

.login_form_btn {
  width: 266px;
  height: 58px;
  background: -webkit-gradient(linear, left top, left bottom, from(#AC0FB2), to(#8F0C94));
  background: linear-gradient(to bottom, #AC0FB2 0%, #8F0C94 100%);
  margin: 40px auto 0;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 20px 25px -15px rgba(136, 11, 141, 0.6);
  box-shadow: 0 20px 25px -15px rgba(136, 11, 141, 0.6);
}
.login_form_btn:hover{
	-webkit-box-shadow: none;
    box-shadow: none;
}
}

.login_form_bottombtn {
  margin-left: -7px;
  margin-right: -7px;
}

.login_form_bottombtn > div {
  padding-left: 7px;
  padding-right: 7px;
}

.login_form_bottombtn button {
  width: 100%;
  height: 58px;
  font-size: 15px;
}

.login_pic {
  width: 100%;
	margin-top: 30px;
}

.login-otp_main {
  margin-bottom: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-otp_text {
  font-size: 18px;
  margin-bottom: 10px !important;
}

    .login-otp_text .star {
        color: #E22020;
    }


.login-otp_send {
  width: 208px;
  height: 58px;
  background-color: #973482;
  margin-top: 15px;
  margin-bottom: 50px;
}

.login-otp_resend {
  position: relative;
}

.login-otp_resend span {
  color: #fff;
  font-size: 15px;
}

.login-otp_resend span.second {
  font-size: 15px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
}

.login-otp_form .form-item {
  margin: 0;
}

.login_vertify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .login_title ul a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .login_pic {
    max-width: 500px;
    display: block;
    margin: 0 auto 22px;
  }
  .login_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .login_title .title {
    text-align: center;
  }
  .login_title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .login_title ul a {
    padding: 0 10px;
    position: relative;
  }
  .login_title ul a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #363636;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .login_title ul li {
    margin: 0;
  }
  .login_title ul li:last-child a::after {
    display: none;
  }
  .login_form .vertify {
/*    width: 100%;*/
    margin: 10px 0 0;
  }
  .login_form_btn {
    width: 100%;
  }
  .login-otp_send {
    width: 100%;
  }
  .login_vertify {
    display: block;
  }
}

@media screen and (max-width: 575px) {
	
  .login_form {
    padding: 30px 20px 40px;
  }
  .login-otp_prev {
    margin-bottom: 15px;
  }
  .login-otp_send {
    margin-bottom: 40px;
  }
  .login-otp_main {
    margin-bottom: 50px;
  }
	    .container {
        width: calc(100% - 30px);
    }
}

.menu_swiper {
  padding-bottom: 33px;
  margin-bottom: 50px;
}

.menu_swiper .swiper-slide {
  padding-top: 90px;
  padding-bottom: 33px;
  width: calc((100% - 66px) / 3);
  margin-right: 33px;
}

.menu_swiper_item {
  border-radius: 15px;
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu_swiper_item::after {
  position: absolute;
  content: "";
  width: 91%;
  height: 40.58%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.menu_swiper_item-1 {
  background-color: #AC0FB2;
}

/*
.menu_swiper_item-1::after {
  -webkit-box-shadow: 0 30px 40px -30px rgba(136, 11, 141, 0.7);
          box-shadow: 0 30px 40px -30px rgba(136, 11, 141, 0.7);
}
*/

.menu_swiper_item-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#DB9023), to(#E35545));
  background: linear-gradient(to bottom, #DB9023 0%, #E35545 100%);
}

/*
.menu_swiper_item-2::after {
  -webkit-box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
          box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
}
*/

.menu_swiper_item-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E1C17F), to(#B8844C));
  background: linear-gradient(to bottom, #E1C17F 0%, #B8844C 100%);
}

/*
.menu_swiper_item-3::after {
  -webkit-box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
          box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
}
*/

.menu_swiper_item:hover {
  opacity: 0.8;
}

.menu_swiper_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 15px;
  padding-bottom: 40px;
}

.menu_swiper_bg-1 {
  background-image: url(../images/menu_bg_1.png);
	-webkit-box-shadow: 0 30px 40px -30px rgba(136, 11, 141, 0.7);
    box-shadow: 0 30px 40px -30px rgba(136, 11, 141, 0.7);	
	transition: box-shadow 0.3s ease; 
}

.menu_swiper_bg-2 {
  background-image: url(../images/menu_bg_2.png);
	-webkit-box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
          box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
	transition: box-shadow 0.3s ease; 
}

.menu_swiper_bg-3 {
  background-image: url(../images/menu_bg_3.png);
	-webkit-box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
          box-shadow: 0 30px 40px -30px rgba(167, 72, 0, 0.7);
	transition: box-shadow 0.3s ease; 
}
.menu_swiper_item:hover .menu_swiper_bg-1,.menu_swiper_item:hover .menu_swiper_bg-2,.menu_swiper_item:hover .menu_swiper_bg-3{
	-webkit-box-shadow:none;
	box-shadow: none;
}
.menu_swiper_pic {
  width: 100%;
  margin-top: -90px;
}

.menu_swiper_text {
  height: 140px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 25px;
}

.menu_swiper_text h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
	line-height: 1.4 !important;
	height: 84px;
}

.menu_swiper_text p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.menu_swiper .swiper-pagination-bullet {
  background-color: #BFBFBF;
  opacity: 1;
}

.menu_swiper .swiper-pagination-bullet-active {
  background-color: #858585;
}

.menu_swiper .swiper-pagination {
  display: none;
}

.menu_item {
  margin-bottom: 30px;
}

.menu_item .title-second {
  margin-bottom: 15px;
}

.menu_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_method .title-second {
  margin-right: 28px;
}

.menu_receive {
  font-size: 27px;
  font-weight: 500;
  color: #FF3737;
  margin: 0;
	    margin-bottom: 15px !important;
}

.menu_logout {
    width: 350px;
    height: 58px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#B2B2B2));
  background: linear-gradient(to bottom, #E1E1E1 0%, #B2B2B2 100%);*/
    background-color: #973482;
    color: white;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
    margin-top: 50px;
    -webkit-box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.4);
}

.menu .table-common_tableBox {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .menu_swiper {
    margin-bottom: 60px;
  }
  .menu_swiper-wrap {
    width: 100%;
  }
  .menu_swiper_text p {
    font-size: 16px;
  }
  .menu_swiper_bg {
    padding-bottom: 20px;
  }
  .menu_swiper .swiper-slide {
    width: calc((100% - 40px) / 1.2);
    margin-right: 20px;
  }
  .menu_swiper .swiper-pagination {
    display: block;
  }
  .menu_receive {
    margin-top: 15px;
  }
  .menu .table-common_tableBox {
    margin-bottom: 30px;
  }
  .menu_logout {
    width: 100%;
    margin-top: 30px;
  }
  .menu_method {
    display: block;
  }
  .menu_method .title-second {
    margin-right: 0;
	margin-bottom: 0;
  }
}

.bottombtn-common {
  max-width: 715px;
  width: 100%;
  margin: 0 auto;
}

.bottombtn-common .flex-row {
  margin-left: -7px;
  margin-right: -7px;
}

.bottombtn-common .flex-row > div {
  padding-left: 7px;
  padding-right: 7px;
}

.bottombtn-common .flex-row .btn-common {
  width: 100%;
  height: 58px;
}



.attention .title-second {
  margin-bottom: 15px;
}

.apply {
  padding-top: 46px;
}

.apply .title {
  margin-bottom: 30px;
}

.apply_content {
  padding: 60px 25px;
  margin-bottom: 80px;
}

.apply_content_notify {
  border: 1px solid #DFDFDF;
  padding: 25px;
  height: 496px;
  overflow-y: auto;
  margin-bottom: 30px;
}

.apply_content_notify h3 {
  color: #973482;
  margin-bottom: 10px;
  font-weight: 500;
	font-size: 30px;
}

.apply_content_notify p {
  color: #2E2E2E;
  margin-bottom: 10px !important;
  line-height: 1.8;
  text-align: justify;
}

.apply_content_notify p.listcontent {
  padding-left: 35px !important;
}

.apply_content_notify h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2E2E2E;
}

.apply_content_notify .listcontent {
  padding-left: 25px;
}

.apply_content_notify table {
  margin-bottom: 10px;
}

.apply_content_notify table td {
  vertical-align: top;
  line-height: 1.8;
}

.apply_check {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.apply_check input {
  border: 1px solid #CBCBCB;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  -moz-appearance: initial;
}

.apply_check input::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #C5972B;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../images/check.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-appearance: initial;
}

.apply_check input:checked::before {
  opacity: 1;
}

.apply_check label {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.apply_step2_p {
  text-align: center;
  margin-bottom: 20px !important;
  font-size: 20px;
}

.apply_step2_p .star {
  color: #E22020;
}

.apply_step2_btn {
  width: 100%;
  height: 68px;
  color: #fff;
  background-color: #D6D6D6;
}

.apply_step2_btn.active {
  background-color: #C5972B;
}

.apply_step2_btn.active:hover {
  opacity: 1;
}

.apply_step2_btn-wrap {
  margin-left: -7px;
  margin-right: -7px;
}

.apply_step2_btn-wrap > div {
  padding-left: 7px;
  padding-right: 7px;
}

.apply_step2_form {
  margin-bottom: 40px;
}

.apply_step3 h3 {
  color: #973482;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
	font-size: 30px;
}

.apply_step3 .star {
    color: #E22020;
}

.apply_step3_intro {
  text-align: center;
  margin-bottom: 20px !important;
  font-size: 18px;
}

.apply_step3 .form-item {
  margin: 0 auto 20px;
  max-width: 714px;
}

.apply_step3 .form-item input {
  width: 100%;
}

.apply_step3_send {
  width: 208px;
  height: 58px;
  background-color: #973482;
  margin-bottom: 50px;
}

@media screen and (max-width: 1055px) {
  .apply_check {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .apply_check input {
    padding-top: 5px;
  }
  .apply_check label {
    width: calc(100% - 24px - 10px);
  }
}

@media screen and (max-width: 991px) {
  .apply_content {
    padding: 32px 20px;
  }
  .apply_content.apply_step1 {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .apply_content.apply_step1::before {
    display: none;
  }
  .apply_content_notify {
    height: 500px;
  }
  .apply_content_notify-wrap {
    padding: 20px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 13px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 15px 15px;
    margin-bottom: 30px;
  }
  .apply_content_notify-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#E7B56E), color-stop(50%, #FEECA1), color-stop(75%, #BA8852), to(#A25F18));
    background: linear-gradient(to right, #E7B56E 0%, #FEECA1 50%, #BA8852 75%, #A25F18 100%);
    top: 0;
    left: 0;
  }
  .apply_step3 .apply_content {
    padding: 53px 13px;
  }
  .apply_step3 h3 {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .apply_step3 p {
    margin-bottom: 12px;
  }
}

.change {
  padding-top: 46px;
}

.change .title {
  margin-bottom: 60px;
}

.change .title-second {
  margin-bottom: 15px;
}

.change .contentBox {
  padding: 10px 30px 30px;
  margin-bottom: 40px;
}

.change .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change .form-item > label {
  margin-right: 20px;
  white-space: nowrap;
  margin-bottom: 0;
}

.change_form .form-item {
  margin-bottom: 0;
}

.change_form_row {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}

.change_name {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.change_name label {
  margin-top: 12px;
}

.change_select {
  width: 100%;
}

.change_select_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #F9F8F6;
  padding: 11px 15px 11px 15px;
  width: 100%;
  cursor: pointer;
	border: 1px solid #c5972b  !important;
}

.change_select_active p {
  font-size: 18px;
  margin: 0;
  width: calc(100% - 23px);
  padding-right: 15px;
}

.change_select_active.active .change_select_icon img.normal {
  opacity: 0;
}

.change_select_active.active .change_select_icon img.active {
  opacity: 1;
}

.change_select_icon {
  width: 23px;
  height: 23px;
  position: relative;
}

.change_select_icon img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.change_select_icon img.active {
  opacity: 0;
}

.change_select_list {
  padding: 30px 40px;
  border-radius: 10px;
  border: 1px solid #959595;
  margin-top: 7px;
  display: none;
  background-color: #fff;
}

.change_select_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.change_select_list li:last-child {
  margin-bottom: 0;
}

.change_select_list li input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.change_select_list li label {
  font-size: 18px;
  margin: 0;
  width: calc(100% - 34px);
}

    .change_select_list li p {
        margin-left: 42px !important;
    }

.change_btn {
  width: 208px;
  height: 44px;
  background-color: #973482;
  border-radius: 5px;
  margin: 20px auto;
}

.change_alert {
  color: #E22020;
  text-align: center;
  margin: 0;
}

.change_remark {
  color: #2E2E2E;
}

.change_item {
  margin-bottom: 90px;
}

.change_remove {
  width: 34px;
  cursor: pointer;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.change_remove-wrap {
  margin-top: 24px;
}

.change-search_select {
  position: relative;
}

.change-search_select_list {
  position: absolute;
  z-index:999;
  left: 0;
  width: 100%;
  top: 100%;
}

.change-search_select_list li {
  cursor: pointer;
	font-size: 18px;
}
.change-search_select_list li:hover{
	text-decoration: underline;
	color: #7E4300;
}

.change-search_btn {
  background-color: #D85025;
}

.change-search_remark {
  margin-top: 40px;
  margin-bottom: 60px;
}

.change-search_back {
  width: 350px;
  height: 58px;
}

.change_date label {
  margin: 0 5px 0 0;
  white-space: nowrap;
}

.change_date input {
  width: 280px;
  background-image: url(../images/calendar.svg);
  background-size: 23px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.change_date_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change_date_from {
  margin-right: 48px;
}

.change-adding_table .table_main.table_remove {
  width: 34px;
  padding: 0;
}

.change-adding_table .table_main.table_num {
  width: calc((100% - 34px) * 0.1);
}

.change-adding_table .table_main.table_name {
  width: calc((100% - 34px) * 0.32);
}

.change-adding_table .table_main.table_bank {
  width: calc((100% - 34px) * 0.2);
}

.change-adding_table .table_main.table_branch {
  width: calc((100% - 34px) * 0.11);
}

.change-adding_table .table_main.table_account {
  width: calc((100% - 34px) * 0.27);
}

.change_table .table_main {
  width: calc(100% / 11);
}

.change_table .table_main.change_table_total {
  width: calc(100% / 11 * 4);
}

.change_table .table_main.change_table_total span {
  font-size: 20px;
  color: #C38547;
  font-weight: 500;
}

.change_table .table_content {
  padding: 11px 10px;
}

.change_table-total {
  margin-bottom: 35px;
}

.change_table-total_title {
  font-size: 20px;
  color: #C38547;
  font-weight: 500;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 7px;
  text-align:center;
}

.change_table-total .table_content {
  border: 1px solid #C38547;
}

.change_table-bigtotal {
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  border: 2px solid #C38547;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change_table-bigtotal .table_content {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 23px 0;
}

.change_table-bigtotal_title {
  width: calc(100% / 11 * 4);
  text-align: center;
  color: #C38547;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.change_table-bigtotal_content {
  width: calc(100% / 11 * 7);
}

.change_table-bigtotal .change_table-total {
  margin: 0;
}

.change_table-bigtotal .change_table-total .table_main {
  width: calc(100% / 7);
}

@media screen and (max-width: 991px) {
  .change .form-item {
    display: block;
  }
  .change .form-item label {
    margin-bottom: 6px;
  }
  .change .contentBox {
    padding: 0 20px 20px;
    margin-bottom: 25px;
  }
  .change_name label {
    padding-top: 0;
  }
  .change_select_list {
    padding: 22px 20px;
  }
  .change_account .form-item {
    margin-bottom: 23px;
  }
  .change_item {
    margin-bottom: 75px;
  }
  .change_remove-td {
    display: none !important;
  }
  .change_remove-tr {
    width: 100%;
  }
  .change_remove-tr img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .change-search_remark {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .change-search_back {
    width: 100%;
  }
  .change_date_item {
    width: 100%;
    margin-top: 15px;
  }
  .change_date_item input {
    width: 100%;
  }
  .change_table .table_title {
    width: 110px;
  }
  .change_table .table_content {
    width: calc(100% - 110px);
    padding: 0;
  }
  .change_table .table_main {
    width: 100%;
  }
  .change_table.change_table-total {
    border: 1px solid #C38547;
  }
  .change_table.change_table-total .table_content {
    border: 0;
  }
  .change_table-bigtotal {
    padding: 20px 18px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
    display: block;
  }
  .change_table-bigtotal_title {
    width: 100%;
    text-align: left;
    margin-bottom: 9px;
  }
  .change_table-bigtotal_content {
    width: 100%;
  }
  .change_table-bigtotal .change_table {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .change_table-bigtotal .change_table.change_table-total {
    border: 0;
  }
  .change_table-bigtotal .change_table.change_table-total .table_main {
    width: 100%;
  }
  .change_table-bigtotal .change_table.change_table-total .table_content {
    padding: 0;
  }
	.change_table-bigtotal.total .change_table-total{
		border-top: 1px solid #C38547;
	}
	.table.change_table{
		margin-bottom: 10px;
	}
	.table.change_table.change_table.change_table-total{
		margin-bottom: 20px;
	}
	.table.change_table.change_table.change_table-total:nth-child(2){
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 768px){
	.table{
	margin-bottom: 20px;	
	}
}
@media screen and (max-width: 767px) {
	.bottombtn-common .flex-row > div:first-child .btn-common {
		margin-bottom: 15px;
	}

	.apply_content_notify h3 {
		font-size: 25px;
		line-height: 1.2 !important;
	}

	.apply_content_notify {
		padding: 15px;
	}

	.apply {
		padding-top: 0px;
	}

	.change {
		padding-top: 0px;
	}
	.change_select_list li{
		margin-bottom: 10px;
	}
	.change_item{
		
	}
}
.search_table .table-common_table:not(.nochange) .table-common_title {
  width: 120px;
}

.search_table .table-common_table:not(.nochange) .table-common_content {
  width: calc(100% - 120px);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #aaaaaa !important;
  background: #fff !important;
}

.ui-datepicker select {
  background-color: #fff;
}

.select2-container--default .select2-selection--single {
  height: 55px;
  background-color: #F9F8F6;
  border: 0;
  border-radius: 5px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/awesome-angle-down.svg);
  background-size: 8px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  color: #000;
	border: 1px solid #c5972b !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
@media screen and (max-width: 374px) {
	.title {
        font-size: 46px;
    }
	.login_title ul a {
        padding: 0 8px;
		font-size: 15px;
    }
}