@charset "utf-8";

.m-boxDef-Sec .m-boxDef-box{
  background: top right / 570px auto url(/contents/cdn-img/security/bg_security_01.png) no-repeat;
}
.m-boxDef-Sec .m-boxDef-cnt{
  width: 60%;
}
@media screen and (max-width: 819px) {
  .m-boxDef-Sec .m-boxDef-box{
    background-position: top right -30px;
  }
}
@media screen and (max-width: 559px) {
  .m-boxDef-Sec .m-boxDef-box{
    background-position: top 20px right -50px;
  }
}
@media screen and (max-width: 374px) {
  .m-boxDef-Sec .m-boxDef-box{
    background-position: top 40px right -70px;
  }
}

.m-btnListSec{
  margin: 25px 0 0 0!important;
}
.m-btnListSec .m-btnDef{
  max-width: 300px;
  padding: 10px;
  display: block;
  position: relative;
  border: 0.5px solid #0058A0;
  border-radius: 6px;
  text-align: center;
  font-size: 1.3rem;
  background-color: #fff;
}
.m-btnListSec .m-btnDef:hover{
  text-decoration: none;
  background-color: #e5eef5;
}
@media screen and (max-width: 819px) {
  .m-btnListSec .m-btnDef{
    max-width: 100%;
  }
}