html {
    font-size:62.5%;
}

html.ovh {
    overflow: hidden;
}

body {
    width: 100%;
    position: relative;
    font-family: "scdream", "Pretendard", sans-serif;
    font-weight: 400;
    font-size:1.6rem;
    letter-spacing: -0.03em;
    line-height: 1.5;
    word-break: keep-all;
    color: #212121;
    -webkit-text-size-adjust: 100%;
}

.inner {
    width:100%;
    max-width:160rem;
    margin:0 auto;
}

header {
    height:9.5rem;
    border-bottom:1px solid #d4d3d9;
    display:flex;
    align-items: center;
}

header .inner {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}

header h1 a {
    display:flex;
    align-items: center;
    height:100%;
}

header h1 a span {
    position:relative;
    font-size:1.9rem;
    color:#222222;
    letter-spacing: -0.05em;
    line-height:1.2;
    font-weight:600;
    padding-left:2rem;
    margin-left:2rem;
}

header h1 a span::before {
    content:"";
    display:block;
    width:1px;
    height:2.1rem;  
    background-color:rgba(16,23,37,0.1);
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}

header #m-menu {
    display:none;
    width:2.5rem;
    height:1.8rem;
    position:relative;
    font-size:0;
    text-indent:-9999999999em;
    padding:0;
}

header #m-menu span {
    width:100%;
    height:0.2rem;
    background-color:#333333;
    display:block;
    position:absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    border-radius:0.1rem;
}

header #m-menu::before {
    content:"";
    display:block;
    width:100%;
    height:0.2rem;
    background-color:#333333;
    position:absolute;
    top:0;
    border-radius:0.1rem;
}

header #m-menu::after {
    content:"";
    display:block;
    width:100%;
    height:0.2rem;
    background-color:#333333;
    position:absolute;
    bottom:0;
    border-radius:0.1rem;
}

header #m-nav-head {
    display:none;
    align-items: center;
    justify-content: flex-end;
    height:9.5rem;
    padding:0 1.6rem;
    box-sizing: border-box;
    background-color:#3055b3;
}


header #m-menu-close {
    display:none;
    width:2.5rem;
    height:1.8rem;
    position:relative;
    font-size:0;
    text-indent:-9999999999em;
    padding:0;
}

header #m-menu-close::before {
    content:"";
    display:block;
    width:100%;
    height:0.2rem;
    background-color:#ffffff;
    position:absolute;
    top:50%;
    border-radius:0.1rem;
    transform:translateY(-50%) rotate(-45deg);
}

header #m-menu-close::after {
    content:"";
    display:block;
    width:100%;
    height:0.2rem;
    background-color:#ffffff;
    position:absolute;
    top:50%;
    border-radius:0.1rem;
    transform:translateY(-50%) rotate(45deg);
}

header nav {
    height:100%;
}

header nav ul {
    display:flex;
    align-items: center;
    height:100%;
    gap:10rem;
}

header nav ul li {
    height:100%;
}

header nav ul li a {
    color:#222222;
    font-size:2.2rem;
    font-weight:500;
    letter-spacing: -0.03em;
    line-height:1.29;
    padding:0;
    position:relative;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

header nav ul li a:hover {
    font-weight:700;
}

header nav ul li a::after {
    content:"";
    display:block;
    width:0%;
    height:0.6rem;
    position:absolute;
    bottom:0;
    background-color:#4e73ff;
    transition: width 0.5s ease;
}

header nav ul li a:hover::after {
    width:100%;
}

header nav ul li.active a {
    font-weight:700;
}

header nav ul li.active a::after {
    content:"";
    display:block;
    width:100%;
    height:0.6rem;
    position:absolute;
    bottom:0;
    background-color:#3055b3;
}

.req {
    color:#f12f49;
    font-weight:500;
    letter-spacing: -0.03em;
}

.table-top {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:1rem;
    flex-wrap:wrap;
    gap:1rem;
}

.table-top .table-util p {
    font-size:2rem;
    color:#222222;
    font-weight:500;
    letter-spacing: -0.03em;
}

.table-top .table-util span.count {
    font-size:2rem;
    font-weight:500;
    letter-spacing: -0.05em;
    color:#222222
}

.table-top .table-util span.count span {
    color:#2560e7;
    font-weight:700;
}

.table-top .table-btns {
    display:flex;
    align-items: center;
    gap:0.8rem;
    justify-content: flex-end;
}

.table-top .table-btns a {
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: "scdream", "Pretendard", sans-serif;
    background-color:#3055b3;
    color:#ffffff;
    height:4.8rem;
    padding:0 3rem;
    border-radius:0.6rem;
    box-sizing: border-box;
    font-weight:600;
    font-size:1.8rem;
    line-height:1;
}

.table-top .table-btns a.blank::after {
    content:"";
    display:block;
    width:1.8rem;
    height:1.8rem;
    background-image:url(../../resources/images/blank_ico.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    margin-left:1rem
}

.table-top .table-btns a.reset::after {
    content:"";
    display:block;
    width:1.9rem;
    height:1.9rem;
    background-image:url(../../resources/images/reset_ico.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    margin-left:1rem
}

.table-top .table-search {
    display:flex;
    align-items: center;
}

.table-top .table-search label {
    font-size:2rem;
    font-weight:700;
    letter-spacing: -0.03em;
    color:#222;
    margin-right:1rem;
}

.table-top .table-search select {
    width:18rem;
    height:5.4rem;
    border:1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius:0.6rem;
    padding:0 1.5rem;
    font-size:2rem;
    letter-spacing: -0.03em;
    font-weight:500;
}

.table-top .table-search input[type=text] {
    height:5.4rem;
    border:1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius:0.6rem;
    font-size:2rem;
    letter-spacing: -0.03em;
    font-weight:500;
    color:#777777;
    padding:0 1.5rem;
    margin:0 1rem;
}

.table-top .table-search button {
    width:12.5rem;
    height:5.4rem;
    background-color:#3055b3;
    color:#fff;
    font-weight:700;
    letter-spacing: -0.03em;
    border-radius:0.6rem;
    font-size:2rem;
    line-height: 1;;
}

.table-wrap table {
    table-layout: fixed;
    border-top:1px solid #003366;
    width:100%;
    font-family: "Pretendard", sans-serif;
}

.table-wrap table th,
.table-wrap table td {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.table-wrap table th:first-child,
.table-wrap table td:first-child {
	border-left: 0;
}

.table-wrap table th:last-child,
.table-wrap table td:last-child {
	border-right: 0;
}

.table-wrap table thead tr th {
    background-color:#f2f4f9;
    font-size:2rem;
    font-weight:700;
    letter-spacing: -0.05em;
    color:#222222;
    padding:3rem 1rem;
}

.table-wrap table tbody tr th {
    background-color:#f2f4f9;
    border-bottom: 1px solid #d9d9d9;
    font-size:2rem;
    font-weight:700;
    letter-spacing: -0.05em;
    color:#222222;
    padding:3rem 1rem;
}

.table-wrap table tbody tr td {
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    font-size:2rem;
    letter-spacing: -0.05em;
    padding:3rem 2rem;
    color:#222222;
    word-break: break-all;
}

.table-wrap table tbody tr td.nodata {
    padding:5rem 2rem;
}

.table-wrap table.write-table tbody tr td {
    text-align: left;
    padding:3rem;
}

.table-wrap table.write-table tbody tr td .caution-txt {
    color:#f12f49;
    font-weight:500;
}

.table-wrap table.board tbody tr td a {
    display:block;
    width:100%;
    padding:0 2rem;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#222;
}

.table-wrap table.board tbody tr td a:hover {
    font-weight:700;
}

footer {
    background-color:#2d2d2d;
    padding:5rem 0;
    border-top:1px solid #414141;
    box-sizing: border-box;
}

footer address {
    text-align: center;
    color:rgba(255,255,255,0.6);
    line-height: 2;
}

.radio-wrap {
    display:flex;
    flex-wrap:wrap;
    gap:3.4rem;
}

.radio-wrap .radio-input {
    display:flex;
    gap:1rem;
}

.radio-wrap .radio-input label {
    font-size:2rem;
    font-weight:500;
    letter-spacing: -0.03em;
    line-height:1.2;
    color:#222222;
}

input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}

input[type='radio']:checked {
  background-color: #2560e7;
  border: 0.5125rem solid #fff;
  box-shadow: 0 0 0 1px rgba(37,96,231,0.5);
}

.form-btns {
    display:flex;
    align-items: center;
    justify-content: center;
    gap:2rem;
    margin-top:6.5rem;
}

.form-btns a {
    width:18rem;
    height:5.4rem;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius:0.6rem;
    font-size:2rem;
    font-weight:700;
    letter-spacing: -0.03em;
}

.form-btns a.cancle {
    border:1px solid #666;
    color:#666;
}

.form-btns a.submit {
    background-color:#3055b3;
    color:#fff;
}

.pagination {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    gap:1rem;
    margin-top:3.5rem;
}

.pagination .prev-pag,
.pagination .next-pag {
    display:flex;
    gap:1rem;
}

.pagination .prev-pag a,
.pagination .next-pag a {
    display:block;
    font-size:0;
    text-indent:-99999999em;
    width:4rem;
    height:4rem;
    border:1px solid #d7d7d7;
    border-radius:0.6rem;
    background-position:center;
    background-repeat:no-repeat;
}

.pagination .prev-pag a:hover,
.pagination .next-pag a:hover {
    background-color:#f2f2f2;
}

.pagination .prev-pag a.first {
    background-image:url(../../resources/images/first_page.png);
}

.pagination .prev-pag a.prev {
    background-image:url(../../resources/images/prev_page.png);
}

.pagination .next-pag a.last {
    background-image:url(../../resources/images/last_page.png);
}

.pagination .next-pag a.next {
    background-image:url(../../resources/images/next_page.png);
}

.pagination ul.list {
    display:flex;
    align-items: center;
    gap:1rem
}

.pagination ul.list li a {
    display:flex;
    align-items: center;
    justify-content: center;
    width:4rem;
    height:4rem;
    border-radius:0.6rem;
    font-size:2rem;
    letter-spacing: -0.05em;
    font-weight:500;
    color:#555;
}

.pagination ul.list li a:hover,
.pagination ul.list li a.on {
    color:#fff;
    background-color:#3055b3;
}

.board-view {
    font-family: "Pretendard", sans-serif;
}

.board-view .view-top {
    background-color:#f2f4f9;
    border-top:1px solid #003366;
    border-bottom:1px solid #d9d9d9;
    box-sizing: border-box;
    padding:3.5rem 4rem;
}

.board-view .view-top .post-tit {
    font-size:2.8rem;
    font-weight:700;
    letter-spacing: -0.03em;
    margin-bottom:1rem;
}

.board-view .view-top .post-info ul {
    display:flex;
    align-items: center;
}

.board-view .view-top .post-info ul li {
    position:relative;
    padding-right:3rem;
    margin-right:3rem;
}

.board-view .view-top .post-info ul li:last-child {
    padding-right:0;
    margin-right:0;
}

.board-view .view-top .post-info ul li::after {
    content:"";
    display:block;
    width:0.1rem;
    height:1.4rem;
    background-color:#d9d9d9;
    position:absolute;
    right:0.05rem;
    top:50%;
    transform: translateY(-50%);
}

.board-view .view-top .post-info ul li:last-child::after {
    display:none;
}

.board-view .view-top .post-info ul li dl {
    display:flex;
    font-size:2rem;
    letter-spacing: -0.05em;
    gap:1rem;
}

.board-view .view-top .post-info ul li dl dt {
    font-weight:700;
}

.board-view .view-top .post-info ul li dl dd {
    color:#555;
    font-weight:500;
}

.board-view .view-content {
    padding:4.5rem 4rem;
    font-size:1.6rem;
}

.board-view .attachment-files {
    border-top:1px solid #d9d9d9;
}

.board-view .attachment-files dl {
    display:flex;
}

.board-view .attachment-files dl dt {
    width:28rem;
    background-color:#f2f4f9;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:2rem;
    color:#222222;
    letter-spacing: -0.03em;
    font-weight:700;
}

.board-view .attachment-files dl dd {
    padding:3.5rem;
    width:calc(100% - 28rem);
    box-sizing: border-box;
}

.board-view .attachment-files dl dd ul li {
    margin-bottom:1.5rem;
    display:flex;
    align-items: center;
}

.board-view .attachment-files dl dd ul li:last-child {
    margin-bottom:0;
}

.board-view .attachment-files dl dd ul li a {
    color:#222;
    line-height:1;
    letter-spacing: -0.03em;
}

.board-view .attachment-files dl dd ul li::after {
    content:"";
    display:block;
    width:2rem;
    height:2.4rem;
    background-image:url(../../resources/images/attachment_file_ico.png);
    background-repeat:no-repeat;
    margin-left:0.8rem;
    background-size:100%;
}

.board-view .attachment-files dl dd ul li a span {
    font-size:2rem;
    border-bottom:1px solid #222;
}

.board-view .post-pn {
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
     box-sizing: border-box;
}

.board-view .post-pn ul {
    display:flex;
    width:100%;
}

.board-view .post-pn ul li {
    width:50%;
    border-right:1px solid #d9d9d9;
    box-sizing: border-box;
}

.board-view .post-pn ul li dl {
    display:flex;
}

.board-view .post-pn ul li.next {
    border-right:0;
}

.board-view .post-pn ul li.next dl {
    flex-direction: row-reverse;
}

.board-view .post-pn ul li dl dt {
    width:28rem;
    background-color:#f2f4f9;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:2rem;
    color:#222222;
    letter-spacing: -0.03em;
    font-weight:700;
}

.board-view .post-pn ul li.prev dl dt::before {
    content:"";
    display:block;
    width:0.8rem;
    height:1.4rem;
    background-image:url(../../resources/images/post_prev.png);
    background-repeat:no-repeat;
    background-size:100%;
    margin-right:1.5rem;
}

.board-view .post-pn ul li.next dl dt::after {
    content:"";
    display:block;
    width:0.8rem;
    height:1.4rem;
    background-image:url(../../resources/images/post_next.png);
    background-repeat:no-repeat;
    background-size:100%;
    margin-left:1.5rem;
}

.board-view .post-pn ul li dl dd {
    padding:3.5rem;
    width:calc(100% - 28rem);
    box-sizing: border-box;
}

.board-view .post-pn ul li dl dd a {
    display:block;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:2rem;
    color:#222;
    letter-spacing: -0.03em;
}

.board-view .post-pn ul li dl dd a:hover {
    font-weight:700;
}

.popup {
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    background-color:#fff;
    max-width:76.8rem;
    width:calc(100% - 3rem);
    box-shadow:0 0 1.2rem rgba(0,0,0,0.25);
    border-radius:1rem;
    overflow: hidden ;
    font-family: "Pretendard", sans-serif;
}

.popup .popup-top {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:2.5rem;
    background-color:#3055b3;
}

.popup .popup-top h3.tit {
    color:#fff;
    font-weight:700;
    font-size:2.2rem;
    line-height:1;
}

.popup .popup-top .close-popup {
    width:2.5rem;
    height:1.8rem;
    position:relative;
    font-size:0;
    text-indent:-9999999999em;
    padding:0;
}

.popup .popup-top .close-popup::before {
    content:"";
    display:block;
    width:100%;
    height:0.2rem;
    background-color:#ffffff;
    position:absolute;
    top:50%;
    border-radius:0.1rem;
    transform:translateY(-50%) rotate(-45deg);
}

.popup .popup-top .close-popup::after {
    content:"";
    display:block;
    width:100%;
    height:0.2rem;
    background-color:#ffffff;
    position:absolute;
    top:50%;
    border-radius:0.1rem;
    transform:translateY(-50%) rotate(45deg);
}

.popup .popup-content {
    padding:2.5rem
}

.popup .popup-btns {
    display:flex;
    align-items: center;
    justify-content: center;
    gap:0.8rem;
    margin-top:2.5rem
}

.popup .popup-btns a,
.popup .popup-btns button {
    display:flex;
    align-items: center;
    justify-content: center;
    width:14rem;
    height:5.2rem;
    font-size:2rem;
    font-weight:700;
    border-radius:0.6rem;
    color:#222;
    border:1px solid #222;
    box-sizing: border-box;
}

.popup .popup-btns .cancle {
    border: 1px solid #666;
    color: #666
}

.popup .popup-btns .submit {
    background-color:#3055b3;
    color: #666;
    border:none;
    color:#fff;
}


@media (max-width: 1600px) {
    html {
        font-size:60%;
    }

    .inner {
        padding:0 1.6rem;
    }

    header h1 a span {
        font-size:1.6rem;
    }

    header nav ul {
        gap:8rem;
    }

    header nav ul li a {
        font-size:2rem;
    }

    .board-view .attachment-files dl dt {
        width:20rem;
    }

    .board-view .attachment-files dl dd {
        width:calc(100% - 20rem);
        padding:2.5rem;
    }

    .board-view .post-pn ul li dl dt {
        width:20rem;
    }

    .board-view .post-pn ul li dl dd {
        width:calc(100% - 20rem);
        padding:2.5rem;
    }

}

@media (max-width: 1280px) {
    html {
        font-size:55%;
    }

    header #m-menu {
        display:block;
    }

    header #m-nav-head {
        display:flex;
    }

    header #m-menu-close {
        display:block;
    }

    header nav {
        position:fixed;
        background-color:#ffffff;
        right:-100%;
        top:0;
        z-index:99999;
        height:100vh;
        box-shadow:0 0 1.2rem rgba(0,0,0,0.2);
        width:100%;
        max-width:64rem;
    }

    header nav.open {
        right:0;
    }

    header nav ul {
        flex-wrap:wrap;
        gap:0;
        height:auto;
    }

    header nav ul li {
        width:100%;
        height:auto;
    }

    header nav ul li a {
        justify-content: flex-start;
        padding:0 1.6rem;
        height:6rem;
        border-bottom:1px solid #dddddd;
        box-sizing: border-box;
    }

    header nav ul li a::after {
        display:none;
    }

    header nav ul li.active a::after {
        display:none;
    }

    footer {
        padding:3rem 1.6rem;
    }

    footer address p {
        font-size:1.4rem;
    }

    .board-view .attachment-files dl dt {
        width:15rem;
    }

    .board-view .attachment-files dl dd {
        width:calc(100% - 15rem)
    }

    .board-view .post-pn ul li dl dt {
        width:15rem;
    }

    .board-view .post-pn ul li dl dd {
        width:calc(100% - 15rem)
    }
}

@media (max-width: 960px) {
    header {
        height:6.5rem
    }

    header h1 a .logo img {
        height:4rem;
    }

    header h1 a span {
        padding-left:0.8rem;
        margin-left:0.8rem;
        font-size:1.4rem;
    }

    header #m-nav-head {
        height:6.5rem
    }

    header nav { 
        max-width:32rem
    }

    header nav ul li a {
        font-size:1.6rem;
    }

}

@media (max-width: 768px) {
    html {
        font-size:50%;
    }

    .table-wrap table thead tr th {
        padding:1.5rem 0.8rem;
        font-size:1.8rem
    }

    .table-wrap table tbody tr td {
        padding:1.5rem 0.8rem;
        font-size:1.8rem
    }

    .table-wrap table.write-table colgroup {
        display:none;
    }

    .table-wrap table.write-table tbody tr {
        display:flex;
    }

    .table-wrap table.write-table tbody tr th {
        width:10rem;
        display:flex;
        align-items: center;
        justify-content: center;
        border-right:0;
        padding: 1.5rem 0.8rem;
        font-size:1.8rem;
    }

    .table-wrap table.write-table tbody tr td {
        width:calc(100% - 10rem);
        font-size: 1.8rem;
        padding:3rem 2rem;
        box-sizing: border-box;
        display:block;
    }

    .table-wrap.scroll {
        overflow: auto;
        width:100%;
    }

    .table-wrap.scroll table {
        width:768px;
    }

    .table-top .table-search {
        flex-wrap:wrap;
    }

    .table-top .table-search label {
        width:100%;
    }

    .table-top .table-search select {
        width:15rem;
        height:5rem;
    }

    .table-top .table-search input[type=text] {
        width:calc(100% - 27rem);
        height:5rem;
    }

    .table-top .table-search button {
        width:10rem;
        height:5rem;
    }

    .board-view .view-top {
        padding:2.5rem;
    }

    .board-view .view-top .post-info ul {
        flex-wrap:wrap;
        row-gap:0.5rem
    }

    .board-view .view-top .post-info ul li {
        padding-right:1.5rem;
        margin-right:1.5rem;
    }

    .board-view .post-pn ul {
        flex-wrap:wrap;
    }

    .board-view .post-pn ul li {
        width:100%;
        border-right:0;
    }

    .board-view .post-pn ul li.prev {
        border-bottom:1px solid #d9d9d9;
    }

    .board-view .post-pn ul li.prev dl dt::before {
        display:none;
    }

    .board-view .post-pn ul li.next dl {
        flex-direction: unset;
    }

    .board-view .post-pn ul li.next dl dt::after {
        display:none;
    }

}

@media (max-width: 480px) {
    html {
        font-size:45%;
    }
}

.tal { text-align: left !important; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }
.mt0 { margin-top:0rem !important }
.mt1 { margin-top:0.1rem !important }
.mt2 { margin-top:0.2rem !important }
.mt3 { margin-top:0.3rem !important }
.mt4 { margin-top:0.4rem !important }
.mt5 { margin-top:0.5rem !important }
.mt6 { margin-top:0.6rem !important }
.mt7 { margin-top:0.7rem !important }
.mt8 { margin-top:0.8rem !important }
.mt9 { margin-top:0.9rem !important }
.mt10 { margin-top:1rem !important }
.mt11 { margin-top:1.1rem !important }
.mt12 { margin-top:1.2rem !important }
.mt13 { margin-top:1.3rem !important }
.mt14 { margin-top:1.4rem !important }
.mt15 { margin-top:1.5rem !important }
.mt16 { margin-top:1.6rem !important }
.mt17 { margin-top:1.7rem !important }
.mt18 { margin-top:1.8rem !important }
.mt19 { margin-top:1.9rem !important }
.mt20 { margin-top:2rem !important }
.mt21 { margin-top:2.1rem !important }
.mt22 { margin-top:2.2rem !important }
.mt23 { margin-top:2.3rem !important }
.mt24 { margin-top:2.4rem !important }
.mt25 { margin-top:2.5rem !important }
.mt26 { margin-top:2.6rem !important }
.mt27 { margin-top:2.7rem !important }
.mt28 { margin-top:2.8rem !important }
.mt29 { margin-top:2.9rem !important }
.mt30 { margin-top:3rem !important }
.mt31 { margin-top:3.1rem !important }
.mt32 { margin-top:3.2rem !important }
.mt33 { margin-top:3.3rem !important }
.mt34 { margin-top:3.4rem !important }
.mt35 { margin-top:3.5rem !important }
.mt36 { margin-top:3.6rem !important }
.mt37 { margin-top:3.7rem !important }
.mt38 { margin-top:3.8rem !important }
.mt39 { margin-top:3.9rem !important }
.mt40 { margin-top:4rem !important }
.mt41 { margin-top:4.1rem !important }
.mt42 { margin-top:4.2rem !important }
.mt43 { margin-top:4.3rem !important }
.mt44 { margin-top:4.4rem !important }
.mt45 { margin-top:4.5rem !important }
.mt46 { margin-top:4.6rem !important }
.mt47 { margin-top:4.7rem !important }
.mt48 { margin-top:4.8rem !important }
.mt49 { margin-top:4.9rem !important }
.mt50 { margin-top:5rem !important }
.mt51 { margin-top:5.1rem !important }
.mt52 { margin-top:5.2rem !important }
.mt53 { margin-top:5.3rem !important }
.mt54 { margin-top:5.4rem !important }
.mt55 { margin-top:5.5rem !important }
.mt56 { margin-top:5.6rem !important }
.mt57 { margin-top:5.7rem !important }
.mt58 { margin-top:5.8rem !important }
.mt59 { margin-top:5.9rem !important }
.mt60 { margin-top:6rem !important }
.mt61 { margin-top:6.1rem !important }
.mt62 { margin-top:6.2rem !important }
.mt63 { margin-top:6.3rem !important }
.mt64 { margin-top:6.4rem !important }
.mt65 { margin-top:6.5rem !important }
.mt66 { margin-top:6.6rem !important }
.mt67 { margin-top:6.7rem !important }
.mt68 { margin-top:6.8rem !important }
.mt69 { margin-top:6.9rem !important }
.mt70 { margin-top:7rem !important }
.mt71 { margin-top:7.1rem !important }
.mt72 { margin-top:7.2rem !important }
.mt73 { margin-top:7.3rem !important }
.mt74 { margin-top:7.4rem !important }
.mt75 { margin-top:7.5rem !important }
.mt76 { margin-top:7.6rem !important }
.mt77 { margin-top:7.7rem !important }
.mt78 { margin-top:7.8rem !important }
.mt79 { margin-top:7.9rem !important }
.mt80 { margin-top:8rem !important }
.mt81 { margin-top:8.1rem !important }
.mt82 { margin-top:8.2rem !important }
.mt83 { margin-top:8.3rem !important }
.mt84 { margin-top:8.4rem !important }
.mt85 { margin-top:8.5rem !important }
.mt86 { margin-top:8.6rem !important }
.mt87 { margin-top:8.7rem !important }
.mt88 { margin-top:8.8rem !important }
.mt89 { margin-top:8.9rem !important }
.mt90 { margin-top:9rem !important }
.mt91 { margin-top:9.1rem !important }
.mt92 { margin-top:9.2rem !important }
.mt93 { margin-top:9.3rem !important }
.mt94 { margin-top:9.4rem !important }
.mt95 { margin-top:9.5rem !important }
.mt96 { margin-top:9.6rem !important }
.mt97 { margin-top:9.7rem !important }
.mt98 { margin-top:9.8rem !important }
.mt99 { margin-top:9.9rem !important }
.mt100 { margin-top:10rem !important }
.mb0 { margin-bottom:0rem !important }
.mb1 { margin-bottom:0.1rem !important }
.mb2 { margin-bottom:0.2rem !important }
.mb3 { margin-bottom:0.3rem !important }
.mb4 { margin-bottom:0.4rem !important }
.mb5 { margin-bottom:0.5rem !important }
.mb6 { margin-bottom:0.6rem !important }
.mb7 { margin-bottom:0.7rem !important }
.mb8 { margin-bottom:0.8rem !important }
.mb9 { margin-bottom:0.9rem !important }
.mb10 { margin-bottom:1rem !important }
.mb11 { margin-bottom:1.1rem !important }
.mb12 { margin-bottom:1.2rem !important }
.mb13 { margin-bottom:1.3rem !important }
.mb14 { margin-bottom:1.4rem !important }
.mb15 { margin-bottom:1.5rem !important }
.mb16 { margin-bottom:1.6rem !important }
.mb17 { margin-bottom:1.7rem !important }
.mb18 { margin-bottom:1.8rem !important }
.mb19 { margin-bottom:1.9rem !important }
.mb20 { margin-bottom:2rem !important }
.mb21 { margin-bottom:2.1rem !important }
.mb22 { margin-bottom:2.2rem !important }
.mb23 { margin-bottom:2.3rem !important }
.mb24 { margin-bottom:2.4rem !important }
.mb25 { margin-bottom:2.5rem !important }
.mb26 { margin-bottom:2.6rem !important }
.mb27 { margin-bottom:2.7rem !important }
.mb28 { margin-bottom:2.8rem !important }
.mb29 { margin-bottom:2.9rem !important }
.mb30 { margin-bottom:3rem !important }
.mb31 { margin-bottom:3.1rem !important }
.mb32 { margin-bottom:3.2rem !important }
.mb33 { margin-bottom:3.3rem !important }
.mb34 { margin-bottom:3.4rem !important }
.mb35 { margin-bottom:3.5rem !important }
.mb36 { margin-bottom:3.6rem !important }
.mb37 { margin-bottom:3.7rem !important }
.mb38 { margin-bottom:3.8rem !important }
.mb39 { margin-bottom:3.9rem !important }
.mb40 { margin-bottom:4rem !important }
.mb41 { margin-bottom:4.1rem !important }
.mb42 { margin-bottom:4.2rem !important }
.mb43 { margin-bottom:4.3rem !important }
.mb44 { margin-bottom:4.4rem !important }
.mb45 { margin-bottom:4.5rem !important }
.mb46 { margin-bottom:4.6rem !important }
.mb47 { margin-bottom:4.7rem !important }
.mb48 { margin-bottom:4.8rem !important }
.mb49 { margin-bottom:4.9rem !important }
.mb50 { margin-bottom:5rem !important }
.mb51 { margin-bottom:5.1rem !important }
.mb52 { margin-bottom:5.2rem !important }
.mb53 { margin-bottom:5.3rem !important }
.mb54 { margin-bottom:5.4rem !important }
.mb55 { margin-bottom:5.5rem !important }
.mb56 { margin-bottom:5.6rem !important }
.mb57 { margin-bottom:5.7rem !important }
.mb58 { margin-bottom:5.8rem !important }
.mb59 { margin-bottom:5.9rem !important }
.mb60 { margin-bottom:6rem !important }
.mb61 { margin-bottom:6.1rem !important }
.mb62 { margin-bottom:6.2rem !important }
.mb63 { margin-bottom:6.3rem !important }
.mb64 { margin-bottom:6.4rem !important }
.mb65 { margin-bottom:6.5rem !important }
.mb66 { margin-bottom:6.6rem !important }
.mb67 { margin-bottom:6.7rem !important }
.mb68 { margin-bottom:6.8rem !important }
.mb69 { margin-bottom:6.9rem !important }
.mb70 { margin-bottom:7rem !important }
.mb71 { margin-bottom:7.1rem !important }
.mb72 { margin-bottom:7.2rem !important }
.mb73 { margin-bottom:7.3rem !important }
.mb74 { margin-bottom:7.4rem !important }
.mb75 { margin-bottom:7.5rem !important }
.mb76 { margin-bottom:7.6rem !important }
.mb77 { margin-bottom:7.7rem !important }
.mb78 { margin-bottom:7.8rem !important }
.mb79 { margin-bottom:7.9rem !important }
.mb80 { margin-bottom:8rem !important }
.mb81 { margin-bottom:8.1rem !important }
.mb82 { margin-bottom:8.2rem !important }
.mb83 { margin-bottom:8.3rem !important }
.mb84 { margin-bottom:8.4rem !important }
.mb85 { margin-bottom:8.5rem !important }
.mb86 { margin-bottom:8.6rem !important }
.mb87 { margin-bottom:8.7rem !important }
.mb88 { margin-bottom:8.8rem !important }
.mb89 { margin-bottom:8.9rem !important }
.mb90 { margin-bottom:9rem !important }
.mb91 { margin-bottom:9.1rem !important }
.mb92 { margin-bottom:9.2rem !important }
.mb93 { margin-bottom:9.3rem !important }
.mb94 { margin-bottom:9.4rem !important }
.mb95 { margin-bottom:9.5rem !important }
.mb96 { margin-bottom:9.6rem !important }
.mb97 { margin-bottom:9.7rem !important }
.mb98 { margin-bottom:9.8rem !important }
.mb99 { margin-bottom:9.9rem !important }
.mb100 { margin-bottom:10rem !important }
.ml0 { margin-left:0rem !important }
.ml1 { margin-left:0.1rem !important }
.ml2 { margin-left:0.2rem !important }
.ml3 { margin-left:0.3rem !important }
.ml4 { margin-left:0.4rem !important }
.ml5 { margin-left:0.5rem !important }
.ml6 { margin-left:0.6rem !important }
.ml7 { margin-left:0.7rem !important }
.ml8 { margin-left:0.8rem !important }
.ml9 { margin-left:0.9rem !important }
.ml10 { margin-left:1rem !important }
.ml11 { margin-left:1.1rem !important }
.ml12 { margin-left:1.2rem !important }
.ml13 { margin-left:1.3rem !important }
.ml14 { margin-left:1.4rem !important }
.ml15 { margin-left:1.5rem !important }
.ml16 { margin-left:1.6rem !important }
.ml17 { margin-left:1.7rem !important }
.ml18 { margin-left:1.8rem !important }
.ml19 { margin-left:1.9rem !important }
.ml20 { margin-left:2rem !important }
.ml21 { margin-left:2.1rem !important }
.ml22 { margin-left:2.2rem !important }
.ml23 { margin-left:2.3rem !important }
.ml24 { margin-left:2.4rem !important }
.ml25 { margin-left:2.5rem !important }
.ml26 { margin-left:2.6rem !important }
.ml27 { margin-left:2.7rem !important }
.ml28 { margin-left:2.8rem !important }
.ml29 { margin-left:2.9rem !important }
.ml30 { margin-left:3rem !important }
.ml31 { margin-left:3.1rem !important }
.ml32 { margin-left:3.2rem !important }
.ml33 { margin-left:3.3rem !important }
.ml34 { margin-left:3.4rem !important }
.ml35 { margin-left:3.5rem !important }
.ml36 { margin-left:3.6rem !important }
.ml37 { margin-left:3.7rem !important }
.ml38 { margin-left:3.8rem !important }
.ml39 { margin-left:3.9rem !important }
.ml40 { margin-left:4rem !important }
.ml41 { margin-left:4.1rem !important }
.ml42 { margin-left:4.2rem !important }
.ml43 { margin-left:4.3rem !important }
.ml44 { margin-left:4.4rem !important }
.ml45 { margin-left:4.5rem !important }
.ml46 { margin-left:4.6rem !important }
.ml47 { margin-left:4.7rem !important }
.ml48 { margin-left:4.8rem !important }
.ml49 { margin-left:4.9rem !important }
.ml50 { margin-left:5rem !important }
.ml51 { margin-left:5.1rem !important }
.ml52 { margin-left:5.2rem !important }
.ml53 { margin-left:5.3rem !important }
.ml54 { margin-left:5.4rem !important }
.ml55 { margin-left:5.5rem !important }
.ml56 { margin-left:5.6rem !important }
.ml57 { margin-left:5.7rem !important }
.ml58 { margin-left:5.8rem !important }
.ml59 { margin-left:5.9rem !important }
.ml60 { margin-left:6rem !important }
.ml61 { margin-left:6.1rem !important }
.ml62 { margin-left:6.2rem !important }
.ml63 { margin-left:6.3rem !important }
.ml64 { margin-left:6.4rem !important }
.ml65 { margin-left:6.5rem !important }
.ml66 { margin-left:6.6rem !important }
.ml67 { margin-left:6.7rem !important }
.ml68 { margin-left:6.8rem !important }
.ml69 { margin-left:6.9rem !important }
.ml70 { margin-left:7rem !important }
.ml71 { margin-left:7.1rem !important }
.ml72 { margin-left:7.2rem !important }
.ml73 { margin-left:7.3rem !important }
.ml74 { margin-left:7.4rem !important }
.ml75 { margin-left:7.5rem !important }
.ml76 { margin-left:7.6rem !important }
.ml77 { margin-left:7.7rem !important }
.ml78 { margin-left:7.8rem !important }
.ml79 { margin-left:7.9rem !important }
.ml80 { margin-left:8rem !important }
.ml81 { margin-left:8.1rem !important }
.ml82 { margin-left:8.2rem !important }
.ml83 { margin-left:8.3rem !important }
.ml84 { margin-left:8.4rem !important }
.ml85 { margin-left:8.5rem !important }
.ml86 { margin-left:8.6rem !important }
.ml87 { margin-left:8.7rem !important }
.ml88 { margin-left:8.8rem !important }
.ml89 { margin-left:8.9rem !important }
.ml90 { margin-left:9rem !important }
.ml91 { margin-left:9.1rem !important }
.ml92 { margin-left:9.2rem !important }
.ml93 { margin-left:9.3rem !important }
.ml94 { margin-left:9.4rem !important }
.ml95 { margin-left:9.5rem !important }
.ml96 { margin-left:9.6rem !important }
.ml97 { margin-left:9.7rem !important }
.ml98 { margin-left:9.8rem !important }
.ml99 { margin-left:9.9rem !important }
.ml100 { margin-left:10rem !important }
.mr0 { margin-right:0rem !important }
.mr1 { margin-right:0.1rem !important }
.mr2 { margin-right:0.2rem !important }
.mr3 { margin-right:0.3rem !important }
.mr4 { margin-right:0.4rem !important }
.mr5 { margin-right:0.5rem !important }
.mr6 { margin-right:0.6rem !important }
.mr7 { margin-right:0.7rem !important }
.mr8 { margin-right:0.8rem !important }
.mr9 { margin-right:0.9rem !important }
.mr10 { margin-right:1rem !important }
.mr11 { margin-right:1.1rem !important }
.mr12 { margin-right:1.2rem !important }
.mr13 { margin-right:1.3rem !important }
.mr14 { margin-right:1.4rem !important }
.mr15 { margin-right:1.5rem !important }
.mr16 { margin-right:1.6rem !important }
.mr17 { margin-right:1.7rem !important }
.mr18 { margin-right:1.8rem !important }
.mr19 { margin-right:1.9rem !important }
.mr20 { margin-right:2rem !important }
.mr21 { margin-right:2.1rem !important }
.mr22 { margin-right:2.2rem !important }
.mr23 { margin-right:2.3rem !important }
.mr24 { margin-right:2.4rem !important }
.mr25 { margin-right:2.5rem !important }
.mr26 { margin-right:2.6rem !important }
.mr27 { margin-right:2.7rem !important }
.mr28 { margin-right:2.8rem !important }
.mr29 { margin-right:2.9rem !important }
.mr30 { margin-right:3rem !important }
.mr31 { margin-right:3.1rem !important }
.mr32 { margin-right:3.2rem !important }
.mr33 { margin-right:3.3rem !important }
.mr34 { margin-right:3.4rem !important }
.mr35 { margin-right:3.5rem !important }
.mr36 { margin-right:3.6rem !important }
.mr37 { margin-right:3.7rem !important }
.mr38 { margin-right:3.8rem !important }
.mr39 { margin-right:3.9rem !important }
.mr40 { margin-right:4rem !important }
.mr41 { margin-right:4.1rem !important }
.mr42 { margin-right:4.2rem !important }
.mr43 { margin-right:4.3rem !important }
.mr44 { margin-right:4.4rem !important }
.mr45 { margin-right:4.5rem !important }
.mr46 { margin-right:4.6rem !important }
.mr47 { margin-right:4.7rem !important }
.mr48 { margin-right:4.8rem !important }
.mr49 { margin-right:4.9rem !important }
.mr50 { margin-right:5rem !important }
.mr51 { margin-right:5.1rem !important }
.mr52 { margin-right:5.2rem !important }
.mr53 { margin-right:5.3rem !important }
.mr54 { margin-right:5.4rem !important }
.mr55 { margin-right:5.5rem !important }
.mr56 { margin-right:5.6rem !important }
.mr57 { margin-right:5.7rem !important }
.mr58 { margin-right:5.8rem !important }
.mr59 { margin-right:5.9rem !important }
.mr60 { margin-right:6rem !important }
.mr61 { margin-right:6.1rem !important }
.mr62 { margin-right:6.2rem !important }
.mr63 { margin-right:6.3rem !important }
.mr64 { margin-right:6.4rem !important }
.mr65 { margin-right:6.5rem !important }
.mr66 { margin-right:6.6rem !important }
.mr67 { margin-right:6.7rem !important }
.mr68 { margin-right:6.8rem !important }
.mr69 { margin-right:6.9rem !important }
.mr70 { margin-right:7rem !important }
.mr71 { margin-right:7.1rem !important }
.mr72 { margin-right:7.2rem !important }
.mr73 { margin-right:7.3rem !important }
.mr74 { margin-right:7.4rem !important }
.mr75 { margin-right:7.5rem !important }
.mr76 { margin-right:7.6rem !important }
.mr77 { margin-right:7.7rem !important }
.mr78 { margin-right:7.8rem !important }
.mr79 { margin-right:7.9rem !important }
.mr80 { margin-right:8rem !important }
.mr81 { margin-right:8.1rem !important }
.mr82 { margin-right:8.2rem !important }
.mr83 { margin-right:8.3rem !important }
.mr84 { margin-right:8.4rem !important }
.mr85 { margin-right:8.5rem !important }
.mr86 { margin-right:8.6rem !important }
.mr87 { margin-right:8.7rem !important }
.mr88 { margin-right:8.8rem !important }
.mr89 { margin-right:8.9rem !important }
.mr90 { margin-right:9rem !important }
.mr91 { margin-right:9.1rem !important }
.mr92 { margin-right:9.2rem !important }
.mr93 { margin-right:9.3rem !important }
.mr94 { margin-right:9.4rem !important }
.mr95 { margin-right:9.5rem !important }
.mr96 { margin-right:9.6rem !important }
.mr97 { margin-right:9.7rem !important }
.mr98 { margin-right:9.8rem !important }
.mr99 { margin-right:9.9rem !important }
.mr100 { margin-right:10rem !important }

.sr-only {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: .1rem;
    height: .1rem;
    clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
    opacity: 0;
    overflow: hidden;
}