@charset "utf-8";

/* Fonts */
@font-face {
  font-family: 'mheihk_bold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/font/mheihk-bold.woff2') format('woff2'),
       url('/assets/font/mheihk-bold.woff') format('woff');
}
@font-face {
  font-family: 'mheihk_heavy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/font/mheihk-heavy.woff2') format('woff2'),
       url('/assets/font/mheihk-heavy.woff') format('woff');
}
@font-face {
  font-family: 'hkgsW8';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/font/HiraginoKakuGothicStdNW8.woff2') format('woff2'),
       url('/assets/font/HiraginoKakuGothicStdNW8.woff') format('woff');
}

/* Common */
.blue-txt{
  color: #2659da;
}
.dark-blue-txt{
  color: #343491;
}
.orange-txt{
  color: #f96a30;
}
.white-txt{
  color: #ffffff;
}
.grey-blue-txt{
  color: #31465a;
}
.as-remarks{
  color: #b2b2b2;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.hidden-txt{
  opacity: 0;
  font-size: 0;
  margin: 0;
  padding:0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 0;
  height: 0;
}
footer.main .warning.apply_loan_theme{
  background-color: #246beb;
}
footer.main .warning.apply_loan_theme img{
  width: 65%;
}
footer.main .self_employment_theme{
  background-color: #fbf8db;
}
html.lang__en footer.main .self_employment_theme .inner{
  padding: 2.3rem 0.3rem 2.5rem 0.3rem;
}
.px-2{
  padding: 0 2rem;
}
.px-4{
  padding: 0 4rem;
}
.btm-m-1{
  padding-bottom:1rem;
}
.plainText .mt-1_5{
  margin-top: 1.5rem;
}
.mt-5_d{
  margin-top:0rem;
}
/* 30K Fast Loan */
.kb_wrap{
  position: relative;
  text-align: center;
}
.kb_btn{
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 3;
  width: 20rem;
  height: 16.4rem;
}
.kb_btn:before,
.kb_btn:after,
.kb_btn .kb_btn_light{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  background-repeat: no-repeat;
  transition: none;
  background-size: contain;
}
.kb_btn:before{
 background-image: url('/assets/img/apply/apply-fast-loan/btn_keyboard_normal.png');
 z-index: 0;
}
.kb_btn:after{
 background-image: url('/assets/img/apply/apply-fast-loan/btn_keyboard_hand.png');
 z-index: 3;
}
.kb_btn .kb_btn_light{
 background-image: url('/assets/img/apply/apply-fast-loan/btn_keyboard_light.png');
 z-index: 1;
 animation: lighting 1.3s infinite;
 animation-timing-function: step-end;
}
.kb_wrap .kb_btn_shadow{
  width: 20rem;
  height: 16.4rem;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/assets/img/apply/apply-fast-loan/btn_keyboard_shadow.png');
  z-index: 2;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.kb_btn_txt{
 text-indent: -9999px;
 opacity: 0;
 pointer-events: none;
 position: absolute;
}
.kb_wrap:before,
.kb_wrap:after{
 content: '';
 display: block;
 position: absolute;
 width: calc(100% + 2rem);
 height: 0.7rem;
 transform-origin: center center;
 top: 50%;
 margin-top: -1.5rem;
 margin-left: -1rem;
}
.kb_wrap:before{
 background-color: rgba(255, 184, 142, 1);
 z-index: 1;
 transform: translateY(-50%) rotate(-5deg);
}
.kb_wrap:after{
 background-color: rgba(28, 79, 149, 0.7);
 z-index: 0;
 transform: translateY(-50%) rotate(-4deg);
}
.w-m-60{
  width: 60%;
}
.w-m-50{
  width: 50%;
}
@keyframes lighting {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.icon-anchor{
  position: relative;
}
span.icon-anchor{
  display: inline-block;
}
.bg-icon{
  display: inline-block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.bg-icon:before{
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#icon-A{
  width: 6.2rem;
  height: 6.2rem;
  background-image:url('/assets/img/apply/apply-fast-loan/kb_A.png') ;
  left: -3.7rem;
  top:0rem;
}
#icon-B{
  width: 5.1rem;
  height: 5.1rem;
  background-image:url('/assets/img/apply/apply-fast-loan/kb_B.png') ;
  right: -11rem;
  top:4.9rem;
}
#icon-C{
  width: 6.1rem;
  height: 6.1rem;
  background-image:url('/assets/img/apply/apply-fast-loan/kb_C.png') ;
  right: 7.8rem;
  bottom: -0.6rem;
  background-repeat: no-repeat;
  background-size:contain;
}
#icon-D{
  width: 7.5rem;
  height: 7.5rem;
  background-image:url('/assets/img/apply/apply-fast-loan/kb_D.png') ;
  right: 0.5rem;
  bottom:-8.5rem;
}
#icon-E{
  width: 5.5rem;
  height: 5.5rem;
  background-image:url('/assets/img/apply/apply-fast-loan/kb_E.png') ;
  left: 0.5rem;
  bottom:-7rem;
}
@media screen and (min-width: 768px){
  .mt-5_d{
    margin-top:5rem;
  }
  footer.main .warning.apply_loan_theme img{
    width: auto;
  }
  #icon-A{
    left: -3.7rem;
    top: 0rem;
  }
  #icon-C{
    width: 8.1rem;
    height: 8.1rem;
    right: 2.4rem;
    bottom: 0.4rem;
  }
  #icon-D{
    right: 10rem;
    bottom:-6rem;
  }
  #icon-E{
    left: 29rem;
    bottom:-4rem;
  }
  .w-m-60,
  .w-m-50{
    width:initial;
  }
  .w-90{
    width: 90%;
  }
  .w-110{
    width: 110%;
    max-width: 110%;
  }
  .centerBanner > a{
    position: relative;
    width: 100%;
  }
  .centerBanner img.desktopOnly{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: 3520px; /* 3200 * 1.1 */
  }
  .btm-m-1{
    padding-bottom:6rem;
  }
}
.arrow-ls{
  list-style: none;
  padding-left: 0!important;
}
.arrow-ls li{
  padding-left:3.4rem;
  position: relative;
}
.arrow-ls li p{
  margin-top:0.2rem;
  font-size: 2rem;
}
.arrow-ls li h3{
  margin-bottom: 0;
  font-family: 'mheihk_heavy';
}
.arrow-ls li:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 2.6rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/assets/img/apply/apply-fast-loan/pointer.png');
  background-size: contain;
  left: 0;
  top: 0.9rem;
}
.kb-bg{
  position: relative;
  margin-top:-12rem;
}
.kb-bg:before{
 content: '';
 display: block;
 position: absolute;
 width: 3200px;
 height: 100%;
 top:0;
 left: 50%;
 transform: translateX(-50%);
 bottom:0;
 right: 0;
 background-repeat: no-repeat;
 background-position: center;
 background-size:cover;

 background-image: url('/assets/img/apply/apply-fast-loan/kb_bg.jpg');
 z-index: -1;
 clip-path: polygon(0 0, 100% 5rem, 100% 100%, 0 calc(100% - 5rem));
 pointer-events: none;
}
.kb-bg .plainText{
 padding: 15rem 0;
}
.kb-bg .box-item > div{
  box-shadow: none;
  border-radius: 0;
}
.kb-bg .boxWrapper.col3{
  padding: 0;
}
.kb-bg .box-item figure{
  margin-top: 2.5rem;
}
.kb-bg .boxWrapper.col3 .box-item figure img{
  max-width: none;
}
.kb-bg nav.slide.selector .item-list a:before{
  background-color: #ffffff;
}
.kb-bg nav.slide.selector .item-list li.active a{
  border-color: #ffffff;
}
.kb_btm_adjust{
  margin-top:-9rem;
}
.kb-bg .white-txt{
  text-shadow: 1px 0 1px rgb(0 0 0 / 40%);
}
.page__apply-fast-loan .plainText p{
  font-family: 'mheihk_bold';
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px){
  .kb-bg{
    margin-top: -17rem;
  }
  .kb-bg:before{
    clip-path: polygon(0 0, 100% 13rem, 100% 100%, 0 calc(100% - 13rem));
  }
  .kb-bg .plainText{
    padding: 20rem 0 30rem 0;
  }
  .kb-bg .box-item figure{
    margin-top: 3rem;
  }
  .kb-bg .box-item > div{
    margin:0;
  }
  .kb-bg .box-item .center{
    -webkit-box-shadow: -15px 0px 8px -10px #ffffff, 15px 0px 8px -10px #ffffff, 0px 0px 0px 0px rgba(255,255,255,0); 
    box-shadow: -15px 0px 8px -10px #ffffff, 15px 0px 8px -10px #ffffff, 0px 0px 0px 0px rgba(255,255,255,0);
  }
  .kb_btm_adjust{
    margin-top:-14rem;
    margin-bottom: 10rem;
  }
  .arrow-ls li p{
    margin-top:0.5rem;
  }
  .arrow-ls li{
    padding-left:6.6rem;
  }
  .arrow-ls li:before{
    width: 5.2rem;
    height: 3.9rem;
  }
}
@media screen and (max-width: 767px){
.page__apply-fast-loan .plainText,
.page__apply-fast-loan .kb-bg .box-item > div{
  padding-left: 4rem;
  padding-right: 4rem;
}
.page__apply-fast-loan .kb-bg .plainText{
  padding-left: 0rem;
  padding-right: 0rem;
}
}

/* Daily Interest */
.page__apply-daily-interest .plainText p{
  font-family: 'mheihk_heavy';
}
.page__apply-daily-interest .plainText h2,
.img-title,
.di-table th,
.di-table td{
  font-family: 'hkgsW8';
}
.di_btn,
.di_btn:before{
  display: inline-block;
}
.di_btn:before{
  content: '';
  width: 21.7rem;
  height: 5.2rem;
  background: url('/assets/img/apply/apply-daily-interest/apply_daily_interest_cta.png') no-repeat; 
}
.plainText .img-title{
  margin-bottom: 0;
  font-size: 2rem;
}
.img-title img{
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.4rem;
  width: 120px;
}
.di-table{
  /*
  background: rgb(136,122,228);
  background: linear-gradient(0deg, rgba(136,122,228,1) 0%, rgba(107,220,255,1) 100%);
  */
  background: url('/assets/img/apply/apply-daily-interest/table_bg.png') no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 637px;
  min-height: 400px;
  margin: 1.5rem auto 0 auto;
  padding: 1rem;
  position: relative;
}
.plainText .di-table table{
  margin-top: 0;
  width: 100%;
}
.plainText .di-table tr:nth-child(2n),
.plainText .di-table th{
  background: none;
}
.plainText .di-table th{
  line-height: 2.2rem;
}
.plainText .di-table td{
  border-bottom: none;
}
.plainText .di-table th,
.plainText .di-table td{
  padding: 0;
  color: #343491;
  width: 33.33%;
  text-align: left;
}
.plainText .di-table tr:not(:first-child) th:not(:first-child),
.plainText .di-table tr:not(:first-child) td:not(:first-child){
  border-left: solid 2px #343491;
}
.plainText .di-table tr:first-child th{
  padding-bottom: 1.5rem;
}
.plainText .di-table tr:not(:first-child) td,
.plainText .di-table tr:not(:first-child) th{
  padding: 1rem 0.5rem;
}
.plainText .di-table th:last-child,
.plainText .di-table td:last-child{
  padding-right: 0!important;
}
.plainText .di-table th:first-child,
.plainText .di-table td:first-child{
  padding-left: 0!important;
}
.di-table tr:nth-child(1) th span{
  display: block;
  border-radius: 12px;
  background: rgba(255,255,255,0.9);
  padding: 0.2rem;
  text-align: center;
}
.plainText .di-table td:not(:last-child){
  color: #6b5ad3;
}
.plainText .di-table td:nth-child(2){
  font-size: 2.4rem;
}
@media screen and (min-width: 375px){
  .di-table{
    padding: 2rem;
  }
  .plainText .di-table tr:not(:first-child) td,
  .plainText .di-table tr:not(:first-child) th{
    padding: 1rem;
  }
}
@media screen and (min-width: 414px){
  .plainText .di-table tr:not(:first-child) td,
  .plainText .di-table tr:not(:first-child) th{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 500px){
  .plainText .di-table td:nth-child(2){
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px){
  .di-table{
    padding: 3rem 7rem;
  }
  .img-title img{
    width: auto;
  }
  .plainText .img-title{
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .plainText .di-table td:nth-child(2){
    font-size: 3.6rem;
  }
  .plainText .di-table tr:not(:first-child) td,
  .plainText .di-table tr:not(:first-child) th{
   padding: 1rem 2rem;
  }
  .di-table tr:nth-child(1) th span{
    padding:0.4rem;
  }
}
.di-box-center{
  background-color: #c2dcfb;
  background-image: url('/assets/img/apply/apply-daily-interest/glow.jpg');
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: cover;
  border-left: solid 1px #343491;
  border-right: solid 1px #343491;
}
.border-bottom,
.di-box-center{
  margin-top: -0.1rem;
}
.border-top img,
.border-bottom img{
  width: 100%;
  display: block;
  pointer-events: none;
}
.border-top{
  position: relative;
}
.border-top h2{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:-2.5rem;
  font-size: 3rem;
  text-shadow: 1px 0px 2px #FFFFFF;
  white-space: nowrap;
}
.di-box-center .boxWrapper.col3{
  margin-top:0;
}
.di-box-center .box-item > div{
  box-shadow: none;
  border-radius: 0;
}
.di-box-center .boxWrapper.col3{
  padding: 0;
}
.di-box-center .box-item figure{
  margin-top: 2.5rem;
}
.di-box-center .boxWrapper.col3 .box-item figure img{
  max-width: 100%;
}
.di-box-center nav.slide.selector .item-list a:before{
  background-color: #ffffff;
}
.di-box-center nav.slide.selector .item-list li.active a{
  border-color: #ffffff;
}
.di-box-center .box-item  h3+p{
  margin-top: 0;
}
.di-box-center .boxWrapper.col3 .box-item{
  padding: 0 1rem;
}
.di-box-center .boxWrapper.col3 .box-item p{
  text-align: left;
}
footer.main .warning.apply_interest_theme img{
  width: 100%;
}
footer.main .warning.apply_interest_theme{
  background-color: #FFFFFF;
  border:solid #caf3fd;
  border-width: 3px 0 3px 0;
}
footer.main .warning.apply_interest_theme .inner{
  padding: 2.3rem 0.2rem 2.5rem 0.2rem;
}
#comma-adjust{
  position: relative;
  left: 1rem;
  top: -0.8rem;
}
.di-box-center .boxWrapper{
  overflow: hidden!important;
}
.di-box-center .boxWrapper.col3 .box-item{
  margin-top: 3rem;
}
.page__apply-daily-interest .intro{
  margin-top: 1.5rem;
}
@media screen and (min-width: 375px){
  .border-top h2{
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px){
  .border-top h2{
    top:-6.2rem;
    font-size: 4rem;
  }
  .di-box-center{
    background-position: top center;
    background-size: 100%;
  }
  .di-box-center .box-item .center{
    border-left:solid 2px #343491;
    border-right:solid 2px #343491;
  }
  .di-box-center .boxWrapper.col3 .box-item > div{
    padding-top: 0;
    padding-bottom: 0;
  }
  .di-box-center .boxWrapper.col3 .box-item{
    padding: 0;
  }
  footer.main .warning.apply_interest_theme img{
    width: auto;
  }
  .page__apply-daily-interest .intro{
    margin-top: 2.5rem;
  }
}

/* Product Self-Employment Loan */
html:not(.lang__en) .page__self-employment-loan .plainText p:not(.footnote),
html:not(.lang__en) .page__self-employment-loan .plainText li
html:not(.lang__en) .page__self-employment-loan .feature2 p{
  font-family: 'mheihk_heavy'!important;
}
.plainText .inside_ls{
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.inside_ls li{
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.inside_ls li:before{
  content: '- ';
  display: inline-block;
  margin-right: 0.5rem;
}
.center-wrap{
  display: inline-block;
  font-size: 1.6rem;
  margin-top: -1.8rem;
}
.center-wrap p:first-child{
  margin-top: 0rem;
}
.sel_apply_btn,
.sel_cta_offer,
.sel_cta_cal,
.sel_cta_detail,
.sel_cta_faq{
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
}
.sel_apply_btn{
  width: 22.3rem;
  height: 7.5rem;
  background-image: url('/assets/img/product/self_employment_loan/cta_apply.png');
}
.sel_cta_offer{
  width: 22.3rem;
  height: 7.5rem;
  background-image: url('/assets/img/product/self_employment_loan/cta_offer.png');
}
.sel_cta_cal{
  width: 22.2rem;
  height: 7.5rem;
  background-image: url('/assets/img/product/self_employment_loan/cta_cal.png');
}
.sel_cta_detail{
  width: 22.4rem;
  height: 7.5rem;
  background-image: url('/assets/img/product/self_employment_loan/cta_detail.png');
}
.sel_cta_faq{
  width: 22.5rem;
  height: 7.6rem;
  background-image: url('/assets/img/product/self_employment_loan/cta_faq.png');
}
html.lang__en .sel_apply_btn{
  background-image: url('/assets/img/product/self_employment_loan/cta_apply_en.png');
}
html.lang__en .sel_cta_offer{
  background-image: url('/assets/img/product/self_employment_loan/cta_offer_en.png');
}
html.lang__en .sel_cta_cal{
  background-image: url('/assets/img/product/self_employment_loan/cta_cal_en.png');
}
html.lang__en .sel_cta_detail{
  background-image: url('/assets/img/product/self_employment_loan/cta_detail_en.png');
}
html.lang__en .sel_cta_faq{
  background-image: url('/assets/img/product/self_employment_loan/cta_faq_en.png');
}
.yellow-bg{
  display: block;
  width: 100%;
  height: 60rem;
  position: relative;
  margin-top: -5.5rem;
  z-index: -1;
  padding-bottom: 6.3rem;
}
.yellow-bg:before,
.yellow-bg:after{
  content: '';
  display: block;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.yellow-bg:before{
  background: url('/assets/img/product/self_employment_loan/yellow_bg.jpg');
  width: 320rem;
  height: 50rem;
  clip-path: polygon(100% 0%, 100% 18%, 50% 100%, 0 18%, 0 0);
}
.yellow-bg:after{
  background: url('/assets/img/product/self_employment_loan/yellow_bg_arrow.png');
  width: 8rem;
  height: 6.3rem;
  bottom: 0;
}
.yellow-bg .plainText{
  position: relative;
  z-index: 1;
  padding-top:5rem;
  text-align: center;
  font-size: 1.6rem;
}
.yellow-bg .plainText p{
  margin-top: 0.3rem;
}
.yellow-bg .plainText h2{
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.sel_apply_btn,
.sel_cta_offer,
.sel_cta_cal,
.title_img img{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.sel_cta_detail,
.sel_cta_faq{
  transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
}
@media screen and (min-width: 375px){
  html.lang__zh .yellow-bg{
    height:55rem;
  }
  html.lang__zh .yellow-bg:before{
    height:45rem;
  }
}
@media screen and (min-width: 400px){
  html.lang__en .yellow-bg{
    height:55rem;
  }
  html.lang__en .yellow-bg:before{
    height:45rem;
  }
}
@media screen and (min-width: 512px){
  html.lang__en .yellow-bg{
    height:53rem;
  }
  html.lang__en .yellow-bg:before{
    height:43rem;
  }
  .yellow-bg .plainText{
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px){
  .yellow-bg{
    height:55rem;
  }
  .yellow-bg:before{
    height:45rem;
  }
  html.lang__en .yellow-bg{
    height:50rem;
  }
  html.lang__en .yellow-bg:before{
    height:40rem;
  }
  .yellow-bg .plainText h2{
    margin-top: 2rem;
  }
  .yellow-bg .plainText p{
    margin-top: 1rem;
  }
  .yellow-bg{
    margin-top: -10.5rem;
  }
  .sel_apply_btn,
  .sel_cta_offer,
  .sel_cta_cal,
  .title_img img{
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  .sel_cta_detail,
  .sel_cta_faq{
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  .center-wrap{
    font-size: 1.8rem;
    margin-top: 0;
  }
  .inside_ls li:before{
    margin-right: 1rem;
  }
}
.cta_bg{
  width: 100%;
  height: 26.9rem;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cta_bg:before{
  content: '';
  display: block;
  width: 57rem;
  height: 26.9rem;
  position:absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/assets/img/product/self_employment_loan/button_bg_m.png');
  background-size: 80%;
  left:50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.cta_bg a{
  margin: -1rem 0.5rem 1rem 0.5rem;
}
.cta_bg a:first-child{
  margin-top: 5rem;
}
@media screen and (min-width: 768px){
  .cta_bg{
    padding-top: 3rem;
    height: 17.9rem;
    margin-top: 5rem!important;
  }
  .cta_bg:before{
    width: 59.8rem;
    height: 17.9rem;
    background-image: url('/assets/img/product/self_employment_loan/button_bg.png');
    background-size: 100%;
  }
  .cta_bg a{
    margin: 1rem;
  }
  .cta_bg a:first-child{
    margin-top: 1rem;
  }
}
.page__self-employment-loan .feature2.container{
  background: none;
  padding-top: 0rem;
  margin-top: -2rem;
}
.page__self-employment-loan .feature2.container:before{
  display: none;
}
.page__self-employment-loan .feature2.container .main .item-list li > div{
  background: none;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
.page__self-employment-loan .feature2.container .main .item-list li:first-child > div{
  padding-top: 0rem;
}
.page__self-employment-loan .feature2.container .center{
  position: relative;
  background-size: cover;
  background-image: url('/assets/img/product/self_employment_loan/center_bg_m.png');
  background-repeat: no-repeat;
}
.page__self-employment-loan .feature2.container .center:before,
.page__self-employment-loan .feature2.container .center:after,
.page__self-employment-loan .feature2.container .last:after{
  content: '';
  display: block;
  position: absolute;
  background: url('/assets/img/product/self_employment_loan/line_bottom.png') center;
  width: 100%;
  height: 0.5rem;
  top: 0;
  left: 0;
}
.page__self-employment-loan .feature2.container .center:after,
.page__self-employment-loan .feature2.container .last:after{
  top:auto;
  bottom: 0;
}
.page__self-employment-loan .casestudy2.container {
  padding-top: 2rem;
}
.page__self-employment-loan .casestudy2.container .main{
  margin-top: 2rem;
}
.page__self-employment-loan .feature2.container .main .item-list>li a{
  padding-top: 0;
  width: 22.3rem;
  height: 7.5rem;
  padding-bottom: 0;
  overflow: auto;
}
.page__self-employment-loan .feature2.container li p.mobileOnly{
  margin-top: 2rem!important;
}
.page__self-employment-loan .feature2.container .main .item-list li{
  padding: 0 3rem;
}
@media screen and (min-width: 768px){
  .page__self-employment-loan .feature2.container{
    margin-top: 0;
  }
  .page__self-employment-loan .feature2.container .main .item-list li:first-child > div{
    padding-top: 5rem;
  }
  .page__self-employment-loan .feature2.container .last:after{
    display: none;
  }
  .page__self-employment-loan .feature2.container .center{
    background-image: url('/assets/img/product/self_employment_loan/center_bg.png');
    background-size: 100% 100%;
  }
  .page__self-employment-loan .feature2.container .center:before,
  .page__self-employment-loan .feature2.container .center:after{
    background: url('/assets/img/product/self_employment_loan/line_left.png') center;
    width: 0.4rem;
    height: 51.6rem;
    left: 0;
    top:0;
    bottom:auto;
  }
  .page__self-employment-loan .feature2.container .center:after,
  .page__self-employment-loan .feature2.container .last:after{
    left: auto;
    right: auto;
  }
  .page__self-employment-loan .feature2.container .center:before{
    left: 0;
    right:auto
  }
  .page__self-employment-loan .feature2.container .center:after{
    left: auto;
    right: 0;
  }
  .page__self-employment-loan .feature2.container .main .item-list li{
    height: 51.6rem;
  }
  html.lang__en body.page__self-employment-loan .feature2.container .main .item-list li{
    height: 53rem;
  }
  html.lang__en .page__self-employment-loan .feature2.container .main .item-list li > div{
    padding-top: 3.5rem;
  }
  html.lang__en .page__self-employment-loan .feature2.container .main .item-list li:not(.center) p:first-child{
    margin-top: 2.5rem!important;
  }
}
.page__self-employment-loan .casestudy2.container .cir{
  background-color: transparent;
  margin-top: 1rem;
  width: 75%;
}
.page__self-employment-loan .casestudy2.container .main .item-list li > a{
  color: #31465a;
  background-color: #dfdbb9;
}
.page__self-employment-loan .casestudy2.container .main .item-list li.slick-current > a{
  background-color:#fbf8db;
}
.page__self-employment-loan .casestudy2.container .main .item-list h3,
.page__self-employment-loan .casestudy2.container .main .item-list h4{
  font-size: 2rem;
  font-weight: 400;
}
.page__self-employment-loan .casestudy2.container .main .item-list h4{
  font-size: 1.6rem;
}
.page__self-employment-loan .casestudy2.container .main .item-list h4 span{
  display: inline-block;
  width: 1.5rem;
}
.page__self-employment-loan .casestudy2.container .main .item-list p{
  font-weight: 400;
}
@media screen and (min-width: 768px){
  .page__self-employment-loan .casestudy2.container .main .item-list li.slick-current>a{
    background-color: #dfdbb9;
  }
  .page__self-employment-loan .casestudy2.container .main .item-list li.slick-current+li>a{
    background-color:#fbf8db;
  }
  .page__self-employment-loan .casestudy2.container .cir{
    width: 70%;
  }
}
.page__self-employment-loan nav.slide.selector .item-list li.active a{
  border: 2px solid #dfdbb9;
}
.page__self-employment-loan nav.slide.selector .item-list a::before{
  background-color:#dfdbb9;
}
.sel_faqWrap{
  position: relative;
  padding-top: 8rem;
  margin-bottom: 9rem;
}
.sel_faqBG{
  background: url('/assets/img/product/self_employment_loan/faq_bg_center.png') no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: absolute;
  height: 100%;
  width: 93rem;
  left: 50%;
  transform: translateX(-50%);
  
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;          /* Firefox */
  image-rendering: -o-crisp-edges;            /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
.sel_faqBG:before,
.sel_faqBG:after{
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 93rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.sel_faqBG:before{
  background-image: url('/assets/img/product/self_employment_loan/faq_bg_top.png');
  top: -9rem;
  height: 9.1rem;
  z-index: 0;
}
.sel_faqBG:after{
  background-image: url('/assets/img/product/self_employment_loan/faq_bg_bottom.png');
  bottom: -0.1rem;
  height: 14.8rem;
  z-index: 0;
}
.sel_faqWrap .collapsePanel{
  border: none;
  border-radius: 25px;
  max-width: calc(100% - 6rem);
  font-size: 1.6rem;
}
.sel_faqWrap .colBtn:after{
  width: 1.7rem;
  background: url('/assets/img/product/self_employment_loan/arrow.png') no-repeat center;
  right: 2.5rem;
  top: 17px;
}
.sel_faqWrap .colBtn{
  padding: 1rem 4.5rem 1rem 1.5rem;
}
.sel_faqWrap .collapsePanel:nth-child(2n){
  margin-left: auto;  
  margin-top: -4rem;
}
.sel_faqWrap .collapsePanel:not(:nth-child(2)){
  margin-top: 3rem;
}
.faqInner .sel_faqWrap .colBtn:before{
  position: absolute;
  top: -0.9rem;
  left: -6rem;
  font-size: 0;
  width: 4.2rem;
  height: 5.7rem;
  display: block;
  background-repeat: no-repeat;
  background-image: url('/assets/img/product/self_employment_loan/ol_1.png');
  background-size: contain;
}
.sel_faqWrap .collapsePanel:nth-child(2n+1) .colBtn:before{
  background-image: url('/assets/img/product/self_employment_loan/ol_2.png');
  width: 4.1rem;
  height: 5.6rem;
  left: auto;
  right: -6rem;
}
.sel_faqWrap .collapsePanel:nth-child(4) .colBtn:before{
  background-image: url('/assets/img/product/self_employment_loan/ol_3.png');
}
.sel_faqWrap .collapsePanel:nth-child(5) .colBtn:before{
  background-image: url('/assets/img/product/self_employment_loan/ol_4.png');
}
.sel_faqWrap .colExtend{
  padding-left: 1.5rem;
}
.sel_faqWrap .colBtn,
.sel_faqWrap .colExtend,
.sel_faqWrap .colExtend p a{
  color: #a7a083;
}
.sel_faqWrap .colExtend p{
  font-family: 'Noto Sans TC','Microsoft JhengHei','微軟正黑體',sans-serif;
}
.page__self-employment-loan .feature2.container .main .item-list p{
  font-size: 1.6rem;
  margin-top: 2rem!important;
}
.page__self-employment-loan .casestudy2.container .title_img{
  margin-top: 0;
  margin-bottom: 0;
}
.inside_ls{
  font-size: 1.3rem;
  line-height: 1.4rem;
}
.page__self-employment-loan .intro{
  margin-top: 0.6rem;
}
.page__self-employment-loan .intro_btn{
  margin-top: 0;
}
html.lang__en .casestudy2.container .main .item-list li{
  min-height: 55rem;
}
@media screen and (min-width: 768px){
  .sel_faqWrap .collapsePanel{
    max-width: 65rem;
    position: relative;
    font-size: 1.8rem;
  }
  .sel_faqWrap .collapsePanel:nth-child(2n){
    left: -1.2rem;
  }
  html.lang__en .sel_faqWrap .collapsePanel:nth-child(2n){
    max-width: 70rem;
  }
  .sel_faqWrap .collapsePanel:not(:nth-child(2)){
    margin-top: 5rem;
  }
  .sel_faqWrap .collapsePanel:nth-child(2n+1){
    left: 1rem;
  }
  html.lang__en .page__self-employment-loan .casestudy2.container .main .item-list p{
    min-height: 16.5rem;
  }
  html.lang__en .casestudy2.container .main .item-list li{
    min-height: 54rem;
  }
  .inside_ls{
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .page__self-employment-loan .intro_btn,
  .page__self-employment-loan .intro{
    margin-top: 2.5rem;
  }
  html.lang__en .page__self-employment-loan .casestudy2.container .main .item-list p{
    min-height: 16.5rem;
  }
  .page__self-employment-loan .feature2.container .main .item-list p:first-child{
    margin-top: 0rem!important;
  }
}
.inside_ls sup{
  line-height: 0.2em;
}
.inside_ls sup.diamond{
  vertical-align: 1.1em;
}