/* BASIC css start */
:root {
  --scale-value: 1;
}

.dust-section {
  /* ========================================== keyvisual-panel */
  /* ========================================== products_item-panel */
  /* ========================================== card_changeup */
  /* ========================================== Card Overlap ¡è¡è¡è */
}
.dust-section.section1 .section-wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(https://epsonkorea.img4.kr/ecoprinting/resources/images/dust/keyvisual_ver2_1920x873.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.dust-section.section1 .section-wrap .section-inner.guide-inner {
  justify-content: flex-start;
}

.dust-section .keyvisual-panelKey .p-head {
  width: fit-content;
  margin: 55px auto;
  display: none;
}

.dust-section .keyvisual-panelKey .p-head .title {
  margin-top: 0;
  text-align: center;
  transform: scale(.47);
}

.dust-section .keyvisual-panelKey .p-head .desc {
  font-size: 22px;
  text-align: center;
  margin-top: 0px;
}

.dust-section.section3 .section-wrap > .section-inner.guide-inner {
  justify-content: flex-start;
}

.dust-section.section5 {
  display: none;
}

@media all and (max-width: 1024px) {
  .dust-section .keyvisual-panelKey .p-head {
    margin: 80px auto;
  }

  .dust-section .keyvisual-panelKey .p-head .title {
    transform: scale(1);
  }

  .dust-section .keyvisual-panelKey .p-head .desc {
    margin-top: 10px;
  }

  .dust-section.section2 .backgraound-box.dust-bg1 {
    background-position: center 90%;
  }

}

@media all and (max-width: 650px) {
  :root {
    --scale-value: 0.7;
  }

  .dust-section.section1 .section-wrap {
    background-image: url(https://epsonkorea.img4.kr/ecoprinting/resources/images/dust/keyvisual-mb_ver2.jpg);
  }

  .dust-section .keyvisual-panelKey .p-head {
    margin-top: calc(380px - 30vw - var(--vertical-adjust));
  }

  .dust-section .keyvisual-panelKey .p-head .title {
    transform: scale(var(--scale-value));
  }

  .dust-section .keyvisual-panelKey .p-head .desc {
    font-size: clamp(12px, 2.6vw, 24px);
    margin-top: calc(30px * ((var(--scale-value) - 0.6) / 0.6));
  }
}

.dust-section .keyvisual-panel {
  z-index: 1;
}
.dust-section .products_item-panel {
  width: 100%;
  max-width: 1220px;
  /* === ¸Þ´º */
  /* === »óÇ° */
}
.dust-section .products_item-panel .p-head .desc p {
  text-align: left;
  padding: 0 40px;
}
@media all and (max-width: 1024px) {
  .dust-section .products_item-panel .p-head .desc p {
    padding: 0 20px;
  }
}
.dust-section .products_item-panel .p-body {
  margin-top: 50px;
}
.dust-section .products_item-panel .p-body .products-row {
  display: flex;
}
.dust-section .products_item-panel .p-body .products-row .col_item:nth-child(1) {
  width: 43%;
}
.dust-section .products_item-panel .p-body .products-row .col_item:nth-child(2) {
  width: 57%;
}
.dust-section .products_item-panel .p-body .products-col3 {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 50px;
  padding: 60px 80px 40px;
}
.dust-section .products_item-panel .p-body .products-col3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dust-section .products_item-panel .p-body .products-col3 ul li {
  width: 33.3333%;
  padding: 0 10px;
}
.dust-section .products_item-panel .p-body .products-col3 .img {
  text-align: center;
}
.dust-section .products_item-panel .p-body .products-col3 .img img {
  display: inline-block;
  border: 1px solid #ededed;
}
.dust-section .products_item-panel .p-body .products-col3 .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.dust-section .products_item-panel .p-body .products-col3 .desc span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.dust-section .products_item-panel .p-body .products-col3 .desc a {
  display: inline-block;
  padding: 5px 10px;
  max-width: 140px;
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #1fa041;
}
@media all and (max-width: 768px) {
  .dust-section .products_item-panel .p-body {
    margin-top: 25px;
  }
  .dust-section .products_item-panel .p-body .products-row {
    flex-direction: column;
  }
  .dust-section .products_item-panel .p-body .products-row .col_item:nth-child(1) {
    width: 100%;
  }
  .dust-section .products_item-panel .p-body .products-row .col_item:nth-child(2) {
    width: 100%;
  }
  .dust-section .products_item-panel .p-body .products-col3 {
    margin: 0 10px;
    margin-top: 20px;
  }
  .dust-section .products_item-panel .p-body .products-col3 ul {
    flex-direction: column;
  }
  .dust-section .products_item-panel .p-body .products-col3 ul li + li {
    margin-top: 15px;
  }
  .dust-section .products_item-panel .p-body .products-col3 ul li {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dust-section .products_item-panel .p-body .products-col3 ul li .img {
    width: 100%;
    min-width: 120px;
    max-width: 180px;
  }
  .dust-section .products_item-panel .p-body .products-col3 ul li .desc {
    width: 100%;
    min-width: 120px;
  }
  .dust-section .products_item-panel .p-body .products-col3 .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .dust-section .products_item-panel .p-body .products-col3 .desc span {
    font-size: 12px;
  }
  .dust-section .products_item-panel .p-body .products-col3 .desc a {
    padding: 5px 10px;
    max-width: 70px;
    width: 100%;
    border-radius: 5px;
    font-size: 10px;
  }
}
.dust-section .products_item-panel .p-foot {
  margin-top: 50px;
  font-size: 18px;
  color: #484848;
  word-break: keep-all;
}
.dust-section .products_item-panel .p-foot .mark_item + .mark_item {
  margin-top: 25px;
}
.dust-section .products_item-panel .p-foot .mark_item {
  text-align: left;
  text-indent: -0.8em;
  padding: 0 20px 0 calc(20px + 0.8em);
  word-break: keep-all;
}
.dust-section .products_item-panel .p-foot .mark_item .mark_char-list li {
  text-indent: 0;
}
@media all and (max-width: 1024px) {
  .dust-section .products_item-panel .p-foot {
    margin-top: 25px;
  }
  .dust-section .products_item-panel .p-foot .mark_item {
    font-size: 12px;
  }
}
.dust-section .products_item-panel .products_menu-area {
  padding-top: 65px;
}
@media all and (max-width: 768px) {
  .dust-section .products_item-panel .products_menu-area {
    padding-top: 0px;
  }
}
.dust-section .products_item-panel .products_menu-area .procucts_menu-list li.active a {
  opacity: 1;
}
.dust-section .products_item-panel .products_menu-area .procucts_menu-list li:hover a {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .dust-section .products_item-panel .products_menu-area .procucts_menu-list {
    display: flex;
    justify-content: center;
  }
  .dust-section .products_item-panel .products_menu-area .procucts_menu-list li.active a::after {
    background-color: #1fa041;
  }
  .dust-section .products_item-panel .products_menu-area .procucts_menu-list li { /*** margin: 0 10px; */
    margin: 0 5px;
  }
}
.dust-section .products_item-panel .products_menu-area li {
  text-align: left;
}
.dust-section .products_item-panel .products_menu-area li a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.1;
  color: #1fa041;
  letter-spacing: -1.5px;
}
.dust-section .products_item-panel .products_menu-area li a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1fa041;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 45px;
}
@media all and (max-width: 1300px) {
  .dust-section .products_item-panel .products_menu-area li a {
    padding: 10px 0;
    font-size: 50px;
  }
  .dust-section .products_item-panel .products_menu-area li a::before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: 28px;
  }
}
@media all and (max-width: 768px) {
  .dust-section .products_item-panel .products_menu-area li a {
    padding: 0px 0; /*** font-size: 30px; */
    font-size: 20px;
  }
  .dust-section .products_item-panel .products_menu-area li a::before {
    /*** margin-right: 5px;  margin-top: 15px; width: 8px; height: 8px;  */
    margin-right: 5px;
    margin-top: 12px;
    width: 5px;
    height: 5px;
    letter-spacing: -0.5px;
  }
  .dust-section .products_item-panel .products_menu-area li a::after {
    content: "";
    display: block;
    /*** width: calc(100% - 15px); height: 3px;  */
    width: calc(100% - 10px);
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
  }
}
.dust-section .products_item-panel .products_item-area {
  display: none;
  /* »ó¼¼ ÅÜ */
  /* »ó¼¼ ³»¿ë */
}
.dust-section .products_item-panel .products_item-area.active {
  display: block;
}
.dust-section .products_item-panel .products_item-area .tab-space {
  padding: 13px 0 14px;
}
.dust-section .products_item-panel .products_item-area .tab-space ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dust-section .products_item-panel .products_item-area .tab-space ul li {
  margin: 0 7px;
}
.dust-section .products_item-panel .products_item-area .tab-space ul li.active a {
  opacity: 1;
}
.dust-section .products_item-panel .products_item-area .tab-space ul li:hover a {
  opacity: 1;
}
.dust-section .products_item-panel .products_item-area .tab-space ul li a {
  display: block;
  padding: 7px 25px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #1fa041;
  opacity: 0.2;
}
@media all and (max-width: 1024px) {
  .dust-section .products_item-panel .products_item-area .tab-space {
    padding: 25px 0 22px;
  }
  .dust-section .products_item-panel .products_item-area .tab-space ul li {
    margin: 0 3px;
  }
  .dust-section .products_item-panel .products_item-area .tab-space ul li a {
    padding: 5px 8px;
    border-radius: 6px;
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }
}
.dust-section .products_item-panel .products_item-area .item-space {
  position: relative;
}
.dust-section .products_item-panel .products_item-area .item-space::before {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 79%;
}
@media all and (max-width: 1024px) {
  .dust-section .products_item-panel .products_item-area .item-space {
    display: flex;
    justify-content: center;
  }
  .dust-section .products_item-panel .products_item-area .item-space::before {
    padding-bottom: 550px;
  }
  .dust-section .products_item-panel .products_item-area .item-space {
    display: flex;
    justify-content: center;
  }
  .dust-section .products_item-panel .products_item-area .item-space::before {
    padding-bottom: 79%;
  }
}
@media all and (max-width: 780px) {
  .dust-section .products_item-panel .products_item-area .item-space::before {
    padding-bottom: 79%;
  }
}
.dust-section .products_item-panel .products_item-area .item-space ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  text-align: center;
}
.dust-section .products_item-panel .products_item-area .item-space ul li.active {
  opacity: 1;
}
.dust-section .products_item-panel .products_item-area .item-space ul li .img {
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
}
@media all and (max-width: 1024px) {
  .dust-section .products_item-panel .products_item-area .item-space ul li {
    padding: 0 10px;
  }
  .dust-section .products_item-panel .products_item-area .item-space ul li .img {
    border-radius: 25px;
  }
}
.dust-section .card_dust_changeup-panel {
  width: 100%;
  padding: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dust-section .card_dust_changeup-panel .p-head {
  display: flex;
  justify-content: center;
}
.dust-section .card_dust_changeup-panel .p-head .title {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .dust-section .card_dust_changeup-panel .p-head .title {
    font-size: 35px;
  }
}
.dust-section .card_dust_changeup-panel .p-head + .p-body {
  margin-top: 60px;
}
@media all and (max-width: 1024px) {
  .dust-section .card_dust_changeup-panel .p-head + .p-body {
    margin-top: 30px;
  }
}
.dust-section .card_dust_changeup-panel .row2-card + .row2-card {
  margin: 15% 0;
}
@media all and (max-width: 1300px) {
  .dust-section .card_dust_changeup-panel .row2-card + .row2-card {
    margin: 50% 0 10%;
  }
}
.dust-section .card_dust_changeup-panel .row2-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dust-section .step3.card_dust_changeup-panel .p-body {
  max-width: 1440px;
  width: 100%;
}

.dust-section .card_dust_changeup-panel .row2-card .card_img-item {
  width: 50%;
}

.dust-section .card_dust_changeup-panel .row2-card .card_typo-item {
  width: 50%;
  text-align: left;
  padding-left: 85px;
  margin-top: 30px;
}
@media all and (max-width: 1300px) {
  .dust-section .card_dust_changeup-panel .row2-card .card_img-item {
    width: 40%;
  }
  .dust-section .card_dust_changeup-panel .row2-card .card_typo-item {
    width: 45%;
    padding-left: 5%;
    margin-top: 30px;
  }
}
@media all and (max-width: 1024px) {
  .dust-section .card_dust_changeup-panel .row2-card {
    flex-direction: column;
    padding: 0 20px;
  }
  .dust-section .card_dust_changeup-panel .row2-card .card_img-item {
    width: 100%;
    padding: 0;
    margin-top: 0px;
  }
  .dust-section .card_dust_changeup-panel .row2-card .card_typo-item {
    width: 100%;
    padding: 0 15px;
    margin-top: 25px;
    text-align: center;
  }
}
.dust-section .card_dust_changeup-panel .desc-box {
  position: relative;
  max-width: 500px;
  word-break: keep-all;
}
.dust-section .card_dust_changeup-panel .desc-box .desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #000000;
}
.dust-section .card_dust_changeup-panel .desc-box .desc strong {
  font-weight: 700;
}
.dust-section .card_dust_changeup-panel .desc-box .desc p + p {
  margin-top: 35px;
}
@media all and (max-width: 1024px) {
  .dust-section .card_dust_changeup-panel .desc-box .desc p + p {
    margin-top: 20px;
  }
}
.dust-section .card_dust_changeup-panel .desc-box .step2 {
  position: absolute;
  top: 10%;
  opacity: 0;
}
@media all and (max-width: 1300px) {
  .dust-section .card_dust_changeup-panel .desc-box .desc {
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .dust-section .card_dust_changeup-panel .desc-box {
    width: 100%;
    margin: auto;
  }
  .dust-section .card_dust_changeup-panel .desc-box .desc {
    font-size: 15px;
  }
}
.dust-section .card_dust_changeup-panel .card_img-item {
  position: relative;
}
.dust-section .card_dust_changeup-panel .card_img-item .img {
  width: 100%;
}
.dust-section .card_dust_changeup-panel .card_img-item .img img {
  max-width: 800px;
  width: 100%;
}
.dust-section .card_dust_changeup-panel .card_img-item .step2 {
  position: absolute;
  top: 10%;
  opacity: 0;
}

.dust-section .cardoverlap-panel {
  width: 100%;
  padding: 30px 0;
}

.dust-section .cardoverlap-panel:last-of-type {
  padding-top: calc(10% + 30px);
} 

.dust-section .cardoverlap-panel .p-head .title {
  font-size: 60px;
  font-weight: bold;
  color: #000;
}
@media all and (max-width: 1024px) {
  .dust-section .cardoverlap-panel:first-of-type .cards-area {
    flex-direction: row;
    min-width: 728px;
  }

  .dust-section .cardoverlap-panel .p-head .title {
    font-size: 35px;
  }
}

@media all and (max-width: 768px) {
  .dust-section .cardoverlap-panel:first-of-type .cards-area {
    padding: 0 20px;
  }
}

.dust-section .cardoverlap-panel .p-body {
  margin-top: 50px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1024px) {
  .dust-section .cardoverlap-panel .p-body {
    margin-top: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
  }
}

@media all and (max-width: 768px) {
  .dust-section .cardoverlap-panel:first-child .p-body {
    width: calc(100% + 40px);
    padding: 0 0 20px;
    margin-left: -20px;
  }

  .dust-section .cardoverlap-panel:first-child .p-body.block-scroll {
    overflow-x: hidden;
  }
}

.dust-section .cardoverlap-panel .cards-area {
  display: flex;
  position: relative;
  width: 100%;
}

.dust-section .cardoverlap-panel .cards-area-dimm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all ease .7s;
  background: rgba(0, 0, 0, .6);
}

.dust-section .cardoverlap-panel .cards-area-dimm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dust-section .cardoverlap-panel .cards-area-dimm p {
  color: #fff;
  font-size: 26px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
}

@media all and (max-width: 1024px) {
  .dust-section .cardoverlap-panel .cards-area {
    flex-direction: column;
    width: auto;
  }
}

@media all and (max-width: 768px) {
  .dust-section .cardoverlap-panel .cards-area-dimm.active {
    opacity: 1;
    visibility: visible;
  }
}


.dust-section .cardoverlap-panel .cards-area .card-item {
  width: 33.3333%;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  background-color: #0F8633;
  border-radius: 50px;
}

.dust-section .cardoverlap-panel .cards-area .card_img-item {
  margin: 0 15px;
  cursor: zoom-in;
  border: 1px solid #d7d7d7;
}


@media all and (max-width: 1024px) {
  .dust-section .cardoverlap-panel .cards-area .card_img-item {
    margin: 0 8px;
  }
}

@media all and (max-width: 768px) { 
  .dust-section .cardoverlap-panel .cards-area .card_img-item:last-child {
    margin: 0;
  }

  .dust-section .cardoverlap-panel .cards-area .card_img-item:not(:last-child) {
    margin: 0 20px 0 0;
  } 
}

.dust-section .cardoverlap-panel .cards-area .card-item.card4 {
  background-color: #044716;
}
.dust-section .cardoverlap-panel .cards-area .card-item.card5 {
  background-color: #0d7f2b;
}
.dust-section .cardoverlap-panel .cards-area .card-item.card6 {
  background-color: #20a744;
}
@media all and (max-width: 1024px) {
  .dust-section .cardoverlap-panel .cards-area .card-item {
    width: auto;
    flex-direction: column;
    height: auto;
    border-radius: 25px;
    padding: 30px 30px;
    padding-bottom: 50px;
    min-height: 380px;
  }
  .dust-section .cardoverlap-panel .cards-area .card-item + .card-item {
    margin-top: 30px;
  }
}

@media all and (max-width: 768px) {
  .dust-section .cardoverlap-panel .cards-area .card-item {
    margin: 0;
  }
}

.dust-section .cardoverlap-panel .cards-area .card-head {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.dust-section .cardoverlap-panel .cards-area .card-head .simbol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dust-section .cardoverlap-panel .cards-area .card-head .simbol img {
  width: 90%;
  max-width: 370px;
}
@media all and (max-width: 1024px) {
  .dust-section .cardoverlap-panel .cards-area .card-head {
    max-width: none;
  }
  .dust-section .cardoverlap-panel .cards-area .card-head .simbol {
    justify-content: center;
  }
  .dust-section .cardoverlap-panel .cards-area .card-head .simbol img {
    width: auto;
    height: 150px;
  }
}

.dust-section .cardoverlap-panel .cards-area .card-body {
  margin-top: 50px;
  line-height: 1.2;
  text-align: left;
}
.dust-section .cardoverlap-panel .cards-area .card-body .title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.dust-section .cardoverlap-panel .cards-area .card-body .desc {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  word-break: keep-all;
}
@media all and (max-width: 1024px) {
  .dust-section .cardoverlap-panel .cards-area .card-body {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    font-size: 15px;
  }
  .dust-section .cardoverlap-panel .cards-area .card-body .title {
    font-size: 25px;
  }
  .dust-section .cardoverlap-panel .cards-area .card-body .desc {
    margin-top: 20px;
    font-size: 15px;
  }
}
/* BASIC css end */

