header {
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255,.4);
    border-bottom: 1px solid rgba(255, 255, 255,.5);
}
header > .wrap {
    padding: 20px;
    gap: 6px;
    height: 90px;

}



header .logo {
    height: 45px;
    width: 200px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../resources/logoB.png);
}
    /* body.fp-viewing-intro header .logo{ background-image: url(../resources/logo.png);} */

    header .logo video{
        position: relative;
        height: 100px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        left: -10px;
    }
header .cateList {
    flex: 1;
    justify-content: end;
    align-self: unset  !important;
    gap: 18px;
    margin-right: 18px;
}
header .cateList .miricanvas {
    height: 24px;
    vertical-align: middle;
    margin-top: -3px;
}
header .cateList .google_work {
    height: 34px;
    vertical-align: middle;
    margin-top: -6px;
}
header .cateList .cateItem .btn {
    position: relative;
    /* background-color: var(--color-primaryLight); */
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: .5;
}
header .cateList .cateItem .btn::after{

    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;

}
body.fp-viewing-intro header .cateList .cateItem:nth-child(1) .btn::after,
body.fp-viewing-preview header .cateList .cateItem:nth-child(1) .btn::after,
body.fp-viewing-vision header .cateList .cateItem:nth-child(1) .btn::after,
body.fp-viewing-chatbot header .cateList .cateItem:nth-child(2) .btn::after,
body.fp-viewing-character header .cateList .cateItem:nth-child(3) .btn::after,
body.fp-viewing-faq header .cateList .cateItem:nth-child(4) .btn::after
    {    
        width: 100%;
        background: linear-gradient(45deg, var(--color-primary) 0%, var(--color-orange1) 100%);
    } 

    body.fp-viewing-intro header .cateList .cateItem:nth-child(1) .btn,
    body.fp-viewing-preview header .cateList .cateItem:nth-child(1) .btn,
    body.fp-viewing-vision header .cateList .cateItem:nth-child(1) .btn,
    body.fp-viewing-chatbot header .cateList .cateItem:nth-child(2) .btn,
    body.fp-viewing-character header .cateList .cateItem:nth-child(3) .btn,
    body.fp-viewing-faq header .cateList .cateItem:nth-child(4) .btn
        {    opacity: 1;
            font-weight: 800;
        }






footer,
footer .fp-tableCell {
    height: fit-content !important;
}
footer .fp-tableCell > .wrap{
    max-width: unset !important;
    padding: unset !important;
}
footer .bnerBox,
footer .infoBox >* {
    padding-left: 40px;
    padding-right: 40px;
}
footer .bnerBox {
    transform: translateY(160px);
    position: relative;

}
footer .bnerBox .textBox {
    width: 60%;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(102deg, #FFED9C 1.59%, #FFCA00 122.47%);
}
footer .bnerBox .textBox > h2 {
    font-weight: 800;
}
footer .bnerBox .textBox > h5{
    margin: 6px 0 12px;
}
footer .bnerBox .characterBox {
    flex: 1;
}
footer .bnerBox .characterBox > div:nth-child(1){
    position: absolute;
    height: 45vh;
    max-height: 500px;
    right: 0;
    width: 60%;
    background-size: auto 100%;
    background-position: center;
    background-image: url(../resources/character-bner.png);
}
footer .infoBox{
    background:url(../resources/bg-intro6.png) #222;
    background-repeat: no-repeat;
    background-position: top 30% center;
    background-size: cover;
    color: #fff;
    padding-top: 200px;
    border-radius: 100px 100px 0 0;


}
footer .infoBox .topBox{
    gap: 12px;
}
footer .infoBox .topBox .logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 300px;
    height: 60px;
}
footer .infoBox .topBox .sitemap {
    gap: 16px;
}
footer .infoBox .topBox .sitemap .siteItem a > *{
    opacity: .6;

}
footer .infoBox .topBox .moreFrame {
    padding: 12px 6px;
    min-width: 200px;
    background-color: #fff;
    color: #000;
    width: fit-content;
    border-radius: 10px;
    
}
footer .infoBox .bottomBox {
    margin-top: 20px;
    justify-content: space-between;
    padding-bottom: 40px;
}
footer .infoBox .bottomBox .copyright {
    opacity: .5;
}






body[data-location="term"] {

    background-image: url(../resources/bg-intro3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 80%;
  
}
body[data-location="term"] header > .wrap{
    justify-content: space-between;
}

body[data-location="term"] .secItem {
    padding: 140px 20px 80px;
    max-width: 1080px;
    margin: 0 auto;
}
body[data-location="term"] .secItem .title {
    text-align: center;
    color: var(--color-primary)
}
body[data-location="term"] .secItem .content{
    width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 60px;
}

body[data-location="term"] .secItem .content .indent {
    
  text-indent : -18px;
  padding-left: 18px;
display: block;
}
