*{margin: 0;padding: 0;word-break: keep-all;}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: inherit;
}
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6{
  font-size: inherit;
  font-weight: inherit;
}
b,strong{font-weight: inherit;}
i,em,address{font-style: inherit;}
img{max-width: 100%; display: block;}
/* common */
html{
  font-family: "PretendardVariable";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 10px;
  background: #fff;
  color: #000;
  line-height: 1.6;
  letter-spacing: -0.02em;
  word-spacing : 0.1em;
}
.page{
  overflow: hidden;
  width: 100%;
}
.innerTop{padding-top: 160px;}
.innerBot{padding-bottom: 160px;}
.content_inner{
  margin: 0 auto;
  max-width: 1280px;
  width: 95%;
}

.screen_out{
  position: absolute;
  top: -9999em;
}
.ir_pm{
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

* b{font-weight: 700;}
html *.c{text-align: center;}
html *.m160{margin-bottom: 16rem;}
html *.m120{margin-bottom: 12rem;}
html *.m100{margin-bottom: 10rem;}
html *.m80{margin-bottom: 8rem;}
html *.m70{margin-bottom: 7rem;}
html *.m50{margin-bottom: 5rem;}
html *.m40{margin-bottom: 4rem;}
html *.m30{margin-bottom: 3rem;}
html *.m20{margin-bottom: 2rem;}
html *.m10{margin-bottom: 1rem;}
p{font-size: 20px;line-height: 2;}

/* popup */
#popup_10{z-index:99999101;}
#popup_9{z-index:99999102;}
#popup_8{z-index:99999103;}
#popup_7{z-index:99999104;}
#popup_6{z-index:99999105;}
#popup_5{z-index:99999106;}
#popup_4{z-index:99999107;}
#popup_3{z-index:99999108;}
#popup_2{z-index:99999109;}
#popup_1{z-index:99999110;}

.popup_wrap {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.popup_foot {
  padding: 10px;
  font-size: 1.5rem;
}
.popup_foot>div{
  display: flex;
  justify-content: space-between;
}
.popup_foot label span{
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.popup_close{
  cursor: pointer;
}
.popup_wrap.introani{
  animation: introanimation .8s forwards ease;
}
/* 전체 wrapper */
.quick {
  position: fixed;
  top: 40%;
  right: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.gooey-menu {
  width: 100px;
  height: auto;
  filter: url(#gooey);
  transition: filter 0.3s ease;
}
.gooey-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
}
.gooey-menu li {
  position: absolute;
  left: 15px;
  bottom: -110px;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.5s ease;
}
.quick.on .gooey-menu li {
  opacity: 1;
  transform: translateY(calc(var(--i) * 80px));
}
.img_wrap {
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.img_wrap img {
  width: auto;
  height: 31px;
  object-fit: contain;
}
.quick_logo {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #d5e9f9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  font-family: "Noto Sans KR Regular";
  /* overflow: hidden; ← 제거해야 ripple 퍼짐 */
}

.quick_logo .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background-color: rgb(175, 211, 236,0.3);
  animation: rippleEffect 2.5s infinite;
  z-index: 0;
}

.quick_logo .ripple:nth-child(3) {
  animation-delay: 1.25s;
}

@keyframes rippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.quick_logo span {
  position: relative;
  z-index: 1;
}
.quick_logo:hover span{
  animation: bounceImage 0.4s ease-in-out;
}


@media (min-width:0px) and (max-width:1520px){
  .h3_txt{font-size: 4.5rem;}
  
}
@media (min-width:0px) and (max-width:1280px){
  #quick-placeholder {
        top: 20vw;
    }
  .innerTop{padding-top: 12rem;}
  .innerBot{padding-bottom: 12rem;}
  html *.m160{margin-bottom: 14rem;}
  html *.m120{margin-bottom: 10rem;}
  html *.m100{margin-bottom: 8rem;}
  html *.m80{margin-bottom: 6rem;}
  html *.m70{margin-bottom: 5rem;}
  html *.m50{margin-bottom: 4rem;}
  html *.m40{margin-bottom: 3rem;}
  html *.m30{margin-bottom: 2rem;}
  html *.m10{margin-bottom: 1rem;}
  p{font-size: 2rem;}
}

@media (min-width:0px) and (max-width:900px){
  .innerTop{padding-top: 10rem;}
  .innerBot{padding-bottom: 10rem;}
  p{font-size: 1.8rem;}
  html *.m160{margin-bottom: 12rem;}
  html *.m120{margin-bottom: 8rem;}
  html *.m100{margin-bottom: 7rem;}
  html *.m80{margin-bottom: 6rem;}
  html *.m70{margin-bottom: 5rem;}
  html *.m50{margin-bottom: 4.5rem;}
  html *.m40{margin-bottom: 2rem;}
  html *.m10{margin-bottom: 1rem;}
  /* popup */
  .popup_wrap {
    top: 0 !important;
    left: 0!important;
  }
  /* common */
  .bg_wrap.bluebg::before {
    display: none;
  }
  
  
}
@media (min-width:0px) and (max-width:500px){
  /* common */
  .innerTop{padding-top: 7rem;}
  .innerBot{padding-bottom: 7rem;}
  html *.m160{margin-bottom: 8rem;}
  html *.m120{margin-bottom: 6rem;}
  html *.m100{margin-bottom: 5rem;}
  html *.m80{margin-bottom: 4rem;}
  html *.m70{margin-bottom: 3rem;}
  html *.m50{margin-bottom: 2.5rem;}
  html *.m10{margin-bottom: 0.5rem;}
  p{font-size: 4.5vw;}
  /* popup */
  .popup_wrap {
    left: 0!important;
  }
  .quick_logo {
    width: 70px;
    height: 70px;
  }
   .quick_logo img{
    width: 48px;
   }
  .quick_logo .ripple {
    width: 40px;
    height: 40px;
  }
  .quick_logo span{
    font-size: 14px;
  }
  .img_wrap{
    width: 50px;
    height: 50px;
  }
  .img_wrap img{
    width: 21px;
  }
  .quick.on .gooey-menu li {
    transform: translateY(calc(var(--i) * 60px));
  }
  .gooey-menu li {
  bottom: 0px;
  left: 25px;
}
}
