/*big_rental_common*/
#big_rental .page {
  width: 100%;
}
#big_rental .page_inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1400px;
}
#big_rental .page2 .page_inner,
#big_rental .page8 .page_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#big_rental .page .bold_f {
  font-weight: 800;
}
#big_rental .page .color_p {
  color: var(--primary-color);
}
#big_rental .page .color_p2 {
  color: var(--secondary-color);
}
#big_rental .page1 .cont_txt > p,
#big_rental .page2 .cont_txt > p {
  font-size: 1.5em;
  line-height: 1.55em;
}
#big_rental .page2,
#big_rental .page8,
#big_rental .page9 {
  padding: 6em 0;
  text-align: center;
}
#big_rental .page3,
#big_rental .page5,
#big_rental .page7 {
  background: rgb(54 151 215 / 10%);
}
#big_rental .cont_box {
  margin: 3em 0;
  background: rgb(255 255 255 / 30%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 10px 10px 30px rgb(0 0 0 / 15%);
}
#big_rental .page .cont_title {
  font-size: 3em;
  line-height: 1.1em;
}
#big_rental .page8 .cont_title > p,
#big_rental .page9 .cont_title > p {
  font-size: 0.4em;
  opacity: 0.7;
}
#big_rental .page6 .cont_txt .br2,
#big_rental .page8 .cont_title br {
  display: none;
}

/*page1*/
#big_rental .page1 {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  background: url(/imageserver/origin/100/img/common/big_rental_bg.jpg)
    no-repeat center center;
  background-size: cover;
  z-index: 1;
}
#big_rental .page1::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  opacity: 0;
  z-index: 2;
  animation: dim_show 2s 0.3s forwards;
}
@keyframes dim_show {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
#big_rental .page1 .page_content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 3;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
}
#big_rental .page1 .page_content > span {
  display: inline-block;
  padding: 10px 20px;
  width: fit-content;
  font-size: 1.25em;
  background: rgb(255 255 255 / 30%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid #fff;
  border-radius: 50px;
}
#big_rental .page .page_content > h2 {
  margin: 0 0 0.5em;
  font-size: 3.4em;
  line-height: 1.4em;
}
#big_rental .page1 .page_content > h2 > i {
  text-emphasis-style: dot;
  text-emphasis-position: over left;
  -webkit-text-emphasis-style: dot;
  -webkit-text-emphasis-position: over;
}

/*page2*/
#big_rental .page2 .cont_title > strong {
  font-size: 0.7em;
}
#big_rental .page2 .cont_box {
  width: 65%;
}
#big_rental .page2 .cont_box > ul {
  padding: 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#big_rental .page2 .cont_box > ul > li {
  width: 33.2%;
  border-right: 1px solid rgb(0 0 0 / 6%);
}
#big_rental .page2 .cont_box > ul > li > img {
  height: 65%;
}
#big_rental .page2 .cont_box > ul > li:nth-child(3n + 3) {
  border-right: 0;
}
#big_rental .page2 .cont_box > ul > li:nth-child(-n + 3) {
  padding: 10px 0;
  border-bottom: 1px solid rgb(0 0 0 / 6%);
}
#big_rental .page2 .cont_box > ul > li:nth-child(n + 4) {
  padding-top: 30px;
}
#big_rental .page2 .cont_box > ul > li > span {
  padding-top: 10px;
  display: block;
}

/*page3~ benefit*/
#big_rental .benefit {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#big_rental .benefit .page_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#big_rental .benefit .cont_img {
  align-items: center;
}
#big_rental .benefit .cont_img > img {
  width: 80%;
}
#big_rental .benefit .circle_flame > img {
  margin: 40px 0;
  border-radius: 100%;
}
#big_rental .benefit .halfcircle_flame {
  justify-content: flex-end;
}
#big_rental .benefit .halfcircle_flame > img {
  margin-top: 60px;
  border-radius: 100% 100% 0 0;
}
#big_rental .benefit .cont_txt > strong {
  padding-top: 35px;
  position: relative;
  line-height: 1.5em;
  font-size: 1.8em;
}
#big_rental .benefit .cont_txt > strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 1.7em;
  height: 0.5em;
  background: linear-gradient(145deg, #ffab4a, var(--primary-color));
  border-radius: 30px;
}
#big_rental .benefit .cont_txt > p {
  margin-top: 0.6em;
  line-height: 1.5em;
  word-break: keep-all;
  font-size: 1.3em;
  opacity: 0.7;
}

/*form*/
#big_rental .form_page .cont_box {
  width: 80%;
}
#big_rental .form_page .cont_title > p {
  margin-top: 20px;
}
#big_rental .application_form {
  display: flex;
  flex-wrap: wrap;
  padding: 4%;
  text-align: start;
}
#big_rental .form_cell {
  margin-bottom: 25px;
  width: 100%;
}
#big_rental .form_cell.half_cell {
  width: 50%;
}
#big_rental .form_cell.company_name {
  margin-right: 15px;
  width: calc(50% - 15px);
}
#big_rental .form_cell.manager_name {
  margin-left: 15px;
  width: calc(50% - 15px);
}
#big_rental .form_cell > label {
  display: block;
  line-height: 1.8em;
  font-size: 1.2em;
  font-weight: 700;
}
#big_rental .form_cell input[type="text"],
#big_rental .form_cell textarea {
  padding: 10px;
  width: 100%;
  font-size: 1.1em;
  font-weight: 600;
  color: 474747;
  border-bottom: 4px solid rgb(0 0 0 / 13%);
  box-shadow: 0px 2px 0px rgb(0 0 0 / 6%);
  transition: all 0.4s;
  box-sizing: border-box;
}
#big_rental .form_cell input[type="text"]:hover,
#big_rental .form_cell input[type="text"]:focus,
#big_rental .form_cell textarea:hover,
#big_rental .form_cell textarea:focus {
  border-bottom: 4px solid var(--primary-color_opct8);
  box-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
}
#big_rental .form_cell input[type="text"]::placeholder,
#big_rental .form_cell textarea::placeholder {
  font-size: 0.8em;
  font-weight: 600;
  color: rgb(0 0 0 / 20%);
}
#big_rental .email_input_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#big_rental .email_input_wrap > span {
  text-align: center;
  width: 70px;
}
#big_rental .email_input_wrap > select {
  margin-left: 20px;
  padding: 10px 20px 10px 10px;
  width: 35%;
  position: relative;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 0.9em;
  color: var(--primary-color_opct8);
  background: url("/imageserver/origin/100/img/common/sort-down-solid.png")
    no-repeat right 5px center;
  background-size: 17px;
  border: 1px solid var(--primary-color_opct8);
  border-radius: 3px;
  cursor: pointer;
}
#big_rental .form_cell input[name="Email2"] {
  color: var(--primary-color_opct8);
}
#big_rental .form_cell textarea {
  height: 150px;
  overflow-wrap: break-word;
  overflow-y: scroll;
}
#big_rental .form_cell.refer > label {
  font-size: 1em;
}
/*개인정보 이용동의*/
#big_rental .privacy_agree {
  position: relative;
}
#big_rental .privacy_agree .top-area {
  display: flex;
  align-items: center;
  gap: 2px;
}
#big_rental .privacy_agree .top-area .privacy_view {
  color: var(--Black-op-30, rgba(0, 0, 0, 0.3));
  text-align: center;
  font-family: Pretendard;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.9px;
  cursor: pointer;
  margin-left: 2px;
  user-select: none;
}
#big_rental .privacy_agree .top-area .privacy_view:hover {
  color: var(--primary-color);
}
#big_rental .privacy_cont {
  padding: 14px;
  display: none;
  width: 100%;
  font-size: 1em;
  line-height: 1.6em;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f0f0f0;
  margin-top: 12px;
}
#big_rental .privacy_cont > span,
#big_rental .privacy_cont > i {
  display: inline-block;
  padding-left: 0.6em;
  font-weight: 500;
}
#big_rental .chk_show {
  font-weight: 500;
}
#big_rental .btn_zone {
  display: flex;
  justify-content: flex-end;
}
#big_rental .send_btn {
  padding: 13px 35px;
  font-size: 1.3em;
  color: #fff;
  background: linear-gradient(140deg, #ffb74a, #ff5c4a 70%);
  background-size: 100% 200%;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 0%);
  transition: all 0.4s;
}
#big_rental .send_btn:hover {
  background-position: 0% 100%;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}
/*체크박스커스텀*/
#big_rental .chk_show {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}
#big_rental .chk_show > span:first-child {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  transform: scale(0.8);
  transition: all 0.2s ease;
}
#big_rental .chk_show > span:first-child::after {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  font-size: 1em;
  color: transparent;
  opacity: 0;
}
#big_rental
  .privacy_chk_wrap
  .privacy-agree-big:checked
  + .chk_show
  > span:first-child {
  background-color: var(--primary-color);
}
#big_rental
  .privacy_chk_wrap
  .privacy-agree-big:checked
  + .chk_show
  > span:first-child::after {
  color: #fff;
  opacity: 1;
  transform: translate(-50%, -50%);
}
/*form end*/

/*page9*/
#big_rental .page9 {
  color: #fff;
  background-color: #474747;
}
#big_rental .page9 .cont_title > p {
  opacity: 1;
}
#big_rental .page9 .call_btn {
  display: inline-block;
  padding: 10px 45px;
  font-size: 0.8em;
  color: #fff;
  background-color: rgb(255 92 74 / 20%);
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  transition: all 0.4s;
}
#big_rental .page9 .call_btn > i {
  animation: fixed-btn-point 1s ease-in-out infinite both;
}
#big_rental .page9 .call_btn:hover {
  background-color: rgb(255 92 74 / 70%);
}
#big_rental .page9 .call_btn:hover > i {
  color: #fff;
}

@media all and (max-width: 1600px) {
  #big_rental .page_inner {
    width: 90%;
  }
}
@media all and (max-width: 940px) {
  #big_rental .page2 .cont_box {
    width: 80%;
  }
  #big_rental .benefit .cont_img {
    width: 40%;
  }
  #big_rental .benefit .circle_flame > img {
    margin: 60px 0;
  }
  #big_rental .benefit .halfcircle_flame > img {
    margin-top: 80px;
  }
}
@media all and (max-width: 760px) {
  #big_rental .page2 .cont_box > ul > li {
    padding: 20px 0 10px !important;
    width: 49.8%;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
  }
  #big_rental .page2 .cont_box > ul > li:nth-child(3n + 3) {
    border-right: 1px solid rgb(0 0 0 / 6%);
  }
  #big_rental .page2 .cont_box > ul > li:nth-child(2n + 2) {
    border-right: 0;
  }
  #big_rental .page2 .cont_box > ul > li:nth-child(n + 4) {
    padding-top: 0;
  }
  #big_rental .page2 .cont_box > ul > li:nth-child(-n + 3) {
    padding: 0 0;
  }
  #big_rental .page2 .cont_box > ul > li:nth-child(n + 5) {
    border-bottom: 0;
  }
  #big_rental .benefit .page_content.circle_flame + .cont_txt {
    text-align: right;
  }
  #big_rental .benefit .page_content.circle_flame + .cont_txt > strong::before {
    left: auto;
    right: 0;
  }
}
@media all and (max-width: 640px) {
  #big_rental .benefit {
    flex-direction: column;
    height: 350px;
  }
  #big_rental .benefit .cont_img {
    position: absolute;
    width: 275px;
    z-index: -1;
  }
  #big_rental .benefit .cont_img.circle_flame {
    left: -10%;
  }
  #big_rental .benefit .cont_img.halfcircle_flame {
    right: -10%;
    bottom: 0;
  }
  #big_rental .page6 .cont_txt .br2 {
    display: block;
  }
}
@media all and (max-width: 480px) {
  #big_rental .page2 .cont_box {
    width: 90%;
  }
  #big_rental .benefit .cont_img.circle_flame {
    left: -30%;
  }
  #big_rental .benefit .cont_img.halfcircle_flame {
    right: -30%;
  }
}
@media all and (max-width: 430px) {
  #big_rental {
    font-size: 0.9em;
  }
  #big_rental .benefit {
    height: 380px;
  }
}
@media all and (max-width: 340px) {
  #big_rental .page2 .cont_box > ul > li {
    width: 49%;
  }
}

/*page8 form 반응형 따로 뺌*/
@media all and (max-width: 940px) {
  #big_rental .form_page .form_box {
    width: 90%;
  }
}
@media all and (max-width: 640px) {
  #big_rental .form_cell.half_cell {
    width: 100%;
  }
  #big_rental .form_cell.company_name {
    margin-right: 0;
    width: 100%;
  }
  #big_rental .form_cell.manager_name {
    margin-left: 0;
    width: 100%;
  }
  #big_rental .email_input_wrap {
    flex-wrap: wrap;
  }
  #big_rental .email_input_wrap input[name="Email1"] {
    margin-bottom: 10px;
    width: calc(100% - 30px);
  }
  #big_rental .email_input_wrap > span {
    width: 30px;
  }
  #big_rental .email_input_wrap input[name="Email2"] {
    width: 65%;
  }
  #big_rental .email_input_wrap > select {
    margin-left: 10px;
    width: calc(35% - 10px);
  }
  #big_rental .form_page .cont_title br {
    display: block;
  }
  #big_rental .form_page .cont_title > p {
    line-height: 1.6em;
  }
}
@media all and (max-width: 480px) {
  #big_rental .form_page .form_box {
    width: 100%;
  }
}
