:root{
    --c1:#232323;
    --c2:#222222;
    --c3:#3C3E42;
}
.c1{
    color: var(--c1);
}
.c2{
    color: var(--c2);
}
.c3{
    color: var(--c3);
}
.c4{
    color: var(--color1 , #025EE8);
}
.cb{
    color: #fff;
}
.fs66{
    font-size: 66px;
}
.fs48{
    font-size: 48px;
}
.fs35{
    font-size: 35px;
}
.fs30{
    font-size: 30px;
}
.fs25{
    font-size: 25px;
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}
.fs16{
    font-size: 16px;
}
.fw100{
    font-weight: 100;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.lh1{
    line-height: 1;
}
.lh11{
    line-height: 1.1;
}
.lh12{
    line-height: 1.2;
}
.lh13{
    line-height: 1.3;
}
.lh14{
    line-height: 1.4;
}
.lh15{
    line-height: 1.5;
}
.lh16{
    line-height: 1.6;
}
.lh17{
    line-height: 1.7;
}
.lh18{
    line-height: 1.8;
}
.lh19{
    line-height: 1.9;
}
.lh2{
    line-height: 2;
}
.oh{
    overflow: hidden;
}
.br10{
    border-radius: 10px;
}
.br20{
    border-radius: 20px;
}
.df{
    display: flex;
}
.fw{
    flex-wrap: wrap;
}
.t_c{
    text-align: center;
}
.t_l{
    text-align: left;
}
.t_r{
    text-align: right;
}
.j_c{
    justify-content: center;
}
.j_s{
    justify-content: flex-start;
}
.j_e,.j_es{
    justify-content: flex-end;
}
.j_b{
    justify-content: space-between;
}
.j_a{
    justify-content: space-around;
}
.p_r{
    position: relative;
}
.a_c{
    align-items: center;
}
.a_s{
    align-items: flex-start;
}
.a_e{
    align-items: flex-end;
}
.fd_c{
    flex-direction: column;
}
.fd_r{
    flex-direction: row-reverse;
}
.msh{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ci100{
    position: relative;
}
.ci100>img{
    width: 100%;
}
.ci100>a{
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ci100h{
    overflow: hidden;
}
.ci100h>img{
    transition: .3s;
}
.ci100h:hover>img{
    transform: scale(1.1);
}
.h100{
    height: 100%;
}
.pt140{
    padding-top: 140px;
}
.pt120{
    padding-top: 120px;
}
.pt50{
    padding-top: 50px;
}
.mw1440{
    max-width: 1460px;
    padding: 0 10px;
    width: 90%;
    margin: 0 auto;
}
.mw1100{
    max-width: 1120px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.facebook{
    padding-top: 100px;
    background: #fff;
}
.fb_banner>.fb_banner_bg{
    width: 100%;
    /*height: 790px;*/
    aspect-ratio: 192 / 79;
    object-fit: cover;
}
.fb_banner>.fb_banner_text{
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    left: 6.77%;
    justify-content: center;
}
.fb_banner .fb_banner_title{
    letter-spacing: -2px;
    font-size: 3.43vw;
}
.fb_banner .fb_banner_ds{
    padding-top: 3.645vw;
    font-size: 1.56vw;
}
.fb_banner .fb_banner_on{
    padding-top: 4.69vw;
}
.fb_banner .fb_banner_on>a{
    background: linear-gradient(120deg, #FF5200 0%, #FE9813 100%);
    border-radius: 1.4vw;
    height: 2.8vw;
    font-size: 1.04vw;
    width: 10.4vw;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fb_banner .fb_banner_on>a:hover{
    transform: scale(1.05);
}

.fb_banner_right{
    position: absolute;
    width: 54.5%;
    top: 4.84vw;
    right: 4.58%;
}
.facebook_cbox{
    background: #F5F8FC;
}
.fb_title{
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--c1);
}
.fb_title>span{
    color: var(--color1);
}
.fb_b1_box{
    width: 25%;
    margin-bottom: 10px;
}
.fb_b1_cbox{
    padding: 40px 45px;
    text-align: center;
    border: 1px solid #8BB8FC;
    height: 100%;
}
.fb_b1_cbox_title{
    margin: 20px 0;
}
.fb_b2_c1{
    margin: 20px 0;
}
.fb_b2>.mw1100>div{
    letter-spacing: -1px;
}
.fb_b2_l{
    padding-top: 90px;
}
.fb_b2_l_b{
    width: 20%;
    position: relative;
    padding-left: 20px;
}
.fb_b2_l_b:before{
    background: #8BB8FC;
    width: 1px;
    height: 75px;
    left: 0;
    top: 0;
    display: block;
    content: '';
    position: absolute;
}
.fb_b2_l_t{
    margin-top: 25px;
}
.fb_b2_l2_bt{
    margin: 20px 0;
}
.fb_b2_l2{
    justify-content: space-around;
    background-image: url(img/ic_x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin-top: 70px;
}
.fb_b2_l2_b{
    width: 360px;
    aspect-ratio: 1;
    background-image: url(img/ic_o.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 40px 60px 0 60px;
    text-align: center;
    background-position: center;
    position: relative;
    z-index: 2;
}
.fb_b2_l2_b>img{
    width: 79px;
    height: 73px;
    object-fit: contain;
}
.fb_b3_b{
    padding-top: 40px;
}
.fb_b3_box{
    margin-bottom: 70px;
}
.fb_b3_box:nth-child(2n){
    flex-direction: row-reverse;
}
.fb_b3_box_c{
    margin-top: 40px;
}
.fb_b3_box_c>b{
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color1);
}
.fb_b3_box_c>p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--c3);
}
.fb_b3_box_text{
    padding-left: 20px;
    padding-right: 5%;
    width: 45%;
}
.fb_b3_box_img{
    width: 55%;
}
.fb_b3_box:nth-child(2n) .fb_b3_box_text{
    padding-right: 20px;
    padding-left: 5%;
}
.fb_b3_box_on{
    padding-top: 70px;
}
.fb_b3_sw{
    padding: 0 120px;
}
.fb_b3_sw .swiper-slide{
    height: 400px;
    justify-content: space-between;
    background-image: url(img/ic_bg.png);
    background-size: 100% 100%;
}
.fb_b3_sw_img{
    width: 30%;
    margin-left: 3.8%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fb_b3_sw_img>.df{
    width: 100%;
    aspect-ratio: 38 / 65;
    background-image: url(img/ic_phone_m.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fb_b3_sw_text{
    width: 50.8%;
    padding-right: 11.6%;
}
.fb_b3_sw_text>div:nth-child(1){
    margin-bottom: 30px;
}
.fb_b3_sw_img>.df>img{
    width: 62.6%;
    height: 78%;
    border-radius: 30px;
    object-fit: cover;
}
.fb_b3_sw .swiper-wrapper{
    padding-top: 130px;
    padding-bottom: 130px;
}
.fb_b3_sw_next>img,.fb_b3_sw_prev>img{
    width: 30px;
    aspect-ratio: 1;
    object-fit: contain;
}
.fb_b3_sw_prev{
    position: absolute;
    left: 45px;
    cursor: pointer;
    z-index: 2;
    top: calc(50% - 15px);
}
.fb_b3_sw_next{
    position: absolute;
    right: 45px;
    cursor: pointer;
    z-index: 2;
    top: calc(50% - 15px);
}
.fb_b3_sw_pages{
    position: absolute;
    bottom: 70px;
    left: 49.2%;
    width: 33.3%;
}
.fb_b3_sw_pages>.df{
    width: 25%;
    padding-right: 5%;
}
.fb_b3_sw_page{
    position: relative;
    width: 75% !important;
}
.fb_b4_l{
    margin-top: 60px;
}
.fb_b4_b{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 10px;
}
.fb_b4_b>.ci100{
    border-radius: 50px;
}
.fb_b4_b:nth-child(2n){
    margin-right: 0;
}
.fb_b4_b_text{
    padding: 50px 30px;
}
.fb_b4_b_text>div:nth-child(1){
    margin-bottom: 30px;
}
.fb_b5_pages{
    background: linear-gradient(0deg, #E6EFFC 0%, #EDF4FF 100%);
    border-radius: 35px;
    border: 1px solid #FFFFFF;
    opacity: 0.9;
    padding: 6px;
    cursor: pointer;
}
.fb_b5_pages_t{
    margin: 60px auto 50px auto;
}
.fb_b5_page{
    width: 220px;
    height: 55px;
    border-radius: 28px;
}
.fb_b5_page.act{
    background: linear-gradient(0deg, #2598F5 0%, #025EE8 100%);
    border: 1px solid var(--color1);
    color: #fff;
}
.fb_b5_b{
    display: none;
}
.fb_b5_b.act{
    display: flex;
}
.fb_b5_b_img{
    width: 50%;
    display: flex;
    aspect-ratio: 1 / 2;
    justify-content: center;
    align-items: center;
    background-image: url(img/ic_phone_l.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.fb_b5_b_img>img{
    width: 88%;
    height: 92%;
    border-radius: 30px;
    object-fit: cover;
}
.fb_b5_b_text{
    width: 50%;
    padding-left: 7.6%;
}
.fb_b5_b_title{
    margin-top: 20px;
}
.fb_b5_b_content{
    margin-top: 20px;
}
.fb_b5_b_content>b{
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color1);
}
.fb_b5_b_content>p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--c3);
}
.fb_b5_b_lists{
    padding-top: 40px;
}
.fb_b5_b_list{
    width: 50%;
    padding-right: 5px;
    padding-left: 20px;
    border-left: 1px solid #D4DCE7;
    margin-bottom: 40px;
}
.fb_b5_b_list>div:nth-child(1){
    margin-bottom: 20px;
}
.fb_b5_b_on{
    padding-top: 20;
}
.fb_b6{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fb_b6_title{
    letter-spacing: -1px;
}
.fb_b6_c{
    margin-top: 50px;
}
.fb_b6_on{
    margin-top: 60px;
}
.fb_b6_on>a{
    background: linear-gradient(120deg, #FF5200 0%, #FE9813 100%);
    width: 200px;
    height: 54px;
    border-radius: 27px;
    transition: .3s;
}
.fb_b6_on>a:hover{
    transform: scale(1.05);
}
@media(max-width:1400px){
    .fb_b2_l2_b{
        zoom: .8;
    }
}
@media(max-width:1200px){
    .fb_b2_l2_b{
        zoom: .6;
    }
}