.lnk-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 50%;
  border-radius: 100px; }
  .lnk-btn-01.active {
    background: #FFF; }

.lnk-btn-02 {
  display: flex;
  align-items: center;
  width: calc(50% - 4px);
  height: 56px;
  background: #F4F4F4;
  border-radius: 8px;
  padding: 0 4px; }
  .lnk-btn-02 .lnk-btn-02-A {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-right: 12px; }
  .lnk-btn-02 .lnk-btn-02-B {
    padding-right: 10px; }

.lnk-btn-03 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #F5F5F5; }

.lnk-btn-06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #FAFBFD;
  border-radius: 50%;
  transition: background 0.3s; }
  .lnk-btn-06:hover {
    background: #E9EBF1; }

@media all and (max-width: 414px) {
  .lnk-btn-05 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    height: 56px;
    margin: 20px auto 0 auto;
    background: #E9EBF1;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #171718; } }
@media all and (min-width: 415px) and (max-width: 767px) {
  .lnk-btn-05 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    height: 56px;
    margin: 20px auto 0 auto;
    background: #E9EBF1;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #171718; } }
@media all and (min-width: 768px) and (max-width: 1023px) {
  .lnk-btn-05 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    height: 56px;
    margin: 20px auto 0 auto;
    background: #E9EBF1;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #171718; }
    .lnk-btn-05 span {
      margin-left: 15px; } }
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .lnk-btn-05 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    height: 56px;
    margin: 20px auto 0 auto;
    background: #E9EBF1;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #171718; }
    .lnk-btn-05 span {
      margin-left: 15px; } }
@media all and (min-width: 1280px) and (max-width: 1679px) {
  .lnk-btn-05 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
    height: 56px;
    background: #E9EBF1;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #171718; } }
@media all and (min-width: 1680px) {
  .lnk-btn-05 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
    height: 56px;
    background: #E9EBF1;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #171718; } }

/*# sourceMappingURL=LinkButtons.css.map */
