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

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

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

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

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

.heat-section .keyvisual-panelKey .p-head .desc {
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
}
@media all and (max-width: 1024px) {
  .heat-section .keyvisual-panelKey .p-head {
    margin: 80px auto;
  }

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

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

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

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

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

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

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

.heat-section .keyvisual-panel {
  z-index: 1;
}
.heat-section .heat_details-panel .p-body .image-area .img + .img {
  margin-top: 60px;
}
.heat-section .heat_details-panel .p-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.heat-section [class$=-panel] .p-foot .btn-foot:first-child {
  width: fit-content;
}

@media (max-width: 1024px) {
  .heat-section .heat_details-panel .p-foot {
    flex-direction: column;
  }

  .heat-section [class$=-panel] .p-foot .btn-foot:first-child {
    margin: 0 0 10px;
  }
}

.heat-section .cardoverlap-panel {
  width: 100%;
  padding: 0px 0;
  /*  .card-area { 
     position: relative; width: 100%; max-width: 1100px;
     min-height: 540px; margin-bottom: 100px;
     @media all and (max-width:$G-wMobile)  {
       margin-bottom: 0px;
     }
     .card-item { width: 100%; height: 100%; @include scale(120%);
       display: flex; justify-content: flex-start; align-items: center;
       padding: 50px; background-color: #1f3492; border-radius: 50px;
       &.card1 { position: absolute; top: 50%;  }
       &.card2 { position: absolute; top: 150%; margin-top: 30px;  }
       &.card3 { position: absolute; top: 250%; margin-top: 60px;  }
       &.card4 { position: absolute; top: 350%; margin-top: 90px;  }
       @media all and (max-width:$G-wMobile)  {
         flex-direction: column; height: auto;  border-radius: 25px;
         padding: 44px 30px;  padding-bottom: 50px; min-height: 380px;
         &.card1 { }
         &.card2 { margin-top: 25px;  }
         &.card3 { margin-top: 50px;  }
         &.card4 { margin-top: 80px;  }
       }
     }
     .card-head { max-width: 380px; width: 100%; 
       .simbol { display: flex; align-items: center; justify-content: flex-start;          
         img { width: 100%; max-width: 370px; }
       }
       @media all and (max-width:$G-wMobile)  {
         .simbol { justify-content: center;  
           img { width: auto; height: 150px; }
         }
       }
     }
     .card-body { max-width: 460px; width: 100%; margin-left: 8%;
       font-size: 24px; font-weight: 400;  line-height: 1.2; text-align: left;
       .title { font-size: 40px; font-weight: 700; color:#fff;  }
       .desc  { margin-top: 20px;color: #fff }
       @media all and (max-width:$G-wMobile)  {
         width: 100%; margin-top: 15px; margin-left: 0%; font-size: 15px; 
         .title { font-size: 25px;   }
         .desc  { margin-top: 20px; }
       }
     }

   } */
}
.heat-section .cardoverlap-panel .p-head .title {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.heat-section .cardoverlap-panel .p-head .desc {
  margin-top: 10px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  line-height: 1.4;
  word-break: keep-all;
}
@media all and (max-width: 1024px) {
  .heat-section .cardoverlap-panel .p-head .title {
    font-size: 35px;
  }
  .heat-section .cardoverlap-panel .p-head .desc {
    margin-top: 15px;
    font-size: 15px;
  }
}
.heat-section .cardoverlap-panel .p-body {
  margin-top: 20px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .heat-section .cardoverlap-panel .p-body {
    margin-top: 25px;
  }
}
.heat-section .cardoverlap-panel .cards-area {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .heat-section .cardoverlap-panel .cards-area {
    margin-bottom: 0px;
    flex-direction: column;
  }
}
.heat-section .cardoverlap-panel .cards-area .card-item {
  width: calc(50% - 20px);
  height: 280px;
  margin: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  background-color: #1f3492;
  border-radius: 50px;
}
.heat-section .cardoverlap-panel .cards-area .card-item.card1 {
  background-color: #0d194e;
}
.heat-section .cardoverlap-panel .cards-area .card-item.card2 {
  background-color: #0c1f77;
}
.heat-section .cardoverlap-panel .cards-area .card-item.card3 {
  background-color: #1f3492;
}
.heat-section .cardoverlap-panel .cards-area .card-item.card4 {
  background-color: #3650c1;
}
@media all and (max-width: 1024px) {
  .heat-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;
  }
  .heat-section .cardoverlap-panel .cards-area .card-item + .card-item {
    margin-top: 30px;
  }
}
.heat-section .cardoverlap-panel .cards-area .card-head {
  max-width: 380px;
  width: 37%;
}
.heat-section .cardoverlap-panel .cards-area .card-head .simbol {
  display: flex;
  align-items: center;
  justify-content: flex-center;
}
.heat-section .cardoverlap-panel .cards-area .card-head .simbol img {
  width: 100%;
  max-width: 250px;
}
@media all and (max-width: 1024px) {
  .heat-section .cardoverlap-panel .cards-area .card-head .simbol {
    justify-content: center;
  }
  .heat-section .cardoverlap-panel .cards-area .card-head .simbol img {
    width: auto;
    height: 150px;
  }
}
.heat-section .cardoverlap-panel .cards-area .card-body {
  max-width: 460px;
  width: 60%;
  margin-left: 3%;
  line-height: 1.2;
  text-align: left;
}
.heat-section .cardoverlap-panel .cards-area .card-body .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.heat-section .cardoverlap-panel .cards-area .card-body .desc {
  margin-top: 20px;
  font-size: 16px;
  padding-right: 20px;
  color: #fff;
  line-height: 1.3;
  word-break: keep-all;
}
@media all and (max-width: 1024px) {
  .heat-section .cardoverlap-panel .cards-area .card-body {
    width: 100%;
    margin-top: 15px;
    margin-left: 0%;
    font-size: 15px;
  }
  .heat-section .cardoverlap-panel .cards-area .card-body .title {
    font-size: 25px;
  }
  .heat-section .cardoverlap-panel .cards-area .card-body .desc {
    margin-top: 20px;
    font-size: 15px;
    padding-right: 0px;
  }
}
.heat-section .cardcol4-panel {
  width: 100%;
}
.heat-section .cardcol4-panel .p-head .title {
  font-size: 60px;
  font-weight: bold;
  color: #000;
}
.heat-section .cardcol4-panel .p-head .desc {
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  line-height: 1.4;
}
@media all and (max-width: 1024px) {
  .heat-section .cardcol4-panel .p-head .title {
    font-size: 35px;
  }
  .heat-section .cardcol4-panel .p-head .desc {
    margin-top: 25px;
    font-size: 15px;
  }
}
.heat-section .cardcol4-panel .p-body {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.heat-section .cardcol4-panel .p-body .card-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1160px;
}
.heat-section .cardcol4-panel .p-body .card-area .c-body {
  margin-top: 15px;
}
.heat-section .cardcol4-panel .p-body .card-area .c-foot {
  margin-top: 15px;
}
@media all and (max-width: 1024px) {
  .heat-section .cardcol4-panel .p-body {
    margin-top: 25px;
  }
}
.heat-section .cardcol4-panel .p-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.heat-section .cardcol4-panel .card-item {
  position: relative;
  width: 50%;
}
.heat-section .cardcol4-panel .card-item .card-inner {
  padding: 30px 35px 45px;
  margin: 18px 30px;
  border-radius: 44px;
  background-color: #fff;
}
.heat-section .cardcol4-panel .card-item .title {
  display: inline-block;
  width: calc(100% - 60px);
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background-color: #1f3492;
  border-radius: 20px;
}
.heat-section .cardcol4-panel .card-item .typo {
  font-size: 40px;
  font-weight: bold;
  color: #1f3492;
  line-height: 1.2;
  text-align: center;
}
.heat-section .cardcol4-panel .card-item .typo em {
  font-size: 70px;
}
.heat-section .cardcol4-panel .card-item .simbol {
  margin-top: 10px;
  text-align: center;
}
.heat-section .cardcol4-panel .card-item .simbol img {
  display: inline-block;
}
.heat-section .cardcol4-panel .card-item .desc {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .heat-section .cardcol4-panel .card-item {
    width: 100%;
  }
  .heat-section .cardcol4-panel .card-item + .card-item {
    margin-top: 30px;
  }
  .heat-section .cardcol4-panel .card-item .card-inner {
    padding: 15px 22px 25px;
    margin: 0px;
    border-radius: 22px;
  }
  .heat-section .cardcol4-panel .card-item .title {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 10px;
  }
  .heat-section .cardcol4-panel .card-item .typo {
    font-size: 25px;
  }
  .heat-section .cardcol4-panel .card-item .typo em {
    font-size: 40px;
  }
  .heat-section .cardcol4-panel .card-item .simbol {
    margin-top: 10px;
  }
  .heat-section .cardcol4-panel .card-item .simbol img {
    display: inline-block;
    width: 40%;
  }
  .heat-section .cardcol4-panel .card-item .desc {
    font-size: 15px;
  }
}
/* BASIC css end */

