/* BASIC css start */
@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
:root {
  --body: #111111;
  --white: #fff;
  --primary-navy: #0C4DA2;
  --primary-ylw: #FFCD00;
  --space: 60px;
}
@media (min-width: 1600px) {
  :root {
    --space: 120px;
  }
}
@media (max-width: 995.98px) {
  :root {
    --space: 20px;
  }
}

body, p, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, label {
  margin: 0;
  padding: 0;
  font-family: "SUIT", "Outfit", -apple-system, sans-serif;
  color: inherit;
  outline: 0;
  border: 0;
  font-weight: inherit;
}

body {
  line-height: 1.6;
  word-break: keep-all;
  color: var(--body);
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover, a:focus, a:active {
  text-decoration: none !important;
  color: inherit;
}

li {
  list-style: none;
}

address, em {
  font-style: normal;
}

table {
  width: 100%;
}

textarea {
  resize: none;
  font-size: 1rem;
  outline: 0;
}

u {
  text-decoration-thickness: 1px;
  text-underline-position: under;
}

img {
  vertical-align: top;
  max-width: 100%;
}

button {
  cursor: pointer;
  outline: 0 !important;
}
button.no-style {
  background: none;
  line-height: 1;
  border: 0;
}

.bg-navy {
  background-color: var(--primary-navy) !important;
}

.bg-ylw {
  background-color: var(--primary-ylw) !important;
}

.font-kor {
  font-family: "SUIT", sans-serif;
}

.font-eng {
  font-family: "Outfit", sans-serif;
}

.text-base {
  font-size: 1rem !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-navy {
  color: var(--primary-navy) !important;
}

.text-ylw {
  color: var(--primary-ylw) !important;
}

.lh-140 {
  line-height: 1.4 !important;
}

.display-01 {
  font-size: 5.5555555556rem;
  font-weight: 900 !important;
  line-height: 1.12;
  letter-spacing: -0.1666666667rem;
}


/* ----------------------------------------------------------- */
/*      ºÎÆ®½ºÆ®·¦ °øÅë CSS ½ºÅ¸ÀÏ ÀÌ°ü ±¸°£ - 2025.03.28      */
/* ----------------------------------------------------------- */
.text-white {
  color: #fff !important;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

button span {
    visibility: initial;
}

@media (max-width: 1199.98px) {
  .display-01 {
    font-size: 8 0px;
  }
}
@media (max-width: 575.98px) {
  .display-01 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}

.display-02 {
  font-size: 4.6666666667rem;
  letter-spacing: -0.14rem;
}
@media (max-width: 575.98px) {
  .display-02 {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}

.tit01 {
  font-size: 3.1111111111rem;
  font-weight: 800;
  letter-spacing: -0.0933333333rem;
}
@media (max-width: 575.98px) {
  .tit01 {
    font-size: 28px;
    letter-spacing: -0.84px;
  }
}

.tit02 {
  font-size: 2.3333333333rem;
  letter-spacing: -0.07rem;
}
@media (max-width: 575.98px) {
  .tit02 {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

.tit03 {
  font-size: 1.5555555556rem;
  letter-spacing: -0.0466666667rem;
}
@media (max-width: 575.98px) {
  .tit03 {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.tit04 {
  font-size: 1.3333333333rem;
  letter-spacing: -0.04rem;
}
@media (max-width: 575.98px) {
  .tit04 {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

@media (min-width: 576px) {
  .scrollset::-webkit-scrollbar {
    width: 3px;
  }
  .scrollset::-webkit-scrollbar-track {
    border-left: 3px solid transparent;
    background: #efefef;
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 0;
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }
}
/* 
	ÄÄÆ÷³ÍÆ® ½ºÅ¸ÀÏ
	:: icon
	:: Button ,badge
	:: Form
	:: box 
	:: list
	:: Modal 
	:: Swiper
*/
.bt {
  padding: 0.7777777778rem 1.5555555556rem;
  font-size: 1.1111111111rem;
  color: #0F42A1;
  font-weight: 700;
  background: #fff;
  border-radius: 100px;
}

body {
  font-family: "SUIT", sans-serif;
  padding: 0 !important;
}

.container {
  max-width: none;
  padding-left: var(--space);
  padding-right: var(--space);
}

html:has(.printalk) {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  html:has(.printalk) {
    font-size: 14px;
  }
}
.printalk #hd {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.printalk #hd.hidden {
  opacity: 0;
  pointer-events: none;
}
.printalk #hd #gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (min-width: 996px) {
  .printalk #hd {
    position: absolute;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .printalk #hd.fixed {
    position: fixed !important;
  }
  .printalk #hd .gnb-bg,
  .printalk #hd .menu {
    display: none;
  }
  .printalk #hd #gnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5555555556rem;
    color: #fff;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .printalk #hd #gnb .gnb-item {
    padding: 0.5555555556rem 1.1111111111rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 100px;
    text-align: center;
  }
  .printalk #hd #gnb .gnb-item.active, .printalk #hd #gnb .gnb-item:hover {
    background-color: var(--primary-navy);
    color: #fff;
  }
  .printalk #hd #gnb.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .printalk #hd #gnb.navy {
    color: var(--primary-navy);
  }
  .printalk #hd #gnb.navy .gnb-item.active {
    color: #fff;
  }
  .printalk #hd #gnb.white {
    color: #fff;
  }
  .printalk #hd #gnb.white .gnb-item.active {
    background-color: #fff;
    color: var(--primary-navy);
  }
}
@media (max-width: 995.98px) {
  @-webkit-keyframes spinAni {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes spinAni {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .printalk #hd .menu {
    position: fixed;
    top: 50px;
    right: 14px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    text-indent: -999px;
    overflow: hidden;
    background: url(https://epsonkorea.img4.kr/printalk/asset/images/icon-menu.svg) no-repeat center/contain;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
  }
  .printalk #hd .gnb-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 40px 20px 100px;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .printalk #hd .gnb-wrap .gnb-bg {
    position: absolute;
    top: -80px;
    right: -80px;
    width: clamp(360px, 100vw, 480px);
    height: clamp(360px, 100vw, 480px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: spinAni 40s infinite linear;
            animation: spinAni 40s infinite linear;
    opacity: 0;
  }
  .printalk #hd .gnb-wrap #gnb {
    position: relative;
    z-index: 99;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.6s;
    transition: opacity 0.3s 0.6s;
  }
  .printalk #hd .gnb-wrap #gnb .gnb-item {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: left;
  }
  .printalk #hd .gnb-wrap #gnb .gnb-item.active {
    color: var(--primary-navy);
  }
  .printalk #hd.gnb-open .menu {
    background: url(https://epsonkorea.img4.kr/printalk/asset/images/icon-close.svg) no-repeat center/contain;
  }
  .printalk #hd.gnb-open .gnb-wrap {
    display: block;
  }
  .printalk #hd.gnb-open .gnb-wrap #gnb,
  .printalk #hd.gnb-open .gnb-wrap .gnb-bg {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
  }
}
.printalk .sect {
  width: 100%;
  overflow-x: clip !important;
  min-height: 100vh;
  background-color: #fff;
}
.printalk .sect1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/sect1-bg.jpg) no-repeat top center/cover;
  text-align: center;
}
.printalk .sect1 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778rem;
  color: #fff;
}
.printalk .sect1 .cont .txt1,
.printalk .sect1 .cont .txt2,
.printalk .sect1 .cont .bt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.printalk .sect1 .cont .bt {
  position: relative;
  z-index: 9;
}
.printalk .sect1.active .cont .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.2s 0.4s ease-out;
  transition: all 0.2s 0.4s ease-out;
}
.printalk .sect1.active .cont .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.2s 0.6s ease-out;
  transition: all 0.2s 0.6s ease-out;
}
.printalk .sect1.active .cont .bt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.2s 0.8s ease-out;
  transition: all 0.2s 0.8s ease-out;
}
@media (max-width: 575.98px) {
  .printalk .sect1 .tit01 {
    font-size: 32px !important;
  }
}
.printalk .sect2 {
  text-align: center;
}
.printalk .sect2 .sect2-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh !important;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.printalk .sect2 .sect2-cont.visible {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.printalk .sect2-cont1 {
  gap: 0.8333333333rem;
}
.printalk .sect2-cont1 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1.4;
}
.printalk .sect2-cont1 .txt .line {
  margin: 0 1.6666666667rem;
  width: 10rem;
  height: 4px;
  background-color: var(--primary-ylw);
  will-change: width;
}
.printalk .sect2-cont1 .name {
  display: none;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 995.98px) {
  .printalk .sect2-cont1 .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .printalk .sect2-cont1 .txt .line {
    margin: 1.6666666667rem 0;
    width: 3px;
    height: 100px;
  }
  .printalk .sect2-cont1 .name > * {
    line-height: 1.1;
  }
}
.printalk .sect2-cont2 .inner {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.printalk .sect2-cont2 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.2222222222rem;
  width: 100%;
  height: 202px;
}
.printalk .sect2-cont2 .txt p {
  line-height: 1.6;
  will-change: opacity;
}
.printalk .sect2-cont2 .txt p.active {
  display: block;
}
.printalk .sect2-cont2 .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6666666667rem;
}
.printalk .sect2-cont2 .dot span {
  display: block;
  width: 0.7222222222rem;
  height: 0.7222222222rem;
  border-radius: 50px;
  text-indent: -9999;
  font-size: 0;
  overflow: hidden;
  background-color: rgb(255, 205, 0);
  will-change: opacity;
}
.printalk .sect2-cont2 .dot span:nth-of-type(2) {
  background-color: rgba(255, 205, 0, 0.6);
}
.printalk .sect2-cont2 .dot span:nth-of-type(3) {
  background-color: rgba(255, 205, 0, 0.2);
}
@media (max-width: 575.98px) {
  .printalk .sect2-cont2 .inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .printalk .sect2-cont2 .txt {
    height: auto;
  }
  .printalk .sect2-cont2 .dot span {
    width: 8px;
    height: 8px;
  }
}
.printalk .sect2-cont3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.printalk .sect2-cont3 .txt .dot {
  top: -5px;
  display: inline-block;
  position: relative;
}
.printalk .sect2-cont3 .txt .dot > span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.7222222222rem;
  height: 0.7222222222rem;
  border-radius: 50px;
  background-color: var(--primary-ylw);
  overflow: hidden;
  text-indent: -999;
  will-change: top;
}
.printalk .sect2-cont3 .motion {
  display: inline-block;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  will-change: transform;
}
@media (max-width: 575.98px) {
  .printalk .sect2-cont3 .txt .dot > span {
    width: 6px;
    height: 6px;
  }
}
.printalk .sect2-cont4 {
  background-color: var(--primary-navy) !important;
}
.printalk .sect2-cont4 .motion {
  position: relative;
  display: inline-block;
  background: radial-gradient(circle, var(--primary-ylw) 0%, #fff 0%);
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  color: transparent;
}
.printalk .sect2-cont4 .motion.act1 {
  background: radial-gradient(circle, var(--primary-ylw) 10%, #fff 10%);
  background-clip: text;
  -webkit-background-clip: text;
}
.printalk .sect2-cont4 .motion.act2 {
  background: radial-gradient(circle, var(--primary-ylw) 20%, #fff 20%);
  background-clip: text;
  -webkit-background-clip: text;
}
.printalk .sect2-cont4 .motion.act3 {
  background: radial-gradient(circle, var(--primary-ylw) 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
.printalk .sect2-cont4 .motion.act4 {
  background: radial-gradient(circle, var(--primary-ylw) 100%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.printalk .sect2-cont4 .logo {
  position: relative;
  margin: 3rem auto 0;
  min-width: 375px;
  width: 375px;
}
.printalk .sect2-cont4 .logo .motion2 {
  position: absolute;
  bottom: -50px;
  left: 23.73%;
  min-width: 172px;
  height: 94px;
  overflow: hidden;
}
.printalk .sect2-cont4 .logo .motion2 img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 575.98px) {
  .printalk .sect2-cont4 .logo {
    min-width: 157px;
    width: 157px;
  }
  .printalk .sect2-cont4 .logo .motion2 {
    min-width: 70px;
    width: 70px;
    bottom: -75px;
  }
}
.printalk .sect2-cont6, .printalk .sect2-cont7, .printalk .sect2-cont8 {
  gap: 1.1111111111rem;
}
.printalk .sect2-cont6 .motion, .printalk .sect2-cont7 .motion, .printalk .sect2-cont8 .motion {
  position: relative;
  display: inline-block;
  max-width: 11.1111111111rem;
}
.printalk .sect2-cont6 .motion .deco1,
.printalk .sect2-cont6 .motion .deco2, .printalk .sect2-cont7 .motion .deco1,
.printalk .sect2-cont7 .motion .deco2, .printalk .sect2-cont8 .motion .deco1,
.printalk .sect2-cont8 .motion .deco2 {
  opacity: 0;
  -webkit-transform-origin: 50%, 50%;
          transform-origin: 50%, 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.printalk .sect2-cont6 .motion .deco1, .printalk .sect2-cont7 .motion .deco1, .printalk .sect2-cont8 .motion .deco1 {
  position: absolute;
  top: 0.3888888889rem;
  left: 1.6666666667rem;
  width: 1.6111111111rem;
}
.printalk .sect2-cont6 .motion .deco2, .printalk .sect2-cont7 .motion .deco2, .printalk .sect2-cont8 .motion .deco2 {
  position: absolute;
  top: 2.6666666667rem;
  right: 1.4444444444rem;
  width: 1.3888888889rem;
}
.printalk .sect2-cont6 .txt, .printalk .sect2-cont7 .txt, .printalk .sect2-cont8 .txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.printalk .sect2-cont6.visible .motion .deco1,
.printalk .sect2-cont6.visible .motion .deco2, .printalk .sect2-cont7.visible .motion .deco1,
.printalk .sect2-cont7.visible .motion .deco2, .printalk .sect2-cont8.visible .motion .deco1,
.printalk .sect2-cont8.visible .motion .deco2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s 0.2s ease-out;
  transition: all 0.2s 0.2s ease-out;
}
.printalk .sect2-cont6.visible .txt, .printalk .sect2-cont7.visible .txt, .printalk .sect2-cont8.visible .txt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 575.98px) {
  .printalk .sect2-cont6 .txt, .printalk .sect2-cont7 .txt, .printalk .sect2-cont8 .txt {
    line-height: 1.5;
  }
}
.printalk .sect2-cont7 .motion .deco1 {
  top: 0.8888888889rem;
  left: 2.8888888889rem;
  width: 1.2222222222rem;
}
.printalk .sect2-cont7 .motion .deco2 {
  top: 1.7777777778rem;
  right: 1.3333333333rem;
  width: 0.7777777778rem;
}
.printalk .sect2-cont8 .motion .deco1 {
  top: 2.6666666667rem;
  left: 0.8888888889rem;
  width: 1.4444444444rem;
}
.printalk .sect2-cont8 .motion .deco2 {
  top: 1rem;
  right: 1.3333333333rem;
  width: 1.4444444444rem;
}
.printalk .sect2-cont9 {
  height: 400vh !important;
}
.printalk .sect2-cont9 .inner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.printalk .sect2-cont9 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transform-origin: 50%, 50% !important;
          transform-origin: 50%, 50% !important;
}
.printalk .sect2-cont9 .bg img {
  width: 100%;
}
.printalk .sect2-cont9 .txt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.printalk .sect2-cont9 .txt .motion {
  position: relative;
  display: inline-block;
  background: radial-gradient(circle, var(--primary-ylw) 0%, #111 0%);
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  color: transparent;
}
.printalk .sect2-cont9 .txt .motion.act1 {
  background: radial-gradient(circle, var(--primary-ylw) 20%, #111 20%);
  background-clip: text;
  -webkit-background-clip: text;
}
.printalk .sect2-cont9 .txt .motion.act2 {
  background: radial-gradient(circle, var(--primary-ylw) 40%, #111 40%);
  background-clip: text;
  -webkit-background-clip: text;
}
.printalk .sect2-cont9 .txt .motion.act3 {
  background: radial-gradient(circle, var(--primary-ylw) 80%, #111 80%);
  background-clip: text;
  -webkit-background-clip: text;
}
.printalk .sect2-cont9 .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 519px;
  width: 80%;
}
.printalk .sect3 {
  padding: 3.3333333333rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.printalk .sect3 .deco {
  margin-bottom: 2.7777777778rem;
}
.printalk .sect3 .bubble-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 5.5555555556rem 0 1.6666666667rem;
  padding: 0 var(--space);
}
.printalk .sect3 .bubble-wrap .bubble {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5555555556rem;
  padding: 3.8888888889rem 3.3333333333rem;
  width: 490px;
  border-radius: 300px;
}
.printalk .sect3 .bubble-wrap .bubble .txt > p {
  margin-bottom: 0.8888888889rem;
}
.printalk .sect3 .bubble-wrap .bubble .txt > span {
  font-size: 1rem;
  opacity: 0.7;
}
.printalk .sect3 .bubble-wrap .bubble:nth-of-type(1) .icon {
  width: 3.8888888889rem;
}
.printalk .sect3 .bubble-wrap .bubble:nth-of-type(2) .icon {
  width: 6.4444444444rem;
}
.printalk .sect3 .bubble-wrap .bubble:nth-of-type(3) .icon {
  width: 5rem;
}
.printalk .sect3 .caution {
  padding: 0 var(--space);
  max-width: 1700px;
  width: 100%;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .printalk .sect3 .bubble-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2222222222rem;
    font-size: 0.8888888889rem;
  }
}
@media (max-width: 767.98px) {
  .printalk .sect3 .bubble-wrap .bubble {
    width: 400px;
  }
  .printalk .sect3 .bubble-wrap .bubble .txt > span {
    font-size: 14px;
  }
  .printalk .sect3 .caution {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .printalk .sect3 .bubble-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .printalk .sect3 .bubble-wrap .bubble {
    width: 100%;
  }
  .printalk .sect3 .bubble-wrap .bubble .icon {
    min-width: 50px !important;
    width: 50px !important;
  }
}
.printalk .sect4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 26vh;
  height: 100vh;
}
.printalk .sect4 .age-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7.2222222222rem;
}
.printalk .sect4 .age-swiper .txt-swiper {
  margin-left: 0;
  margin-right: 0;
  min-width: 444px;
  width: 444px;
  letter-spacing: -0.03rem;
}
.printalk .sect4 .age-swiper .txt-swiper .swiper-slide {
  background-color: #fff;
}
.printalk .sect4 .age-swiper .txt-swiper .age-tit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.5555555556rem;
}
.printalk .sect4 .age-swiper .txt-swiper .age-tit span::after {
  content: "";
  display: block;
  margin-bottom: 1rem;
  width: 2.6666666667rem;
  height: 0.7777777778rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/age-swiper-arr.svg) no-repeat center/contain;
}
.printalk .sect4 .age-swiper .txt-swiper .age-tit::before {
  content: "";
  display: block;
  margin-bottom: 1.6666666667rem;
  width: 2.6666666667rem;
  height: 1.3333333333rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/dot-deco_v1.svg) no-repeat center/contain;
}
.printalk .sect4 .age-swiper .txt-swiper p {
  font-size: 18px;
  color: #333;
}
.printalk .sect4 .age-swiper .photo-swiper {
  padding-right: 67%;
}
.printalk .sect4 .age-swiper .photo-swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.printalk .sect4 .age-swiper .photo-swiper .swiper-slide {
  border-radius: 1.1111111111rem;
  overflow: hidden;
  max-width: 608px;
  width: 608px;
  opacity: 0.7;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.printalk .sect4 .age-swiper .photo-swiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.printalk .sect4 .age-swiper + .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 12vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - var(--space) * 2);
}
.printalk .sect4 .age-swiper + .swiper-pagination > * {
  height: 1.7777777778rem;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #111;
}
.printalk .sect4 .age-swiper + .swiper-pagination > * .label {
  font-size: 0.8888888889rem;
  font-weight: 700;
}
@media (max-width: 1599.98px) {
  .printalk .sect4 .age-swiper {
    gap: 5.5555555556rem;
  }
  .printalk .sect4 .age-swiper .photo-swiper {
    padding-right: 65%;
  }
  .printalk .sect4 .age-swiper .photo-swiper .swiper-slide {
    max-width: 500px;
    width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .printalk .sect4 {
    padding-top: 5.5555555556rem;
    padding-bottom: 11.1111111111rem;
  }
  .printalk .sect4 .age-swiper {
    width: 100%;
    gap: 1.6666666667rem;
    padding-bottom: 1.1111111111rem;
  }
  .printalk .sect4 .age-swiper .photo-swiper {
    padding-right: 100px;
  }
  .printalk .sect4 .age-swiper .photo-swiper .swiper-slide {
    max-width: 350px;
    width: 350px;
  }
}
@media (max-width: 995.98px) {
  .printalk .sect4 {
    height: auto;
  }
  .printalk .sect4 .age-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .printalk .sect4 .age-swiper .photo-swiper {
    padding-right: 230px;
  }
  .printalk .sect4 .age-swiper .photo-swiper .swiper-slide {
    max-width: 460px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .printalk .sect4 .age-swiper .txt-swiper p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .printalk .sect4 {
    min-height: 0;
    padding-bottom: 100px;
  }
  .printalk .sect4 .age-swiper {
    padding-bottom: 0;
  }
  .printalk .sect4 .age-swiper .photo-swiper {
    padding-right: 0px;
  }
  .printalk .sect4 .age-swiper .photo-swiper .swiper-slide {
    max-width: 300px;
    width: auto;
  }
  .printalk .sect4 .age-swiper + .swiper-pagination {
    bottom: 45px;
  }
}
.printalk .sect5 {
  background-color: var(--primary-ylw);
}
.printalk .sect5 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6.6666666667rem;
  padding: 7.7777777778rem 0;
  height: 100%;
}
.printalk .sect5 .inner .sect-tit {
  margin-top: 6.1111111111rem;
}
.printalk .sect5 .inner .sect-tit::before {
  content: "";
  display: block;
  margin-bottom: 1.6666666667rem;
  width: 2.6666666667rem;
  height: 1.3333333333rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/dot-deco_v2.svg) no-repeat center/contain;
}
.printalk .sect5 .inner .sect-tit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.printalk .sect5 .inner .sect-tit span::after {
  content: "";
  display: block;
  margin-bottom: 1rem;
  width: 2.6666666667rem;
  height: 0.7777777778rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/age-swiper-arr.svg) no-repeat center/contain;
  -webkit-transform: translateX(-2.4444444444rem);
          transform: translateX(-2.4444444444rem);
}
.printalk .sect5 .inner .sect-tit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-top: 2.7777777778rem;
}
.printalk .sect5 .inner .sect-tit p::after {
  content: "";
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/sect5-arr.svg) no-repeat center/contain;
}
.printalk .sect5 .inner .phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.9444444444rem;
}
.printalk .sect5 .inner .phone-wrap .phone {
  position: relative;
  max-width: 100%;
  width: 336px;
}
.printalk .sect5 .inner .phone-wrap .phone .icon-home {
  position: absolute;
  z-index: 2;
  top: 98px;
  right: 22px;
  width: 30px;
  height: 30px;
}
.printalk .sect5 .inner .phone-wrap .phone .plusBtn-top {
  position: absolute;
  z-index: 1;
  top: 13.5%;
  width: 91.5%;
  left: 49.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 0;
  background-color: #c9c9c9;
  opacity: 0;
}
.printalk .sect5 .inner .phone-wrap .phone:has(.plusBtn.active) .plusBtn-top {
  opacity: 1;
}
.printalk .sect5 .inner .phone-wrap .phone .chat {
  position: absolute;
  top: 14.24%;
  left: 50%;
  -webkit-transform: translateX(-50.5%);
          transform: translateX(-50.5%);
  width: 91.5%;
  max-height: 333px !important;
  height: 88vw;
  background-color: #c9c9c9;
  overflow: hidden;
}
.printalk .sect5 .inner .phone-wrap .phone .chat-inner {
  position: absolute;
  top: 0;
  bottom: auto;
  padding-bottom: 10px;
}
.printalk .sect5 .inner .phone-wrap .phone .chat.scrolled .chat-inner {
  top: auto;
  bottom: 0;
}
.printalk .sect5 .inner .phone-wrap .phone .btn-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  bottom: 11.8%;
  left: 3.87%;
  width: 91.6%;
  height: 23.33%;
}
.printalk .sect5 .inner .phone-wrap .phone .btn-wrap button {
  background: none;
  text-indent: -999px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.printalk .sect5 .inner .phone-wrap .phone .btn-wrap button.plusBtn {
  position: absolute;
  z-index: 9;
  bottom: -33px;
  left: 3px;
  width: 29px;
  height: 29px;
  border: 2px solid #ffcd00;
  border-radius: 50% !important;
  background: transparent;
}
.printalk .sect5 .inner .phone-wrap .phone .btn-wrap button.plusBtn.blink {
  -webkit-animation: blink 0.5s infinite alternate;
          animation: blink 0.5s infinite alternate;
}
.printalk .sect5 .inner .phone-wrap .phone .btn-wrap button:hover, .printalk .sect5 .inner .phone-wrap .phone .btn-wrap button:focus, .printalk .sect5 .inner .phone-wrap .phone .btn-wrap button.active {
  border-radius: 2px;
  border: 2px solid var(--yellow);
  -webkit-box-shadow: 0px 0px 8px 0px #fbe67d;
          box-shadow: 0px 0px 8px 0px #fbe67d;
}
@-webkit-keyframes blink {
  from {
    -webkit-box-shadow: 0px 0px 10px 0px #fbe67d;
            box-shadow: 0px 0px 10px 0px #fbe67d;
  }
  to {
    -webkit-box-shadow: 0px 0px 10px 0px #ff9900;
            box-shadow: 0px 0px 10px 0px #ff9900;
  }
}
@keyframes blink {
  from {
    -webkit-box-shadow: 0px 0px 10px 0px #fbe67d;
            box-shadow: 0px 0px 10px 0px #fbe67d;
  }
  to {
    -webkit-box-shadow: 0px 0px 10px 0px #ff9900;
            box-shadow: 0px 0px 10px 0px #ff9900;
  }
}
.printalk .sect5 .inner .phone-wrap .popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.3888888889rem 0 0.7777777778rem;
  width: 305px;
  min-height: 100%;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup {
  position: relative;
  padding: 1.6666666667rem 1.1111111111rem 1.1111111111rem;
  width: 305px;
  background-color: #fff;
  border-radius: 30px;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.6666666667rem;
  width: 3rem;
  height: 2.1666666667rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/sect5-popup-tail-wh.svg) no-repeat left bottom/contain;
}

/* ------------------------------------------------------------------------ */
/*                ÇÁ¸°Æ®Åå ¼Ò°³¿µ»ó ÆË¾÷ Ãß°¡ .popup_video                  */
/* ------------------------------------------------------------------------ */

.printalk .popup_video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.printalk .popup_video .video_wrap {
  position: relative;
  padding-bottom: 39.25%; 
  width: 70%;
  height: 0;
}

.printalk .popup_video .video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media(max-width: 767.98px) {
  .printalk .popup_video .video_wrap {
    width: 90%;
    padding-bottom: 50.25%; 
  }
}

.printalk .popup_video .btn-close {
  text-indent: -999px;
  width: 30px;
  height: 30px;
  background: url(http://epsonkorea.img4.kr/modal_close_w_4x.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all ease-in-out .2s;
}

@media (hover: hover) and (pointer: fine) { /* when supported */ 
  .printalk .popup_video .btn-close:hover {
    transform: rotate(90deg);
  }
}

.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-bg {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.6);
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-bg.show {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start {
  display: block;
  background-color: var(--primary-navy);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start::before {
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/sect5-popup-tail_v1.svg) no-repeat left bottom/contain;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start .popup-inner {
  padding: 1.7222222222rem 0.2222222222rem;
  text-align: center;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start .popup-inner * {
  display: block;
  color: #fff;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start .popup-inner img {
  margin: 0 auto 20px;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start .popup-inner p {
  margin-top: 0.6666666667rem;
  font-size: 18px;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start .popup-inner p {
    font-size: 14px;
  }
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide.show {
  opacity: 1;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double {
  display: none;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1.6666666667rem;
  width: 100%;
  min-height: 430px;
  text-align: left;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double::before {
  content: none;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .btn-close {
  display: block;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.7777777778rem;
  margin-top: 1.5555555556rem;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.1111111111rem;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div dl {
  color: var(--primary-navy);
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1.1111111111rem;
  font-weight: 800;
  letter-spacing: -0.6px;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div dl dt::before {
  content: "";
  display: block;
  min-width: 3px;
  width: 3px;
  height: 3px;
  background-color: var(--primary-navy);
  border-radius: 50px;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div dl dt span {
  font-size: 0.8888888889rem;
  letter-spacing: -0.48px;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div dl dd {
  margin-top: 6px;
  padding-left: 7px;
  font-size: 0.8333333333rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.45px;
  opacity: 0.7;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div img {
  width: 157px;
}
@media (min-width: 576px) {
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double {
    max-width: 504px !important;
  }
}
@media (max-width: 575.98px) {
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner {
    gap: 2.2222222222rem;
    padding-right: 10px;
    padding-bottom: 5px;
    height: 325px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.double .popup-body .body-inner > div img {
    margin-left: 7px;
    width: 70%;
  }
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-hd .btn-close {
  display: none;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-hd .btn-close button {
  margin-left: auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/sect5-popup-close.svg) no-repeat center/cover;
  text-indent: -999px;
  overflow: hidden;
  opacity: 1;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-hd .tit {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-hd .desc {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 1.3;
  opacity: 0.7;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-body {
  position: relative;
  margin-top: 0.7777777778rem;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-body .btn-doublepopup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0.5555555556rem 1.1111111111rem;
  background: var(--primary-navy);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-wrap: nowrap;
  border-radius: 50px;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-body .btn-qr {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45.66%;
  height: 24.528%;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .popup-body img {
  width: 100%;
  border-radius: 14px;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .link-wrap {
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
  text-align: left;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .link-wrap span {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-align: left;
  font-family: "SUIT", "Outfit", -apple-system, sans-serif;
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .link-wrap a {
  font-family: SUIT;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.51px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575.98px) {
  .printalk .sect5 .inner .phone-wrap .popup-wrap .link-wrap {
    text-align: center;
    margin-bottom: 0;
  }
}
.printalk .sect5 .inner .phone-wrap .popup-wrap .qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.1111111111rem;
  padding: 0.8333333333rem 1.3333333333rem;
  background-color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.42px;
  line-height: 1.4;
  text-align: left;
}
.printalk .sect5 .inner .phone-wrap.clicked .popup-wrap .popup.start {
  opacity: 0 !important;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (min-width: 768px) {
  /* ----------------------------------------------------------- */
  /*      ºÎÆ®½ºÆ®·¦ °øÅë CSS ½ºÅ¸ÀÏ ÀÌ°ü ±¸°£ - 2025.03.28      */
  /* ----------------------------------------------------------- */
  .d-md-none {
    display: none !important;
  }
  
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 1599.98px) {
  .printalk .sect5 .inner {
    gap: 3.3333333333rem;
  }
}
@media (max-width: 995.98px) {
  .printalk .sect5 .inner {
    gap: 2.2222222222rem;
  }
}
@media (max-width: 767.98px) {
  .printalk .sect5 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0;
  }
  .printalk .sect5 .inner .sect-tit {
    margin-top: 0;
    font-size: 56px !important;
    letter-spacing: -1.68px;
  }
  .printalk .sect5 .inner .sect-tit p {
    margin-top: 1.1111111111rem;
  }
  .printalk .sect5 .inner .phone-wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  .printalk .sect5 .inner .phone-wrap .phone {
    margin: 0 auto;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 30px 0 0;
    width: 100%;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup {
    padding: 24px 20px;
    max-width: 350px;
    min-width: 290px;
    width: 90% !important;
    border-radius: 20px;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup::before {
    opacity: 0;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.start::before {
    opacity: 1;
    top: -19px;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28px;
    height: 19px;
    background: url(https://epsonkorea.img4.kr/printalk/asset/images/sect5-popup-tail_v2.svg) no-repeat left bottom/contain;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide .popup-hd {
    text-align: left;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide .popup-hd .btn-close {
    display: block;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide .popup-hd .tit {
    font-size: 16px;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .popup.guide .popup-hd .desc {
    font-size: 14px;
  }
  .printalk .sect5 .inner .phone-wrap .popup-wrap .qr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 280px;
    border-radius: 500px;
  }
}
@media (max-width: 575.98px) {
  .printalk .sect5 .inner .sect-tit span::after {
    margin-bottom: 0.4444444444rem;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.printalk .sect6 {
  width: 100%;
  min-height: 100vh;
  overflow-x: clip !important;
  padding: 0;
  background-color: #F8F8F8;
}
.printalk .sect6 .sect6-cont1 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(https://epsonkorea.img4.kr/printalk/asset/images/sect6-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.printalk .sect6 .sect6-cont1 .route-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.printalk .sect6 .sect6-cont1 .route-item {
  position: absolute;
  overflow: visible;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.printalk .sect6 .sect6-cont1 .route-item .route-svg {
  display: block;
  overflow: visible;
}
.printalk .sect6 .sect6-cont1 .route-item.route-item-1 {
  top: 22%;
  left: 19.7%;
}
.printalk .sect6 .sect6-cont1 .route-item.route-item-2 {
  top: 57%;
  left: 42.3%;
}
.printalk .sect6 .sect6-cont1 .route-item.route-item-3 {
  bottom: 50%;
  right: 16.9%;
}
.printalk .sect6 .sect6-cont1 .txt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  text-align: center;
}
.printalk .sect6 .sect6-cont1 .logo-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.printalk .sect6 .sect6-cont1 .logo img {
  width: auto;
  height: 5.5555555556rem;
}
@media (max-width: 1199.98px) {
  .printalk .sect6 .sect6-cont1 .tit01 {
    font-size: 2.5555555556rem;
  }
  .printalk .sect6 .sect6-cont1 .logo-wrap .logo img {
    height: 5rem;
  }
}
@media (max-width: 575.98px) {
  .printalk .sect6 .sect6-cont1 .tit01 {
    font-size: 1.8888888889rem;
    text-align: center;
  }
  .printalk .sect6 .sect6-cont1 .logo-wrap .logo img {
    height: 3.6111111111rem;
  }
}
.printalk .sect6 .sect6-cont2 {
  padding: 5.5555555556rem var(--space);
  background-color: #F8F8F8;
}
.printalk .sect6 .sect6-cont2 .inner {
  width: 100%;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap {
  margin-top: 5.5555555556rem;
  padding: 2.2222222222rem;
  background-color: var(--primary-navy);
  border-radius: 2.2222222222rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.7777777778rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .spot-txt {
  font-weight: 700;
  color: #fff;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5555555556rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button {
  font-size: 20px;
  padding: 0.2777777778rem 1.1111111111rem;
  border-radius: 5.5555555556rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button.active {
  font-weight: 800;
  color: var(--primary-navy);
  background-color: var(--primary-ylw);
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button:not(.active) {
  color: #fff;
  font-weight: 700;
  background-color: var(--primary-navy);
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content {
  margin-top: 1.9444444444rem;
  padding: 2.7777777778rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 1.6666666667rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  gap: 2.7777777778rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 17.7777777778rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  gap: 1.1111111111rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-swiper {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-swiper .swiper-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-swiper .swiper-slide .video-wrapper {
  position: relative;
  width: auto;
  height: 100%;
  max-height: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 1.1111111111rem;
  margin: 0 auto;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-swiper .swiper-slide .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .pagination-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5555555556rem;
  font-size: 0.8888888889rem;
  font-weight: 500;
  color: #333;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .pagination-info .pagination-current {
  opacity: 1;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .pagination-info .pagination-divider {
  opacity: 0.5;
  width: 2.5em;
  height: 0.1111111111rem;
  background-color: #333;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .pagination-info .pagination-total {
  opacity: 0.5;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .video-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4444444444rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .video-navigation button {
  position: static;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  margin: 0;
  border-radius: 50%;
  background-color: #0c4da2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .video-navigation button:hover {
  opacity: 0.8;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .video-navigation button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .video-navigation button svg {
  display: block;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .video-navigation button::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/sect6-btn-arr.svg) no-repeat center/contain;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .video-pagination .video-navigation button.swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3333333333rem;
  min-width: 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.1111111111rem;
  background-color: rgba(255, 205, 0, 0.2);
  border-radius: 5.5555555556rem;
  padding: 0.5555555556rem 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-tit .spot-list-tit-name,
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-tit .spot-list-tit-addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "SUIT", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.06em;
  line-height: 1.6;
  text-align: center;
  padding: 0 1.3333333333rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-tit .spot-list-tit-name {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-tit .spot-list-tit-addr {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3333333333rem;
  margin: 0;
  padding: 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-item .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.1111111111rem;
  background-color: #f6f6f6;
  border-radius: 5.5555555556rem;
  padding: 0.5555555556rem 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-item .item-list li .item-name,
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-item .item-list li .item-addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "SUIT", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.054em;
  line-height: 1.6;
  text-align: center;
  padding: 0 1.3333333333rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-item .item-list li .item-name {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap .spot-list-item .item-list li .item-addr {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .sopt-list-bottom {
  display: none;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .sopt-list-bottom.active {
  display: block;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .sopt-list-bottom.active .pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5555555556rem;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .sopt-list-bottom.active .pagination-wrap li a {
  font-size: 0.8888888889rem;
  font-weight: 500;
  color: #333;
  opacity: 0.5;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .sopt-list-bottom.active .pagination-wrap li.active a {
  font-weight: 800;
  color: #333;
}
.printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .sopt-list-bottom.active .pagination-wrap .pagination-arrow[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 1199.98px) {
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header {
    font-size: 1.1111111111rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button {
    font-size: 0.9444444444rem;
    padding: 0.1111111111rem 0.8333333333rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-tit {
    font-size: 1rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-item {
    font-size: 0.9444444444rem;
  }
}
@media (max-width: 995.98px) {
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap {
    margin-top: 3.3333333333rem;
    padding: 1.1111111111rem;
    border-radius: 1.6666666667rem;
    max-height: none;
    height: auto;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: flex-center;
        -ms-flex-align: flex-center;
            align-items: flex-center;
    gap: 1.3333333333rem;
    font-size: 1.6666666667rem;
    margin-bottom: 1.1111111111rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .spot-txt {
    text-align: center;
    font-size: 1.0555555556rem;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1em;
    color: #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap {
    gap: 0.5555555556rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button {
    font-size: 1.3333333333rem;
    padding: 0.5rem 1.6666666667rem;
    border-radius: 5.5555555556rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button.active {
    font-weight: 800;
    background-color: var(--primary-ylw);
    color: var(--primary-navy);
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button:not(.active) {
    font-weight: 700;
    background-color: var(--primary-navy);
    color: #fff;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.1111111111rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap {
    width: 80%;
    max-width: 100%;
    gap: 1.1111111111rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .spot-video-swiper .swiper-slide .video-wrapper {
    width: 100%;
    max-width: 17.7777777778rem;
    height: 31.5555555556rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .video-pagination .pagination-info {
    font-size: 0.8888888889rem;
    gap: 0.5555555556rem;
    color: #fff;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .video-pagination .pagination-info .pagination-current,
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .video-pagination .pagination-info .pagination-total {
    color: #fff;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .video-pagination .pagination-info .pagination-divider {
    background-color: #fff;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .video-pagination .video-navigation {
    gap: 0.4444444444rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .video-pagination .video-navigation button {
    width: 1.7777777778rem;
    height: 1.7777777778rem;
    background-color: #fff;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .video-pagination .video-navigation button::after {
    width: 0.6666666667rem;
    height: 0.6666666667rem;
    background-image: url(https://epsonkorea.img4.kr/printalk/asset/images/sect6-btn-arr-sm.svg);
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-list-wrap {
    display: none;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3333333333rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.1111111111rem;
    width: 100%;
    font-size: 1.1111111111rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-tit {
    display: none;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item {
    width: 100%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5555555556rem;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3333333333rem;
    height: auto;
    background-color: #fff;
    border-radius: 1.1111111111rem;
    padding: 1.3888888889rem 1.9444444444rem;
    width: 100%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li .item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-weight: 500;
    font-family: "SUIT", sans-serif;
    color: #111;
    letter-spacing: -0.042em;
    line-height: 1.6;
    gap: 0.7777777778rem;
    margin-bottom: 0;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li .item-name::before {
    content: "¸ÅÀå¸í";
    font-weight: 700;
    color: var(--primary-navy);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li .item-addr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    font-weight: 500;
    font-family: "SUIT", sans-serif;
    color: #111;
    letter-spacing: -0.042em;
    line-height: 1.6;
    gap: 0.7777777778rem;
    white-space: pre-wrap;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li .item-addr::before {
    content: "ÁÖ¼Ò";
    font-weight: 700;
    color: var(--primary-navy);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .sopt-list-bottom {
    display: none;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-more-btn {
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: var(--primary-ylw);
    border-radius: 50%;
    margin: 1.3333333333rem auto 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    border: none;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-navy)), to(var(--primary-navy))), -webkit-gradient(linear, left top, left bottom, from(var(--primary-navy)), to(var(--primary-navy)));
    background-image: linear-gradient(var(--primary-navy), var(--primary-navy)), linear-gradient(var(--primary-navy), var(--primary-navy));
    background-size: 0.7777777778rem 0.1111111111rem, 0.1111111111rem 0.7777777778rem;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-more-btn:hover {
    opacity: 0.8;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-more-btn:active {
    opacity: 0.6;
  }
}
@media (max-width: 575.98px) {
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header {
    font-size: 1.3333333333rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .btn-wrap button {
    font-size: 1rem;
    padding: 0.5555555556rem 1.2222222222rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-header .spot-list-wrap.spot-list-mobile {
    font-size: 0.8888888889rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap {
    width: 100%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-wrap .spot-content .spot-video-wrap .spot-video-swiper .swiper-slide .video-wrapper {
    height: 100%;
    max-width: 100%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li .item-name::before {
    width: 15%;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li .item-addr {
    max-height: 3.8888888889rem;
  }
  .printalk .sect6 .sect6-cont2 .inner .spot-list-wrap.spot-list-mobile .spot-list-item .item-list li .item-addr::before {
    width: 15%;
  }
}
.printalk .sect7 {
  position: relative;
  padding-top: 11.1111111111rem;
  background-color: var(--primary-navy);
}
.printalk .sect7 .cont {
  position: relative;
  z-index: 1;
  text-align: center;
}
.printalk .sect7 .cont p.tit04 {
  padding: 2.7777777778rem 0 1rem;
  opacity: 0.7;
}
.printalk .sect7 .cont .srch-wrap {
  display: inline-block;
  position: relative;
  margin-top: 3.8888888889rem;
  max-width: 730px;
  width: 100%;
}
.printalk .sect7 .cont .srch-wrap .srch-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  padding: 1.1111111111rem 1.3333333333rem 1.1111111111rem 4.4444444444rem;
  width: 100%;
  border-radius: 100px;
  background: #fff url(https://epsonkorea.img4.kr/printalk/asset/images/icon-srch.svg) no-repeat left 1.3333333333rem center/2.2222222222rem 2.2222222222rem;
}
.printalk .sect7 .cont .srch-wrap .srch-bar input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3333333333rem;
  min-width: 0;
}
.printalk .sect7 .cont .srch-wrap .srch-bar input::-webkit-input-placeholder {
  font-size: 1.3333333333rem;
  font-weight: 800;
  color: #bcbcbc;
  line-height: 1.3;
}
.printalk .sect7 .cont .srch-wrap .srch-bar input::-moz-placeholder {
  font-size: 1.3333333333rem;
  font-weight: 800;
  color: #bcbcbc;
  line-height: 1.3;
}
.printalk .sect7 .cont .srch-wrap .srch-bar input:-ms-input-placeholder {
  font-size: 1.3333333333rem;
  font-weight: 800;
  color: #bcbcbc;
  line-height: 1.3;
}
.printalk .sect7 .cont .srch-wrap .srch-bar input::-ms-input-placeholder {
  font-size: 1.3333333333rem;
  font-weight: 800;
  color: #bcbcbc;
  line-height: 1.3;
}
.printalk .sect7 .cont .srch-wrap .srch-bar input::placeholder {
  font-size: 1.3333333333rem;
  font-weight: 800;
  color: #bcbcbc;
  line-height: 1.3;
}
.printalk .sect7 .cont .srch-wrap .srch-bar .srch-btn {
  display: block;
  min-width: 2.2222222222rem;
  height: 2.2222222222rem;
  background: url(https://epsonkorea.img4.kr/printalk/asset/images/icon-arr-down.svg) no-repeat center/contain;
  text-indent: -999px;
  overflow: hidden;
}
.printalk .sect7 .cont .srch-wrap .menu-list {
  display: none;
  position: absolute;
  bottom: -220px;
  right: -35px;
  z-index: 1;
  padding: 0.8333333333rem;
  width: 233px;
  height: 230px;
  background-color: #fff;
  border-radius: 1.6666666667rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
.printalk .sect7 .cont .srch-wrap .menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
  height: 100%;
  text-align: left;
  overflow-y: scroll;
}
.printalk .sect7 .cont .srch-wrap .menu-list ul li {
  padding: 6px 10px;
  width: 110px;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.54px;
  line-height: 1;
  border-radius: 50px;
  text-wrap: nowrap;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .printalk .sect7 .cont .srch-wrap .menu-list ul li {
    font-size: 14px;
  }
}
.printalk .sect7 .cont .srch-wrap .menu-list ul li:not(.no-support):hover {
  background: var(--primary-navy);
  font-weight: 800;
  color: #fff;
}
.printalk .sect7 .cont .srch-wrap .menu-list ul li.no-support {
  display: none;
}
.printalk .sect7 .cont .srch-wrap .menu-list ul li:not(.no-support).hide {
  display: none;
}
.printalk .sect7 .cont .srch-wrap.open .srch-bar .srch-btn {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.printalk .sect7 .cont .srch-wrap.open .menu-list {
  display: block;
}
.printalk .sect7 .txt-rolling {
  position: absolute;
  bottom: 1.6666666667rem;
  font-size: 9.4444444444rem;
  font-weight: 700;
  color: var(--primary-ylw);
  letter-spacing: -5.1px;
  line-height: 1;
  text-wrap: nowrap;
}
.printalk .sect7 .txt-rolling p {
  display: inline-block;
}
@media (max-width: 995.98px) {
  .printalk .sect7 .cont .srch-wrap .menu-list {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .printalk .sect7 {
    padding-top: 80px;
  }
  .printalk .sect7 .cont .srch-wrap .menu-list {
    bottom: -190px;
    width: 200px;
    height: 200px;
  }
  .printalk .sect7 .cont .srch-wrap .menu-list ul li {
    width: 88px;
  }
  .printalk .sect7 .txt-rolling {
    font-size: 4.4444444444rem;
    letter-spacing: -2.4px;
  }
}
@media (max-width: 575.98px) {
  .printalk .sect7 .cont .srch-wrap .menu-list {
    width: 180px;
  }
}

.spot-floating-banner {
  position: fixed;
  right: 1.6666666667rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  width: 25rem;
  border-radius: 1.5rem;
  overflow: visible;
  -webkit-box-shadow: 0 0.7222222222rem 0.7222222222rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.7222222222rem 0.7222222222rem rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (min-width: 996px) {
  .spot-floating-banner {
    display: block;
  }
}
@media (max-width: 995.98px) {
  .spot-floating-banner {
    display: none;
  }
}
.spot-floating-banner:hover {
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
}
.spot-floating-banner .banner-icon {
  position: absolute;
  left: -1.3333333333rem;
  top: -1.3333333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.0555555556rem;
  height: 4.0555555556rem;
  border-radius: 50%;
  background-color: var(--primary-navy);
  z-index: 1;
}
.spot-floating-banner .banner-icon img {
  height: 2.0833333333rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .spot-floating-banner .banner-icon {
    width: 3.6111111111rem;
    height: 3.6111111111rem;
  }
  .spot-floating-banner .banner-icon img {
    height: 1.7777777778rem;
  }
}
.spot-floating-banner .banner-content {
  padding: 2.2222222222rem 2.2222222222rem 1.7777777778rem;
  background-color: #021526;
  border-radius: 1.5rem 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7777777778rem;
}
.spot-floating-banner .banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6111111111rem;
  text-align: center;
}
.spot-floating-banner .banner-title {
  font-size: 1.7777777778rem;
  font-weight: 800;
  color: #ffcd00;
  line-height: 1.4;
  letter-spacing: -0.0533333333rem;
  margin: 0;
}
@media (max-width: 575.98px) {
  .spot-floating-banner .banner-title {
    font-size: 1.2222222222rem;
  }
}
.spot-floating-banner .banner-subtitle {
  font-size: 1.3333333333rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.04rem;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .spot-floating-banner .banner-subtitle {
    font-size: 0.9444444444rem;
  }
}
.spot-floating-banner .banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4444444444rem;
  padding: 0.8888888889rem 1.5rem;
  background-color: #0c4da2;
  border-radius: 7.3888888889rem;
  color: #fff;
  font-size: 1.3333333333rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  line-height: 1.4;
}
.spot-floating-banner .banner-button:hover {
  background-color: #0a3d8a;
}
.spot-floating-banner .banner-button .arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.8333333333rem;
  height: 1.8333333333rem;
}
.spot-floating-banner .banner-button .arrow-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.spot-floating-banner .banner-button .arrow-icon span {
  font-size: 1.1111111111rem;
}
@media (max-width: 575.98px) {
  .spot-floating-banner .banner-button {
    font-size: 0.9444444444rem;
  }
  .spot-floating-banner .banner-button .arrow-icon {
    width: 1.5555555556rem;
    height: 1.5555555556rem;
  }
  .spot-floating-banner .banner-button .arrow-icon img {
    height: 1.1111111111rem;
  }
}
.spot-floating-banner .banner-bottom {
  background-color: #fff;
  padding: 0.6111111111rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0 0 1.5rem 1.5rem;
}
.spot-floating-banner .banner-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4444444444rem;
  background: none;
  border: none;
  color: #111;
  font-size: 1.1666666667rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: -0.0355555556rem;
  line-height: 1.6;
}
.spot-floating-banner .banner-close:hover {
  color: #333;
}
.spot-floating-banner .banner-close .close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
}
.spot-floating-banner .banner-close .close-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.spot-floating-banner .banner-close .close-text {
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .spot-floating-banner .banner-close {
    gap: 0rem;
  }
  .spot-floating-banner .banner-close .close-icon {
    height: 1.5555555556rem;
  }
  .spot-floating-banner .banner-close .close-text {
    font-size: 0.9444444444rem;
  }
}
.spot-floating-banner.hidden {
  display: none;
}

.scroll_bt_spot {
  position: fixed;
  right: 1%;
  bottom: 305px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
@media (max-width: 995.98px) {
  .scroll_bt_spot {
    display: block;
  }
}
.scroll_bt_spot a {
  position: relative;
  background: #021526;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.scroll_bt_spot a img {
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.scroll_bt_spot a span {
  position: absolute;
  font-size: 11px;
  bottom: -17px;
  white-space: nowrap;
  color: #021526;
  font-weight: bold;
  text-shadow: 0 0 0.2777777778rem rgb(255, 255, 255);
}
/* BASIC css end */

