@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

.nanumgothic * {
  font-family: 'Nanum Gothic', sans-serif;
}

@font-face {
  font-family: 'TmonMonsori';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BMJUA';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BMDOHYEON';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 12px;
}
body, html{
  height: 100%;
}

iframe{
  width: 100%;
  height: 450px;
}
.landPrev {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}

.landPrev img {
  width: 100%;
  display: block;
}
.landPrev .formPrev {
  width: 100%;
  border: 30px solid #3e3e3e;
  padding: 50px;
  position: relative;
  background: #fff;
}
.landPrev .formPrev h1 {
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.landPrev .formPrev .flex {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.landPrev .formPrev03 .flex {
  background: #fff;
  border: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
.landPrev .formPrev .flex div {
  padding: 5px;
}
.landPrev .formPrev .flex .left {
  width: 20%;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: -0.7px;
  color: #000;
  font-weight: 700;
}
.landPrev .formPrev03 .flex .left {
  width: 21%;
  padding-left: 20px;
  position: relative;
}
.landPrev .formPrev03 .after .left::after {
  clear: both;
  position: absolute;
  content: "";
  width: 2px;
  height: 28px;
  right: 0;
  top: 13px;
  /* transform: translateY(-50%); */
  background: #000;
}
.landPrev .formPrev .flex .right {
  width: 80%;
  /* display: table-cell; */
  vertical-align: middle;
}
.landPrev .formPrev .flex .right.telBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landPrev .formPrev03 .flex .right {
  width: 79%;
}
.landPrev .formPrev input[type="text"] {
  width: 100%;
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid #b3b3b3;
}
.landPrev .formPrev .formInput {
  margin-bottom: 15px;
  padding: 5px 3px;
}
.landPrev .formPrev .formInputName {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  height: 100%;
  margin: 10px 0;
  padding-left: 10px;
  position: relative;
}
.landPrev .formPrev .formInputName:before {
  clear: both;
  width: 2px;
  height: 70%;
  position: absolute;
  content: "";
  background: #c5c5c5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.landPrev .formPrev select{
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #b3b3b3;
}

.landPrev .formPrev .telBox {
  display: flex;
  justify-content: space-between;
}
.landPrev .formPrev .telBox select,
.landPrev .formPrev .telBox input[type="tel"]{
  width: 30%;
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid #b3b3b3;
}
.landPrev .formPrev .telBox span{
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}

.landPrev .formPrev03 input[type="text"],
.landPrev .formPrev03 select,
.landPrev .formPrev03 .telBox input[type="tel"],
.landPrev .formPrev03 .telBox select,
.landPrev .formPrev03 textarea
 {
  border: none;
}

.landPrev .formPrev input[type="radio"],
.landPrev .formPrev	input[type="checkbox"] {
  display: none;
}
.landPrev .formPrev label {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 20px 0;
  position: relative;
  padding: 0 10px 0 35px;
  font-weight: 600;
}
.landPrev .formPrev02 .flex label  {
  transform: translateY(11px);
}
.landPrev .formPrev03 .flex label {
  /* font-size: 24px; */
  transform: translateY(11px);
}
.landPrev .formPrev input[type="radio"] + label:before,
.landPrev .formPrev	input[type="checkbox"] + label:before {
  clear: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #cbcbcb;
  background: #f6f6f6;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 2px;
  box-sizing: border-box;
}
.landPrev .formPrev input[type="radio"] + label:before {
  border-radius: 50%;
}
.landPrev .formPrev03 input[type="radio"] + label:before,
.landPrev .formPrev03	input[type="checkbox"] + label:before,
.landPrev .formPrev04 input[type="radio"] + label:before,
.landPrev .formPrev04	input[type="checkbox"] + label:before {
  border: 2px solid #787878;
  background: #fff;
}
.landPrev .formPrev03 input[type="radio"]:checked + label:before,
.landPrev .formPrev03	input[type="checkbox"]:checked + label:before,
.landPrev .formPrev04 input[type="radio"]:checked + label:before,
.landPrev .formPrev04	input[type="checkbox"]:checked + label:before {
  background: #787878;
}
.landPrev .formPrev	input[type="checkbox"]:checked + label:after,
.landPrev .formPrev input[type="radio"]:checked + label:after {
  clear: both;
  position: absolute;
  display: block;
  content: "\e900";
  font-family: "icomoon";
  font-weight: 900;
  font-size: 15px;
  left: 5.5px;
  top: 4px;
  color: #4b4b4b;
}
.landPrev .formPrev03	input[type="checkbox"]:checked + label:after,
.landPrev .formPrev03 input[type="radio"]:checked + label:after{
  font-size: 12px;
  left: 6.5px;
  top: 6px;
  color: #fff;
}
.landPrev .formPrev04	input[type="checkbox"]:checked + label:after,
.landPrev .formPrev04 input[type="radio"]:checked + label:after  {
  font-size: 12px;
  left: 6.5px;
  top: 6px;
  color: #fff;
}
.landPrev .formPrev textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #b3b3b3;
  resize: none;
  padding: 12px 16px;
  font-size: 14px;
}
.landPrev .formPrev03 .textArea {
  align-items:flex-start;
}
.landPrev .formPrev03 textarea {
  border: none;
}
.landPrev .formPrev .agreeBox label {
  margin: 10px 0 ;
}
.landPrev .formPrev03 .agreeBox label {
  transform: translate(0);
}
.landPrev .formPrev03 .agreeBox input[type="checkbox"]:checked + label:after {
  top: 6px;
}
.landPrev .formPrev .agreeBox span {
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}
.landPrev .formPrev	.textBox {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px;
  font-size: 16px;
}
.landPrev .formPrev .centerBox {
  text-align: center;
}
.landPrev .formPrev .centerBox button {
  width: 80%;
  height: 100px;
  background: #aa00e5;
  color: #fff;
  border: none;
  font-size: 30px;
  border-radius: 100px;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: 2px;
  cursor: pointer;
}

/* 개인정보 수집 동의 항목 */
.landPrev .priBox {
  position: absolute;
  padding: 20px;
  width: 650px;
  height: 300px;
  background: #fff;
  border-radius: 10px ;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  display: none;
  z-index: 9;
}
.landPrev .priBox h6 {
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: -0.72px;
  color: #000;
}
.landPrev .priBox div {
  padding: 5px;
  width: 100%;
  height: 180px;
  overflow-y: scroll;
  border: 1px solid #e5e5e5;
}
.landPrev .priBox button {
  width: 100px;
  height: 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 35px;
  display: block;
  cursor: pointer;
  margin: 10px auto;
}
.bgColor {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

/* 개인정보 수집 동의 항목 */

/*************************************************/
/*                     모바일                     */
/*************************************************/

@media (max-width: 960px) {

  .landPrev .formPrev {
    padding: 20px;
    border: 15px solid #3e3e3e; 
  }
  .landPrev .formPrev .formInput {
    margin-bottom: 10px;
  }
  .landPrev .formPrev .flex .left {
    font-size: 20px;
    width: 30%;
  }
  .landPrev .formPrev .flex .right {
    width: 70%;
  }
  .landPrev .formPrev input[type="text"],
  .landPrev .formPrev select{
    font-size: 20px;
    padding: 5px 8px;
  }
  .landPrev .formPrev .telBox select,
  .landPrev .formPrev .telBox input[type="tel"] {
    font-size: 20px;
    padding: 5px 8px;
    height: 35px;
  }
  .landPrev .formPrev .telBox span{
    font-size: 20px;
    padding: 5px 0;
    height: 35px;
  }
  .landPrev .formPrev	input + label {
    font-size: 18px;
    margin: 5px 0;
    padding-left: 40px;
    text-align: left;
    margin-right: 0;
  }
  .landPrev .formPrev02 .flex label  {
    transform: translateY(5px);
  }
  .landPrev .formPrev03 .flex label {
    transform: translateY(0);
  }
  .landPrev .formPrev	.checkLine input[type="radio"] + label:before,
  .landPrev .formPrev	input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  .landPrev .formPrev	.checkLine input[type="radio"]:checked + label:after {
    font-size: 20px;
    top: 3px;
  }
  .landPrev .formPrev	input[type="checkbox"]:checked + label:after {
    font-size: 20px;
    top: 1px;
  }
  .landPrev .formPrev	.textBox {
    font-size: 20px;
  }
  .landPrev .formPrev .centerBox button {
    width: 100%;
    height: 80px;
    font-size: 40px;
    margin-top: 30px;
  }
  .landPrev .priBox {
    width: 90%;
  }
}


@media (max-width: 480px) {

  .landPrev .formPrev .formInput {
    margin-bottom: 5px;
  }

  .landPrev .formPrev .agreeBox label {
    margin: 5px 0;
  }
  .landPrev .formPrev input[type="text"],
  .landPrev .formPrev select{
    font-size: 16px;
  }

  .landPrev .formPrev .telBox select,
  .landPrev .formPrev .telBox input[type="tel"],
  .landPrev .formPrev .telBox span {
    font-size: 16px;
    height: 30px;
  }
  .landPrev .formPrev .telBox select {
    margin-bottom: 5px;
  }

  .landPrev .formPrev input + label {
    font-size: 16px;
  }
  .landPrev .formPrev .agreeBox span {
    font-size: 12px;
  }


  .landPrev .formPrev .centerBox button {
    height: 50px;
    font-size: 18px;
    margin-top: 15px;
  }
}

@media (max-width: 300px) {
  .landPrev .formPrev .telBox select,
  .landPrev .formPrev .telBox input[type="tel"],
  .landPrev .formPrev .telBox span {
    font-size: 14px;
    height: 30px;
  }
}