/* before */
/*@mixin bg-img-properties($repeat, $size, $position) {*/
/* TRANSFORM ALIGNMENT */
/* END */
/* transform */
/* end - transform */
/* transition */
/* end - transition */
/* box-shadow */
/* end - box-shadow */
.btn-typ-01 {
  width: 247px;
  height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: #fa913b;
  opacity: 0.9;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-typ-01:before, .btn-typ-01:after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.btn-typ-01:before {
  left: -10px;
  bottom: 0;
  border-width: 0 10px 60px 10px;
  border-color: transparent transparent #fa913b transparent;
}
.btn-typ-01:after {
  right: -10px;
  bottom: 0;
  border-width: 60px 10px 0 10px;
  border-color: #fa913b transparent transparent transparent;
}
.btn-typ-01:hover {
  opacity: 1;
}

.btn-typ-02 {
  width: 245px;
  height: 60px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  background-color: #0a519e;
  opacity: 0.9;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-typ-02:hover {
  opacity: 1;
}
.btn-typ-02:before, .btn-typ-02:after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.btn-typ-02:before {
  left: -10px;
  bottom: 0;
  border-width: 0 10px 60px 10px;
  border-color: transparent transparent #0a519e transparent;
}
.btn-typ-02:after {
  right: -10px;
  bottom: 0;
  border-width: 60px 10px 0 10px;
  border-color: #0a519e transparent transparent transparent;
}

.btn-typ-03 {
  width: 286px;
  height: 60px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #0a519e;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-typ-03:hover {
  opacity: 0.9;
}
.btn-typ-03:before, .btn-typ-03:after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.btn-typ-03:before {
  left: -10px;
  bottom: 0;
  border-width: 0 10px 60px 10px;
  border-color: transparent transparent #0a519e transparent;
}
.btn-typ-03:after {
  right: -10px;
  bottom: 0;
  border-width: 60px 10px 0 10px;
  border-color: #0a519e transparent transparent transparent;
}

@media all and (max-width: 767px) {
  .btn-typ-02 {
    opacity: 1;
    width: 212px;
    height: 50px;
    font-size: 12px;
  }
  .btn-typ-02:before {
    left: -6px;
    border-width: 0 6px 50px 6px;
  }
  .btn-typ-02:after {
    right: -6px;
    border-width: 50px 6px 0 6px;
  }
}
/* SM1 */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .btn-typ-01 {
    width: 150px;
    height: 52px;
    font-size: 12px;
    opacity: 1;
  }
  .btn-typ-01:before {
    left: -6px;
    border-width: 0 6px 52px 6px;
  }
  .btn-typ-01:after {
    right: -6px;
    border-width: 52px 6px 0 6px;
  }

  .btn-typ-02 {
    width: 212px;
    height: 50px;
    font-size: 12px;
    opacity: 1;
  }
  .btn-typ-02:before {
    left: -6px;
    border-width: 0 6px 50px 6px;
  }
  .btn-typ-02:after {
    right: -6px;
    border-width: 50px 6px 0 6px;
  }

  .btn-typ-03 {
    width: 266px;
    height: 55px;
    font-size: 12px;
  }
  .btn-typ-03:before {
    border-width: 0 10px 55px 10px;
  }
  .btn-typ-03:after {
    border-width: 55px 10px 0 10px;
  }
}
/* SM2 */
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .btn-typ-01 {
    width: 189px;
    font-size: 13px;
    opacity: 1;
  }

  .btn-typ-02 {
    width: 245px;
    height: 60px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
  }

  .btn-typ-03 {
    width: 266px;
    height: 55px;
    font-size: 12px;
  }
  .btn-typ-03:before {
    border-width: 0 10px 55px 10px;
  }
  .btn-typ-03:after {
    border-width: 55px 10px 0 10px;
  }
}
/* 1280 & 1366 */
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .btn-typ-01 {
    width: 247px;
    height: 60px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
  }

  .btn-typ-02 {
    width: 245px;
    height: 60px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
  }
}
/* 1440 */
@media all and (min-width: 1400px) and (max-width: 1599px) {
  .btn-typ-01 {
    width: 247px;
    height: 60px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
  }
}
/* 1680 */
