.bnNav{padding:65px 0px 140px 0px;display:flex;align-items:center;justify-content:center;gap:20px;}
.bnNav button{width:160px;height:56px;border-radius:28px;border:0px; background-color:#f2f2f2;font-size:18px;color:#959595}
.bnNav button.on{background-color:#0070e4;color:white;}


.bnCont{text-align:center;font-family:'Noto Sans KR';}
.bnCont .bnSTitle{margin-bottom:10px;color:#0070e4;font-size:20px;font-weight:500;}
.bnCont .bnTitle{margin-bottom:60px;font-size:44px;color:#1b1b1b;font-weight:bold;}

#bnCont > div{display:none; transition: all 0.3s ease-in-out;}
#bnCont > div.on{display:block;}


.bnCont .bnBasic{margin-bottom:110px;color:#1c1c1c;line-height:33px;font-size:20px;font-weight:400;}

.bnCont .bnCircle{width:1300px;padding:0px 20px 100px 20px;margin:0px auto;}
.bnCont .bnCircle ul{display:flex;align-items:flex-start;justify-content:space-between;padding:65px 140px;width:100%;background-color:#0070e4;border-radius:30px;}
.bnCont .bnCircle li{width:200px;text-align:center;}
.bnCont .bnCircle li .icon{margin-bottom:40px;}
.bnCont .bnCircle li .text{height:56px;width:100%;display:flex;align-items:center;justify-content:center; line-height:28px;color:white;font-size:20px;font-weight:bold;}


.bnCont .bnBody{padding:100px 0px;background-color:#f6f7f9;}

.bnCont .bnBody ul{width:1300px;padding:0px 20px;margin:0px auto;text-align:center;}
.bnCont .bnBody ul li{margin-bottom:100px;display:flex;justify-content:space-between;}
.bnCont .bnBody ul li .info{margin-top:70px;padding-left:70px;text-align:left;background:url('/img/bn/vline.png') no-repeat 0px 0px;}
.bnCont .bnBody ul li .info .num{margin-bottom:10px;color:#0070e4;font-size:20px;}
.bnCont .bnBody ul li .info .head{margin-bottom:20px;font-size:32px;color:#1b1b1b;font-weight:bold;}
.bnCont .bnBody ul li .info .text{font-size:18px;line-height:32px;color:#1b1b1b;}
.bnCont .bnBody ul li .image{width:620px;}

