#page_wrap {
  scroll-behavior: smooth;
}
.txt_point_1 {
  color: var(--primary-color);
}
.txt_point_2 {
  color: var(--secondary-color);
}
#b2b_rental {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4em;
}
.cont.main {
  position: relative;
  background-image: url(/imageserver/origin/100/img/common/b2b_main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 220px 0 150px;
}
.cont.main::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.cont_wrap {
  width: 1225px;
  margin: 0 auto;
}
.main_wrap {
  position: relative;
  color: #fff;
}
.main .tit h1 {
  position: relative;
  font-size: 2.2em;
  color: var(--primary-color);
  padding: 0.5em 0 1.5em;
  margin-bottom: 1.5em;
  font-weight: 700;
}
.main .tit h1:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0;
}
.main_wrap .txt {
  font-weight: 200;
}
.online_cs_btn {
}
.online_cs_btn a {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 500;
  padding: 5px 20px;
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  margin-top: 2em;
}
.online_cs_btn a i {
  margin-left: 20px;
}
.system_wrap {
  width: fit-content;
  margin: 3.5em 0 0;
  padding: 2em 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.system_wrap h3 {
  font-size: 1.5em;
  font-weight: 600 !important;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.4em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.system_wrap ul {
}
.system_wrap ul li {
  padding: 0.2em 0;
  font-weight: 100;
}
.system_wrap ul li b {
  font-weight: 500;
}
.section02 {
  background: #efefee;
}
.cont {
  padding: 100px 0;
}
.section02 .worries_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section02 .worries_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 40%;
  padding: 40px 2em;
  height: 90px;
  box-shadow: 9px 9px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 4em;
  border-radius: 10px;
}

.section02 .worries_list.wide {
  width: 43%;
}
.section02 .worries_list .illust_wrap {
  padding: 0 2em;
}
.section02 .worries_list .illust_wrap img {
  display: block;
  width: 100%;
}
.section02 .worries_list p {
  width: 100%;
  align-self: center;
}
.section02 .worries_list p b {
  font-weight: 700;
}
.section03.cont {
  padding: 150px 0 240px;
}
.section03 h2 {
  display: inline-block;
  padding: 15px 20px;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 5px;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 2em;
}
.section03 .txt {
  font-size: 1.2em;
}
.section03 .txt p {
  margin: 0 0 0.5em;
  font-weight: 500;
  line-height: 1.5em;
}
.section03 .txt p:last-child {
  margin: 1.5em 0 0;
  font-size: 1.4em;
}
.section03 .inner_logo {
  font-family: "yg-jalnan";
  color: var(--secondary-color);
}
.section03 .cont_box {
  display: flex;
  justify-content: space-between;
}
.section03 .cont_box .illust {
  position: relative;
}
.section03 .cont_box .illust img {
  position: absolute;
  animation: upAndDown 1.2s ease-in infinite alternate;
}
.section03 .cont_box .illust img:nth-child(1) {
  top: -8em;
  right: 8em;
}
.section03 .cont_box .illust img:nth-child(2) {
  right: 2em;
  animation-duration: 0.9s;
}

@keyframes upAndDown {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}

.section04 {
  color: #fff;
  background: #0c0c0c;
}

.section04 .tit {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4em;
}
.section04 .tit h3 {
  font-size: 1.2em;
}
.section04 ul {
  margin: 2em 0;
  display: flex;
  justify-content: center;
}

.section04 ul li {
  position: relative;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #0c0c0c;
}
.section04 ul li:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.section04 ul li p {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.5em;
}

.section04 ul li:nth-child(1) {
  background-image: url(/imageserver/origin/100/img/common/b2b_s04_img01.jpg);
}
.section04 ul li:nth-child(2) {
  background-image: url(/imageserver/origin/100/img/common/b2b_s04_img02.jpg);
}
.section04 ul li:nth-child(3) {
  background-image: url(/imageserver/origin/100/img/common/b2b_s04_img03.jpg);
}
.section04 .bt_txt {
  text-align: center;
  font-weight: 200;
  padding: 20px 50px;
  border: 1px solid rgb(148, 148, 148);
  border-radius: 10px;
}

.section05 {
}
.section05 .tit,
.section06 .tit,
.section07 .tit,
.section08 .tit,
.section09 .tit {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  margin: 1.5em 0 2em;
}
.section05 .occupation_wrap {
}
.section05 .occupation_wrap li {
}
.section05 .occupation_wrap .occupation_box {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 210px;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.section05 .occupation_wrap .occupation_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.section05 .occupation_wrap .occupation_box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  cursor: default;
}
.section05 .occupation_wrap .occupation_box:hover {
  background: var(--primary-color);
}
.section05 .occupation_wrap .occupation_box:hover img {
  opacity: 0.2;
}
.section05 .occupation_wrap .occupation_box:hover p {
  opacity: 1;
}

.section06 .benefits_list li {
  position: relative;
  padding: 20px 0px 10px 40px;
  margin: 0 40px 20px;
  border-bottom: 2px solid var(--primary-color);
  font-size: 1.1em;
}
.section06 .benefits_list li:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/imageserver/origin/100/img/common/b2b_check_icon.png);
  background-size: cover;
  background-position: center center;
  width: 50px;
  height: 50px;
  bottom: -3px;
  left: -30px;
}

.section07 {
}
.section07 .service_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.5em 0 0;
}
.section07 .service_wrap li {
  position: relative;
  display: flex;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  padding: 1.9em 1.5em 1.5em;
  width: 280px;
  text-align: center;
  margin: 1em 0.5em;
}
.section07 .service_wrap li h3 {
  position: absolute;
  padding: 5px 15px;
  background: var(--secondary-color);
  color: #fff;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 60%;
  border-radius: 40px;
}
.section07 .service_wrap li p {
  width: 100%;
  align-self: center;
}
.section08 .procedure_wrap {
}
.section08 .procedure_wrap li {
  position: relative;
  display: flex;
  margin-bottom: 3em;
}
.section08 .procedure_wrap li:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/imageserver/origin/100/img/common/b2b_procedure_arrow.png);
  width: 18px;
  height: 33px;
  bottom: -35%;
  left: 5%;
}
.section08 .procedure_wrap li:last-child:after {
  display: none;
}
.section08 .procedure_wrap li:last-child {
  margin-bottom: 0;
}
.section08 .procedure_wrap li .procedure_icon {
  width: 140px;
}
.section08 .procedure_wrap li .procedure_icon img {
  display: block;
  width: 100%;
}

.section08 .procedure_wrap li .txt_wrap {
  padding: 0 0 0 1.5em;
  width: calc(100% - 140px);
}
.section08 .procedure_wrap li .txt_wrap h4 {
  color: var(--primary-color_opct5);
  font-weight: 900;
}
.section08 .procedure_wrap li .txt_wrap h3 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.3em;
  margin: 0.2em 0 0.5em;
}

.section09 .conditions_table {
  display: flex;
}
.section09 .conditions_table .cond_box {
  width: 33.3%;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.section09 .conditions_table .cond_box:last-child {
  border-right: 0;
}
.section09 .conditions_table .cond_box h4 {
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 1em;
}
.section09 .conditions_table .cond_box p {
  padding: 2em 1em;
}
.section09 .conditions_table .cond_box p span {
  display: block;
}
.section09 .conditions_table .cond_box b {
  font-weight: 600;
}
.section09 .notice {
  font-size: 0.8em;
  margin-top: 1em;
  display: block;
}

/*section10 form*/
.section10 .cont_wrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section10 {
  padding: 6em 0;
  text-align: center;
}
.section10 .tit h3 {
  font-size: 1.8em;
  font-weight: 600;
}
.section10 .tit br {
  display: none;
}
.section10 .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%);
}
.section10 .cont_box {
  width: 80%;
}
.section10 .tit > p {
  margin-top: 20px;
}
.application_form {
  display: flex;
  flex-wrap: wrap;
  padding: 4%;
  text-align: start;
}
.form_cell {
  margin-bottom: 25px;
  width: 100%;
}
.form_cell.half_cell {
  width: 50%;
}
.form_cell.company_name {
  margin-right: 15px;
  width: calc(50% - 15px);
}
.form_cell.manager_name {
  margin-left: 15px;
  width: calc(50% - 15px);
}
.form_cell > label {
  display: block;
  line-height: 1.8em;
  font-weight: 700;
}
.form_cell input[type="text"],
.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;
}
.form_cell input[type="text"]:hover,
.form_cell input[type="text"]:focus,
.form_cell textarea:hover,
.form_cell textarea:focus {
  border-bottom: 4px solid var(--primary-color_opct8);
  box-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
}
.form_cell input[type="text"]::placeholder,
.form_cell textarea::placeholder {
  font-size: 0.8em;
  font-weight: 600;
  color: rgb(0 0 0 / 20%);
}
.email_input_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.email_input_wrap > span {
  text-align: center;
  width: 70px;
}
.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;
}
.form_cell input[name="Email2"] {
  color: var(--primary-color_opct8);
}
.form_cell textarea {
  height: 150px;
  overflow-wrap: break-word;
  overflow-y: scroll;
}
.form_cell.refer > label {
  font-size: 1em;
}
/*개인정보 이용동의*/
.privacy_agree {
  position: relative;
}
.privacy_cont {
  padding: 20px;
  display: none;
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 140px;
  line-height: 1.6em;
  background-color: rgb(255 92 74 / 20%);
  backdrop-filter: blur(3px);
  box-shadow: 3px 3px 6px rgb(0 0 0 / 15%);
  overflow-y: auto;
  box-sizing: border-box;
  font-size: 0.75em;
}
.privacy_cont > p {
  font-weight: 600;
}
.privacy_cont > span,
.privacy_cont > i {
  display: inline-block;
  padding-left: 0.6em;
  font-weight: 500;
}
.privacy_view {
  font-weight: 700;
  border-bottom: 1.5px solid #474747;
  transition: color 0.3s;
}
.privacy_view:hover {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.chk_show {
  font-weight: 500;
}
.btn_zone {
  display: flex;
  justify-content: flex-end;
}
.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;
}
.send_btn:hover {
  background-position: 0% 100%;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}
.form_cell.refer > label {
  font-size: 0.75em;
  color: var(--primary-color);
}
/*체크박스커스텀*/
.chk_show {
  position: relative;
  cursor: pointer;
}
.chk_show > span:first-child {
  margin-right: 5px;
  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;
}
.chk_show > span:first-child::after {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  left: 1px;
  top: 1px;
  font-size: 1em;
  color: transparent;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
}
.privacy_chk_wrap .privacy-agree-b2b:checked + .chk_show > span:first-child {
  background-color: var(--primary-color);
  transform: scale(1);
}
.privacy_chk_wrap
  .privacy-agree-b2b:checked
  + .chk_show
  > span:first-child::after {
  color: #fff;
  opacity: 1;
  transform: scale(1);
}

@media all and (max-width: 1436px) {
  #b2b_rental {
    font-size: 1.1em;
  }
  .cont_wrap {
    width: 90%;
  }
  .section03 .cont_box .illust img {
    width: 260px;
  }
  .section04 ul li {
    width: 300px;
    height: 300px;
    background-size: cover;
  }
}
@media all and (max-width: 1100px) {
  .section02 .worries_list .illust_wrap {
    padding: 2em 1em 0;
  }
  .section03 .cont_box .illust img {
    width: 200px;
  }
  .section05 .occupation_wrap .occupation_box {
    width: 200px;
    height: 200px;
    background: var(--primary-color);
  }
  .section05 .occupation_wrap .occupation_box img {
    opacity: 0.2;
  }
  .section05 .occupation_wrap .occupation_box p {
    opacity: 1;
  }
  .section07 .service_wrap li {
    margin: 2em 0.5em;
  }
  .section07 .service_wrap li:last-child {
    margin: 2em 0.5em 0;
  }
  .section08 .procedure_wrap li {
    margin-bottom: 5em;
  }
  .section08 .procedure_wrap li:after {
    bottom: -50%;
  }

  .section08 .procedure_wrap li .procedure_icon {
    width: 100px;
  }
  .section08 .procedure_wrap li .txt_wrap {
    width: calc(100% - 100px);
  }
}

@media all and (max-width: 878px) {
  .cont {
    padding: 80px 0;
  }
  br {
    display: none;
  }
  .main_wrap .txt {
    width: 50%;
    min-width: 300px;
  }
  .cont.main {
    padding: 150px 0;
  }
  .main_wrap .txt {
    width: 80%;
  }
  .section02 .worries_list {
    width: 100% !important;
    max-width: 450px;
    margin: 0 auto 4.5em;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 20px 1.5em;
  }
  .section02 .worries_list .illust_wrap {
    padding: 2em 0.5em 0;
  }
  .section03.cont {
    padding: 80px 0;
    text-align: center;
  }
  .section03 .cont_box {
    flex-wrap: wrap;
  }
  .section03 .cont_box .illust {
    display: none;
  }
  .section03 .txt {
    margin: 0 auto;
  }
  .section04 ul {
    flex-direction: column;
  }
  .section04 ul li {
    margin: 0 auto;
  }

  .section08 .procedure_wrap li {
    margin-bottom: 7em;
  }
  .section08 .procedure_wrap li:after {
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section08 .procedure_wrap li {
    flex-wrap: wrap;
    margin: 0 auto 7em;
    width: 100%;
    max-width: 400px;
  }
  .section08 .procedure_wrap li .procedure_icon {
    margin: 1em auto;
  }
  .section08 .procedure_wrap li .txt_wrap {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .section09 .conditions_table {
    flex-direction: column;
  }
  .section09 .conditions_table .cond_box {
    width: 100%;
    margin: 0 auto 1em;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd;
    max-width: 400px;
  }
  .section09 .notice {
    text-align: center;
  }
}

@media all and (max-width: 650px) {
  .section05 .occupation_wrap .occupation_box {
    width: 150px;
    height: 150px;
  }
}

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