:root {
  --cMain: #3a4d4b;
  --cSub: #1f827a;
  --cBannerText: #e7ffd1;
  --cLight: #91B55E;
  --cBorder: #D6D6D6;
  --cMainLighten: #6d948e;
  --cSubDarken: #1f756d;
}

* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1px;
}

a {
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none !important;
}

.downloadMain {
  position: relative;
}
.downloadMain .contentContainer {
  padding: 3rem;
}
@media only screen and (max-width: 1024px) {
  .downloadMain .contentContainer {
    padding: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .downloadMain .contentContainer {
    padding: 2rem 1rem;
  }
}
.downloadMain .contentContainer .downloadList {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 50vh;
}
.downloadMain .contentContainer .downloadTable {
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 576px) {
  .downloadMain .contentContainer .downloadTable {
    border-radius: 0.3rem;
  }
}
.downloadMain .contentContainer .downloadTable .tableHeader {
  background: var(--cMain);
  color: #fff;
  padding: 1.5rem 3rem;
}
@media only screen and (max-width: 865px) {
  .downloadMain .contentContainer .downloadTable .tableHeader {
    padding: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .downloadMain .contentContainer .downloadTable .tableHeader {
    display: none !important;
  }
}
.downloadMain .contentContainer .downloadTable .tableHeader, .downloadMain .contentContainer .downloadTable .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
}
@media only screen and (max-width: 865px) {
  .downloadMain .contentContainer .downloadTable .tableHeader, .downloadMain .contentContainer .downloadTable .items {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .downloadMain .contentContainer .downloadTable .tableHeader, .downloadMain .contentContainer .downloadTable .items {
    padding: 1.5rem;
  }
}
.downloadMain .contentContainer .downloadTable .tableHeader .dataName, .downloadMain .contentContainer .downloadTable .items .dataName {
  width: 50%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 576px) {
  .downloadMain .contentContainer .downloadTable .tableHeader .dataName, .downloadMain .contentContainer .downloadTable .items .dataName {
    width: 100%;
    order: 1;
    margin-top: 0.3rem;
  }
}
.downloadMain .contentContainer .downloadTable .tableHeader .dataDate, .downloadMain .contentContainer .downloadTable .items .dataDate {
  width: 40%;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .downloadMain .contentContainer .downloadTable .tableHeader .dataDate, .downloadMain .contentContainer .downloadTable .items .dataDate {
    text-align: left;
    opacity: 0.85;
  }
}
.downloadMain .contentContainer .downloadTable .tableHeader .dateIcon, .downloadMain .contentContainer .downloadTable .items .dateIcon {
  width: 10%;
  text-align: center;
}
.downloadMain .contentContainer .downloadTable .items {
  padding: 1.2rem 3rem;
  color: var(--cMain);
  border-bottom: 1px solid var(--cBorder);
  transition: 0.3s all;
}
@media only screen and (max-width: 865px) {
  .downloadMain .contentContainer .downloadTable .items {
    padding: 1rem;
  }
}
.downloadMain .contentContainer .downloadTable .items:hover {
  background: #ececec;
}
.downloadMain .contentContainer .downloadTable .items .dateIcon {
  font-size: 24px;
}
@media only screen and (max-width: 865px) {
  .downloadMain .contentContainer .downloadTable .items .dateIcon {
    font-size: 20px;
  }
}/*# sourceMappingURL=download.css.map */

.downloadMain .navbarContainer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 400px) {
    .downloadMain .navbarContainer {
        padding: 1rem 2rem;
    }
}

.downloadMain .navbarContainer .pageTitle {
    font-size: 24px;
    color: var(--cSub);
    font-weight: bold;
    margin: 0;
}

@media only screen and (max-width: 865px) {
    .downloadMain .navbarContainer .pageTitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .downloadMain .navbarContainer .pageTitle {
        font-size: 18px;
    }
}

.downloadMain .navbarContainer .goBtn {
    font-size: 14px;
    font-weight: bold;
    padding: 1rem 1.6rem;
    background: var(--cSub);
    border-radius: 8px;
    color: #fff;
    transition: 0.3s all;
}

    .downloadMain .navbarContainer .goBtn:hover {
        background: var(--cSubDarken);
    }

    .downloadMain .navbarContainer .goBtn .icon {
        margin-right: 0.3rem;
    }

.downloadMain .contentContainer {
    padding: 4rem 3rem;
}

@media only screen and (max-width: 1024px) {
    .downloadMain .contentContainer {
        padding: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer {
        padding: 2rem 1rem;
    }
}

.downloadMain .contentContainer .tabContainer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

    .downloadMain .contentContainer .tabContainer .nav .menuTab {
        color: #fff;
        background: #849694;
        font-weight: bold;
        font-size: 17px;
        border-bottom: 0;
        margin: 0;
        padding: 1.2rem 3rem;
        border-radius: 1rem 1rem 0 0;
        transition: 0.3s all;
    }

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .nav .menuTab {
        padding: 1rem 1.5rem;
        font-size: 14px;
    }
}

.downloadMain .contentContainer .tabContainer .nav .menuTab:hover {
    background: #5c6867;
}

.downloadMain .contentContainer .tabContainer .nav .active .menuTab {
    background: #fff;
    color: var(--cMain);
    box-shadow: rgba(0, 0, 0, 0.05) 0px -2px 3px;
}

.downloadMain .contentContainer .tabContainer .tabContent {
    background: #fff;
    margin-top: -1px;
    border: 1px solid #ddd;
    border-radius: 0 1rem 1rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
}

    .downloadMain .contentContainer .tabContainer .tabContent .featureTab {
        display: flex;
        flex-direction: column;
    }

        .downloadMain .contentContainer .tabContainer .tabContent .featureTab .addModalBtn {
            align-self: flex-end;
            margin: 1.5rem;
            background: #239B57;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            border: none;
            transition: 0.3s all;
        }

            .downloadMain .contentContainer .tabContainer .tabContent .featureTab .addModalBtn:hover {
                background: #1d7644;
            }

        .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table {
            min-height: 50vh;
        }

            .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader {
                background: var(--cMain);
                color: #fff;
                padding: 2rem 3rem;
            }

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader {
        display: none !important;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .tableTitle {
    margin: 0;
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
        font-size: 14px;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataTitle, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataTitle {
    width: 40%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataTitle, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataTitle {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataTitle, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataTitle {
        order: 3;
        margin-top: 0.7rem !important;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataDate, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataDate {
    width: 20%;
    text-align: center;
}

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataDate, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataDate {
        width: auto;
        opacity: 0.7;
    }
}

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataDate, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataDate {
        order: 1;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataType, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataType {
    width: 20%;
    text-align: center;
}

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataType, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataType {
        width: auto;
        background: var(--cSub);
        padding: 0.7rem 1rem;
        border-radius: 5rem;
        margin-left: 0.5rem !important;
        color: var(--cBannerText);
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataType, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataType {
        order: 2;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting {
    width: 20%;
    text-align: center;
}

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 170px);
    }
}

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting {
        width: 100%;
        margin-top: 0.5rem !important;
        order: 4;
    }
}

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting.textBookSetting, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting.textBookSetting {
        width: calc(100% - 95px);
    }
}

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting.textBookSetting, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting.textBookSetting {
        width: 100%;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn {
    color: #fff;
    font-weight: bold;
    padding: 9px 10px;
    border-radius: 8px;
    transition: 0.3s all;
}

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn {
        padding: 5px 10px;
        margin: 0 0.3rem;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn .icon, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn .icon, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn .icon, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn .icon {
    font-size: 12px;
    margin-right: 0.3rem;
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn {
    background: #935D23;
}

    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .editModalBtn:hover, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .editModalBtn:hover {
        background: #69431a;
    }

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn {
    background: #E81C1C;
}

    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .tableHeader .dataSetting .deleteBtn:hover, .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .dataSetting .deleteBtn:hover {
        background: #a61414;
    }

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
    padding: 1.2rem 3rem;
    color: var(--cMain);
    border-top: 1px solid var(--cBorder);
    transition: 0.3s all;
    position: relative;
}

    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items:last-child {
        border-bottom: 1px solid var(--cBorder);
    }

@media only screen and (max-width: 865px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items {
        padding: 1.2rem 1.5rem;
    }
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items:nth-child(odd) {
    background: #ececec;
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .table .items .item {
    margin: 0;
}

.downloadMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination {
    box-shadow: none;
    margin-bottom: 2rem;
}

    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination p {
        margin: 0;
    }

    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination .pageLink {
        padding: 0.35rem 0.85rem;
        margin: 0 1rem;
    }

@media only screen and (max-width: 576px) {
    .downloadMain .contentContainer .tabContainer .tabContent .featureTab .tabelPagination .pageLink {
        margin: 0 0.5rem;
    }
}