.img-wrap .img-item.yushin{
    padding-top: 75.25%;
}

.word-item h4{
    height: 3em;
}
.word-item h4 a{
    -webkit-line-clamp: 2;
}.text-3-line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.ids5-c .img-wrap.yushin{
    border: 0px;
}

.text_input::selection{
    background: transparent;
}

.side-ti.yushin:before{
    width: calc(100% - 7.5em);
}

.third_login .fb-login img {
    width: 90%;
}
.third_login .google-login img {
    width: 130%;
}

@media (max-width: 991px){
    .third_login .google-login img {
      max-width: 100% !important;
      width: 100%;
    }
    .third_login .third_login_btn {
      width: 80%;
  }
}
@media (max-width: 991px){
    .third_login .fb-login img {
        max-width: 120% !important;
        width: 120%;
    }
}

/* 41 新增申請成為諮詢師start */
.text-yellow1{
    color: #c59c60;
}

.text-666{
    color: #666666;
}

.text-nstc{
    font-family: 'Noto Serif TC';
}

.txt-14{
  font-size: 14px;
}

.txt-16{
  font-size: 16px;
}

.txt-18{
  font-size: 18px;
}

.txt-21{
  font-size: 21px;
}

.txt-24{
  font-size: 24px;
}

.txt-32{
  font-size: 32px;
}

.txt-36{
  font-size: 36px;
}

@media(max-width: 768px){
  .txt-14{
  font-size: 12px;
}

.txt-16{
  font-size: 14px;
}

.txt-18{
  font-size: 15px;
}

.txt-21{
  font-size: 18px;
}

.txt-24{
  font-size: 20px;
}

.txt-32{
  font-size: 24px;
}

.txt-36{
  font-size: 28px;
}

}

.condition{
    padding: 20px 0px;
}

.become-a-lecturer .nav-btnla{
    width: fit-content;
    margin: auto;
}

.two-condition{
    position: relative;
    margin: 30px 0px;
}


@media(min-width: 991px){
.two-condition:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f3f3f3;
    right: calc( 50% - 0.5px );
}}

@media (max-width: 991px){
.become-a-lecturer .nav-btnla {
    display: block;
    position: relative;
    left: 0%;
    transform: translateX(0%);
    top: 0px;
}}

.line-top{
    width: 100%;
    height: 2px;
    background: #f3f3f3;
}

.check-send{
    padding-top: 3vmin;
    padding-bottom: 10vmin;
}

@media (max-width: 991px){
.check-send{
    padding-top: 10vmin;
}}

.caption{
    padding-top: 6vmin;
    padding-bottom: 15vmin;
}

.hide-in-phone {
  display: block;
}

@media (max-width: 991px) {
  .hide-in-phone {
    display: none;
  }
}

.hide-in-pc {
  display: none;
}

@media (max-width: 991px) {
  .hide-in-pc {
    display: block;
  }
}
/* 41 新增申請成為諮詢師end */