* {
    box-sizing: border-box;
    font-size: 1.1875rem;
    font-family: 'Georgia', '微軟正黑體';
}
*, *:focus {
    outline: 0;
}
html {
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
dl, dt, dd ,ul, li {
    margin: 0px;
    padding: 0px;
}
ul, ol {
    list-style-type: none;
}
a {
    color: black;
    text-decoration: none;
}



/* ---------- custom style ---------- */
header, main {
    margin: auto;
    padding: 0px 20px;
    max-width: 1280px;
}
header, main,
header > .titleContent,
 header > .breadcrumb {
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    header, main {
        padding: 0px;
        max-width: 95%;
    }
    header, main,
    header > .titleContent,
    header > .breadcrumb {
        margin-top: 10px;
    }
}
header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header > .logoContent {
}
header > .titleContent {
    align-self: end;
}
header > .breadcrumb {
}
@media screen and (max-width: 768px) {
    header {
        justify-content: center;
        flex-direction: column;
    }
    header > .logoContent {
        text-align: center;
    }
    header > .titleContent {
        align-self: unset;
        text-align: center;
    }
    header > .breadcrumb {
    }
}

header > * {
}
header > .logoContent {
}
header > .logoContent > *:not(:first-child) {
    margin-top: 10px;
}
header > .logoContent > .logo {
}
header > .logoContent > .logo > a > img {
    max-width: 200px;
}
header > .logoContent > .title {
}
header > .logoContent > .title > a > img {
    width:100%;
    max-width: 450px;
}
header > .logoContent > .title > a > h1 {
    margin: 0px;
    font-size: min(13vw, 3em);
    line-height: 1.1em;
    color: #462b17;
}
header > .logoContent > .logo > a > img,
header > .logoContent > .title > a > img {
    padding: 5px;
}
header > .titleContent {
}
header > .titleContent * {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #ada898;
}
header > .titleContent > * {
}
header > .titleContent > .titleAlert i {
    color: #ffc93c;
    margin-right: 4px;
    font-size: 1rem;
}

header > .breadcrumb * {
    font-weight: bold;
    color: #ada898;
}
header > .breadcrumb a:hover {
    color: #FFAE4D;
}
header > .breadcrumb {
    flex: 0 0 100%;
    line-height: 1.5;
}
header > .breadcrumb > *:not(:last-child) {
    padding-right: 15px;
}
/*adl_material_unit breadcrumb > publisherList*/
header > .breadcrumb > .publisherList,
header > .breadcrumb > .publisherList > li {
    display: inline;
}
header > .breadcrumb > .publisherList > li:not(:last-child) {
    padding-right: 15px;
}
header > .breadcrumb > .publisherList > li > a {
    margin: 0;
    padding: 0;
}

.noteWordYellow {
    color: #5e5e5e !important;
    background-image: linear-gradient(to top, #ffdc3f 50%, rgba(0, 0, 0, 0) 50.1%) !important;
    font-weight: bold !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*adl_material, adl_material_tl_assessment*/
.block1 {
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #AAA;
}
.block1 > h2 {
    font-size: 2em;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
}

/*column, row shared*/
.column > dl,
.row > dl {
}
.column > dl > dt,
.row > dl > dt {
    font-size: 1.2em;
    padding: 10px;
    font-weight: bold;
    color: #848484;
}
.column > dl > dd,
.row > dl > dd {
    padding: 0.5em;
}
.column > dl > dd > a,
.row > dl > dd > a {
    display: inline-block;
    font-size: 1.1em;
    /*margin:0px;*/
    padding:10px;
    font-weight: bold;
}

/*column*/
.column {
    display: flex;
    flex-wrap: wrap;
}
.column > dl {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 10px 15px;
}
.column > dl > dt {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
}
.column > dl > dd {
    display: flex;
    flex-wrap: wrap;
}

/*row*/
.row {
}
.row > dl {
    display: flex;
    padding: 0.5em 0px;
}
.row > dl > dt {
    border-style: solid;
    border-width: 0px 5px 0px 0px;
    flex: 0 0 15%;
    width: fit-content;
    text-align: right;
}
.row > dl > dd {
    flex: 0 0 85%;
}


/*科目固定列數*/
.subjectfixedcolumn > dl > dd {
    display: flex;
    flex-wrap: wrap;
}
.subjectfixedcolumn > dl > dd > * {
    flex: 0 0 calc(100% / 5);
}
@media screen and (max-width :769px) {
    .subjectfixedcolumn > dl > dd > * {
        flex: 0 0 calc(100% / 3);
    }
}
@media screen and (max-width :415px) {
    .subjectfixedcolumn > dl > dd > * {
        flex: unset;
    }
}

/*參考教材專區*/
.otherpublisher {
    width: 100%;
}
.otherpublisher > section {
    flex: 0 0 100%;
}
.otherpublisher > section.half {
    flex: 0 0 calc(50% - 5px);
}
.otherpublisher > section.ratio_seventhree {
    flex: 0 0 calc(70% - 15px);
}
.otherpublisher > section.ratio_seventhree + .ratio_seventhree {
    flex: 0 0 30%;
}
.otherpublisher > section.oneforty {
    flex: 0 0 calc(25% - 10px);
}
.otherpublisher > section.onefifth {
    flex: 0 0 calc(20% - 10px);
}
.otherpublisher > section > h2 {
    font-size: 1.5em;
}
.otherpublisher > section > ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding-bottom: 10px;
}
.otherpublisher > section > ul > li {
    flex: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    margin: 5px;
    padding: 0px;
}
.otherpublisher > section > ul > li > a {
    display: block;
    font-weight: bold;
    margin: 0px;
    padding: 10px 1em;
    text-align: center;
}
.otherpublisher > section.twocolumn > ul > li {
    flex: 0 0 calc(50% - 10px);
}
.otherpublisher > section.autofill > ul > li {
    flex: auto;
}
.otherpublisher > section > div.nodata {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .otherpublisher > section.oneforty,
    .otherpublisher > section.onefifth {
        flex: 0 0 calc(50% - 5px);
    }
}
@media screen and (max-width :415px) {
    .otherpublisher > section.ratio_seventhree,
    .otherpublisher > section.ratio_seventhree + .ratio_seventhree,
    .otherpublisher > section.half,
    .otherpublisher > section.oneforty,
    .otherpublisher > section.onefifth {
        flex: 0 0 100%;
    }
}


/*顏色*/
.red h2,
.red a:hover,
.red dt.showLess:after {
    color: #eb6363;
}
.red dl > * {
    border-color:#f6c1c3;
}
.orange h2,
.orange a:hover,
.orange dt.showLess:after {
    color: #f29438;
}
.orange dl > * {
    border-color:#f6d65e;
}
.blue h2,
.blue a:hover,
.blue dt.showLess:after {
    color: #0a6291;
}
.blue dl > * {
    border-color:#99d1c1;
}
.purple h2,
.purple a:hover,
.purple dt.showLess:after {
    color: #8a3e84;
}
.purple dl > * {
    border-color:#a470a0;
}
.purple dt.rectangle {
    border: none;
}
.purple dt.rectangle > div {
    border-radius: 10px;
    background-color: #a470a0;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    text-align: center;
    height: 100%;
    padding: 1em 0.5em;
}
.purple dt.rectangle + dd {
    padding: 0px;
}


/*其他提供者*/
.otherpublisher > section > ul > li > a {
    color: black;
}
.otherpublisher > section > ul > li:hover > a {
    color: white;
}

.otherpublisher > section.skyblue > h2 {
    color: #447eaa;
}
.otherpublisher > section.skyblue > ul > li {
    background-color: #8ecae2;
}
.otherpublisher > section.skyblue > ul > li:hover {
    background-color: #447eaa;
}

.otherpublisher > section.green > h2 {
    color: #335d2d;
}
.otherpublisher > section.green > ul > li {
    background-color: #d2e69c;
}
.otherpublisher > section.green > ul > li:hover {
    background-color: #335d2d;
}

.otherpublisher > section.darkgreen > h2 {
    color: #4a7f42;
}
.otherpublisher > section.darkgreen > ul > li {
    background-color: #73a96b;
}
.otherpublisher > section.darkgreen > ul > li:hover {
    background-color: #4a7f42;
}

.otherpublisher > section.lightgreen > h2 {
    color: #56af31;
}
.otherpublisher > section.lightgreen > ul > li {
    background-color: #56af31;
}
.otherpublisher > section.lightgreen > ul > li:hover {
    background-color: #56af31;
}

.otherpublisher > section.darkred > h2 {
    color: #800;
}
.otherpublisher > section.darkred > ul > li {
    background-color: #ed7373;
}
.otherpublisher > section.darkred > ul > li:hover {
    background-color: #800;
}

.otherpublisher > section.yellowbluegreen > h2 {
    color: #f4cc30;
}
.otherpublisher > section.yellowbluegreen > ul > li {
    background-color: #f4cc30;
}
.otherpublisher > section.yellowbluegreen > ul > li:hover {
    background-color: #35d1d1;
}

.otherpublisher > section.lightblue > h2 {
    color: #4c6698;
}
.otherpublisher > section.lightblue > ul > li {
    background-color: #7388b1;
}
.otherpublisher > section.lightblue > ul > li:hover {
    background-color: #4c6698;
}

.otherpublisher > section.lightbrown > h2 {
    color: #9b907f;
}
.otherpublisher > section.lightbrown > ul > li {
    background-color: #e4d5be;
}
.otherpublisher > section.lightbrown > ul > li:hover {
    background-color: #9b907f;
}


/*RWD*/
@media screen and (max-width :415px) {
    .none {
        display: none !important;
    }
    h2 + .column > dl:first-child,
    h2 + .row > dl:first-child {
        padding-top: 0px;
    }
    .column > dl > dt,
    .row > dl > dt {
        position: relative;
    }
    .column > dl > dt.showMore:after,
    .row > dl > dt.showMore:after,
    .column > dl > dt.showLess:after,
    .row > dl > dt.showLess:after {
        position: absolute;
        right: 5px;
        font-family: 'Font Awesome 5 Free';
    }
    .column > dl > dt.showMore:after,
    .row > dl > dt.showMore:after {
        content : '\f0d7';
    }
    .column > dl > dt.showLess:after,
    .row > dl > dt.showLess:after {
        content : '\f0d8';
    }

    .column > dl {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }
    .row > dl {
        flex: 0 0 100%;
        padding: 1em;
        display: unset;
    }
    .row > dl > dt {
        border-width: 0px 0px 5px 0px;
        text-align: unset;
        width: unset;
    }
}


/*師資類科學科知能教材*/
.tl_assessment > .column > dl > dt,
.tl_assessment > .row > dl > dt,
.tl_assessment > .column > dl > dd,
.tl_assessment > .row > dl > dd {
    font-size: 1.5em;
    padding: 1em 0.5em;
}
.tl_assessment > .column > dl > dd > a,
.tl_assessment > .row > dl > dd > a {
    padding: 0px 10px;
}
@media screen and (max-width: 768px) {
    .tl_assessment > .column > dl > dt,
    .tl_assessment > .row > dl > dt,
    .tl_assessment > .column > dl > dd,
    .tl_assessment > .row > dl > dd {
        font-size: 1.5em;
        padding: 0.5em;
    }
}
