#logo{
    cursor: pointer;
}
/**/
#banner .slick-1{
    width: 100%;
}
#banner .slick-1 .banner{
    width: 100%;
    height: calc(100vh - 80px);
    max-height: 56vw;
    display: block;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner .slick-1 .banner .ytbtn{
    width: 10%;
    min-width: 80px;
}
#banner .slick-1 .banner-1{
    background-image: url(../images/banner-1.jpg);
}
#banner .slick-1 .banner-2{
    background-image: url(../images/banner-2.jpg);
}
#banner .slick-1 .banner-3{
    background-image: url(../images/banner-3.jpg);
}
#banner .slick-1 .slick-dots{
    bottom: 20px;
}
#banner .slick-1 .slick-dots li.slick-active button:before{
    color: #f5c53a;
    opacity: 1;
}
/**/
.news_content .news_info{
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.news_content .news_info .form{
    font-size: 1rem;
}
.news_content .news_info time {
    display: block;
    font-size: 1rem;
    color: #9a9999;
    margin-bottom: 20px;
}
.news_content p{
    font-size: 1rem;
    color: #333;
    text-align: justify;
    letter-spacing: 1.2px;
    line-height: 1.8;
}
.news_content p + p,
.news_content .tags{
    margin-top: 15px;
}
.news_content a{
    text-decoration: none;
    color: #014896;
}
.news_content h2{
    white-space: normal;
    margin-top: 10px;
}
.news_content .uvideo {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
}
.news_content .uvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.uvideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.uvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**/
#media .media-reports{
    margin-top: 1rem;
    position: relative;
}
#media .media-reports .slick-3 .slick-slide {
    margin: 0 0.5rem;
}
#media .media-reports .slick-3 .slick-list {
    margin: 0 -0.5rem;
}
#media .media-reports .left,
#media .media-reports .right{
    position: absolute;
    z-index: 2;
    width: 50px;
    top: 50%;
    transition: all .3s;
    cursor: pointer;
}
#media .media-reports .left{
    left: -5%;
    transform: translateY(-50%) translateX(0);
}
#media .media-reports .right{
    right: -5%;
    transform: translateY(-50%) translateX(0);
}
#media .media-reports .left:hover{
    transform: translateY(-50%) translateX(-10px);
}
#media .media-reports .right:hover{
    transform: translateY(-50%) translateX(10px);
}
/**/








/**/
.h_banner{
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
}
.j_class p{
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
    letter-spacing: 1px;
}
.j_class .section-title{
    margin-bottom: 30px;
}
.j_class .section-title span{
    font-family: "Noto Serif TC", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
}
.j_class .section-title .title-sub{
    font-size: 30px;
    letter-spacing: 1px;
}
/*---------j_renewal---------*/
#j_renewal .h_banner{
    background-image: url(../img/renewal-h.jpg?v=1);
}
#j_renewal .box{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    transform: translateY(-100px);
}
#j_renewal .box h2{
    border-left: 10px solid #f5c53a;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 30px;
}
#j_renewal .box h2 span{
    font-size: 20px;
    padding-left: 15px;
    color: #333;
}
#j_renewal .box h3{
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid #888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#j_renewal .box .j_flex{
    display: flex;
    align-items: center;
    gap: 3%;
}
#j_renewal .box .j_flex .j_image{
    width: 55%;
    position: relative;
}
#j_renewal .box .j_flex .j_image .img_txt{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 5px #333;
}
#j_renewal .box .j_flex .j_text{
    width: 45%;
}
#j_renewal .box .j_flex .j_text .j_txt p{
    font-size: 17px;
}
#j_renewal .box .j_flex .j_text .j_btns{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
#j_renewal .box .j_flex .j_text .j_btns a{
    text-align: center;
    border: 2px solid #f5c53a;
    padding: 30px;
    font-size: 18px;
    color: #555;
    transition: all .3s;
}
#j_renewal .box .j_flex .j_text .j_btns a img{
    width: 35px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#j_renewal .box .j_flex .j_text .j_btns a:hover{
    background-color: #f5c53a;
    color: #fff;
}
#j_renewal .box .j_flex .j_text .j_btns a:hover img{
    -webkit-filter:brightness(1000);
}
#j_renewal .box .j_info{
    margin-top: 50px;
}
#j_renewal .box .j_info .items .item{
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 18px;
}
#j_renewal .box .j_info .items .item + .item{
    margin-top: 2px;
}
#j_renewal .box .j_info .items .item .t{
    width: 15%;
    background-color: #ccc;
    padding: 10px 0;
    text-align: center;
}
#j_renewal .box .j_info .items .item .c{
    width: 90%;
    background-color: #eee;
    padding: 10px 0;
}
#j_renewal .box .j_info .items .item .c span{
    padding-left: 10px;
}
/**/
#j_renewal .box .j_progress{
    margin-top: 50px;
}
#j_renewal .box .j_progress .progress-list li{
    display: flex;
    padding-bottom: 15px;
    position: relative;
}
#j_renewal .box .j_progress .progress-list li .point{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
#j_renewal .box .j_progress .progress-list li .point > div{
    border: 2px solid #126aff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    text-align: center;
}
#j_renewal .box .j_progress .progress-list li .point .line{
    background: #99c2ff;
    background-origin: border-box;
    border-right: 2px dashed #fff;
    height: 100%;
    position: absolute;
    top: 20px;
}
#j_renewal .box .j_progress .progress-list li .time{
    margin: 0 16px;
    text-align: right;
}
#j_renewal .box .j_progress .progress-list li .time span{
    background: #f2f8ff;
    border-radius: 4px;
    color: #006aff;
    display: block;
    font-size: 16px;
    margin-bottom: 1px;
    padding: 3px 8px;
}
#j_renewal .box .j_progress .progress-list li .time p{
    color: #999;
    font-size: 14px;
    padding: 0 8px;
}
#j_renewal .box .j_progress .progress-list li .text{
    background: #f2f8ff;
    border-radius: 4px;
    color: #4a4a4a;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    flex: 1 1;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
}
/**/
#j_renewal .box .j_map{
    margin-top: 50px;
}
/*---------j_about---------*/
#j_about .h_banner{
    background-image: url(../img/about-h.jpg);
}
#j_about .box{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    transform: translateY(-100px);
}
#j_about .j_flex{
    display: flex;
    align-items: center;
    background-color: #f5c53a;
}
#j_about .j_flex + .j_flex{
    margin-top: 30px;
}
#j_about .j_flex .j_text{
    width: 50%;
}
#j_about .j_flex .j_text .j_txt{
    padding: 5%;
}
#j_about .j_flex .j_image{
    width: 50%;
    position: relative;
}
#j_about .j_flex .j_image .img_txt{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-shadow: 1px 1px 5px #333;
    font-size: 12px;
}
#j_about .j_flex .j_text h2{
    margin-bottom: 0px;
    letter-spacing: 2px;
}
#j_about .j_flex .j_text h3{
    margin-bottom: 15px;
    letter-spacing: 2px;
}
#j_about .j_flex .j_text p + p{
    margin-top: 10px;
}
#j_about .j_flex:nth-of-type(2),
#j_about .j_flex:nth-of-type(4){
    flex-direction: row-reverse;
}

#j_about .vline{
    width: 100%;
    height: 1px;
    background-color: #f5c53a;
    margin: 80px 0;
}
#j_about .j_group{
    margin-top: 30px;
}
#j_about .j_group .j_text{
    margin-bottom: 20px;
}
#j_about .j_group .j_text h2,
#j_about .j_group .j_text h3{
    margin-bottom: 0;
    text-align: center;
}
#j_about .j_group .items{
    display: flex;
    align-items: stretch;
    gap: 10px;
}
#j_about .j_group .j_image{
    position: relative;
}
#j_about .j_group .j_image .img_txt{
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-shadow: 1px 1px 5px #333;
    font-size: 12px;
}
#j_about .j_group .items .item{
    width: 20%;
    background-color: #f5c53a;
}
#j_about .j_group .items .item .txt{
    padding: 15px;
    text-align: center;
}
#j_about .j_group .items .item .txt .t1{
    font-size: 20px;
}
#j_about .j_group .items .item .txt .t2{
    margin: 15px 0;
}
#j_about .j_group .items .item .txt p{
    line-height: 1.5;
    /*text-align: center;*/
}
#j_about .j_group .items .item .slick-dots {
    bottom: 10px;
}
#j_about .j_group .items .item .slick-dotted.slick-slider{
    margin-bottom: 0;
}











#j_apply .box{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    transform: translateY(-100px);
}
#j_apply .h_banner{
    background-image: url(../img/apply-h.jpg);
}
#apply2 {
    text-align: center;
}
#apply2 .j_flex{
    display: flex;
    gap: 15px;
}
#apply2 #apply-vision {
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/apply-bg.png");
    background-position: center center;
}
#apply2 #apply-vision:after {
    display: block;
    content: "";
    padding-top: 33.78%;
}
#apply2 #apply-vision #apply-vision-info {
    position: absolute;
    left: 5rem;
    bottom: 2.5rem;
    letter-spacing: 3px;
}
#apply2 #apply-vision #apply-vision-info h3 {
    margin-bottom: 1rem;
}
#apply2 #apply-vision #apply-vision-info a {
    background-color: #40210e;
    color: #f5c53a;
    padding: 0.5rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5rem;
}
#apply2 .container {
    color: #40210e;
}
#apply2 #apply-form2 {
    /*width: 80%;*/
    /*max-width: 800px;*/
    margin: 3% auto 3%;
}
#apply2 #apply-form2 input[type="tel"],
#apply2 #apply-form2 input[type="text"],
#apply2 #apply-form2 select,
#apply2 #apply-form2 textarea {
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #40210e;
    border: 1px solid #40210e;
    font-size: 1.1rem;
    letter-spacing: 3px;
    background-color: transparent;
    outline: none;
}
#apply2 #apply-form2 ::-webkit-input-placeholder {
    color: #40210e;
}
#apply2 #apply-form2 :-ms-input-placeholder {
    color: #40210e;
}
#apply2 #apply-form2 ::-ms-input-placeholder {
    color: #40210e;
}
#apply2 #apply-form2 ::placeholder {
    color: #40210e;
}
#apply2 #apply-form2 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("https://img.icons8.com/ios/50/40210E/expand-arrow--v2.png") no-repeat 98% center transparent;
    background-size: 30px auto;
}
#apply2 #apply-form2 #send_btn {
    display: block;
    width: 100%;
    border: none;
    color: #f5c53a;
    background-color: #40210e;
    font-size: 2rem;
    letter-spacing: 5px;
    padding: 0.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
#apply2 #apply-form2 #check-form {
    display: block;
    margin: 5% auto 3%;
    letter-spacing: 2px;
}
#apply2 #apply-form2 #check-form span {
    margin-left: 1%;
    color: #231815;
}



@media screen and (max-width: 700px) {
    #apply2 #apply-vision #apply-vision-info {
        text-align: center;
        white-space: nowrap;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 70%);
        -ms-transform: translate(-50%, 70%);
        transform: translate(-50%, 70%);
    }
    #apply2 #apply-vision #apply-vision-info a {
        font-size: 1.1rem;
    }
    #apply2 #apply-form2 {
        width: 100%;
    }
    #apply2 #apply-form2 input[type="text"],
    #apply2 #apply-form2 select {
        font-size: 1rem;
    }
    #apply2 #apply-form2 #send_btn {
        font-size: 1.2rem;
    }
    #apply2 #apply-form2 #check-form {
        font-size: 0.8rem;
    }
    #apply2 #apply-vision:after {
        padding-top: 48%;
    }
}



@media (any-hover: hover) {
    #apply2 #apply-vision #apply-vision-info a {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #apply2 #apply-vision #apply-vision-info a:hover {
        background-color: #f5c53a;
        color: #40210e;
    }
    #apply2 #apply-form2 #send_btn {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #apply2 #apply-form2 #send_btn:hover {
        background-color: #f5c53a;
        color: #40210e;
    }
}


/*QA*/
#j_qa .h_banner{
    background-image: url(../img/qa-h.jpg);
}
#j_qa .infotxt{
    margin-bottom: 50px;
}
#j_qa .infotxt h1{
    margin-bottom: 20px;
    font-family: "Noto Serif TC", sans-serif;
    font-weight: 800;
}
#j_qa .infotxt p + p{
    margin-top: 10px;
}
#j_qa .infotxt p:nth-of-type(2){
    font-size: 20px;
}
#j_qa .infotxt p:nth-of-type(2) span:before{
    content: '：';
}
#j_qa .box{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    transform: translateY(-100px);
}
#j_qa .section-title{
    margin-bottom: 0;
}
#j_qa .subtxt{
    font-size: 20px;
    margin-bottom: 30px;
}
#j_qa .accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-family: "Noto Sans TC", sans-serif;
  border-bottom: 1px solid #d6d3d3;
}
#j_qa .active, .accordion:hover {
  background-color: #e1dfdf;
}
#j_qa .accordion span{
    display: inline-block;
    background-color: rgb(245, 197, 58);
    padding: 3px 8px;
    margin-right: 10px;
    color: #000;
}
#j_qa .panel {
  padding: 0 18px;
  background-color: #f1efef;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#j_qa .panel .con{
    padding: 20px 0;
}
#j_qa .panel .con p,
#j_qa .panel .con li{
    line-height: 2;
}
#j_qa .panel ol{
    list-style: decimal;
    /*list-style-position: inside;*/
    margin-left: 18px;
}
#j_qa .panel p + p{
    margin-top: 15px;
}
#j_qa .refer{
    margin-top: 20px;
}
#j_qa .refer p{
    font-size: 14px;
    color: #333;
}
#j_qa .refer .image{
    display: flex;
    gap: 5%;
    margin-top: 20px;
}
#j_qa .refer .image img{
    width: 200px;
}
#j_qa .block-1,
#j_qa .block-2{
    margin-bottom: 80px;
}
/**/
#apply #apply-form > p{
    margin-bottom: 15px;
}
#apply #check-form{
    text-align: left;
}
#apply #check-form p{
    margin-top: 15px;
}
/**/
footer .ft-contact .ft-social{
    width: 40px;
}
/**/
#apply #apply-form{
    margin-top: 0;
}
#apply #j_contact .htxt{
    margin: 2% 0;
}
#apply #j_contact .htxt i{
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
#apply #j_contact .htxt span{
    display: block;
}