/* _content/PrtWeb/Pages/Index.razor.rz.scp.css */
.mt-center[b-p13mpn661f] {
  text-align: center;
}

.mt-deco-text[b-p13mpn661f] {
    font-weight: bold;
    text-shadow: 2px 2px 2px rgb(250, 60, 40, 0.4);
}

    .mt-deco-text > a[b-p13mpn661f] {
        text-decoration: none;
        color: black;
    }

        .mt-deco-text > a:visited[b-p13mpn661f] {
            text-decoration: none;
        }

        .mt-deco-text > a:active[b-p13mpn661f] {
            outline: auto;
            color: red;
        }

        .mt-deco-text > a:focus[b-p13mpn661f] {
            outline: auto;
            text-decoration: none;
            background-color: darkgray;
        }

        .mt-deco-text > a:hover[b-p13mpn661f] {
            outline: auto;
            text-decoration: none;
            background-color: darkgray;
        }
/* _content/PrtWeb/Pages/TestBlazor.razor.rz.scp.css */
/* 그리드 */
[b-490gh7b7ou] .gridtest > * > * {
  display: block;
  padding: .3rem 0;
  margin: .2rem;
  background: #2ecc40;
  text-align: center;
  color: #000;
  font-weight: 700;
}

[b-490gh7b7ou] .gridtest > *:nth-child(2n) > * {
  background: #7fdbff;
}
/* _content/PrtWeb/Shared/Components/RandomImage.razor.rz.scp.css */
[b-cr1zae6e1x] .txt-center {
  text-align: center;
}

[b-cr1zae6e1x] .italic {
  text-decoration: italic;
}

[b-cr1zae6e1x] .fillback {
  padding: 1rem 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid #838288;
  border-radius: .375rem;
}
/* _content/PrtWeb/Shared/Components/TestTest.razor.rz.scp.css */
/* 그리드 */
[b-zxt3j8ek6t] .gridtest > * > * {
  display: block;
  padding: .3rem 0;
  margin: .2rem;
  background: #2ecc40;
  text-align: center;
  color: #000;
  font-weight: 700;
}

[b-zxt3j8ek6t] .gridtest > *:nth-child(2n) > * {
  background: #7fdbff;
}
/* _content/PrtWeb/Shared/FfxivLayout.razor.rz.scp.css */
.bg-ffxiv[b-7chhp45tkl] {
    background-color: rgb(72, 76, 78) !important;
}

.page[b-7chhp45tkl] {
    position: relative;
    display: flex;
    flex-direction: column;
}


.content[b-7chhp45tkl] {
  padding: 0 1.5rem;
}

main[b-7chhp45tkl] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-7chhp45tkl] {
        flex-direction: row;
    }
}
/* _content/PrtWeb/Shared/FfxivNavMenu.razor.rz.scp.css */
[b-xn0wqrzfw2] .menu a {
  text-transform: uppercase;
  padding: 1rem .5rem;
}

  [b-xn0wqrzfw2] .menu a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
  }

  [b-xn0wqrzfw2] .menu a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }
/* _content/PrtWeb/Shared/MainLayout.razor.rz.scp.css */
.page[b-8p2jufl9qu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8p2jufl9qu] {
    flex: 1;
}

.content[b-8p2jufl9qu] {
  padding: 0 1.5rem;
}

@media (min-width: 641px) {
    .page[b-8p2jufl9qu] {
        flex-direction: row;
    }
}
/* _content/PrtWeb/Shared/MainNavMenu.razor.rz.scp.css */
[b-4sfl3701iz] .bg {
  background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

[b-4sfl3701iz] .menu a {
  text-transform: uppercase;
  padding: 1rem .5rem;
}

  [b-4sfl3701iz] .menu a.active {
    background-color: rgba(255, 255, 255, 0.25);
  }
