.sec_tit{
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
}
.sec_sub_tit{
    font-size: 18px;
    line-height: 160%;
}
.mo_block{
    display: contents;
}
/* ========= main ========= */
.main{
    height: 950px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .main_bg{
    width: 100%;
    height: 100%;
    background-image: url(../img/main_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main .inner {
    position: relative;
    z-index: 1;
    color: #fff;
}
.main .inner b{
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
}
.main .inner p{
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 45px;
}
.main .inner span{
    line-height: 160%;
    font-size: 20px;
}
/* ========= main ========= */


/* ========= sec02 ========= */
.sec02 .inner{
    display: flex;
    justify-content: space-between;
    padding: 100px 10px;
}
.sec02 .info_txt span{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    background: #735C53;
    padding: 4px 10px;
}
.sec02 .info_txt p{
    line-height: 150%;
    font-weight: 700;
    font-size: 50px;
    margin-top: 20px;
}
.sec02 .info_box_wrap{
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}
.sec02 .info_box{
    border: 1px solid #D9D9D9;
    padding: 40px 33px 40px 40px;
    width: 446px;
}
.sec02 .info_box b{
    font-weight: 700;
    font-size: 30px;
    display: block;
    margin: 20px 0;
    line-height: 140%;
}
.sec02 .info_box p{
    line-height: 150%;
    font-size: 16px;
}
.sec02 .info_box img{
    height: 100px;
}
/* ========= sec02 ========= */


/* ========= system ========= */
.system{
    background: #735C53;
    height: 1047px;
}
.system .inner{
    padding: 94px 10px;
}
.system .sec_tit,
.system .sec_sub_tit{
    color: #fff;
    word-break: keep-all;
}
.system .intro_top{
    display: flex;
    margin-top: 80px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.system .top_intro{
    background: #fff;
    padding: 40px 123px 40px 40px;
}
.system .top_intro b{
    color: #423C3A;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
}
.system .top_intro p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #363636;
}
.system .top_proc{
    border: 2px solid #FFFFFF4D;
    background: #FFFFFF0D;
    padding: 46.5px 60px;
    width: 933px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.system .top_proc .proc_box{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.system .top_proc .proc_box p{
    width: 350px;
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
    padding: 15.5px 0;
    text-align: center;
}
.system .top_proc .proc_box p.proc_before{
    border: 1px solid #fff;
}
.system .top_proc .proc_box p.proc_after{
    border: 1px solid #423C3A;
    background: #423C3A;
}
.system .top_proc .proc_box i {
    font-size: 28px;
    color: #423C3A;
}
.system .proc_res .arrow_box{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto -30px;
    background: #735C53;
    box-shadow: 0 0 10px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.system .proc_res .arrow_box i{
    color: #fff;
    font-size: 26px;
}
.system .proc_res p{
    background: #00000080;
    color: #fff;
    text-align: center;
    line-height: 160%;
    font-size: 20px;
    padding: 50px 0 40px;
}
.system .proc_res p b{
    font-weight: 600;   
    display: block;
}
.system .proc_talk{
    background: #fff;
    margin-top: 62px;
    text-align: center;
    padding: 80px 0;
    box-shadow: 0 0 15px #00000026;
}
.system .proc_talk .talk_point{
    color: #423C3A;
    font-weight: 700;
    font-size: 40px;
}
.system .proc_talk .line{
    height: 50px;
    display: block;
    width: 1px;
    margin: 20px auto;
    background: #735C5380;
}
.system .proc_talk .talk{
    line-height: 150%;
    font-size: 18px;
    color: #1D1D1D;
}
.system .proc_talk .talk b{
    font-weight: 600;   
}
/* ========= system ========= */



/* ========= differ ========= */
.differ{
    padding-top: 189px;
    margin: 100px 0px;
}
.differ .sec_tit{
    color: #423C3A
}
.differ .sec_tit span{
    color: #735C53;
}
.differ .sec_sub_tit{
    color: #423C3A
}
.differ .dif_list{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.differ .dif_list li{
    width: calc(25% - 20px);
    text-align: center;
    box-shadow: 0 0 15px #00000026;
    padding: 29.5px 0 39.5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.differ .dif_list li .img_box{
    height: 76px;
    margin: 0 auto 25px;
}
.differ .dif_list li:nth-child(1) .img_box{
    width: 56px;
    margin: 0 auto 10px;
}
.differ .dif_list li:nth-child(2) .img_box{
    width: 76px;
}
.differ .dif_list li:nth-child(3) .img_box{
    width: 66px;
}
.differ .dif_list li:nth-child(4) .img_box{
    width: 70px;
}
.differ .dif_list li .img_box img{
    width: 100%;
}
.differ .dif_list li b{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}
.differ .dif_list li p{
    margin-top: 5px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    font-size: 18px;
    color: #735C53;
}
/* ========= differ ========= */



/* ========= service ========= */
.service{
    background: #735C53;
}
.service .inner{
    display: flex;
    height: 319px;
    align-items: center;
}
.service .ser_list{
    display: flex;
    height: 100%;
}
.service .ser_tit{
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    width: 340px;
    height: 384px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #735C53;
}

.service .ser_tit::before,
.service .ser_tit::after,
.service .ser_tit .bg-diagonal{
    content: "";
    position: absolute;
    top: 0;
    width: 437px;
    height: 384px;
    background: #0000000D;
    transform: skewX(-32deg);
}
.service .ser_tit::before{
    left: -365px;
}
.service .ser_tit::after{
    left: -322.5px;
}

.service .ser_tit .bg-diagonal{
    left: -280px;
}

.service .ser_tit img{
    width: 41px;
    margin: 0 auto 9px;
}
.service .ser_box{
    background-image: url(../img/ser_box_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 360px;
    padding: 56px 0 0 58px;
}
.service .ser_box:nth-child(2){
    background-image: url(../img/ser_box_bg02.png);
}
.service .ser_box:nth-child(3){
    background-image: url(../img/ser_box_bg03.png);
}
.service .ser_box_tit{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 63px;
}
.service .ser_intro{
    font-size: 18px;
    line-height: 28px;
}
/* ========= service ========= */




/* ========= call ========= */
.call{
    position: relative;
    overflow: hidden;
}
.call .bg_box01{
    width: 776px;
    height: 420px;  
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.call .bg_box{
    background: #00000005;
    position: absolute;
    bottom: 0;
    right: -398px;
    width: 551px;
    height: 575px;
    overflow: hidden;
    transform: skewX(-43deg);
}
.call .bg_box::before,
.call .bg_box::after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000005;
    
}
.call .bg_box::before{
    left: 139px;
}
.call .bg_box::after{
    left: 260px;
}
.call .inner{
    display: flex;
    margin-top: 132.5px;
    padding-bottom: 143px;
    justify-content: space-between;
}
.call .img_box{
    width: 609px;
    z-index: 1;
}
.call .call_txt{
    position: relative;
    z-index: 10;
}
.call .call_txt b{
    font-size: 50px;
    font-weight: 700;
    color: #423C3A;   
    display: block;
    margin-bottom: 20px;
}
.call .call_txt p{
    color: #D9D9D9;
    font-size: 20px;
    font-weight: 400;
    background-color: #735C53;
    background-image: linear-gradient(to right, #524B48, #735C5300);
    border-radius: 60px;
    display: inline-block;
    padding: 10px 30px;
    margin: 40px 0 20px;
}
.call .call_txt p span{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: inline;
    vertical-align: sub;
}
.call .call_txt span{
    font-size: 20px;
    color: #363636;
    line-height: 160%;
    display: block;
    word-break: keep-all;
}
/* ========= call ========= */



/* ========= sec07 ========= */
.sec07{
    height: 773px;
    background-image: url(../img/sec07_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 1097px;
    background-position: center top;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.sec07 .true_tit{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}
.sec07 .true_sub_tit{
    font-weight: 350;
    color: #D9D9D9;
    font-size: 18px;
}
.sec07 .together{
    border: 1px solid #6C6C6C;
    padding: 40px 0;
    margin-top: 80px;
}
.sec07 .toge_tit{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.sec07 .tige_list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.sec07 .tige_list li{
    color: #D0A386;
    border-bottom: 1px solid #735C53;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 8px;
}
.sec07 .toge_txt{
    line-height: 160%;
    font-size: 18px;
    color: #D9D9D9;
}
/* ========= sec07 ========= */



/* ========= advice ========= */
.advice{
    background: linear-gradient(to right, #413630 0%, #4d3d35 50%, #413630 100%);
    color: #ECBE9F;    
}
.advice .inner{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.advice .img_box{
    overflow: hidden;
    width: 565px;
    height: 438px;
    position: relative;
}
.advice .img_box img{
    position: absolute;
    top: -200px;
}
.advice .advice_txt{
    display: flex;
    align-items: center;
    gap: 12px;
}
.advice .advice_txt span{
    font-size: 24px;
    font-weight: 600;
    color: #D9D9D9;
    line-height: 140%;
}
.advice .advice_txt .quiet{
    font-size: 86px;
    font-weight: 500;
    color: #ECBE9F;
    font-family: 'Shilla_Culture';
}
.advice_call{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    color: #ECBE9F;
    border: 1px solid #F5F5F5;
    border-radius: 600px;
    padding: 10px 0 12px;
    gap: 10px;
    align-items: baseline;
}
.advice_call + .advice_call{
    margin-top: 20px;
}
/* ========= advice ========= */




@media (max-width: 1440px){
    .inner {
        max-width: 1200px;
    }
    .main{
        height: 100vh;
    }
    .main .inner b{
        font-size: 55px;
    }
    .main .inner p {
        font-size: 55px;
    }
    .main .inner span {
        font-size: 18px;
    }
    .sec02 .info_box{
        width: 385px;
        padding: 29px 22px 30px;
    }
    .sec02 .info_txt p {
        line-height: 140%;
        font-size: 45px;
        margin-top: 12px;
    }
    .sec02 .info_txt span {
        font-size: 18px;
    }
    .sec02 .info_box b {
        font-size: 27px;
        margin: 14px 0;
    }
    .sec02 .info_box img {
        height: 91px;
    }
    .sec_tit{
        font-size: 45px;
        margin-bottom: 14px;
    }

    .system{
        height: 940px;
    }
    .system .top_intro {
        background: #fff;
        flex-shrink: 0;
    }
    .system .top_proc .proc_box p {
        width: 253px;
    }
    .system .top_intro b{
        line-height: 140%;
        font-size: 28px;
    }
    .system .top_proc .proc_box{
        gap: 11px;
    }
    .system .top_proc{
        width: 60%;
        padding: 43.5px 30px;
    }
    .system .intro_top{
        margin-top: 53px;
    }
    .system .proc_talk{
        margin-top: 41px;
        padding: 59px 0;
    }
    .system .proc_talk .talk_point {
        font-size: 36px;
    }
    .system .proc_talk .line {
        height: 34px;
    }
    .differ {
        padding-top: 138px;
    }
    .service .ser_box {
        width: 315px;
        padding: 63px 0 0 33px;
    }
    .service .ser_box_tit {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .call .img_box{
        width: 531px;
    }
    .service .ser_intro{
        font-size: 17px;
    }
    .service .ser_tit{
        font-size: 30px;
    }
    .call .inner {
        margin-top: 105.5px;
        padding-bottom: 106px;
    }
    .call .call_txt b{
        font-size: 44px;
    }
    .call .call_txt span{
        font-size: 19px;
    }
    .call .call_txt p{
        font-size: 19px;
    }
    .call .call_txt p span{
        font-size: 27px;
    }
    .call .bg_box01 {
        width: 487px;
        height: 348px;
    }
    .call .bg_box{
        /* left: 1100px; */
        left: 1204px;
    }
    .call .bg_box::before {
        left: 108px;
    }
    .call .bg_box::after {
        left: 207px;
    }

    .sec07{
        height: 646px;
    }
    .sec07 .true_tit{
        font-size: 26px;
    }
    .sec07 .together{
        margin-top: 44px;
    }
    .sec07 .true_sub_tit{
        font-size: 17px;
    }

    .advice .img_box{
        width: 480px;
    }
    .advice .img_box img {
        top: -168px;
    }
    .advice .advice_txt .quiet{
        font-size: 79px;
    }
    .advice .advice_txt span{
        font-size: 22px;
    }
    .advice_call{
        font-size: 26px;
    }
    .advice_call + .advice_call{
        margin-top: 8px;
    }
}
@media (max-width: 1200px){
    .inner {
        max-width: 1000px;
    }
    .main .inner b{
        font-size: 49px;
        margin-bottom: 15px;
    }
    .main .inner p{
        font-size: 46px;
        margin-bottom: 28px;
    }
    .sec02 .info_txt p{
        font-size: 39px;
    }
    .sec02 .info_box_wrap {
        gap: 9px;
    }
    .sec02 .info_box img {
        height: 79px;
    }
    .sec02 .info_box {
        width: 355px;
        padding: 16px 13px 21px;
    }
    .sec02 .info_box b {
        font-size: 24px;
        margin: 9px 0;
        line-height: 140%;
    }
    .sec02 .info_box p{
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    .sec02 .info_txt span {
        font-size: 16px;
        padding: 4px 8px;
    }
    .sec02 .info_txt p {
        line-height: 136%;
        font-size: 35px;
    }
    .system .proc_talk .talk_point{
        font-size: 34px;
    }
    .system .proc_talk .talk{
        font-size: 17px;
    }
    .system .proc_talk .line{
        margin: 15px auto;
    }
    .sec_tit{
        font-size: 40px;
    }
    .service .ser_box {
        width: 268px;
        padding: 60px 0 0 14px;
    }
    .service .ser_tit{
        font-size: 27px;
        height: 334px;
    }
    .service .ser_box_tit{
        font-size: 25px;
    }
    .service .inner{
        height: 288px;
    }
    .call .call_txt b{
        font-size: 41px;
    }
    .call .call_txt b{
        font-size: 35px;
        margin-bottom: 10px;
    }
    .call .call_txt span{
        font-size: 17px;
    }
    .call .call_txt p{
        font-size: 17px;
        margin: 18px 0 9px;
    }
    .call .call_txt p span{
        font-size: 24px;
    }
    .call .img_box{
        width: 401px;
    }
    .call .bg_box01 {
        width: 386px;
        height: 253px;
    }
    .call .inner {
        margin-top: 84.5px;
        padding-bottom: 70px;
    }
    .sec07 .true_tit {
        font-size: 24px;
    }
    .sec07 .toge_tit {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .sec07 .tige_list li{
        font-size: 19px;
    }
    .sec07 .tige_list{
        margin-bottom: 28px;
    }
    .sec07{
        height: 585px;
        background-size: 100%;
    }
    .advice .img_box{
        width: 430px;
    }
    .advice .img_box img {
        top: -147px;
    }
    .advice .advice_txt .quiet{
        font-size: 70px;
    }
    .advice .advice_txt span {
        font-size: 20px;
    }
    .advice_call {
        font-size: 23px;
    }
    .system .top_intro{
        padding: 40px 62px 40px 27px;
    }
    .system .top_proc .proc_box p{
        font-size: 18px;
    }
}
@media (max-width: 1024px){
    .main .inner b{
        font-size: 40px;
    }
    .main .inner p {
        font-size: 38px;
        margin-bottom: 23px;
    }
    .main .inner span{
        font-size: 16px;
    }
    .sec02 .inner{
        flex-direction: column;
    }
    .sec02 .info_box_wrap{
        justify-content: space-between;
    }
    .sec02 .info_box{
        flex: 1;
    }
    .sec02 .info_txt p{
        margin-bottom: 20px;
    }
    .sec_tit{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .sec_sub_tit{
        font-size: 16px;
    }
    .system .intro_top{
        margin-top: 40px;
        gap: 14px;
    }
    .system .top_proc .proc_box p{
        width: 248px;
    }
    .system .top_intro {
        padding: 25px 32px 23px 27px;
        flex-shrink: 0;
    }
    .system .top_intro b{
        font-size: 24px;
    }
    .system .top_intro p{
        font-size: 16px;
    }
    .system .top_proc{
        padding: 24.5px 18px;
    }
    .system .top_proc .proc_box p{
        font-size: 15px;
    }
    .system .proc_talk .talk_point{
        font-size: 30px;
    }
    .system .proc_talk .line{
        height: 30px;
        margin: 10px auto;
    }
    .system .proc_talk .talk{
        font-size: 16px;
    }
    .differ .dif_list li b{
        font-size: 16px;
    }
    .differ .dif_list li p{
        font-size: 14px;
    }
    .differ .dif_list li {
        width: calc(25% - 6px);
        box-shadow: 0 0 7px #00000026;
        padding: 18px 0 28px;
    }
    .differ .dif_list li .img_box{
        width: auto !important;
        height: 60px;
    }
    .differ .dif_list li .img_box img{
        width: auto;
        height: 100%;
    }
    .differ .dif_list li .img_box{
        margin: 0 auto 10px;
    }
    .service .ser_box_tit{
        font-size: 24px;
    }
    .service .ser_intro{
        font-size: 16px;
        line-height: 24px;
    }
    .service .inner{
        flex-direction: column;
        height: auto;
        padding: 0;
        max-width: none;
    }
    .service .ser_list{
        width: 100%;
    }
    .service .ser_tit{
        width: 100%;
        height: 148px;
    }
    .service .ser_box {
        flex: 1;
        padding: 32px 0 56px 11px;
    }
    .call .call_txt b{
        font-size: 30px;
    }

    .sec07 {
        height: auto;
        background-size: 100%;
        padding: 45px 0;
    }
    .sec07 .true_tit{
        font-size: 20px;
    }
    .sec07 .true_sub_tit{
        font-size: 16px;
    }
    .sec07 .tige_list li{
        font-size: 16px;
    }
    .sec07 .toge_txt{
        font-size: 16px;
    }
    
    .advice .img_box{
        width: 375px;
    }
    .advice .img_box img {
        top: -129px;
    }
    .advice .advice_txt .quiet{
        font-size: 86px;
    }
    .advice .advice_txt {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 26px;
    }
    .advice_call {
        padding: 10px 31px 12px;
    }
    .advice .inner{
        gap: 10px;
    }
    .advice .inner{
        justify-content: center;
        gap: 30px;
    }
    .call .inner{
        gap: 18px;
    }
}
@media (max-width: 768px){
    .inner{
        padding: 0 20px;
    }
    .mo_block{
        display: block !important;
    }
    .system .inner{
        padding: 94px 20px;
    }
    .sec02 .inner{
        padding: 100px 20px;
    }
    .differ .dif_list{
        gap: 10px;
    }
    .system .proc_talk .talk_point{
        line-height: 140%;
    }
    .call .inner{
        flex-direction: column-reverse;
        margin-bottom: 140px;
    }
    .sec_tit{
        line-height: 140%;
    }
    .call_box{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -405px;
        width: 100%;
        text-align: center;
    }
    .call .inner{
        position: relative;
    }
    .main .inner span br{
        display: contents;
        word-break: keep-all;
    }
    .main .inner b{
        line-height: 120%;
    }
    .sec02 .info_box_wrap{
        flex-direction: column;
    }
    .sec02 .info_box{
        width: 100%;
    }
    .system .intro_top{
        flex-direction: column;
    }
    .system .top_proc{
        width: 100%;
        gap: 20px;
    }
    .system{
        height: 1240px;
    }
    .differ{
        margin: 339px 0px 60px;
    }
    .differ .dif_list{
        flex-wrap: wrap;
    }
    .service .ser_list{
        flex-direction: column;
    }
    .differ .dif_list li{
        width: calc(50% - 6px);
        height: 180px;
    }
    .differ .sec_tit{
        line-height: 120%;
    }
    .service .inner{
        padding: 0;
    }
    .service .ser_list{
        width: 100%;
    }
    .service .ser_box{
        width: 100%;
    }
    .service .ser_box{
        padding: 44px 0 37px 22px;
    }
    .sec07{
        background-size: cover;
        padding: 60px 0 80px;
    }
    .sec07 .true_tit{
        line-height: 140%;
    }
    .sec07 .tige_list{
        flex-direction: column;
        gap: 17px;
    }
    .sec07 .toge_tit{
        line-height: 120%;
        margin-bottom: 20px;
    }
    .sec07 .toge_txt br{
        display: contents;
    }
    .advice .img_box{
        
        position: absolute;
        /* left: -70%; */
        left: calc(10% - 389px);
        transform: translate(50%, 0);
    }
    .advice{
        overflow: hidden;
        position: relative;
    }
    .advice_txt_wrap{
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .advice .img_box img {
        top: -77px;
    }
    .advice .advice_txt span{
        color: #fff;
    }
    .advice_call{
        width: 100%;
        background: #000000B2;
    }
    .advice .inner{
        padding: 10px 20px 38px;
    }
    #footer .inner{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .call .call_txt b{
        margin-bottom: 20px;
        line-height: 140%;
    }
    .sec02 .info_txt p br{
        display: contents;
    }

}
@media (max-width: 480px){
    .main .inner b{
        font-size: 32px;
    }
    .main .inner p {
        font-size: 28px;
    }
    .main .inner span{
        font-size: 14px;
    }
    .sec02 .info_txt p {
        line-height: 120%;
        font-size: 30px;
    }
    .sec02 .info_txt p br{
        display: contents;
    }
    .sec02 .info_box b{
        word-break: keep-all;
    }
    .sec02 .info_box p{
        word-break: keep-all;
    }
    .system .top_proc .proc_box p{
        font-size: 14px;
    }
    .system .top_proc {
        padding:17.5px 7px;
    }
    .system .top_proc .proc_box{
        gap: 5px;
    }
    .system .top_proc .proc_box i{
        font-size: 20px;
    }
    .system .top_proc .proc_box p{
        padding: 11.5px 0;
    }
    .system .proc_res .arrow_box {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
    .system .proc_res p{
        font-size: 16px;
    }
    .system .proc_res p br{
        display: contents;
    }
    .call .call_txt p span{
        display: block;
    }
    .call .call_txt span{
        font-size: 15px;
        word-break: keep-all;
    }
    .call .call_txt p{
        width: 100%;
    }
    .call .img_box{
        max-width: 262px;
        width: 100%;
    }
    .call .bg_box01 {
        width: 295px;
        height: 180px;
    }
    .call_box{
        bottom: -350px;
    }
    .call .inner{
        gap: 36px;
        align-items: flex-end;
    }
}