/* reset */
html,
body {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  word-break: keep-all;
  padding: 0;
  margin: 0;
  color: #000;
  letter-spacing: -1px;
}
button {
  font-family: "Pretendard";
}
i {
  font-style: normal;
}
p,
h1,
h2,
h3,
span {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
li {
  list-style: none;
}
::selection {
  background-color: #000;
  color: #fff;
}
::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--point-co);
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

/*common*/
:root {
  --point-co: #5200FF;
}
#rental_proposal_landing {
  width: 100%;
}
.color_po {
  color: var(--point-co);
}
.bold_po {
  font-weight: 800;
}
.line_po{
  position: relative;
}
.line_po::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background:rgb(82, 0, 255, 0.3);
}
.op8 {
  opacity: 0.8;
}
.column {
  flex-direction: column;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.wide {
  width: 100%;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.between {
  justify-content: space-between;
}
.page {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page_sub_tit {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 1.6em;
  letter-spacing: -0.8px;
}
.page_img {
  position: absolute;
}
.page_img.initial {
  position: initial;
}
.page_wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
}
.page_tit {
  line-height: 1.8em;
  font-size: 2.2em;
}
.page_txt {
  line-height: 1.65em;
  font-weight: 600;
  font-size: 1.3em;
  opacity: 0.9;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*header*/
.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  z-index: 100;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  z-index: 1;
}
.header.scroll::before {
  height: 100%;
}
.header_wrap {
  position: relative;
  z-index: 2;
}
.logo > img {
  margin-right: 15px;
  width: 90px;
}
.logo_txt {
  font-size: 1.3em;
}

/*메인*/ 
.main {
  background-color: #E2E8FF;
}
.main_bg {
  position: absolute;
  left: -50%;
  top: 60%;
  width: 200%;
  height: 100%;
  transform: rotate(-20deg);
  box-shadow: inset 30px 30px 100px rgb(0 2 68 / 0%),
  -30px -30px 100px rgb(0 45 122 / 8%);
}
.main_img {
  bottom: 8%;
  right: 0;
  width: 60%;
}
.main .page_txt {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.4em;
}
.bottom_area {
  position: absolute;
  align-items: flex-end;
  left: 50%;
  bottom: 50px;
  justify-content: space-between;
  transform: translateX(-50%);
}
.logozone {
  display: flex;
  align-items: center;
}
.logozone > .fa-xmark {
  display: none;
  margin: 0 20px;
  font-size: 1.8em;
}
.logozone > img {
  max-width: 180px;
  max-height: 50px;
  min-width: 80px;
  min-height: 10px;
}
#cooperateLogo {
  display: block;
}
.cooperatelink {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.cooperatelink > i {
  margin-right: 10px;
}
.cooperatelink:hover {
  color: var(--point-co);
}

/*메인2*/
.about {
  height: 75vh;
  background-color: #f9fafb;
}
.about br.mobile{
  display: none;
}
.about .page_tit {
  line-height: 1.7em;
  font-size: 2em;
  font-weight: 600;
  color:rgba(0, 0, 0, 0.8);
} 
.about .page_tit > i {
  font-size: 1.2em;
  line-height: 2em;
}

/*why - 세계적인불황*/
.why {
  padding: 250px 0 0;
  height: auto;
}
.why .page_cont {
  padding: 70px 0 250px;
  display: flex;
  width: 100%;
  height: 100%;
}
.why .page_cont.cont1 {
  position: relative;
}
.why .page_cont.cont1 .page_txt {
  width: 45%;
}
.why .page_cont.cont1 .page_img {
  margin-top: -40px;
  position: relative;
  width: 55%;
}
.why .page_cont.cont1 .page_img > img {
  width: 130%;
}
.why .page_cont.cont1 .page_img .img_wrap {
  position: absolute;
  left: 6%;
  top: 13%;
}
.why .page_cont.cont1 .page_img .img_wrap > img:nth-child(1) {
  margin-left: 5%;
  width: 85%;
}
.why .page_cont.cont1 .page_img .img_wrap > img:nth-child(2) {
  margin-left: 30%;
  width: 90%;
}
.why .page_cont.cont1 .page_img .img_wrap > img:nth-child(3) {
  margin-left: 5%;
  width: 85%;
}
.why .page_cont.cont1 .page_img .img_wrap > img:nth-child(4) {
  margin-left: 40%;
  width: 80%;
}
/*why - 불황일수록 더 성장하는*/
.why .page_cont.cont2 .page_img{
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
}
.why .page_cont.cont2 .page_img .graph {
  position: relative;
  width: 30%;
}
.why .page_cont.cont2 .page_img .graph > img,
.why .page_cont.cont2 .page_img .graph > svg {
  width: 100%;
}
.why .page_cont.cont2 .page_img .graph > svg {
  position: absolute;
  left: 0;
  top: 0;
}
.why .page_cont.cont2 .page_img .graph:nth-child(1) > svg {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
.why .page_cont.cont2 .page_img .graph:nth-child(2) > svg {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
.why .page_cont.cont2.ani .page_img .graph:nth-child(1) > svg {
  opacity: 1;
}
.why .page_cont.cont2.ani .page_img .graph:nth-child(2) > svg {
  opacity: 1;
}
/*why - 왜 렌탈사업은 불황, 불경기에*/
.why .page_cont.cont3 .page_sub_tit {
  margin: 30px 0;
  font-size: 1.2em;
}
.why .page_cont.cont3 .page_txt > ul {
  margin-top: 50px;
}
.why .page_cont.cont3 .page_txt > ul > li {
  margin-right: 30px;
  padding: 30px 40px;
  width: 20%;
  min-height: 170px;
  box-shadow: -10px 10px 28px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.why .page_cont.cont3 .page_txt > ul > li .fa-circle-check {
  margin-bottom: 15px;
  font-size: 2em;
}
/*why - 그 결과 국내 렌탈시장*/
.why .page_cont.cont4 .page_txt {
  width: 50%;
}
.why .page_cont.cont4 .logoSwiper {
  margin-top: 50px;
  display: inline-block;
  width: 360px;
}
.why .page_cont.cont4 .logoSwiper .swiper-slide {
  height: 100px;
  background-color:  #f2f4f6;
  border-radius: 30px;
}
.why .page_cont.cont4 .logoSwiper img {
  max-width: 90px;
  min-width: 70px;
 }
 /*why - 팩트 체크 몇천만원 수익*/
.why .page_cont.cont5 .page_img {
  position: relative;
  width: 60%;
}
.why .page_cont.cont4 .page_img > img, 
.why .page_cont.cont5 .page_img > img {
  width: 100%;
}
.why .page_cont.cont5 .page_img .img_wrap {
  position: absolute;
  width: 100%;
  top: 18%;
  left: -1%;
  overflow: hidden;
}
.why .page_cont.cont5 .page_img > p {
  margin-left: 20%;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 18px;
} 
.why .page_cont.cont5 .page_img > p > i {
  display: block;
  font-style: normal;
  font-weight: 600;
}
.why .page_cont.cont5 .page_img .img_wrap img {
  width: 66%;
  border-radius: 20px;
}
.why .page_cont.cont5 .page_img .img_wrap .swiper-button-next {
  right: 10%;
  color: #666;
}
.why .page_cont.cont5 .page_img .img_wrap .swiper-button-prev {
  left: 10%;
  color: #666;
}
.why .page_cont.cont5 .page_img .img_wrap .swiper-button-next::after,
.why .page_cont.cont5 .page_img .img_wrap .swiper-button-prev::after {
  font-size: 26px;
}

/*더 늦기전에*/
.proposal {
  height: 100vh;
}
.proposal .page_cont.cont1 .page_img {
  left: -10%;
  bottom: 10%;
  z-index: -1;
}
.proposal .page_cont.cont1 img {
  width: 50%;
}
.proposal .page_cont.cont1 .page_tit {
  line-height: 1.8em;
  font-size: 3em;
}
.proposal .page_cont.cont2 img {
  width: 40%;
}
/*쉽고 특별한*/
.proposal.page2 {
  background-color: #f9fafb;
}
.proposal .page_cont.cont2 .page_tit {
  font-size: 2em;
}
.proposal.page2 .page_tit > span { 
  margin-top: 20px;
  display: inline-block;
  font-size: 1.2em;
}

/*특장점 01*/
.benefit, .system {
  padding: 250px 0 ;
  height: auto;
}
.benefit .page_cont {
  padding: 70px 0 300px;
  overflow: hidden;
}
.benefit .page_txt.info {
  margin-top: 20px;
  opacity: 0.8;
}
.benefit .page_cont.cont1 .img_wrap,
.benefit .page_cont.cont2 .img_wrap {
  margin-top: 50px;
  position: relative;
}
.benefit .page_cont.cont1 .img_wrap {
  justify-content: space-between;
}
.benefit .page_cont.cont1 .img_wrap > i {
  font-size: 3.5em;
}
.benefit .img_wrap > img {
  width: 45%;
}
.benefit .page_cont.cont1 .img_wrap > i {
  width: 10%;
  text-align: center;
}
/*특장점 02*/
.benefit .vrspaceSwiper {
  width: 100%;
}
.benefit .vrspaceSwiper .swiper-slide {
  position: relative;
  width: 380px;
}
.benefit .vrspaceSwiper .swiper-slide > img {
  width: 100%;
}
.benefit .vrspaceSwiper .swiper-slide > span {
  position: absolute;
  bottom: 10%;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: rgb(82, 0, 255, 0.5);
}
/*특장점 03*/
.benefit .page_cont.cont3 .page_txt {
  width: 65%;
}
.benefit .page_cont.cont3 .page_img {
  width: 35%;
}
.benefit .page_cont.cont3 .img_wrap {
  position: relative;
}
.benefit .page_cont.cont3 .img_wrap > img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.benefit .page_cont.cont3 .img_wrap > video {
  position: relative;
  top: 28px;
  width: 99.8%;
  border-radius: 0 0 20px 20px;
}
.benefit .page_cont.cont3 .page_txt {
  width: 70%;
}
.benefit .page_cont.cont3 .page_img {
  width: 30%
}
/*특장점 04 - 06*/
.benefit .page_cont.cont4,
.benefit .page_cont.cont6 {
  align-items: flex-end;
}
.benefit .page_cont.cont5 {
  align-items: flex-start;
}
.benefit .page_cont.cont5 .img_wrap {
  align-items: flex-start
}
.benefit .page_cont.cont5 .img_wrap > img {
  margin-top: 40px;
  width: 49%;
}
.benefit .page_cont.cont4 .page_img,
.benefit .page_cont.cont6 .page_img {
  margin-top: 40px;
  width: 70%
}
.benefit .page_cont.cont4 .img_wrap > img,
.benefit .page_cont.cont6 .img_wrap > img {
  width: 100%;
}
.benefit .page_cont.cont6 {
  padding-bottom: 0;
}

/*영업지원 시스템*/
.system {
  background-color: #f9fafb;
}
.system ul.flex {
  margin-top: 80px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.system ul > li {
  width: 40%;
  height: 320px;
  align-items: flex-start;
  justify-content: flex-start;
}
.system ul > li > p {
  font-size: 1.4em;
  line-height: 1.5em;
}
.system ul > li > span {
  margin-top: 15px;
  opacity: 0.8;
}
.system ul > li:nth-child(-n+3) {
  margin-bottom: 70px;
}
.system ul > li > img {
  margin-bottom: 30px;
  width: 85px;
}
.system ul > li:nth-child(3) > img {
  width: auto;
}


/* 분양 리셀러 파트너쉽 프로그램 */
.platform_reseller {
  padding: 250px 0;
  height: auto;
}
.platform_reseller br.mobile {
  display: none;
}
.platform_reseller_intro h2 {
  font-size: 3em;
}
.platform_reseller_intro > h3 {
  display: inline-block;
  margin-bottom: 150px;

}
.platform_reseller_intro .cont_box > p {
  font-size: 1.7em;
  line-height: 1.8em;
}
.platform_reseller_intro > .cont_box {
  position: relative;
  padding: 60px 0 40px;
  box-shadow: 5px 5px 20px rgb(17 58 91 / 10%);
  border-radius: 30px;
  width: 100%;
}
.platform_reseller_intro > .cont_box > div {
  position: absolute;
  top: -40%;
}
.platform_reseller_intro > .cont_box > div > p {
  font-size: 1.7em;
  line-height: 2.2em;
}
.platform_reseller_intro > .cont_box > div > span {
  display: inline-block;
  font-size: 1.5em;
  padding: 15px 30px;
  background-color: var(--point-co);
  color: #fff;
  border-radius: 40px;
}
.platform_reseller_intro > .cont_box > div > span > i {
  margin-right: 10px;
}
/*리베이트 영업 수수료 표*/
.price_normal,
.price_reseller {
  display: flex;
}
.price_normal > span {
  background-color: rgba(0, 88, 206, 0.05);
}
.price_reseller > span {
  color: #fff;
  background-color: rgb(34 0 255 / 50%);
}
.platform_reseller_gragh {
  margin-top: 250px;
}
.reseller_gragh_info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 15px;
}
.reseller_gragh_info > p {
  font-size: 1.2em;
}
.platform_reseller_intro_price {
  width: 100%;
}
.platform_reseller_intro_price span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  line-height: 3.8em;
}
.price_wrap:first-child {
  width: 260px;
}
.price_wrap:nth-child(2) {
  width: 490px;
}
.price_wrap:nth-child(3) {
  width: 320px;
}
.price_wrap:nth-child(4) {
  width: 198px;
}
/* 인센티브 표 */
.platform_incentive {
  text-align: center;
}
.platform_incentive h3 {
  padding-top: 30%;
 font-size: 2em;
}
.platform_incentive_gragh {
  display: inline-block;
  width: 810px;
  margin-top: 10px;
  text-align: center;
}
.platform_incentive_gragh span:nth-child(1),
.platform_incentive_gragh span:nth-child(2) {
  background-color: rgb(34 0 255 / 50%);
  color: #fff;
}
.platform_incentive p:nth-child(2) {
  margin: 10px 0 35px;
  font-size: 1.3em;
}
.platform_incentive p:nth-child(3) {
  width: 810px;
  margin: 0 auto;
  text-align: left;
}
.platform_incentive span {
  display: inline-block;
  width: 400px;
  height: 60px;
  background-color: rgba(21, 0, 206, 0.02);
  border-bottom: 2px solid rgba(38, 0, 206, 0.08);
  font-size: 1.3em;
  line-height: 3em;
}

/* 정리! 5개 모집 시 이미 창업비용 상쇄 */
.platform_price {
  position: relative;
  text-align: center;
}
.platform_price br.mobile{
  display: none;
}
.platform_price .page_tit {
  padding-top: 30%;
}
.platform_price > span {
  display: inline-block;
  font-size: 1.5em;
  margin: 4% 0;
  padding: 15px 30px;
  background-color: var(--point-co);
  color: #fff;
  border-radius: 40px;
}
.platform_price > span > i  {
  margin-right: 10px;
}
.platform_price p {
  font-size: 1.8em;
  margin-top: 30px;
  line-height: 1.8em;
}
.platform_price p:nth-child(1),
.platform_price p:nth-child(3) {
  padding: 30px;
  box-shadow: 5px 5px 20px rgba(17, 58, 91, 0.1);
  border-radius: 30px;
}
.platform_price p > b {
  font-size: 1.2em;
}
.platform_price p > span {
  font-size: 0.7em;
}
.platform_price p:last-child {
  opacity: 0.8;
}
.platform_price p:last-child > i{
  display: inline-block;
  margin-right: 10px;
}


/* 전망 좋은 렌탈사업의 시작과 함께 높은 수익창출의 기회! */
.platform_target {
  position: relative;
}
.platform_target h1 {
  padding-top: 250px;
  margin-bottom: 20px;
}
.platform_target h3 {
  font-size: 1.7em;
}
.platform_target p {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 600;
}
.platform_target p > span {
  font-size: 1.3em;
}
.platform_target p:nth-child(3) {
  margin-top: 30px;
}
.platform_target > ul {
  margin-top: 100px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.platform_target > ul > li {
  position: relative;
  width: 30%;
  height: 150px;
  background-color: rgb(82, 0, 255, 0.05);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
}
.platform_target > ul > li > p > b {
  position: absolute;
  left: 10%;
  top: -10%;
  font-size: 1.8em;
}
.platform_target > ul > li:nth-child(-n+4) {
  margin-bottom: 50px;
}
.platform_target > ul > li > p > span {
  font-size: 0.6em;
}


/* 분양 리셀러 계정은*/
.platform_account {
  margin: 250px 0 0;
  position: relative;
  text-align: center;
}
.platform_account p {
  margin: 40px 0 60px;
  font-size: 1.7em;
  line-height: 2.2em;
}
.platform_account p > span {
  display: inline-block;
  line-height: 1em;
  padding: 15px 30px;
  background-color: var(--point-co);
  color: #fff;
  border-radius: 40px;
}
.account_business > span {
  margin: 40px 30px;
  font-size: 2em;
}
.account_business {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account_business .page_tit {
  font-size: 3em;
}

/* 회사연혁 */
.history {
  position: relative;
}
.history_cont_wrap {
  display: flex;
  justify-content: space-between;
}
.history_cont_wrap > div {
  width: 40%;
}
.history_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.history_wrap .page_cont > div {
  border-left: 3px solid var(--point-co);
}
.history_wrap .page_cont > div > .history_cont {
  margin: 20px 0 20px 20px;
}
.history span {
  width: 100px;
  color: var(--point-co);
  background-color: #fff;
  border-radius: 100px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2em;
}
.history h1 {
  margin-bottom: 80px;
}
.history_cont_tit {
  font-size: 1.4em !important;
  font-weight: 700;
}
.history_cont p {
  font-size: 1em;
  line-height: 1.7em;
}

/*특허1*/
.certification.page {
  padding: 200px 0;
  height: auto;
} 
.certification .page_img img {
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-image: linear-gradient(360deg, transparent 30%, rgba(255, 255, 255, 1));
  -webkit-mask-image: linear-gradient(360deg, transparent 30%, rgba(255, 255, 255, 1));
  border: 16px ridge #ededed;
  box-sizing: border-box;
}
.certification .page_img {
  margin-top: 40px;
}
.certification .img_wrap > div {
  width: 28%;
  text-align: center;
}
.certification .img_wrap > div > img {
  width: 100%;
}
.certification .img_wrap > div > span {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  opacity: 0.8 !important;
}
/*특허1 - 인증서*/
.certification2.page {
  padding-bottom: 250px;
  height: auto;
} 
.certification2 .page_img {
  position: relative;

}
.certification2 .page_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 60%;
  right: 0;
  background: linear-gradient(90deg, transparent, rgb(34 0 255 / 50%));
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 60px 0 0 60px;

}
.certification2 .img_wrap {
  margin-top: 50px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.certification2 .img_wrap > div {
  width: 13%;
  text-align: center;
}
.certification2 .page_img img.logo_img {
  max-width: 90px;
  max-height: 50px;
  margin-bottom: 15px;
}
.certification2 .page_img img.paper {
  width: 100%;
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgb(0 0 0 / 64%), 0 1rem 1.5rem -0.5rem rgb(0 0 0 / 25%), 0px 5px 10px rgb(0 0 0 / 20%);
  border: 14px ridge #ededed;
}

/*꿈과 열정*/
.dream {
  background-color: #f9fafb;
}
.dream .page_tit {
  font-size: 3em;
}
.dream .page_img {
  right: 27%;
  bottom: 10%;
  width: 13%;
}
.dream.ani .page_img {
  animation: img_ani 3s 0.5s backwards;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes img_ani {
  0% {bottom: 10%; opacity: 1;}
  100% {bottom: 100%; opacity: 0;}
}

/* 플랫폼 분양 및 리셀러 문의 메일폼 */
.inquiry_form.page {
  padding: 250px 0 100px;
  height: auto;
}
.inquiry_form {
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 242, 247, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  color: #000000;
}
.inquiry_form .required {
  margin-right: 2px;
  display: inline-block;
  color: rgb(255, 192, 13);
}
.inquiry_form_wrap > h3 {
  margin-bottom: 10px;
  text-align: center;
}
.inquiry_form_txt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.3em;
}
.inquiry_number {
  text-decoration: none;
}
.inquiry_number:hover {
  color: var(--point-co);
  transition: 0.4s ease;
}
form .mail_form {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1.5px solid #a29bc2;
  box-shadow: -6px -6px 20px rgb(255 255 255 / 80%),
    25px 25px 30px rgba(31, 17, 91, 0.1);
  background-color: #f8f8fb;
  border-radius: 10px;
}
.form_contact {
  display: flex;
  border-bottom: 1px solid #d2cbf1;
  border-top: 1px solid #fff;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.8em;
}
.form_contact:first-child {
  border-top: none;
}
.form_contact span {
  width: 100px;
  padding: 15px 20px;
  white-space: nowrap;
  word-break: keep-all;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  align-self: center;
}
.form_header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-start;
}
.form_txt {
  width: 855px;
  height: 300px;
  background: transparent;
  border: none;
  font-size: 1.3em;
  outline: none;
  text-shadow: 0 1px 0 #fff;
}
.form_contact textarea {
  width: 100%;
  height: 150px;
  resize: none;
}
.send_btn {
  float: right;
  bottom: 20px;
  right: 20px;
  padding: 10px 18px;
  margin: 0.8em;
  color: var(--point-co);
  background-color: transparent;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 100px;
  border: 2px solid var(--point-co);
}
.send_btn:hover {
  background-color: #edeaf5;
  transition: 0.4s ease;
}
.form {
  border-right: 1px solid #cbdff1;
}
.form,
.form_contact input,
.form_contact textarea,
.form_contact .slct_wrap {
  display: flex;
  color: var(--point-co);
  background: transparent;
  font-size: 0.7em;
  border: none;
}
.form_contact input {
  width: 100%;
  padding: 0 20px;
}
.form_contact textarea {
  padding: 20px;
}
.form_contact.email input,
.form_contact.email .slct_wrap {
  width: calc(100% - 40px / 3);
}
.form_contact.email .slct_wrap {
  position: relative;
  height: fit-content;
  align-self: center;
}
.form_contact.email .slct_wrap select {
  width: 100%;
  height: fit-content;
  padding: 5px 5px;
  margin-right: 20px;
  align-self: center;
  border-radius: 50px;
  border: 2px solid rgb(82, 0, 255, 0.6);
  font-family: "GmarketSansMedium", "Noto Sans KR", sans-serif;
  font-size: 0.7em;
  cursor: pointer;
  background: transparent;
  color: var(--point-co);
}
.form_cont {
  color: var(--point-co);
  width: 100px;
  padding: 20px 30px 20px 40px;
  border-bottom: 1px solid #cbdff1;
  border-top: 1px solid #fff;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.3em;
}
.form_contact #text_cnt {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 0.7em;
  color: #847fcc;
}
.form_contact select:focus-visible,.form_contact textarea:focus-visible,  
.form_contact input:focus-visible {
  outline: var(--point-co) auto 1px;
} 

@media all and (max-width: 1450px) {
  .price_normal,
  .price_reseller {
    display: flex;
  }
}
@media all and (max-width: 1300px) {
  .page_wrap {
    width: 90%;
    font-size: 0.9em;
  }
  /* 분양 리셀러 파트너쉽 프로그램 */
  .platform_incentive span {
    height: 48px;
  }
  .price_wrap {
    height: 60px;
  }

  .history_wrap .page_cont > .history_cont {
    width: 50%;
  }
  .form_header img {
    width: 80%;
  }
  form .mail_form {
    max-width: 600px;
  }
}

@media all and (max-width: 1000px) {
  .page_wrap {
    width: 90%;
    font-size: 0.8em;
  }
  /*특장점*/
  .benefit .page_cont.cont3 .page_txt {
    width: 65%;
  }
  .benefit .page_cont.cont3 .page_img {
    width: 35%;
  }
  .benefit .page_cont.cont5 .img_wrap {
    flex-direction: column;
  }
  .benefit .page_cont.cont5 .img_wrap > img {
    margin-top: 40px;
    width: 70%
  }
  /* 분양 리셀러 파트너쉽 프로그램 */
  .platform_incentive_gragh {
    width: 80%;
  }
  .platform_incentive span {
    width: 49%;
  }
  .platform_incentive p:nth-child(3) {
    width: 80%;
  }
  /*연혁*/
  .history {
    font-size: 1.1em;
  }
  /*특허*/
  .certification2 .img_wrap > div {
    width: 30%;
    text-align: center;
  }
  .certification2 .img_wrap > div:nth-child(-n+3){
    margin-bottom: 30px;
  }
  .certification2 .page_img img.paper {
    width: 55%;
  }
}
@media all and (max-width: 800px) {
  /*메인*/
  .main_img {
    width: 80%;
    bottom: 20%;
  }
  .main .page_txt {
    font-size: 3.5em
  }
  .bottom_area {
    flex-direction: column;
    align-items: start;
    text-align: left;
    bottom: 20px;
    justify-content: end;
  }
  .bottom_area .logozone {
    margin-bottom: 10px;
  }
  /*메인2*/
  .about .page_tit {
    font-size: 1.8em;
  }

  /*why - 세계적인불황*/
  .why .page_cont {
    flex-direction: column;
  }
  .why .page_cont.cont1 .page_img{
    margin-top: 50px;
    width: 100%;
  }
  .why .page_cont.cont1 .page_img > img {
    width: 100%;
  }
  .why .page_cont.cont1 .page_img .img_wrap > img:nth-child(1) {
    width: 70%;
  }
  .why .page_cont.cont1 .page_img .img_wrap > img:nth-child(2) {
    margin-left: 15%;
    width: 75%;
  }
  .why .page_cont.cont1 .page_img .img_wrap > img:nth-child(3) {
    margin-left: 20px;
    width: 60%;
  }
  .why .page_cont.cont1 .page_img .img_wrap > img:nth-child(4) {
    margin-left: 30%;
    width: 55%;
  }
  /*why - 불황일수록 더 성장하는*/
  .why .page_cont.cont2 .page_img {
    margin-top: 50px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .why .page_cont.cont2 .page_img .graph {
    width: 70%;
  }
  .why .page_cont.cont2 .page_img .graph:nth-child(1) {
    margin-bottom: 70px;
  }
  /*why - 세계적인 불경기, 인플레이션, 원자재비 상승*/
  .why .page_cont.cont3 .page_sub_tit {
    font-size: 1.4em;
  }
  .why .page_cont.cont3 .page_txt > ul {
    flex-direction: column;
  }
  .why .page_cont.cont3 .page_txt > ul > li {
    margin-bottom: 30px;
    margin-right: 0;
    width: 60%;
  }
  /*why - 그 결과 국내 렌탈시장 ~*/
  .why .page_cont.cont4 {
    flex-direction: column-reverse;
  }
  .why .page_cont.cont4 .page_txt {
    width: 100%;
  }
  .why .page_cont.cont4 .page_img,
  .why .page_cont.cont5 .page_img {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .why .page_cont.cont4 .page_img > img,
  .why .page_cont.cont5 .page_img > img {
    width: 70%;
  }
  .why .page_cont.cont5 .page_img .img_wrap img {
    width: 42%;
  }
  .why .page_cont.cont5 .page_img > p {
    margin-left: 0;
  }

  /*더 늦기전에*/
  .proposal .page_cont.cont1 .page_tit {
    font-size: 2.5em;
  }
  .proposal .page_cont.cont1 .page_img {
    left: -25%;
  }
  .proposal .page_cont.cont1 img {
    width: 30%;
  }
  /*쉽고 특별한*/
  .proposal .page_cont.cont2 {
    flex-direction: column;
    text-align: center;
  }
  .proposal .page_cont.cont2 .page_tit {
    font-size: 1.6em;
  }
  .proposal .page_cont.cont2 img{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0%;
  }

  /*특장점*/
  .benefit .page_cont.cont1 .img_wrap,
  .benefit .page_cont.cont2 .img_wrap,
  .benefit .page_cont.cont5 .img_wrap {
    flex-direction: column;
  }
  .benefit .img_wrap > img {
    width: 100%;
  }
  .benefit .img_wrap > i {
    margin: 15px 0;
    transform: rotate(90deg);
  }
  .benefit .vrspaceSwiper .swiper-slide {
    width: 300px;
  }
  .benefit .page_cont.cont3,
  .benefit .page_cont.cont6 {
    flex-direction: column;
  }
  .benefit .page_cont.cont3 .page_txt,
  .benefit .page_cont.cont4 .page_txt,
  .benefit .page_cont.cont6 .page_txt {
    width: 100%;
  }
  .benefit .page_cont.cont3 .page_img {
    margin-top: 40px;
    width:300px;
  }
  .benefit .page_cont.cont4 .page_img,
  .benefit .page_cont.cont5 .page_img,
  .benefit .page_cont.cont6 .page_img {
    width: 100%;
  }
  .benefit .page_cont.cont5 .img_wrap > img {
    width: 100%
  }

  /*영업지원 시스템*/
  .system ul > li {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .platform_target > ul > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .platform_target > ul > li:nth-child(-n+4) {
    margin-bottom: 40px;
  }

  /* 분양 리셀러 파트너쉽 프로그램 */
  .price_normal,
  .price_reseller {
    flex-direction: column;
  }
  .platform_reseller {
    font-size: 0.9em;
  }
  .price_wrap {
    width: 100% !important;
    height: 60px !important;
    border-bottom: 2px solid #fff;
  }
  .price_normal > span {
    background-color: rgba(31, 0, 206, 0.05);
    border-right: 2px #fff;
  }
  .price_reseller > span {
    color: #fff;
    background-color: rgb(82, 0, 255 / 50%);
    border-right: 2px #fff;
  }
  .platform_target p {
    font-size: 1.5em;
  }
  .platform_price br.mobile{
    display: block;
  }
  .platform_price > div .line_po::before{
    display: none;
  }

  /* 회사연혁 */
  .history {
    padding: 100px 0;
    height: auto;
  }
  .history_cont_wrap {
    font-size: 1.2em;
    flex-direction: column;
  }
  .history_cont_wrap > div {
    width: 100%;
  }
  .history_cont_wrap > div:first-child > .history_cont:nth-child(3) {
    margin: 20px 0 0 20px;
  }

  /*특허*/
  .certification .img_wrap {
    flex-direction: column;
  }
  .certification .img_wrap > div {
    width: 50%;
    height: 460px;
  }
  .certification2 .img_wrap > div {
    width: 50%;
    margin-bottom: 20px;
  }
  .certification2 .img_wrap > div:nth-child(-n+3) {
    margin-bottom: 20px;
  }

  /*꿈과 열정*/
  .dream .page_img {
    right: 8%;
    bottom: 3%;
    width: 25%;
  }

  /* 플랫폼 분양 및 리셀러 문의 메일폼 */
  form .mail_form {
    max-width: 500px;
  }
  .form_contact.email .slct_wrap select {
    width: 90px;
  }
}
@media all and (max-width: 640px) {
  /*common*/
  .page_tit {
    font-size: 1.8em;
  }
  .page_sub_tit {
    font-size: 1.3em;
  }

  /*메인*/
  .main .page_txt {
    font-size: 3em
  }
  .logozone {
    flex-direction: column;
    align-items: flex-start;
  }
  .cooperatelink {
    font-size: 16px;
  }
  #cooperateLogo {
    margin: 14px 0 5px;
  }
  .logozone .fa-xmark {
    display: none !important;
  }
  /*메인2*/
  .about .page_tit {
    font-size: 1.5em;
  }
  .about br.mobile{
    display: block;
  }

  /*why - 왜 렌탈사업은 불황, 불경기에*/
  .why .page_cont.cont3 .page_sub_tit {
    font-size: 1.3em;
  }

  /*더 늦기전에*/
  .proposal .page_cont.cont1 .page_tit {
    font-size: 2em;
  }
  .proposal .page_cont.cont2 .page_tit {
    font-size: 1.4em;
  }

  /*특장점*/
  .benefit .page_txt {
    font-size: 1.1em;
  }

  /*분양 리셀러 파트너쉽 프로그램*/
  .platform_reseller_intro > .cont_box > div > span {
    min-width: 240px;
    width: 50%;
    line-height: 1.5em;
  }
  .platform_reseller br.mobile {
    display: block;
  }
  .platform_account p > span {
    line-height: 1.5em;
  }
  .account_business .page_tit {
    font-size: 2em;
  }

  /*특허*/
  .certification .img_wrap > div {
    margin-bottom: 30px;
    width: 80%;
    height: 400px;
    overflow: hidden;
  }

  /*꿈과 열정*/
  .dream .page_tit {
    font-size: 2em;
  }

  /*플랫폼 분양 및 리셀러 문의 메일폼*/
  form .mail_form {
    max-width: 300px;
  }
  .form {
    border: 0;
  }
  .form_contact {
    flex-direction: column;
  }
  .form_contact span {
    width: 100%;
    padding: 10px;
  }
  .form_contact input {
    width: calc(100% - 40px);
    padding: 10px;
  }
  .send_btn {
    padding: 5px 10px;
  }
}
@media all and (max-width: 400px) {
  /*why*/
  .why .page_cont.cont3 .page_sub_tit {
    font-size: 1.1em;
  }
  .why .page_cont.cont4 .logoSwiper {
    width: 290px;
  }
  .why .page_cont.cont4 .logoSwiper img {
    max-width: 70px;
    min-width: 50px;
  }
  /*특장점*/
  .benefit .vrspaceSwiper .swiper-slide {
    width: 240px;
  }
  /*특허*/
  .certification .img_wrap > div {
    height: 350px;
  }
} 
@media all and (max-width: 330px) {
  /*메인2*/
 .about .line_po::before {
    display: none;
 }
}