@charset "utf-8";

:root {
  --po-color: #4C27FF;
  --a-bg: #5526ff;
  --font-black: #1a1a1a;
  --font-white: #fff;
  --gradi: linear-gradient(135deg, #4a27ff 0%, #6c26ff 100%);
}


/* paperlogy */
/* Light (300) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/Paperlogy-3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/Paperlogy-4Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/Paperlogy-5Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/Paperlogy-6SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/Paperlogy-7Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold (800) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/Paperlogy-8ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/Paperlogy-9Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



/* 드래그 */
::selection {
  background-color: var(--a-bg);
  color: #fff;
}


* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: 'paperlogy', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--font-black);
  cursor: default;
  /*   overflow-x: hidden; */
}


input:focus,
textarea,
button,
a,
select {
  outline-color: var(--po-color);
}

button {
  cursor: pointer;

}

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

p,
span {
  word-break: keep-all;
  letter-spacing: -0.3px;
}

a {
  font-family: 'paperlogy', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--font-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  word-break: keep-all;
}

h1 {
  font-family: 'paperlogy', sans-serif;
  font-weight: 900;
}

h2 {
  font-family: 'paperlogy', sans-serif;
  font-weight: 800;
}

h3 {
  font-family: 'paperlogy', sans-serif;
  font-weight: 700;
}

h4 {
  font-family: 'paperlogy', sans-serif;
  font-weight: 600;
}



li {
  list-style: none;
}

.row_c {
  /* width: 100%; */
  max-width: 1400px;
  margin: 0 auto;
}

.mt10 {
  margin-top: 10rem;
}

.mt15 {
  margin-top: 15rem;
}


.padding_LR {
  padding: 0 20px;
}




/* font gradi */
.font_gradi {
  background-image: var(--gradi);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
}

.glass_bg {
  box-shadow: 34px 34px 20px rgba(0, 0, 0, 0.04), inset 5px 5px 10px #f1f1f1, inset -5px -5px 10px #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}

/* btn */

.btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  border: 0;
  outline: none;
  background: var(--po-color);
  box-sizing: border-box;
  padding: 15px 25px;
  font-size: 1.6rem;
  color: var(--po-color);
  border-radius: 100px;
  width: fit-content;
  color: #fff;
  font-family: 'paperlogy', sans-serif;
  font-weight: 400;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
}

.btn.channel_btn {
  background: var(--gradi);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  transition: .3s;
  font-size: 17px;
}

.btn.channel_btn:hover {
  scale: 1.04;
}


/* 스크롤바 */
::-webkit-scrollbar {
  width: 3px;
  margin: 10px 0;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: var(--po-color);
  border-radius: 50px;
}

/* ::-webkit-scrollbar-button:vertical:start:decrement, modal_body::-webkit-scrollbar-button:vertical:start:increment{
  display: block;
  height: 15px;
}
::-webkit-scrollbar-button:vertical:end:decrement{
  display: block;
  width: 15px;
} */
/* 스크롤바 end */


.point_c {
  color: var(--po-color) !important;
}

.gray_6 {
  color: #666;
}

.gray_9 {
  color: #999;
}

.br {
  display: block;
}



.sec-title .small-title {
  font-size: 1.6rem;
  color: #999;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.sec-title h2 {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.1;
  /* margin-bottom: 1rem; */
  color: var(--font-black);
}

.sec-title .desc {
  font-size: 1.8rem;
  color: #666;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
}

.sec-title .desc .point {
  color: var(--font-black);
  font-weight: 500;
}

.sec-title .desc-2{
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  box-sizing: border-box;
  padding: 20px;
  background: #f2f2f201;
  border: 1px solid #ccc;
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
.sec-title .desc-2 p{
  color: var(--font-black);
  font-size: 1.8rem;
  font-weight: 500;
}
.sec-title .desc-2 span{
  line-height: 1.3;
}



/* faq////////////////////// */
/* faq */
#faq {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 5rem;
}

#faq .left,
#faq .right {
  width: 45%;
}

#faq .left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#faq .left .top {
  display: flex;
  gap: 3rem;
  align-items: flex-end;
}

#faq .left h2 {
  font-size: 4.8rem;

}

#faq .left .customer {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#faq .left .customer .center {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: fit-content;
}

#faq .left .customer .txt {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

#faq .left .customer .txt span {
  font-size: 1.6rem;
  color: #5f5f5f;
}

#faq .left .customer .txt p {
  font-size: 2rem;

}

#faq .left .page_move {
  margin-bottom: 3px;
  text-align: right;
  margin-top: 1rem;
  background: #fff;
  width: fit-content;
  border-radius: var(--bdrs);
  display: flex;
  align-items: center;
  gap: 0.5rem;

  color: var(--po-color);
  transition: .3s ease-in-out;
}

#faq .left .page_move .arrow {
  font-size: 2.2rem;

}

/* right */
#faq .right li {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}

#faq .right .question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
}

#faq .right .question p {
  font-family: 'paperlogy';
  font-weight: 500;
  font-size: 2rem;
  font-weight: normal;
}

#faq .right .faq_btn {
  position: relative;
  width: 14px;
  height: 14px;

}

#faq .right .faq_btn::before,
#faq .right .faq_btn::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--po-color);
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: .5s cubic-bezier(0.99, 0, 0, 0.99);
}

#faq .right .faq_btn::after {
  transform: translateY(-50%) rotate(90deg);
}

#faq .right .answer {
  font-family: 'paperlogy';
  font-weight: 400;
  font-weight: normal;
  display: none;
  padding-bottom: 20px;
  width: 80%;
  line-height: 1.5;
}

#faq .right .faq_btn.rotate::after {
  transform: translateY(-50%) rotate(315deg);
}

#faq .right .faq_btn.rotate::before {
  transform: translateY(-50%) rotate(225deg);
}

/* top btn */
.top_btn.visible {
  opacity: 1;
  bottom: 3rem;
}

.top_btn {
  cursor: pointer;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  bottom: -10rem;
  right: 3rem;
  background: var(--po-color);
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: UD 1s ease-in-out infinite;
  transition: .6s ease-in-out;
  box-shadow: 0 0 10px var(--box-bg);

}


@keyframes LR {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes UD {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width:1024px){
  html{
    font-size: 9px;
  }
}

@media (max-width:500px){
  html{
    font-size: 8px;
  }

  .re_br{
    display: block;
    margin-top: 3px;
  }
}