@charset "utf-8";

*{box-sizing: border-box;}
.page-section{box-sizing: border-box; margin-bottom: 4rem; overflow: hidden;}
.page-section.title{overflow: visible;}
.border-b{border-bottom: 1px solid #ddd; padding-bottom: 4rem;}
.mb-0{margin-bottom: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.page-con{width: 100%; margin: 0 auto;}

.ver-line{width: 1px; height: 100px; background-color: #000; margin: 0 auto;}

.ps-con{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.ps-wrap{
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 60px;
}
.ps-box{
  width: calc((100% - 60px) / 2);
}
.ps-tit{
  width: 100%;
  margin-bottom: 40px;
}
.ps-tit > h5{
  font-size: 24px;
  color: #1a1e26;
  font-weight: 800;
  margin-bottom: 10px;
}
.ps-tit > h5 > span{
  color: #1b6b4a;
}
.ps-tit > h3{
  font-size: 42px;
  color: #1a1e26;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 800;
}
.ps-tit > h3 > span{
  color: #1b6b4a;
}
.ps-tit > p{
  font-size: 15px;
  color: #6b7684;
  font-weight: 400;
}
.ps-box > ul > li{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 13px;
}
.ps-box > ul > li:last-child{
  margin-bottom: 0;
}
.ps-box > ul > li > span{
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #EAF5EF;
  font-size: 14px;
  color: #1b6b4a;
}
.ps-box > ul > li > p{
  font-size: 15px;
  color: #3e4a59;
  font-weight: 500;
}

.form-bg{
  width: 100%;
  border-radius: 20px;
  border: 1px solid #E1E4E8;
  background: #F7F8FA;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 40px;
}
.fb-tit{
  width: 100%;
  margin-bottom: 30px;
}
.fb-tit > h5{
  font-size: 20px;
  color: #1A1E26;
  font-weight: 700;
  margin-bottom: 10px;
}
.fb-tit > p{
  font-size: 14px;
  color: #6B7684;
  font-weight: 400;
}
.form-wrap{
  width: 100%;
  display: flex;
  margin-bottom: 18px;
  gap: 14px;
}
.form-box{
  width: calc((100% - 14px) / 2);
}
.form-box input{
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #E1E4E8;
  background: #FFF;
  font-size: 14px;
  transition: .3s;
  outline: none;
  color: #3E4A59;
}
.form-box h5{
  font-size: 13px;
  color: #3E4A59;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-tit{
  font-size: 13px;
  color: #3E4A59;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-box:hover input{
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea{
  width: 100%;
  margin-bottom: 1rem;
}
.form-textarea textarea{
  width: 100%;
  height: 100px;
  padding: 14px;
  color: #3E4A59;
  outline: none;
  border-radius: 10px;
  border: 1px solid #E1E4E8;
  background: #FFF;
  resize: none;
  font-size: 14px;
  transition: .3s;
}
.form-textarea textarea:hover{
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea textarea::placeholder{
  font-size: 14px;
  color: #8C95A1;
}
.form-box input::placeholder{
  font-size: 14px;
  color: #8C95A1;
}
.ps-btn{
  width: 100%;
}
.ps-pol{
  display: flex;
  margin-bottom: 24px;
}
.ps-pol input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(44, 36, 24, 0.10);
  background: #fff;
  margin: 1px 6px 0 0;
  cursor: pointer;
  flex: 0 0 auto;
}
.ps-pol input[type="checkbox"]:checked{
  background-color: #1B6B4A;
  border-color: #1B6B4A;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.ps-pol p{
  font-size: 12px;
  color: #8C95A1;
  font-weight: 400;
  word-break: keep-all;
}
.ps-btn-wrap{
  width: 100%;
}
.ps-btn-wrap > button{
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  border-radius: 12px;
  background: #1B6B4A;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
}
.ps-btn-wrap > button:disabled{
  background: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}
.ps-btn > p{
  font-size: 13px;
  color: #8C95A1;
  font-weight: 400;
  text-align: center;
  margin-top: 14px;
}
.ps-logo{
  width: 100%;
  padding: 30px 0;
}
.psl-wrap{
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.psl-box{
  width: calc((100% - 50px) / 6);
}
.psl-img{
  width: 100%;
  display: flex;
}
.psl-img img{
  width: 100%;
}
.ps-logo > h5{
  font-size: 18px;
  text-align: center;
  color: #1A1E26;
  font-weight: 700;
  margin-bottom: 30px;
}
.ps-logo > p{
  text-align: center;
  font-size: 14px;
  color: #8C95A1;
  font-weight: 400;
}

/* media-query */

@media(min-width:1200px){
  .pt-3{padding-top: 3rem;}
  .pt-5{padding-top: 5rem;}
  .d-lg-block{display: block;}
  .d-lg-none{display: none;}
}

@media(max-width:1199px){
  .d-block{display: block;}
  .d-none{display: none;}
  .page-section{margin-bottom: 2rem;}
  .page-tit{font-size: 30px;}
  .ver-line{height: 50px;}
  .page-con{padding: 0;}
  
  .ps-wrap{
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px 0 30px;
  }
  .ps-box{
    width: 100%;
  }
  .ps-tit > h5{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ps-tit > h3{
    font-size: 32px;
    margin-bottom: 10px;
  }
  .ps-tit > p{
    font-size: 14px;
  }
  .ps-tit{
    margin-bottom: 30px;
  }
  .ps-box > ul > li > span{
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 13px;
  }
  .ps-box > ul > li{
    gap: 10px;
    margin-bottom: 10px;
  }
  .ps-box > ul > li > p{
    font-size: 14px;
  }
  .form-bg{
    border-radius: 12px;
    padding: 30px 15px;
  }
  .fb-tit{
    margin-bottom: 24px;
  }
  .fb-tit > h5{
    margin-bottom: 5px;
  }
  .fb-tit > p{
    font-size: 13px;
  }
  .form-wrap.mo{
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .form-wrap.mo .form-box{
    width: 100%;
    border-radius: 8px;
  }
  .form-box h5{
    margin-bottom: 5px;
  }
  .psl-wrap{
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 24px;
  }
  .psl-box{
    width: calc((100% - 2rem) / 3);
  }
  .ps-logo > p{
    font-size: 13px;
    line-height: 1.6;
  }
  .ps-logo{
    padding: 24px 0 10px;
  }
}
@media(max-width:600px){
  
}