header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
header .nav {
  display: flex;
  gap: 5px;
}
@media all and (min-width: 750px) {
  header .nav {
    gap: 20px;
  }
}

header .nav .ds_box_svg {
  display: block;
  line-height: 0;
  width: 40px;
  height: 40px;
}

footer {
  height: 70px;
  display: flex;
  align-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
}

nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav_bc {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  width: 100%;
  gap: 20px;
}




.cn_co {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.cn_co > * {
  display: flex;
  height: 300px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0 rgba(19, 53, 63, 0.11);
}
.cn_co > *.nocolor_white_bg {
  box-shadow: 0px 0px 0 rgba(19, 53, 63, 0.11);
  transition: box-shadow 0.3s ease-in-out;
}
.cn_co > *.blue_flat_1_bg {
  box-shadow: box-shadow: 0px 0px 0 rgba(8, 195, 220, 0.68);
  transition: box-shadow 0.3s ease-in-out;
}

.cn_co > *.nocolor_white_bg:hover {
  box-shadow: 0px 0px 20px rgba(19, 53, 63, 0.11);
}
.cn_co > *.blue_flat_1_bg:hover {
  box-shadow: 0px 0px 20px rgba(8, 195, 220, 0.68);
}

@media all and (min-width: 750px) {
  .cn_co > * {
      width: calc(50% - 10px);
  }
}


.cn_co div .top, .cn_co div .bottom, .cn_co span .top, .cn_co span .bottom, .cn_co a .top, .cn_co a .bottom {
  display: flex;
  height: 40px;
  width: 100%;
  justify-content: space-between;

}
.cn_co div .top, .cn_co span .top, .cn_co a .top {
  align-items: flex-start;
}
.cn_co div .bottom, .cn_co span .bottom, .cn_co a .bottom  {
  align-items: flex-end;
}
.cn_co .top .ds_box_svg {
  width: 30px;
  height: 30px;
  opacity: .0;
}
.cn_co > *:hover .ds_box_svg {
  opacity: 1;
  cursor: pointer;
}

.ds_box_svg.copy_btn {
  border-radius: 5px;
  padding: 5px;
}

.cn_co > pre {
  height: auto;
  text-align: left;
  align-items: flex-start;
  font-family: 'hauss';
  overflow: hidden;
}

.cn_co .wi_100 {
  width: 100%;
}

.table_color {

}
.table_color .group {
  display: flex;
  gap: 40px;
  flex-direction: column;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(19, 53, 63, 0.17);
}
.table_color .group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.ds_class {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media all and (min-width: 750px) {
  .ds_class {
    flex-direction: row;
  }
}

.ds_class_left, .ds_class_right {
  width: 100%;
}

@media all and (min-width: 750px) {
  .ds_class_left, .ds_class_right {
    width: calc(50% - 10px);
  }
}


.ds_class_left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media all and (min-width: 750px) {
  .ds_class_left {
    gap: 20px;
  }
}

.cn_color {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cn_color .cn_svg {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (min-width: 750px) {
  .cn_color .cn_svg {
    gap: 20px;
  }
}

.cn_color .ds_box_svg {
  display: block;
  width: 80px;
  height: 80px;
}
.cn_color .cn_txt {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 58%;
}
.cn_background {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (min-width: 750px) {
  .cn_background {
    gap: 20px;
  }
}

.cn_background .quad {
  display: block;
  max-width: 300px;
  width: 100%;
  height: 140px;
}
