address {
  font-style: normal;
}

.footerwrap, address{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F9FAFB;
}
.footerContents01{
    /* width: 1280px;0 */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 50px 0;
    background-color: #FBFBFD;
}
.footerTitle{
    width: 1200px;
}
.footerTitle > p{
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.footer0102{
    padding-top: 30px;
    display: flex;
    /* justify-content: space-between; */
    /* background-color: antiquewhite; */
}
.footer01wrap, .footer02wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1200px;
    height: 256px;
    background-color: #D9E9FF;
    border-radius: 16px;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.footer01wrap{
    margin-right:30px;
}

.footer01, .footer02{
    padding-left: 50px;
    min-width: 300px;

}
.footer02 > p:first-child{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
}
.footer-a{
    font-size: 18px;
    font-weight: 600;
    color:#687283;
    line-height: 28px;
}
.solutionBtnIcon{
    font-size: 16px;
    font-weight: 600;
    color:#687283;
    width: 240px;
    height: 50px;
    border: solid 1px #D0D3D9;
    border-radius: 6px;
    background-color: white;
    margin-top:20px;
}
.solutionBtnIcon::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 23px;
    vertical-align: middle
}
.footer01 > .solutionBtnIcon::after{
    background: url(../img/arrow_forward.svg) no-repeat;

}
.footer02 > .solutionBtnIcon::after{
    background: url(../img/arrow_forward.svg) no-repeat;
}



.footerContents02{
    /* background-color: #F9FAFB; */
    
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
    padding-bottom: 100px;
}

.footerTxtwrap{
    /* background-color: red; */
    padding: 100px 0 66px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footerTxtwrapRight{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
 .footerQna{
    font-size: 18px;
    line-height: 30px;
    color:#1D1D1F;
    font-weight: 700;
}
.footerQna > p:first-child{
    padding-bottom: 14px;
}
.footerTxtwrapRight > .footerCertifi > img{
    height: 35px;

}


.footerEz{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 340px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px;
}
.footerEz > span > a:hover{
    font-weight: 700;
}

.footerEz > p > a{
    margin-right: 10px;
}

.footerInfo, .footerAddress,.footerInfo02{
    font-size: 16px;
    color:#7F8089;
    line-height: 16px;
    font-weight: 400;
    /* padding-bottom: 45px; */
}
.footerInfo{
    display: flex;
    width: 900px;
    /* background-color: #1D1D1F; */
    justify-content: space-around;
    font-size: 14px;
}
.footerInfo > span{

}
.footerInfo > span:nth-of-type(even){
    font-weight: 300;
    color:#ddd;
}
.footerAddress{
    padding: 18px 0;
}

.footerAddress > p:nth-child(2){
    padding: 12px 0;
}

.footerSns{
    width: 160px;
    display: flex;
    justify-content: space-between;
}



/* scroll_top */
#chat {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 999;
}
#chat div {
    width: 100%;
    height: 100%;
}
#chat div a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/easycerti/qna.png) no-repeat 0 0;
    background-color: #3A7BFD;
    border-radius: 500px;
    background-size: contain;
    text-indent: -9999px;
}

/* scroll_top */
#scroll_top {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 50px;
    bottom: 36px;
    z-index: 99;
    z-index: 9999;
}
#scroll_top div {
    width: 100%;
    height: 100%;
}
#scroll_top div a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/easycerti/top.svg) no-repeat 0 0;
    background-color: #000;

    border-radius: 500px;

    background-size: contain;
    text-indent: -9999px;
}

#scroll-btn {
    cursor: pointer;
    opacity: 0;
    width: 52px;
    height: 52px;
    color: transparent;
    background: url(../img/easycerti/top.svg) no-repeat 0 0;
    background-color: #000;
    background-size: contain;
    border-radius: 500px;
    position: fixed;
    bottom: 36px;
    right: 50px;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 999999;
}
#scroll-btn.show {
    opacity: 1;
    transition: opacity 1s, transform 1s;
}

/* 반응형------------------------------------------------ */
#pagewrap.mobile #footer .footerTitle > p{
    width: 70%;
    font-size: 70px;
    text-align: center;
    line-height: 120px;
    font-weight: 700;
}

#pagewrap.mobile #footer .footerInfo, 
#pagewrap.mobile #footer .footerAddress, 
#pagewrap.mobile #footer .footerInfo02, 
#pagewrap.mobile #footer .footerQna{
    /* font-size: 32px; */
    font-size: 40px;
    /* line-height: 50px;     */
    line-height: 60px;    
}
#pagewrap.mobile #footer .footerAddress{
    padding: 46px 0;
}
#pagewrap.mobile #footer .footerQna{
    padding-top: 46px;
}
#pagewrap.mobile #footer .footerAddress > p{
    padding: 0;
}

#pagewrap.mobile #footer .footerInfo{
    flex-direction: column;
}

#pagewrap.mobile #footer .footerInfo > p:nth-child(even){
    display:none;
}
#pagewrap.mobile #footer .footerTxtwrap{
    flex-direction: column;
    width: 100%;
}
#pagewrap.mobile #footer .footerTxtwrapL{
    width: 100%;
}
#pagewrap.mobile #footer .footerTxtwrapRight{
    flex-direction: column;
    align-items: flex-start;
    width:100%;
}
#pagewrap.mobile #footer .footerSns{
    width: 30%;
}
#pagewrap.mobile #footer .footerSns > button > img{
    width: 100px;
}

#pagewrap.mobile #footer .footerTxtwrapRight > .footerCertifi > img {
    height: 80px;
    padding-top: 40px;
}

#pagewrap.mobile #footer .footerEz{
    width: 90%;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 46px
}
#pagewrap.mobile #footer .footerTitle{
    width: 90%;
    display: flex;
    justify-content: center;
    padding: 100px 0 50px 0;
}
#pagewrap.mobile #footer .footer0102,
#pagewrap.mobile #footer .footerContents02{
    width: 90%;
    /* background-color: #D0D3D9; */
}
#pagewrap.mobile #footer .footer02wrap{
    height: 800px;
    align-items: center;
}
#pagewrap.mobile #footer .footer02{
    padding: 0;
    width: 85%;
}
#pagewrap.mobile #footer .footer02 > p:first-child{
    font-size: 70px;
    text-align: center;
}
#pagewrap.mobile #footer .footer02 > p:nth-child(2),
#pagewrap.mobile #footer .footer02 > p:nth-child(3),
#pagewrap.mobile #footer .footer-a{
    font-size: 60px;
    line-height: 100px;
    padding:20px 0;
    text-align: center;
}
#pagewrap.mobile #footer .solutionBtnIcon{
    width: 100%;
    height: 150px;
    border-radius: 16px;
    font-size: 50px;
    color:#111;
}
#pagewrap.mobile #footer .solutionBtnIcon::after{
    width: 50px;
    height: 50px;
    background-size: cover;
}
/* @media (max-width: 1024px) {
    .footerTxtwrap, .footerInfo, .footerTxtwrapRight{
        flex-direction: column;
    }
    .footerTxtwrapRight{
        align-items: flex-start;
    }

    .footerTitle{
        text-align: center;
    }
    .footerTitle, .footer02wrap, .footerContents02, .footerInfo{
        width: 335px;
    }


} */