body {
  background: url(../../shared/images/bg_texture.jpg) center top repeat;
  background-size: 100%;
}

#pageDownload .sectionTitle {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #pageDownload .sectionTitle {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 0 0 24px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #pageDownload .sectionTitle {
    font-size: 35px;
    padding: 0 0 32px 0;
  }
}
.secTop {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .secTop {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secTop {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 0 0 80px 0;
  }
}
.secCatalog {
  background: #FFDB9E;
}
.secCatalog .secCatalogIn .catalogList .catalogItem .title {
  font-weight: bold;
  text-align: center;
}
.secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F68300;
  border: solid 1px #000000;
}
.secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .head {
  background: #000000;
  line-height: 110%;
  color: #ffffff;
  font-weight: bold;
}
.secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .text {
  font-weight: bold;
  color: #000000;
}
.secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .arrow {
  background: url(../../shared/images/arrow_circle_black.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}

@media only screen and (max-width: 767px) {
  .secCatalog {
    padding: 48px 0;
  }
  .secCatalog .secCatalogIn .catalogList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 24px;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem {
    width: 48%;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .title {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 8px 0;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload {
    padding: 8px 6px 8px 6px;
    -moz-column-gap: 4px;
         column-gap: 4px;
    display: grid;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .head {
    font-size: 12px;
    padding: 2px 2px;
    grid-column: 1/2;
    grid-row: 1/2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .text {
    font-size: clamp(14px, 3.85vw, 15px);
    flex-grow: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .arrow {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCatalog {
    padding: 64px 0;
  }
  .secCatalog .secCatalogIn .catalogList {
    display: flex;
    justify-content: space-between;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem {
    width: min(19.2%, 240px);
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .title {
    font-size: clamp(14px, 1.67vw, 24px);
    padding: 18px 0;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload {
    padding: 13px 4% 13px 5.8%;
    -moz-column-gap: min(1.8%, 4px);
         column-gap: min(1.8%, 4px);
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .head {
    font-size: clamp(10px, 1.11vw, 16px);
    padding: 2px 2px;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .text {
    font-size: clamp(12px, 1.25vw, 18px);
    flex-grow: 1;
  }
  .secCatalog .secCatalogIn .catalogList .catalogItem .btnDownload .arrow {
    width: min(15%, 30px);
  }
}
.secTech {
  background: #ffffff;
}
.secTech .secTechIn .tableWrap .techTable .tableHead td {
  font-weight: bold;
}
.secTech .secTechIn .tableWrap .techTable tr .tdName {
  font-weight: bold;
}
.secTech .secTechIn .tableWrap .techTable tr .tdType {
  font-weight: bold;
}
.secTech .secTechIn .tableWrap .techTable tr .tdType .orange {
  color: #F68300;
}
.secTech .secTechIn .tableWrap .techTable tr .tdType .yellow {
  color: #F0B000;
}
.secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F0B000;
  border: solid 1px #000000;
  text-align: left;
}
.secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .head {
  background: #ffffff;
  color: #F0B000;
  font-weight: bold;
  line-height: 110%;
}
.secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .text {
  color: #ffffff;
  font-weight: bold;
  flex-grow: 1;
}
.secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .arrow {
  background: url(../../shared/images/arrow_circle_black.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secTech .secTechIn .note {
  line-height: 1.8;
}
.secTech .secTechIn .catalogBtn {
  background: #345AA5;
  display: flex;
  align-items: center;
}
.secTech .secTechIn .catalogBtn .text {
  color: #ffffff;
  font-weight: 600;
}
.secTech .secTechIn .supportArea {
  border-top: solid 1px #FFB345;
}
.secTech .secTechIn .supportArea .supportTitle {
  font-weight: bold;
}
.secTech .secTechIn .supportArea .supportText {
  line-height: 1.6;
}
.secTech .secTechIn .supportArea .supportText * {
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .secTech {
    padding: 48px 0;
  }
  .secTech .secTechIn .tableWrap .techTable {
    width: 100%;
  }
  .secTech .secTechIn .tableWrap .techTable td {
    display: block;
    border-bottom: dotted 1px #F0B000;
    padding: 8px 12px;
    text-align: right;
    position: relative;
  }
  .secTech .secTechIn .tableWrap .techTable td::before {
    content: attr(data-label);
    position: absolute;
    left: 8px;
    top: 8px;
    font-weight: 600;
  }
  .secTech .secTechIn .tableWrap .techTable .tableHead {
    display: none;
  }
  .secTech .secTechIn .tableWrap .techTable tr {
    border: solid 1px #F0B000;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdName {
    font-size: clamp(14px, 5.13vw, 20px);
    background: #FFF2DB;
    text-align: center;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdType {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdContent {
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload {
    width: min(80%, 200px);
    margin: 0 auto;
    padding: 4px 6px 4px 6px;
    -moz-column-gap: 4px;
         column-gap: 4px;
    display: grid;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .head {
    font-size: 12px;
    padding: 2px 2px;
    grid-column: 1/2;
    grid-row: 1/2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .text {
    font-size: clamp(14px, 3.85vw, 15px);
    flex-grow: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .arrow {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 20px;
  }
  .secTech .secTechIn .note {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 32px 0 18px 0;
    line-height: 1.4;
  }
  .secTech .secTechIn .catalogBtn {
    width: 100%;
    padding: 8px 0 8px 22px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin: 0 0 32px 0;
  }
  .secTech .secTechIn .catalogBtn .text {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secTech .secTechIn .supportArea {
    padding: 24px 0 0 0;
  }
  .secTech .secTechIn .supportArea .supportTitle {
    font-size: clamp(14px, 4.36vw, 17px);
    padding: 0 0 8px 0;
  }
  .secTech .secTechIn .supportArea .supportText {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTech {
    padding: 80px 0;
  }
  .secTech .secTechIn .tableWrap .techTable {
    width: 100%;
  }
  .secTech .secTechIn .tableWrap .techTable td {
    border: solid 1px #F0B000;
    text-align: center;
    padding: 12px 0;
  }
  .secTech .secTechIn .tableWrap .techTable .tableHead td {
    background: #FFDB9E;
    font-size: clamp(14px, 1.53vw, 22px);
  }
  .secTech .secTechIn .tableWrap .techTable .tableHead .headName {
    width: 29%;
  }
  .secTech .secTechIn .tableWrap .techTable .tableHead .headType {
    width: 26%;
  }
  .secTech .secTechIn .tableWrap .techTable .tableHead .headContent {
    width: 26%;
  }
  .secTech .secTechIn .tableWrap .techTable .tableHead .headDownload {
    width: 19%;
    min-width: 180px;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdName {
    font-size: clamp(14px, 1.53vw, 22px);
    background: #FFF2DB;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdType {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdContent {
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload {
    width: min(94%, 240px);
    margin: 0 auto;
    padding: 13px min(2%, 10px) 13px min(4%, 14px);
    -moz-column-gap: min(1.5%, 4px);
         column-gap: min(1.5%, 4px);
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .head {
    font-size: clamp(10px, 1.11vw, 16px);
    padding: 1px 2px;
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .text {
    font-size: clamp(12px, 1.25vw, 18px);
  }
  .secTech .secTechIn .tableWrap .techTable tr .tdDownload .btnDownload .arrow {
    width: min(15%, 30px);
  }
  .secTech .secTechIn .note {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 32px 0 18px 0;
  }
  .secTech .secTechIn .catalogBtn {
    width: min(100%, 320px);
    padding: 8px 0 8px 22px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin: 0 0 32px 0;
  }
  .secTech .secTechIn .catalogBtn .text {
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .secTech .secTechIn .supportArea {
    padding: 24px 0 0 0;
  }
  .secTech .secTechIn .supportArea .supportTitle {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 0 0 8px 0;
  }
  .secTech .secTechIn .supportArea .supportText {
    font-size: clamp(14px, 1.11vw, 16px);
  }
}/*# sourceMappingURL=style.css.map */