<div class="carBtm"><a class="btn-style01" href="/contact"><span>문의하기 +</span></a></div>


<style>

 .btn-style01 {

    text-align: center;

    color: #cca67f !important;

    background: #232933;

    font-weight: 500;

    font-size: 17px;

    width: 200px;

    border-radius: 7px;

    margin-top: 16px;

    display: block;

    position: relative;

    overflow: hidden;

   line-height: 60px;

}

  

  .btn-style01:hover {

    color: #cca67f !important;

}

  .btn-style01:before {

    display: block;

    position: absolute;

    left: -130%;

    bottom: 0;

    content: "";

    width: 120%;

    height: 150%;

    background: linear-gradient(250deg, #232933 0%, #cca67f 5%, #232933 40%);

    transform: skew(-20deg);

    transition: all 0.4s;

}

  

  .btn-style01:hover:before {

    left: -10%;

    opacity: 1.0;

}

  

  .btn-style01 span {

    position: relative;

    z-index: 1;

    transition: all 0.4s;

}

</style>