@charset "UTF-8";
@import url(magnific-popup.css);
@import url(_mg_popup.css);

body{
    min-width: max-content;
    min-width: -moz-max-content;
}
.site-main-wrapper .site-main, .site-content-wrapper, .inv-pay-tip, .inv-apply-process {
    zoom: 1;
}

a {
    color: #4a90e2;
    text-decoration: underline;
}

.red{
    color: #bb2f2f;
}

a.on-touch {
    color: #2b75cd;
    text-decoration: none;
}

/*-- 主內容區塊 START
------------------- */
.mb40 {
    margin-bottom: 40px !important;
}

.site-main-wrapper {

    /*主內容100%背景設定*/
    background: #005bac;
}

.site-main-wrapper * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.site-main-wrapper img {
    vertical-align: bottom;
}

.site-main-wrapper .main-pic {
    width: 100%;
}

.site-main-wrapper .main-pic-m {
    width: 100%;
    display: none;
}

.site-main-wrapper .site-main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

.site-main-wrapper .site-main .site-main-content {
    width: 33%;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    text-align: left;
}

.site-main-wrapper .site-main .smc-header {
    width: 100%;
    margin-bottom: 40px;
}

.site-main-wrapper .site-main .smh-title {
    text-align: left;
    color: white;
    line-height: 1.2;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
}
.site-main-wrapper .site-main .smh-medium-txt {
    text-align: left;
    color: white;
    line-height: 1.2;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}


.site-main-wrapper .site-main .smh-subtitle {
    text-align: left;
    color: white;
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 10px;
}

.site-main-wrapper .site-main .smh-txt {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: white;
}

.smh-list {
    width: 100%;
    font-size: 16px;
    color: #FFF;
    line-height: 1.4;
    list-style-type: disc;
    padding-left: 20px;
}

.smh-list li {
    margin-bottom: 3px;
}

.site-main-wrapper .site-main .smc-txt {
    text-align: left;
    color: white;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 54px;
}

.site-main-wrapper .site-main .smc-txt .smt-hightlight {
    font-family: Verdana;
    font-size: 36px;
    font-weight: bold;
}

.site-main-wrapper .site-main .smc-txt2 {
    text-align: left;
    color: white;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 10px;
}

.site-main-wrapper .site-main .smc-txt2 a {
    color: #ffdd4f;
}

.site-main-wrapper .site-main .site-main-pic {
    width: 64%;
    max-width: 755px;
    padding: 50px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.site-main-wrapper .site-main.sm-1 .site-main-pic {
    width: 51%;
    padding: 30px 0;
}

.site-main-wrapper .site-main.sm-2 .site-main-content {
    width: 440px;
    margin-right: 100px;
}

.site-main-wrapper .site-main.sm-2 .site-main-pic {
    width: 27%;
    padding: 30px 0;
}

.site-main-wrapper .site-main.sm-3 .site-main-content {
    width: 310px;
    margin-right: 100px;
}

.site-main-wrapper .site-main.sm-3 .site-main-pic {
    width: 38%;
    padding: 10px 0;
}

.site-main-wrapper .site-main .scw-btn-block {
    margin-top: 20px;
}

.site-main-wrapper .site-main.sm-2 .site-main-pic img{
    width: 90%;
}


/* img junbrjumbotron animation*/

.site-body .jumbotron-outter .jumbotron{
    transform: translateX(-60px);
    opacity: 0;
    transition: 0.5s linear
}

.site-body .jumbotron-outter .site-main-pic{
    position: relative;
}
.site-body .jumbotron-outter .site-main-pic .main{   
    width: 100%;
    transform: translateY(-60px);
    opacity: 0;
    transition: 0.5s linear
}

.site-body .jumbotron-outter .site-main-pic .left.process{   
    position: absolute;
    width: 38%;
    top: 13%;
    left: 15%;
    transform: translate(-60px, -25px);
    opacity: 0;
    transition: 0.5s linear
}
.site-body .jumbotron-outter .site-main-pic .right.process{ 
    position: absolute;
    width: 24%;
    top: 17%;
    right: 9%;
    transform: translate(70px, 30px);
    opacity: 0;
    transition: 0.5s linear
}
.site-body .jumbotron-outter.ani .site-main-pic .left.process{   
    transform: translate(0px);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s;
}
.site-body .jumbotron-outter.ani .site-main-pic .right.process{ 
    transform: translate(0px);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s;
}

.site-body .jumbotron-outter .site-main-pic .left.cost{   
    position: absolute;
    width: 43%;
    top: 19%;
    left: 21%;
    transform: translate(-60px, -25px);
    opacity: 0;
    transition: 0.5s linear
}
.site-body .jumbotron-outter .site-main-pic .right.cost{ 
    position: absolute;
    width: 33%;
    bottom: 17%;
    right: 9%;
    transform: translate(70px, 30px);
    opacity: 0;
    transition: 0.5s linear
}
.site-body .jumbotron-outter.ani .site-main-pic .left.cost{   
    transform: translate(0px);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s;
}
.site-body .jumbotron-outter.ani .site-main-pic .right.cost{ 
    transform: translate(0px);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s;
}

.site-body .jumbotron-outter .site-main-pic .left.know{   
    position: absolute;
    width: 14%;
    top: 22%;
    left: 16%;
    transform: translate(-60px, -25px);
    opacity: 0;
    transition: 0.5s linear
}
.site-body .jumbotron-outter .site-main-pic .right.know{ 
    position: absolute;
    width: 18%;
    bottom: 10%;
    left: 40%;
    transform: translate(70px, 30px);
    opacity: 0;
    transition: 0.5s linear
}
.site-body .jumbotron-outter.ani .site-main-pic .left.know{   
    transform: translate(0);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s;
}
.site-body .jumbotron-outter.ani .site-main-pic .right.know{ 
    transform: translate(0);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s;
}

.site-body .jumbotron-outter .site-main-pic .left.intro{   
    position: absolute;
    width: 30%;
    top: 7%;
    left: -6%;
    transform: translateX(-60px);
    opacity: 0;
    transition: 0.5s linear
}
.site-body .jumbotron-outter .site-main-pic .right.intro{ 
    position: absolute;
    width: 38%;
    top: 17%;
    right: -11%;
    transform: translateX(60px);
    opacity: 0;
    transition: 0.5s linear
}

.site-body .jumbotron-outter.ani .site-main-pic .right.intro{   
    transform: translateX(0);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s
}
.site-body .jumbotron-outter.ani .site-main-pic .left.intro{   
    transform: translateX(0);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 1s
}

.site-body .jumbotron-outter.ani .jumbotron{
    transform: translateX(0px);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 0.3s
}
.site-body .jumbotron-outter.ani .site-main-pic .main{   
    transform: translateY(0px);
    opacity: 1;
    transition: 0.5s linear;
    transition-delay: 0.3s

}
.site-body .site-main .site-main-pic .right.index{   
    width: 300px;
    position: absolute;
    top: 26%;
    right: -1%;
    transform: translate(60px , -60px);
    opacity: 0;
    transition: 0.5s linear;
}
.site-body .site-main .site-main-pic .left.index{   
    width: 300px;
    position: absolute;
    bottom: 9%;
    left: 5%;
    transform: translate(-60px , 60px);
    opacity: 0;
    transition: 0.5s linear;
}
.site-body .jumbotron-outter.ani .site-main-pic .left.index,.site-body .jumbotron-outter.ani .site-main-pic .right.index{   
    transform: translate(0px , 0px);
    transition: 0.5s linear;
    opacity: 1;
    transition-delay: 1s
}



@media (max-width: 1000px) {
    /* img junbrjumbotron */
    .site-body .site-main .site-main-pic{
        position: relative;
        max-width: 500px;

    }
    .site-body .site-main .site-main-pic .main{   
        width: 100%;
    }
    .site-body .site-main .site-main-pic .right.index{   
        width: 200px;
        position: absolute;
        top: 27%;
        right: 1%;
        transform: translate(30px , -30px);
    }
    .site-body .site-main .site-main-pic .left.index{   
        width: 200px;
        position: absolute;
        bottom: 13%;
        left: 1%;
        transform: translate(-30px , 30px);
    }
    .site-body .site-main .site-main-pic.ani .left.index,.site-body .site-main .site-main-pic.ani .right.index{   
        transform: translate(0px , 0px);
    }

    .site-body .jumbotron-outter .site-main-pic .left.intro{   
        top: 30px;
        left: -25px;
    }
    .site-body .jumbotron-outter .site-main-pic .right.intro{ 
        width: 37%;
        top: 73px;
        right: -47px;
    }


}

@media (max-width:768px) {
    .site-main-wrapper .site-main .smh-title {
        text-align: center;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .site-main-wrapper .site-main .site-main-pic {
        width: 100%;
        max-width: inherit;
        padding: 25px 0;
    }

    .site-main-wrapper .site-main .site-main-content, 
    .site-main-wrapper .site-main.sm-2 .site-main-content,
    .site-main-wrapper .site-main.sm-3 .site-main-content {
        width: 100%;
        max-width: 600px;
        padding: 50px 0px 0px;
        margin-right: 0px;
    }

    .site-main-wrapper .site-main.sm-1 .site-main-pic, 
    .site-main-wrapper .site-main.sm-2 .site-main-pic,
    .site-main-wrapper .site-main.sm-3 .site-main-pic {
        width: 100%;
        max-width: 400px;
        padding: 25px 0 50px;
    }

    .site-main-wrapper .site-main.sm-2 .site-main-pic {
        max-width: 230px;
    }

    .site-main-wrapper .site-main.sm-3 .site-main-pic {
        max-width: 350px;
    }

    .site-main-wrapper .site-main .scw-btn-block {
        text-align: center;
        margin-top: 25px;
    }

    .site-body .site-main .site-main-pic .main{   
        width: 100%;
    }
    .site-body .site-main .site-main-pic .right.index{   
        width: 42%;
        position: absolute;
        top: 24%;
        right: -3%;
        transform: translate(10px , -10px);
    }
    .site-body .site-main .site-main-pic .left.index{   
        width: 42%;
        position: absolute;
        bottom: 11%;
        left: 0%;
        transform: translate(-10px , 10px);
    }
    .site-body .site-main .site-main-pic.ani .left.index,.site-body .site-main .site-main-pic.ani .right.index{   
        transform: translate(0px , 0px);
    }

    .site-body .jumbotron-outter .site-main-pic .right.intro{ 
        width: 36%;
        top: 65px;
        right: -40px;
    }
    .site-body .jumbotron-outter .site-main-pic .right.know{ 
        bottom: 18%;
        left: 40%;
        transform: translate(70px, 30px);
        opacity: 0;
        transition: 0.3s linear
    }
    .site-main-wrapper .site-main .smc-txt2 {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .site-body .site-main .site-main-pic .main.intro{   
        width: 90%;
    }
    .site-body .jumbotron-outter .site-main-pic .left.intro{   
        width: 27%;
        top: 27px;
        left: -1px;
        transform: translateY(-60px);
        opacity: 0;
    }
    .site-body .jumbotron-outter .site-main-pic .right.intro{ 
        width: 33%;
        top: 52px;
        right: -14px;
        transform: translateY(60px);
        opacity: 0;
    }

    .site-main-wrapper .site-main .smh-txt {
        text-align: center;
    }
}

/*--麵包屑--*/
.site-breadcrumb {
    width: 100%;
    font-size: 14px;
    color: white;
    line-height: 1;
    text-align: left;
    padding: 15px 0;
}

.site-breadcrumb a {
    color: white;
}

.site-breadcrumb a.on-touch {
    text-decoration: underline;
}

.site-breadcrumb li {
    display: inline-block;
    vertical-align: middle;
}

.site-breadcrumb li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 20px;
    margin: 0 6px 0 8px;
    background: url('../images/events/arrow_R.svg') center center / contain no-repeat;
}

.site-breadcrumb li:last-child:after {
    display: none;
}

.site-breadcrumb .sb-home a {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.site-breadcrumb .sb-home img {
    width: 100%;
    display: inline-block;
}

@media (max-width:768px) {
    .site-breadcrumb {
        display: none;
    }

    .site-main-wrapper .site-main .smh-medium-txt {
        text-align: center;
    }

}

/*-- 詳細內容區塊 START
------------------- */
.site-content-wrapper {
    width: 100%;
    position: relative;
    background: #f1f1f1;
}

.site-content-wrapper * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.site-content-wrapper.scw-bg {
    background-color: white;
}

.site-content-wrapper.scw-bg2 {
    background-color: #eff7ff;
}

.site-content-wrapper .site-content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 80px 0;
}

.site-content-wrapper .site-content .B2B-container{
    display: flex;
    justify-content: center;
    gap: 16px;
}

.site-content-wrapper .site-content .B2B-container .box{
    padding: 60px 16px;
    border-radius: 10px;
    background-color: #E4F5FF;
    width: 25%;
}
.site-content-wrapper .site-content .B2B-container .box .img{
    text-align: center;
    margin-bottom: 26px;
}
.site-content-wrapper .site-content .B2B-container .box p{
    margin: 26px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #005BAC;
    text-align: center;
    line-height: 1.4;
}
.site-content-wrapper .site-content .B2B-container .box .txt{
    font-size: 18px;
    color: #676767;
    line-height: 1.4;
    font-weight: bold;
}
.site-content-wrapper .site-content .B2B-container .box ol{
    list-style-type: decimal;
    padding-left: 22px;
    font-size: 18px;
}
.site-content-wrapper .site-content .B2B-container .box ol li{
    font-weight: bold;
    color: #676767;
    line-height: 1.5;
}
.site-content-wrapper .site-content .B2B-container .box ol li span{
    font-size: 14px;
}

.site-content-wrapper .site-content .B2C-container{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.site-content-wrapper .site-content .B2C-container .box{
    display: flex;
    flex-direction: column;
    width: 33%;
}

.site-content-wrapper .site-content .B2C-container .box .box-content{
    padding: 0 8px;
}
.site-content-wrapper .site-content .B2C-container .box .box-content .title{
    font-weight: bold;
    font-size: 20px;
    color: #005BAC;
    margin: 30px 0 20px 0;
}
.site-content-wrapper .site-content .B2C-container .box .box-content .txt{
    font-size: 18px;
    color: #676767;
    line-height: 1.4;
    font-weight: bold;
}
.site-content-wrapper .site-content .B2C-container .box .box-content .txt span{
    color: #E0006F;
}
.site-content-wrapper .site-content .B2C-container .box .box-content .sub-txt{
    color: #9E9E9E;
    margin-top: 20px;
    line-height: 1.4;
}

.site-content-wrapper .site-content .receipt-api .container{
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-top: 80px;
}

.site-content-wrapper .site-content .receipt-api .container .box{
    width: 375px;
}
.site-content-wrapper .site-content .receipt-api .container .box .img{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 297px;
    margin-bottom: 40px;
}

.site-content-wrapper .site-content .receipt-api .container .box .txt-content{
    padding: 0 16px;
    text-align: center;
}

.site-content-wrapper .site-content .receipt-api .container .box .txt-content .content-subtitle, 
.site-content-wrapper .site-content .receipt-api .container .box .txt-content .content-txt {
    margin-bottom: 20px;
}


.site-content-wrapper .site-content .api-btn{
    border-radius: 50px;
    background-color: #005BAC;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    min-width: 156px;
    line-height: 42px;
    box-sizing: border-box;
}

.site-content-wrapper .site-content .api-charge {
    width: 100%;
    border: 2px solid #005BAC;
    position: relative;
    margin-top: 85px;
}
.site-content-wrapper .site-content .api-charge .title-row{
    padding: 18px 0;
    text-align: center;
    color: #fff;
    background-color: #005BAC;
    font-size: 18px;
}
.site-content-wrapper .site-content .api-charge .title-tag{
    padding: 12px 40px;
    color: #fff;
    background-color: #81AB29;
    font-size: 30px;
    font-family: Verdana;
    position: absolute;
    border-radius: 0 0 6px 6px;
    top: -15px;
    left: 64px;
}
.site-content-wrapper .site-content .api-charge .title-tag::before{
    content: '';
    width: 10px;
    height: 13px;
    background-color: #759B25;
    border-radius: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: -10px;
}
.site-content-wrapper .site-content .api-charge .title-tag::after{
    content: '';
    width: 10px;
    height: 13px;
    background-color: #759B25;
    border-radius: 0 5px 0 0;
    position: absolute;
    top: 0;
    right: -10px;
}
.site-content-wrapper .site-content .api-charge .title-tag.og{
    background-color: #F39C15;
}
.site-content-wrapper .site-content .api-charge .title-tag.og::before{
    background-color: #F39015;
}
.site-content-wrapper .site-content .api-charge .title-tag.og::after{
    background-color: #F39015;
}

.site-content-wrapper .site-content .btn-row{
    text-align: center;
    margin-top: 60px;
}
.site-content-wrapper .site-content .api-charge .title-row span{
    font-weight: bolder;
}
.site-content-wrapper .site-content .api-charge .content{
    display: flex;
    padding: 60px;
}
.site-content-wrapper .site-content .api-charge .box{
    width: 50%;
}
.site-content-wrapper .site-content .api-charge .box .charge-title{
    color: #BB2F2F;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
    font-family: Verdana;
}
.site-content-wrapper .site-content .api-charge .box .price{
    color: #BB2F2F;
    font-size: 30px;
    font-weight: bold;
    margin-left: 16px;
    font-family: Verdana;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.site-content-wrapper .site-content .api-charge .box .tag{
    padding: 5px;
    color: #fff;
    background-color: #F37000;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}
.site-content-wrapper .site-content .api-charge .box ul li{
    align-items: center;
    font-size: 18px;
    color: #676767;
    line-height: 1.5;
    position: relative;
    padding-left: 26px;
    list-style: none;
}
.site-content-wrapper .site-content .api-charge .box ul li span{
    color: #BB2F2F;
    font-weight: bold;
    display: contents;
}
.site-content-wrapper .site-content .api-charge .box ul li img{
    position: absolute;
    left: 0;
    top: 0;
}
.site-content-wrapper .site-content .api-charge .box .sub-txt{
    font-size: 18px;
    color: #676767;
    margin-top: 8px;
    margin-left: 5px;
    position: relative;
    padding-left: 20px;
}
.site-content-wrapper .site-content .api-charge .box .sub-txt span{
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:1170px) {
    .site-content-wrapper .site-content {
        padding: 80px 20px 50px;
    }

    .site-content-wrapper .site-content .B2B-container{
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    .site-content-wrapper .site-content .B2B-container .box{
        padding: 24px 16px;
        border-radius: 10px;
        background-color: #E4F5FF;
        width: 48%;
    }

    .site-content-wrapper .site-content .B2C-container{
        flex-wrap: wrap;
    }

    .site-content-wrapper .site-content .B2C-container .box{
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
}
@media (max-width:1000px) {
    .site-content-wrapper .site-content .api-charge .title-row{
        padding: 52px 0 18px 0;
    }
    .site-content-wrapper .site-content .api-charge .title-tag{
        padding: 12px 40px;
        color: #fff;
        background-color: #81AB29;
        font-size: 30px;
        font-family: Verdana;
        position: absolute;
        border-radius: 0 0 6px 6px;
        top: -15px;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        text-align: center;
    }
    .site-content-wrapper .site-content .api-charge .content{
        display: flex;
        padding: 60px;
        flex-direction: column;
        gap: 50px;
    }
    .site-content-wrapper .site-content .api-charge .content .box{
        width: 100%;
    }

}

@media (max-width:768px) {
    .site-content-wrapper .site-content {
        padding: 60px 20px 50px;
    }

    .site-content-wrapper .site-content .B2C-container{
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .site-content-wrapper .site-content .B2C-container .box{
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .site-content-wrapper .site-content .B2C-container .box .box-content{
        max-width: 500px;
    }
    .site-content-wrapper .site-content .B2C-container .box .box-content .title{
        margin: 20px 0;
    }

    .site-content-wrapper .site-content .receipt-api .container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 36px;
        margin-top: 30px;
    }
    
    .site-content-wrapper .site-content .receipt-api .container .box{
        width: 100%;
    }
    .site-content-wrapper .site-content .api-charge {
        margin-top: 50px;
    }
    .site-content-wrapper .site-content .api-charge .content{
        display: flex;
        padding: 20px;
        gap: 20px;
    }

    .site-content-wrapper .site-content .api-btn{
        width: 100%;
    }
    
}

@media (max-width:568px) {
    .site-content-wrapper .site-content {
        padding: 50px 10px 40px;
    }

    .site-content-wrapper .site-content .B2B-container .box{
        padding: 24px 16px;
        border-radius: 10px;
        background-color: #E4F5FF;
        width: 100%;
    }
    .site-content-wrapper .site-content .B2B-container .box ol{
        list-style-type: decimal;
        font-family: sans-serif;
        padding-left: 30px;
        font-size: 18px;
    }
    .site-content-wrapper .site-content .B2C-container .box .img{
        width: 340px;
    }

    .site-content-wrapper .site-content .B2C-container .box .img img{
        width: 100%;
    }

    .site-content-wrapper .site-content .api-charge .title-tag{
        font-size: 25px;
    }
    .site-content-wrapper .site-content .api-charge .content .price{
        margin-left: 0;
    }
    .site-content-wrapper .site-content .api-charge .content ul{
        padding-left: 0;
    }
    .site-content-wrapper .site-content .api-charge .content{
        padding: 12px;
    }
}

.site-content-wrapper .content-title {
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #676767;
}

.site-content-wrapper .content-title-left {
    text-align: left;
}

.site-content-wrapper .content-subtitle {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    color: #005bac;
    font-weight: bold;
}

.site-content-wrapper .content-subtitle-left {
    text-align: left;
    margin-bottom: 20px;
}

.site-content-wrapper .content-mtitle {
    width: 100%;
    text-align: left;
    font-size: 28px;
    line-height: 1.7;
    color: #618148;
    font-weight: bold;
}

.site-content-wrapper .content-txt-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    position: relative;
}

.site-content-wrapper .content-txt-wrap.ctw-center {
    text-align: center;
}

.site-content-wrapper .content-txt-wrap.ctw-bottom {
    margin-bottom: 0px;
    margin-top: 30px;
}

.site-content-wrapper .content-txt-wrap.ctw-bottom .content-txt {
    margin-bottom: 15px;
}

.site-content-wrapper .content-txt-box {
    width: 100%;
    padding: 20px 20px;
    background: #f1f1f1;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.site-content-wrapper .content-txt {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #676767;
}

.site-content-wrapper .content-txt-left {
    text-align: left;
    margin-bottom: 20px;
}
.site-content-wrapper .content-txt-left.title {
    font-weight: bolder;
    font-size: 20px;
}

.site-content-wrapper .content-txt ul {
    margin-bottom: 30px;
}

.site-content-wrapper .content-txt li {
    margin-bottom: 20px;
}

.site-content-wrapper .content-txt li:last-child {
    margin-bottom: 0;
}

.site-content-wrapper .content-list {
    font-size: 18px;
    line-height: 1.5;
    color: #676767;
}

.site-content-wrapper .content-list ul {
    list-style-type: disc;
    padding-left: 20px;
}

.site-content-wrapper .content-list li {
    margin-bottom: 7px;
}

.site-content-wrapper .content-list li:last-child {
    margin-bottom: 0;
}

.site-content-wrapper .content-tip {
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    color: #9e9e9e;
}

.scw-btn-block {
    width: 100%;
    position: relative;
}

.scw-btn-block .sbb-btn {
    width: 210px;
    height: 44px;
    background: #ffdd4f;
    color: #00172c;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width:568px) {
    .site-content-wrapper .content-title {
        font-size: 38px;
    }

    .site-content-wrapper .content-subtitle {
        font-size: 18px;
        line-height: 1.4;
    }

    .scw-btn-block .btn {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .scw-btn-block .btn:last-child {
        margin-bottom: 0;
    }

}

.site-content-wrapper .scw-tip {
    font-size: 14px;
    color: #ec4040;
    line-height: 1.5;
}

@media (max-width:1170px) {
    .site-content-wrapper .iap-subtitle {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

}

.inv-service-list {
    width: 100%;
    text-align: center;
    position: relative;
}

.inv-service-list.index-se1 .container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.inv-service-list.index-se1 .container .box-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 3;
    color: #005bac;
    font-weight: bold;
}
.inv-service-list.index-se1 .container .grid-box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}
.inv-service-list.index-se1 .container .box{
    padding: 30px 18px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.inv-service-list.index-se1 .container .box .img{
    width: 150px;
    height: 140px;
    margin: auto;
}
.inv-service-list.index-se1 .container .box .img.img-2{
    width: 100px;
}
.inv-service-list.index-se1 .container .box img{
    width: 100%;
    height: 100%;
}

.inv-service-list.index-se1 .container .box img.img3,.inv-service-list.index-se1 .container .box img.img4{
    width: 75%;
}

.inv-service-list.index-se1 .container .box img.img5{
    width: 70%;
}

.inv-service-list.index-se1 .container .box .txt{

    font-size: 20px;
    font-weight: bold;
    color: #005BAC;
}
@media (max-width: 850px) and (min-width: 769px){
    .inv-service-list.index-se1 .container{
        grid-template-columns: 1fr;
    }
    .inv-service-list.index-se1 .container .grid-box{
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {

    .inv-service-list.index-se1 .container{
        grid-template-columns: 1fr;
    }
    .inv-service-list.index-se1 .container .grid-box{
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}
@media (max-width: 568px) {

    .inv-service-list.index-se1 .container .box{
        padding: 16px;
    }

    .inv-service-list.index-se1 .container .box .img{
        width: 135px;
        height: 130px;
        margin: auto;
    }

}

.inv-service-list.isl-2 ul {
    flex-wrap: wrap;
    gap: 30px;
}

.inv-service-list.isl-2 li {
    width: calc(33% - 18px);
    min-height: 420px;
    margin: 0 ;
    padding: 50px 35px;
    background: #FFF;
}

.inv-service-list.isl-2 .isl-img {
    height: 190px;
}

.inv-service-list.isl-2 .isl-title {
    margin-top: 20px;
}

.inv-service-list.isl-2 .isl-txt {
    margin-top: 15px;
}

.site-content-wrapper .inv-service-list ul {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-left: 0px;
}

.inv-service-list li {
    width: 360px;
    min-height: 400px;
    display: block;
    margin: 0 22px;
    padding: 30px 35px;
    text-align: center;
    border-radius: 10px;
    background: #e4f5ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.inv-service-list .isl-img {
    max-width: 100%;
    height: 220px;
    display: block;
}

.inv-service-list .isl-title, .inv-service-list .isl-txt {
    display: block;
    width: 100%;
}

.inv-service-list .isl-title {
    color: #005bac;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.site-content-wrapper .inv-service-list .inv-service-list-ul {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    list-style-type: disc;
    padding-left: 2px;
    font-size: 18px;
}

.inv-service-list .inv-service-list-ul li {
    width: 100%;
    min-height: auto;
    padding: initial;
    text-align: left;
    align-items: baseline;
    margin-left: 0;
    display:list-item;
    list-style-position:outside;
}

.inv-service-list .im_box {
    margin: 0 auto;
    padding: 0px;
    height: 380px;
}

.inv-service-list .isl-txt {
    color: #676767;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
}

.inv-service-list .but_sst {
    width: 120px;
    height: 44px;
    margin-top: 25px;
    background: #345226;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.inv-service-list .sstt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-top: -6px;
    padding: 0 15px;
    text-align: center;
    color: white;
    font-size: 20px;
    background: #588c3f;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.inv-service-list .on-touch .sstt {
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

.inv-service-list.isl-api .im_box {
    height: 360px;
}

.inv-service-list .print-manual li {
    height: 360px;
    background: #F3FAEE;
    border-radius: 8px;
    padding: 35px 15px;
    box-shadow: 0 0 0 transparent;
}

.inv-service-list .print-manual li span {
    font-size: 13px;
}

.inv-service-list .print-manual .isl-img {
    width: 109px;
}

.inv-service-list .print-manual .isl-title {
    font-weight: bold;
    line-height: 26px;
    margin-top: 25px;
}

.inv-service-list .print-manual .isl-txt {
    color: #555;
}

.inv-service-list .print-manual li:nth-child(1) .isl-title, .inv-service-list .print-manual li:nth-child(2) .isl-title {
    line-height: 52px;
}

@media (max-width:1170px) {
    .site-content-wrapper .inv-service-list .inv-service-list-ul {
        padding-left: 25px;
    }
    .inv-service-list li {
        min-height: 350px;
        margin: 0 10px;
        padding: 20px 10px 30px;
    }

    .inv-service-list .isl-txt {
        font-size: 16px;
    }

    .inv-service-list .print-manual li:nth-child(1) .isl-title, .inv-service-list .print-manual li:nth-child(2) .isl-title {
        line-height: normal;
    }

}

@media (max-width:768px) {
    .inv-service-list.isl-2 li {
        margin: 0;
        width: 45%;
    }

    .inv-service-list li {
        width: 30%;
        min-height: 280px;
        padding: 20px 8px 20px;
    }

    .inv-service-list .isl-img {
        height: 126px;
    }

    .inv-service-list .isl-txt {
        font-size: 14px;
        margin-top: 10px;
    }

    .inv-service-list .im_box {
        height: 275px;
    }

    .site-content-wrapper .content-mtitle {
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .inv-service-list.isl-api .im_box {
        height: 290px;
    }

}

@media (max-width:568px) {
    .inv-service-list {
        margin-top: 0px;
    }

    .inv-service-list.isl-2 li {
        width: 100%;
        min-height: 0;
        margin: 0 0px 30px;
        padding: 30px 15px;
    }

    .site-content-wrapper .inv-service-list ul {
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .site-content-wrapper .inv-service-list .inv-service-list-ul li{
        margin: 0;
    }

    .inv-service-list li {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        /* overflow: auto; */
        margin: 0 0px 30px;
        padding: 20px 12px 30px;
    }

    .inv-service-list li:last-child {
        margin-bottom: 0;
    }

    .inv-service-list .isl-img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .inv-service-list .isl-txt {
        font-size: 16px;
        margin-top: 10px;
    }

    .inv-service-list.isl-api .im_box {
        height: auto;
    }

}

.inv-service-info {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.inv-service-info li, .inv-service-info .isi-icon, .inv-service-info .isi-txt-box {
    display: inline-block;
    vertical-align: bottom;
}

.inv-service-info .isi-icon {
    width: 60px;
    margin: 0 3px;
}

.inv-service-info .isi-icon img {
    width: 100%;
}

.inv-service-info .isi-txt-box {
    color: #676767;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
}

.inv-service-info .isi-txt-box.itb-r {
    margin-left: 20px;
    text-align: left;
}

.inv-service-info .isi-txt-box .isi-txt1 {
    margin-bottom: 5px;
}

.inv-service-info .isi-txt-box .ist-hl {
    font-size: 36px;
    margin-right: 2px;
    font-family: Verdana;
    font-weight: bold;
}

.inv-service-info .isi-txt-box .isi-txt2 {
    color: #9e9e9e;
}

@media (max-width:568px) {
    .inv-service-info li {
        width: 100%;
        margin-bottom: 40px;
    }

    .inv-service-info li:last-child {
        margin-bottom: 0px;
    }

    .inv-service-info .isi-txt-box {
        text-align: left;
    }

    .inv-service-info .isi-txt-box.itb-r {
        margin-left: 0px;
    }

}

.inv-service-process {
    width: 100%;
    text-align: center;
}

.inv-service-process .isp-pic, .inv-service-process .isp-intro {
    display: inline-block;
    vertical-align: middle;
}

.inv-service-process .isp-pic-m {
    display: none;
}

.inv-service-process .isp-pic {
    width: 600px;
}

.inv-service-process .isp-pic img {
    width: 100%;
}

.inv-service-process .isp-intro {
    width: 500px;
    margin-left: -85px;
}

.inv-service-process .iin-box {
    margin-bottom: 60px;
}

.inv-service-process .iin-box:last-child {
    margin-bottom: 0;
}

.inv-service-process .iin-box:nth-child(2) {
    padding-left: 100px;
}

@media (max-width:1170px) {
    .inv-service-process .isp-pic {
        width: 530px;
    }

    .inv-service-process .isp-intro {
        width: 400px;
    }

}

@media (max-width:860px) {
    .inv-service-process .isp-pic {
        width: 455px;
    }

    .inv-service-process .isp-intro {
        width: 335px;
    }

}

@media (max-width:768px) {
    .inv-service-process .isp-pic-m {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .inv-service-process .isp-pic-m img {
        display: inline-block;
        max-width: 100%;
    }

    .inv-service-process .isp-pic {
        display: none;
    }

    .inv-service-process .isp-intro {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .inv-service-process .iin-box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .inv-service-process .iin-box:nth-child(2) {
        padding-left: 0px;
    }

}

.inv-service-intro {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.inv-service-intro + .inv-service-intro {
    margin-top: 50px;
}

.inv-service-intro.isi-2 {
    flex-direction: row-reverse;
}

.inv-service-intro.isi-2 .isi-intro {
    margin: 0 0 0 40px;
}

.inv-service-intro .isi-pic, .inv-service-intro .isi-intro, .inv-service-intro .isi-pic2 {
    display: inline-block;
    vertical-align: middle;
}

.inv-service-intro .isi-pic {
    width: 290px;
    height: 400px;
    padding: 65px 25px 25px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 2px rgba(100, 100, 100, 0.2);
    -moz-box-shadow: 0 0 6px 2px rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 6px 2px rgba(100, 100, 100, 0.2);
}

.inv-service-intro .isi-pic img, .inv-service-intro .isi-pic2 img {
    width: 100%;
}

.inv-service-intro .isi-intro {
    width: 500px;
    margin-right: 40px;
}

.inv-service-intro .isn-box {
    margin-bottom: 40px;
}

.inv-service-intro .isn-box:last-child {
    margin-bottom: 0;
}

.inv-service-intro .isn-box .ct-tip {
    font-size: 15px;
    color: #9e9e9e;
}

@media (max-width:768px) {
    .inv-service-intro {
        width: 100%;
        text-align: center;
        display: block;
    }

    .inv-service-intro + .inv-service-intro {
        margin-top: 60px;
    }

    .inv-service-intro.isi-2 .isi-intro {
        margin-left: 0;
    }

    .inv-service-intro .isi-intro {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

    .inv-service-intro .isn-box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .inv-service-intro .isn-box:nth-child(2) {
        padding-left: 0px;
    }

    .inv-service-intro .isi-pic, .inv-service-intro .isi-pic2 {
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin-top: 30px;
    }

    .inv-service-intro .isi-pic img, .inv-service-intro .isi-pic2 img {
        display: inline-block;
        max-width: 100%;
    }

}

.inv-pay-data {
    width: 730px;
    margin: 35px auto 0;
}

.inv-pay-data table {
    margin-bottom: 50px;
}

.inv-pay-data table:last-child {
    margin-bottom: 0;
}

.inv-pay-data.ipd-m {
    display: none;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
}

.inv-pay-data.ipd-m th:first-child {
    text-align: left;
}

.inv-pay-data.ipd-m th:nth-child(1) {
    width: 50%;
}

.inv-pay-data.ipd-m th:nth-child(2) {
    width: 50%;
}

.inv-pay-data table {
    width: 100%;
}

.inv-pay-data th {
    padding: 50px 25px 18px;
    color: white;
    font-size: 20px;
    font-weight: normal;
    background: #3c651c;
    border-right: 4px solid #f1f1f1;
    border-left: 4px solid #f1f1f1;
}

.inv-pay-data th:first-child {
    text-align: left;
}

.inv-pay-data th:nth-child(1) {
    width: 40%;
}

.inv-pay-data th:nth-child(2) {
    width: 30%;
}

.inv-pay-data th:nth-child(3) {
    width: 30%;
}

.inv-pay-data td {
    padding: 18px 25px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    border-right: 4px solid #f1f1f1;
    border-left: 4px solid #f1f1f1;
}

.inv-pay-data td:first-child {
    text-align: left;
}

.inv-pay-data tr {
    background: #d7d5c4;
    color: #676767;
}

.inv-pay-data tr:nth-child(even) {
    background: #c7c4af;
}

.inv-pay-data tr.ipd-subtitle {
    background: #676767;
    color: white;
}

.inv-pay-data tr.ipd-bottom {
    background: #3c651c;
    height: 10px;
}

.inv-pay-data tr.ipd-bottom td {
    padding: 0;
}

.inv-pay-data .line-through {
    text-decoration: line-through;
    font-size: 15px;
}

.inv-pay-data .hl {
    color: #bb2f2f;
}

.inv-pay-data .hl-s {
    color: #bb2f2f;
    font-size: 13px;
}

.inv-pay-data .ipd-setting {
    width: 100%;
    position: relative;
}

.inv-pay-data .ips-user {
    width: 100%;
    position: absolute;
    left: 0;
    top: -68px;
    font-size: 20px;
    color: white;
}

.inv-pay-data .ips-user img {
    width: 165px;
}

.inv-pay-data .ips-user .iu-type {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 18px;
}

@media (max-width:768px) {
    .inv-pay-data {
        display: none;
    }

    .inv-pay-data.ipd-m {
        display: block;
    }

}

@media (max-width:568px) {
    .inv-pay-data th {
        padding: 40px 10px 16px;
        font-size: 15px;
    }

    .inv-pay-data td {
        padding: 16px 10px;
        font-size: 15px;
    }

    .inv-pay-data .ips-user {
        top: -53px;
        font-size: 16px;
    }

    .inv-pay-data .ips-user img {
        width: 116px;
    }

    .inv-pay-data .ips-user .iu-type {
        top: 13px;
    }

}

.inv-pay-list {
    width: 680px;
    margin: 30px auto 0;
}

@media (max-width:768px) {
    .inv-pay-list {
        width: 100%;
        max-width: 600px;
    }

}

.inv-pay-tip {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.inv-pay-tip .ipt-pic {
    float: left;
    width: 290px;
    padding: 50px 25px 25px;
    text-align: center;
    overflow: hidden;
    background: white;
    -webkit-box-shadow: 0 0 6px 2px rgba(100, 100, 100, 0.2);
    -moz-box-shadow: 0 0 6px 2px rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 6px 2px rgba(100, 100, 100, 0.2);
}

.inv-pay-tip .ipt-pic img, .inv-pay-tip .ipt-pic2 img {
    width: 100%;
}

.inv-pay-tip .ipt-intro {
    float: right;
    width: 400px;
    margin-left: 40px;
    padding-top: 88px;
}

@media (max-width:768px) {
    .inv-pay-tip {
        width: 100%;
    }

    .inv-pay-tip .ipt-intro {
        float: none;
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding-top: 0px;
    }

    .inv-pay-tip .ipn-box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .inv-pay-tip .ipt-pic, .inv-pay-tip .ipt-pic2 {
        float: none;
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin: 30px auto 0;
    }

    .inv-pay-tip .ipt-pic img, .inv-pay-tip .ipt-pic2 img {
        display: inline-block;
        max-width: 100%;
    }

}

.inv-apply-process {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.apply-certificate{
    margin-top: 30px;
}

.apply-certificate .notice-title{
   color: #BB2F2F;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 15px;
   line-height: 1.4;
}
.apply-certificate .content-txt.content-txt-left{
    margin-bottom: 15px;
 }
.apply-certificate .content-list.ac-list ul{
    list-style-type: auto;
 }

.inv-apply-process .iap-box {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}

.inv-apply-process .iap-box .content-txt-wrap {
    height: 100%;
    margin: 5px 0;
    padding: 20px;
    background-color: #CDEDFF;
    padding-bottom: 230px;
}

.inv-apply-process .iap-box .content-txt-wrap.sub-content{
    background-color: #E4F5FF;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    border-top: 10px solid #FFF;
}

.inv-apply-process .iap-box .content-txt-wrap.ips-cbg{
    background-color: #FFE3C2;
}

.inv-apply-process .iap-box .content-txt-wrap.sub-content.ips-cbg{
    background-color: #FFECD6;
}

.inv-apply-process .iap-box .content-txt, .inv-apply-process .iap-box .content-list {
    margin-bottom: 10px;
}
.inv-apply-process .iap-box .content-list.ipa-list .sub-list{
    color: #9E9E9E;
}

.inv-apply-process .iap-header {
    width: 100%;
    height: 62px;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #676767;
    background: #e7e7e7;
    padding: 0 10px 0 165px;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.inv-apply-process .iap-header:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
}

.inv-apply-process .iap-header h4 {
    display: inline-block;
    vertical-align: middle;
}

.inv-apply-process .iph-step {
    width: 126px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background: #9ad7ff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.inv-apply-process .iph-step:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 31px 31px;
    border-color: transparent transparent transparent #9ad7ff;
    position: absolute;
    right: -31px;
    top: 0;
}

.inv-apply-process .iph-step.ips-bg {
    background-color: #9AD7FF;
}

.inv-apply-process .iph-step.ips-bg:after {
    border-left-color: #9AD7FF;
}

.inv-apply-process .iph-step.ips-bg2 {
    background-color: #FFB054;
}

.inv-apply-process .iph-step.ips-bg2:after {
    border-left-color: #FFB054;
}

.inv-apply-cost{
    max-width: 1063px;
    width: 100%;
    margin: 50px auto 0; 
}
.inv-apply-cost .section{
    background: #fafafa;
}
.inv-apply-cost .section:not(:last-child){
    margin-bottom: 50px;
}
.inv-apply-cost .section .se-head{
    background-color: #005BAC;
    height: 60px;
    text-align: center;
    position: relative;
}
.inv-apply-cost .section .se-head .txt{
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}
.inv-apply-cost .section .se-head .tag{
    position: absolute;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    width: 214px;
    border-radius:  0 0 5px 5px;
    height: 64px;
    line-height: 64px;
    left: 60px;
    top: -14px;
    z-index: 1;
}
.inv-apply-cost .section .se-head .tag:after{
    content: '';
    position: absolute;
    width: 10px;
    border-radius: 0 5px 0 0;
    height: 14px;
    right: -10px;
    z-index: -1;
}
.inv-apply-cost .section .se-head .tag:before{
    content: '';
    position: absolute;
    width: 10px;
    border-radius: 5px 0 0 0;
    height: 14px;
    left: -10px;
    z-index: -1;
}
.inv-apply-cost .section .se-head .tag.tag-1{
    background-color: #81AB29;
}
.inv-apply-cost .section .se-head .tag.tag-1:before,
.inv-apply-cost .section .se-head .tag.tag-1:after{
    background-color: #759B25;
}
.inv-apply-cost .section .se-head .tag.tag-2{
    background-color: #2C86D7;
}
.inv-apply-cost .section .se-head .tag.tag-2:before,
.inv-apply-cost .section .se-head .tag.tag-2:after{
    background-color: #0E72CB;
}
.inv-apply-cost .section .se-head .tag.tag-3{
    background-color: #9E85F1;
}
.inv-apply-cost .section .se-head .tag.tag-3:before,
.inv-apply-cost .section .se-head .tag.tag-3:after{
    background-color: #886EE1;
}
.inv-apply-cost .section .grid-box{
    display: grid;
}
.inv-apply-cost .section .grid-box dl{
    background-color: #eee;
    border-radius: 18px;
    padding: 20px;
    position: relative;
    padding-bottom: 50px;
}
.inv-apply-cost .section .grid-box dl dt{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    gap: 10px;
    font-size: 28px;
}
.inv-apply-cost .section .grid-box dl dt span{
    font-size: 20px;
}
.inv-apply-cost .section .grid-box dl dt b{
    color: #676767;
}
.inv-apply-cost .section .grid-box dl dt del{
    padding: 10px;
    background-color: #e3e3e3;
    color: #676767;
    font-size: 16px;
    border-radius: 8px;
    position: relative;
    bottom: -5px;
}
.inv-apply-cost .section .grid-box dl .sub{
    color: #676767;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.inv-apply-cost .section .grid-box dl .tag{
    background: linear-gradient(to bottom, rgba(255,166,33,1) 0%, rgba(255,107,0,1) 100%);
    color: #FFFF00;
    display: flex;
    gap: 5px;
    align-items: flex-end;
    border-radius: 40px 0 18px;
    padding: 10px 22px;
}
.inv-apply-cost .section .grid-box dl .tag div{
    position: relative;
}
.inv-apply-cost .section .grid-box dl .tag .pos-top{
    position: absolute;
    top: -15px;
    right: 5px;
}
.inv-apply-cost .section .grid-box dl .tag .fw-b{
    font-weight: bold;
}
.inv-apply-cost .section .grid-box dl .tag .fz-30{
    font-size: 30px;
}
.inv-apply-cost .section .grid-box dl .tag .fz-18{
    font-size: 18px;
}
.inv-apply-cost .section .grid-box dl .tag .fz-14{
    font-size: 14px;
}
.inv-apply-cost .section .grid-box dl dd ul{
    padding-left: 0;
    padding-bottom: 30px;
}
.inv-apply-cost .section .grid-box dl dd ul li{
    position: relative;
    padding-left: 35px;
    list-style-type: none;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.inv-apply-cost .section .grid-box dl dd ul li span{
    line-height: 1.2;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.inv-apply-cost .section .grid-box dl dd ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon/check.svg) no-repeat top center;
    width: 35px;
    height: 35px;
}
.inv-apply-cost .section .grid-box dl .tag{
    position: absolute;
    bottom: 0;
    right: 0;
}
.inv-apply-cost .section .grid-box .fc-red{
    color: #bb2f2f;
}
.inv-apply-cost .section .grid-box .fc-white{
    color: #fff;
}
.inv-apply-cost .section .notice{
    padding: 30px;
    list-style: decimal;
    margin-left: 25px;
}
.inv-apply-cost .section .notice li{
    color: #676767;
    font-size: 14px;
    line-height: 1.6;
}
.inv-apply-cost .section.se-1 .grid-box{
    grid-template-columns: repeat(2,minmax(441px,auto));
    padding: 50px;
    gap: 50px;
}
.inv-apply-cost .section.se-2 .grid-box{
    grid-template-columns: repeat(3,minmax(322px,auto));
    padding: 50px 20px 0;
    gap: 20px;
}

.inv-apply-more{
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-rows: repeat(4,1fr);
    gap: 5px;
    margin: 50px auto;
}
.inv-apply-more .row{
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2,50%);
    height: 70px;
}
.inv-apply-more .row dl{
    background-color: #81AB29;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.inv-apply-more .row dl dt{
    font-size: 20px;
    font-weight: bold;
}
.inv-apply-more .row dl dd{
    font-size: 16px;
}
.inv-apply-more .row .col{
    position: relative;
    text-align: center;
    color: #676767;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
}
.inv-apply-more .row .col:after{
    content: '';
    background: url('/Content/themes/invoice/images/events/icon-triangle.svg') no-repeat center center;
    width: 26px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    
}

@media (max-width:1170px) {
    .inv-apply-process .iap-box {
        float: none;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 40px;
    }

    .inv-apply-process .iap-box:nth-child(2n) {
        margin-right: auto;
    }

}

@media screen and (max-width:768px) {
    body{
        min-width: 100%;
    }
    .inv-apply-process {
        margin-top: 30px;
        flex-direction: column;
        gap: 16px;
    }
    
    .inv-apply-process .iap-box {
        width: 100%;
        margin: 0 auto ;
    }
    
    .inv-apply-process .iap-box .content-txt-wrap {
        margin-top: 15px;
        padding-bottom: 0;
    }

    .inv-apply-process .iap-box .content-txt-wrap.sub-content {
        height: auto;
        position: static;
        border-top: none;
    }

    .inv-apply-process .iap-header {
        padding-left: 110px;
        font-size: 16px;
    }

    .inv-apply-process .iph-step {
        width: 80px;
    }

    .inv-apply-process .iph-step:after {
        border-width: 31px 0 31px 20px;
        right: -20px;
    }

    .inv-apply-process .iap-box .content-txt-wrap {
        margin: 5px 0;
        padding: 20px;
        background-color: #CDEDFF;
        height: auto;
    }
    .site-main-wrapper .site-main.sm-2 .site-main-pic.inv-apply-cost-pic{
        max-width: 280px;
        padding: 10px 0;
    }
    .inv-apply-cost-header .smh-title span{
        display: block;
    }
    .inv-apply-cost-header .smh-subtitle{
        text-align: center !important;
    }
    .inv-apply-cost .section .se-head .tag{
        right: 0;
        left: 0;
        margin: auto;
    }
    .inv-apply-cost .section .se-head{
        height: 100px;
        padding-top: 45px;
    }
    .inv-apply-cost{

    }
    .inv-apply-cost .section .grid-box{
        background-color: #FAFAFA;
    }
    .inv-apply-cost .section .grid-box dl{
        background-color: transparent;
        padding-right: 10px;
        padding-left: 10px;
    }
    .inv-apply-cost .section .grid-box dl:not(:first-child){
        position: relative;
        padding-top: 50px;
    }
    .inv-apply-cost .section .grid-box dl:not(:first-child):before{
        content: '';
        background: linear-gradient(to right, rgba(233,233,233,1) 0%, rgba(233,233,233,1) 50%, rgba(233,233,233,0) 51%, rgba(233,233,233,0) 100%);
        background-repeat: repeat-x;
        background-size: 18px 1px;
        position: absolute;
        left: 0;
        top: 25px;
        height: 1px;
        width: 100%;
        
    }
    .inv-apply-cost .section .grid-box dl dd ul{
        padding-bottom: 0;
    }
    .inv-apply-cost .section.se-1 .grid-box{
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 0;
    }
    .inv-apply-cost .section.se-2 .grid-box{
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 0;
    }
    .inv-apply-cost .section .notice{
        padding: 30px 10px;
    }
    .site-content-wrapper.scw-bg2.inv-apply-more-bg2{
        background-color: #fff;
    }
    .site-content-wrapper.scw-bg2.inv-apply-more-bg2 .site-content{
        padding: 0 10px;
    }
    .inv-apply-more-title span{
        display: block;
    }
    .inv-apply-more{
        gap: 10px;
    }
    .inv-apply-more .row{
        height: auto;
        grid-template-rows: 70px 100px;
        grid-template-columns: 1fr;
    }
    .inv-apply-more .row .col{
        background-color: #F4F4F4;
    }

    .inv-apply-more .row .col:after{
        transform: rotate(90deg);
        right: 0;
        margin: auto;
        top: -33px;
    }

}

.site-content-wrapper .content-txt.redtxt {
    color: #ff4e00;
}

/*----*/

/*-----20190218 新增--------*/
li.exampleimg {
    margin-bottom: 20px;
}

.inv-pay-tip .ipt-intro2 {
    float: right;
    width: 400px;
    margin-left: 40px;
    padding-top: 10px;
}

.margin_b {
    margin-bottom: 20px;
}

.isi-pic2 {
    width: 465px;
    text-align: center;
}

.inv-pay-tip .ipt-pic2 {
    float: left;
    width: 465px;
    text-align: center;
}

.redtxt {
    color: #e0006f;
}

.site-content .ct-tip {
    font-size: 15px;
    color: #9e9e9e;
}

.ibon-data {
    width: 100%;
    max-width: 800px;
    margin: 35px auto 0;
}

.ibon-data li {
    margin-bottom: 40px;
}

.ibon-data img {
    width: 100%;
}

.ibon-data li p {
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
}

.inv-pay-tip .ipt-intro3 {
    padding-top: 44px;
}

@media (max-width:768px) {
    .inv-pay-tip .ipt-intro2 {
        float: none;
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding-top: 0px;
    }

    .inv-pay-tip .ipt-pic2 {
        float: none;
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin: 30px auto 0px;
    }

    .inv-pay-tip .ipt-intro3 {
        float: none;
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding-top: 0px;
    }

}

.site-content-wrapper ul {
    font-size: 18px;
    line-height: 1.5;
    color: #676767;
    list-style-type: disc;
    padding-left: 32px;
}

.site-content-wrapper ul li span {
    display: inline-block;
    line-height: 20px;
}

/* 超商多媒體發票列印 START */
.site-content-wrapper.STORE ul {
    margin: 0 0 20px;
}
.site-content-wrapper.STORE ul li {
    color: #005BAC;
    margin: 0 0 16px;
}
.site-content-wrapper.STORE ul li p {
    color: #676767;
    padding: 8px 0 0;
}
.site-content-wrapper.STORE a.famiport-button {
    display: inline-block;
    background-color: #005BAC;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    padding: 16px;
    text-decoration: none;
}
/* 超商多媒體發票列印 END */
/* 電子發票POS收銀服務 START */
.site-content-wrapper.INVOICE .redtxt {
    margin: 0 0 20px;
}
.site-content-wrapper.INVOICE ul {
    width: 42%;
    margin: 0 auto;
}
.site-content-wrapper.INVOICE ul li {
    margin: 0;
    text-align: left;
}
.site-content-wrapper.INVOICE ul.tabs-inner {
    display: flex;
    width: 600px;
    list-style: none;
    margin: 40px auto;
}
.site-content-wrapper.INVOICE ul.tabs-inner li {
    background: #dcdcdc;
    border-radius: 12px;
    width: calc(50% - 16px);
    color: #545F71;
    font-size: 22px;
    line-height: 1.6;
    margin: 0 8px;
    padding: 24px 8px;
    text-align: center;
    cursor: pointer;
}
.site-content-wrapper.INVOICE ul.tabs-inner li.active {
    background: #005BAC;
    color: #fff;
}
.tctc-box {
   /* flex-direction: row-reverse; */
   text-align: center;
   transition: none;
}
.tctc-box .isi-pic2, 
.tctc-box .isi-intro {
    display: inline-block;
}
.tctc-box .isi-pic2 {
    border: 1px solid #ececec;
    border-radius: 10px;
    width: 465px;
    vertical-align: top;
}
.tctc-box .isi-pic2 img {
    width: 100%;
}
.tctc-box .isi-intro {
    width: 500px;
    margin: 0 0 0 40px;
    text-align: left;
    vertical-align: middle;
}
.tctc-box .isi-intro .box {
    background-color: #E4F5FF;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 16px;
}
.tctc-box .isi-intro .box p,
.tctc-box .isi-intro .table-box p {
    color: #005BAC;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
}
.tctc-box .isi-intro .box p.txt {
    color: #676767;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
.tctc-box .isi-intro .box ul {
    width: 100%;
}
.tctc-box .isi-intro .box ul li {
    color: #676767;
    font-size: 16px;
    line-height: 1.5;
}
.tctc-box .isi-intro .table-box table {
    width: 100%;
    border: 1px solid #fff;
}
.tctc-box .isi-intro .table-box table td {
    background-color: #F4FFDE;
    border: 1px solid #fff;
    color: #676767;
    padding: 16px;
}
.tctc-box .isi-intro .table-box table td.title {
    width: 160px;
    background-color: #81AB29;
    color: #fff;
    text-align: center;
}
@media (max-width: 768px){
    .site-content-wrapper.INVOICE ul {
        width: 100%;

    }
    .site-content-wrapper.INVOICE ul.tabs-inner,
    .tctc-box .isi-pic2,
    .tctc-box .isi-intro {
        width: 100%;
    }
    .site-content-wrapper.INVOICE ul.tabs-inner {
        padding: 0;
    }
    .site-content-wrapper.INVOICE ul.tabs-inner li {
        font-size: 16px;
    }
    .tctc-box .isi-pic2 {
        max-width: 300px;
        margin-bottom: 30px;
        text-align: center;
    }
    .tctc-box .isi-intro {
        margin: 0;
    }
    .tctc-box .isi-intro .table-box table td {
        line-height: 1.4;
    }
    
}
/* 電子發票POS收銀服務 END */

/**/
.sc-qa-content {
    width: 100%;
    padding-bottom: 50px;
}

.site-content-wrapper .ctw-qa-box {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.site-content-wrapper .ctw-qa-box:last-child {
    margin-bottom: 0;
}

.site-content-wrapper .ctw-qa-box .cqb-q {
    width: 100%;
    background: #d7f3ff;
    color: #000;
    padding: 12px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.site-content-wrapper .ctw-qa-box .cqb-q .cqb-ic {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-self: center;
    background: url('/Content/themes/invoice/images/events/icon_add.svg') center center/contain no-repeat;
}
.site-content-wrapper .ctw-qa-box .cqb-q.cqb-open .cqb-ic {
    background-image: url('/Content/themes/invoice/images/events/icon_remove.svg');
}
.site-content-wrapper .ctw-qa-box .cqb-q.cqb-open + .cqb-a {
    display: block;
    max-height: fit-content;
    padding: 16px 16px 16px 46px;
}

.site-content-wrapper .ctw-qa-box .cqb-a {
    width: 100%;
    max-height: 0;
    background: #fff;
    padding: 0px 16px 0 46px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-size: 18px;
    color: #676767;
    line-height: 1.5;
}

.site-content-wrapper .ctw-qa-box .cqb-hl {
    width: 25px;
    height: 25px;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}

.site-content-wrapper .ctw-qa-box .cqb-hl2 {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 12px;
}

.site-content-wrapper .ctw-qa-box .cqb-hl2 img {
    width: 100%;
}

.site-content-wrapper .ctw-qa-box .cqb-title {
    font-size: 18px;
    width: 100%;
    color: #000;
    line-height: 1.2;
}

.site-content-wrapper .ctw-qa-box .cqb-a ul li {
    list-style-type: decimal;
    padding-left: 10px;
    line-height: 2;
}

.site-content-wrapper .ctw-qa-box .cqb-a table{
    border: 1px solid #000;
    margin: 12px 0;
}
.site-content-wrapper .ctw-qa-box .cqb-a tr th{
    background-color: #81AB29;
    color: #FFFFFF;
    border: 1px solid #fff;
    padding: 17px 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}
.site-content-wrapper .ctw-qa-box .cqb-a tr td{
    border: 1px solid #fff;
    color: #676767;
    padding: 9px 48px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}
.site-content-wrapper .ctw-qa-box .cqb-a tr td p{
    font-size: 15px;
}
.site-content-wrapper .ctw-qa-box .cqb-a tr td:nth-child(1){
    background-color: #C1E27C;
}
.site-content-wrapper .ctw-qa-box .cqb-a tr td:nth-child(2){
    background-color: #F4FFDE;
}




/* segment */
.tab-demo {
    width: 100%;
    margin: 0 auto;
}

.tab-demo > ul {
    display: block;
    margin: 0 auto;
    list-style: none;
    border-bottom: 1px solid #068708;
    margin: 30px 0;
}

.tab-demo > ul.store {
    border-bottom: 1px solid #068587;
}

.tab-demo > ul > li {
    border-radius: 8px 8px 0 0;
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    list-style: none;
    padding: 12px;
    text-align: center;
    vertical-align: top;
}

.tab-demo > ul > li a {
    display: block;
    color: #068708;
    text-decoration: none;  /*pointer-events: none;*/
}

.tab-demo > ul.store > li a {
    display: block;
    color: #068587;
    text-decoration: none;  /*pointer-events: none;*/
}

.tab-demo > ul > li.active {
    background: #068708;
}

.tab-demo > ul.store > li.active {
    background: #068587;
}

.tab-demo > ul > li.active a {
    color: #fff;
}

/*------*/
.site-content-wrapper.B2B-zone{
    position: relative;
}
.site-content-wrapper.B2B-zone .site-content{
    padding-top: 120px;
}
#provide-service .site-content{
    padding: 80px 0 90px;
}
.einvoice-ul-outter{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.einvoice-ul-outter.fixed{
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 20px 0;
    z-index: 1000;
}
ul.einvoice_taglink {
    padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.einvoice_taglink li {
    display: inline-block;
    margin: 0 5px 13px;
    font-size: 18px;
}

ul.einvoice_taglink.fixed li{
    margin: 0 5px;
}

.css-button {
    color: #005BAC;
    font-size: 18px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: 2px solid #005BAC;
    word-break: keep-all;
}

.css-button span{
    word-break: keep-all;
}
.css-button.active {
    background-color: #005BAC;
    color: #fff;
}
.site-content-wrapper ul li .css-button-text {
    display: flex;
    height: 55px;
    align-items: center;
    line-height: 1.3;
    padding: 0 10px;
}
.site-content-wrapper ul li .ERP-btn .css-button-text,
.site-content-wrapper ul li .store-btn .css-button-text,
.site-content-wrapper ul li .INVOICE-btn .css-button-text {
    font-size: 16px;
}




@media (max-width:850px) {

    ul.einvoice_taglink {
        text-align: center;
        display: flex;
        justify-content: inherit;
        align-items: center;
        padding: 0 10px;
    }

    .einvoice-ul-outter.fixed{
        top: 58px;
    }

}

.css-button-icon {
    padding: 10px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: rgba(0, 0, 0, 0.14) -1px 0px 0px inset;
}

.css-button-icon svg {
    vertical-align: middle;
    position: relative;
}

@media (max-width:568px) {

    .einvoice-ul-outter.fixed{
        top: 54px;
        padding: 8px 0;
    }

    .css-button {
        width: 100%;
        display: block;
        font-size: 16px;
    }

    .site-content-wrapper .ctw-qa-box .cqb-a tr th{
        padding: 6px;
    }
    .site-content-wrapper .ctw-qa-box .cqb-a tr td{
        padding: 8px;
    }
    .site-content-wrapper .ctw-qa-box .cqb-a tr td:nth-child(2){
        text-align: left;
    }

    #provide-service .site-content{
        padding: 60px 10px 60px;
    }
}

.faq-title {
    color: #068708;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.faq-content p {
    padding: 15px 0;
}

.faq-content {
    color: #454545;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.faq-table table {
    border: 1px solid #588d3f;
    width: 100%;
}

.faq-table tr {
    color: #111;
    background-color: #fff;
}

.faq-table th {
    padding: 15px 25px;
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    background: #8aa47e;
    border: 1px solid #bbb;
}

.faq-item-title {
    color: #068708;
    font-size: 20px;
    line-height: 50px;
    margin: 5px 0 10px;
}

.faq-table th.ec {
    background: #588d3f;
    font-weight: 600;
}

.faq-table td {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbb;
}

.faq-table .faq-subtitle {
    background-color: #949494;
    color: #fff;
}

.faq-table {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

li.numberli {
    list-style: decimal;
}

li.noneli {
    list-style: none;
}

.mrb_20 {
    margin-bottom: 20px;
}

li.labelli {
    background-color: #FFE879;
    width: 130px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.s_text {
    font-size: 14px;
    color: #636363;
}
