@charset "utf-8";

:root {
  --po-color: #07C3E4;
  --box-bg: #F2FFFF;
  --bdrs: 20px;
  --font-black: #222;
  --font-white: #fff;
  --trans: cubic-bezier(0.99, 0, 0, 0.99);
}

/* Pretendard */
/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css"); */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


/* paperlogy */
@font-face {
  font-family: "paperlogy-L";
  src: url(../font/Paperlogy-3Light.ttf) format("truetype");
  src: url(../font/Paperlogy-3Light.ttf) format("woff");
}

@font-face {
  font-family: "paperlogy-R";
  src: url(../font/Paperlogy-4Regular.ttf) format("truetype");
  src: url(../font/Paperlogy-4Regular.ttf) format("woff");
}

@font-face {
  font-family: "paperlogy-M";
  src: url(../font/Paperlogy-5Medium.ttf) format("truetype");
  src: url(../font/Paperlogy-5Medium.ttf) format("woff");
}

@font-face {
  font-family: "paperlogy-SB";
  src: url(../font/Paperlogy-6SemiBold.ttf) format("truetype");
  src: url(../font/Paperlogy-6SemiBold.ttf) format("woff");
}

@font-face {
  font-family: "paperlogy-B";
  src: url(../font/Paperlogy-7Bold.ttf) format("truetype");
  src: url(../font/Paperlogy-7Bold.ttf) format("woff");
}

@font-face {
  font-family: "paperlogy-EB";
  src: url(../font/Paperlogy-8ExtraBold.ttf) format("truetype");
  src: url(../font/Paperlogy-8ExtraBold.ttf) format("woff");
}


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


* {
  margin: 0;
  padding: 0;
}

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

body {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  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: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--font-black);
}

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

li {
  list-style: none;
}

.row_c {
  width: 1400px;
  margin: 0 auto;
}

.mt10 {
  margin-top: 10rem;
}

.mt15 {
  margin-top: 15rem;
}

/* .wrap {
  min-height: 850px;
} */

.padding_LR {
  padding: 0 20px;
}


/* 스크롤바 */
::-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);
  color: #222;
}

.gray_c {
  color: #5f5f5f;
}

.diff_c {
  color: #5c5c5c;
}

.br {
  display: block;
}



.sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 7.5rem;
}

.sec-title div {
  text-align: center;
}

.sec-title .plz {
  font-size: 2rem;
  font-weight: 500;
  color: var(--po-color);
  letter-spacing: 1px;
}

.sec-title h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
}

.sec-title p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1rem;
  color: #555;
}

.btn {
  border: 0;
  outline: none;
  background: #fff;
  border: 1px solid var(--po-color);
  padding: 1rem 2rem;
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--po-color);
  border-radius: 8px;
  width: fit-content;
  transition: .3s ease-in-out;
}

.btn p {
  color: var(--po-color);
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  margin-top: 0 !important;
}

.btn:hover {
  background: var(--po-color);
}

.btn:hover p {
  color: #fff;
}



/* 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;
  font-weight: 700;
}

#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;
  font-weight: 500;
}

#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;
  font-weight: 300;
  color: var(--po-color);
  transition: .3s ease-in-out;
}

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

/* 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-M';
  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-R';
  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);

}

.top_btn span {
  color: #fff;
}


@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);
  }
}

.sec-title-flex {
  display: flex;
  gap: 2rem;
}


/* @media screen and (max-width:970px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width:550px) {
  .mt10 {
    margin-top: 6rem;
  }
} */



.banner {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 0rem;
  margin-bottom: 7rem;
  border-radius: 20px;
  overflow: hidden;
}
.banner img{
  border-radius: 15px;
}