@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

@font-face {
  font-family: 'Jal_Onuel';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Jal_Onuel.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {font-size: 16px;}
body {font-family:'Pretendard', sans-serif;color:#000;-webkit-text-size-adjust: none;overflow-x:hidden;-webkit-overflow-scrolling:touch;}
body, h1, h2, h3, h4, h5, h6, ul, p, button, input, td{margin:0;padding:0}
h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:normal;font-family:inherit}
ul{list-style:none}
a{text-decoration:none}
a:link, a:visited, a:hover, a:active{color:inherit;text-decoration:none}
button{border:0px;background:none;cursor:pointer;font-family:inherit;font-size: inherit;}
img{border:0px;vertical-align:top}
address{font-style:normal}
header, nav, section, article, footer{display:block}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select{vertical-align:middle}
input, textarea{-webkit-appearance: none;-webkit-border-radius: 0}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
table{border-spacing:0px;border-collapse:collapse}
em{font-style:normal}
fieldset{border:0}
select::-ms-expand {display:none}
input:focus {outline:none}

input[type="date"]{position:relative;padding-right:20px;background:url("../images/cal_arrow.png") no-repeat right 10px center;padding-left:0}
input[type="date"]::-webkit-clear-button, input[type="date"]::-webkit-inner-spin-button{display:none}
input[type="date"]::-webkit-calendar-picker-indicator{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;color:transparent;cursor:pointer}
input[type="date"]::before{content:attr(data-placeholder);width:100%}
input[type="date"]:valid::before{display:none}
input[data-placeholder]::before{color:#999;font-size:13px}



.limit_page .cnt1 {
  background-image: url("../images/cnt_bg.webp");
  padding: 100px 0;
}

.limit_page .cnt1 .box {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 60px;
  margin: 0 auto;
}

.limit_page .cnt1 .box .tit {
  padding: 10% 10% 0 10%;
  display: flex;
  justify-content: space-between;
}

.limit_page .cnt1 .box .tit .logo {
  width: 300px;
}

.limit_page .cnt1 .box .tit .logo img {
  width: 100%;
  height: auto;
}

.limit_page .cnt1 .box .tit p {
  padding-top: 5px;
}

.limit_page .cnt1 .box .txt {
  padding: 45px 10% 10% 10%;
}

.limit_page .cnt1 .box .txt .content_tit {
  display: flex;
  justify-content: space-between;
}

.limit_page .cnt1 .box .txt .content_tit .h2_wrap {
  display: flex;
}

.limit_page .cnt1 .box .txt .content_tit .h2_wrap h2 {
  font-family: 'Jal_Onuel', 'Pretendard', sans-serif;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  z-index: 1;
  margin-right: 6px;
}

.limit_page .cnt1 .box .txt .content_tit .h2_wrap h2 span {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #00AA1D;
  opacity: 0.22;
}

.limit_page .cnt1 .box .txt .content_tit .h2_wrap img {
  width: 22px;
  height: 22px;
  margin-top: 3px;
}

.limit_page .cnt1 .box .txt .content_tit .process ul {
  display: flex;
  align-items: center;
}

.limit_page .cnt1 .box .txt .content_tit .process ul li.level {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #D9D9D9;
}

.limit_page .cnt1 .box .txt .content_tit .process ul li.level.on {
  background-color: #00AA1D;
}

.limit_page .cnt1 .box .txt .content_tit .process ul li.level p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
}

.limit_page .cnt1 .box .txt .content_tit .process ul li.level p img {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}

.limit_page .cnt1 .box .txt .content_tit .process ul li.line {
  width: 39px;
  height: 2px;
  background-color: #D9D9D9;
}

.limit_page .cnt1 .box .txt .content_txt {
  margin-top: 30px;
}

.limit_page .cnt1 .box .txt .content_txt form ul li {
  position: relative;
  width: 100%;
  height: 52px;
  margin-top: 20px;
}

.limit_page .cnt1 .box .txt .content_txt form ul li input {
  padding-right: 50px;
}

.limit_page .cnt1 .box .txt .content_txt form ul li input,
.limit_page .cnt1 .box .txt .content_txt form ul li select {
  width: 100%;
  height: 100%;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 16px;
  font-size: 15px;
}

.limit_page .cnt1 .box .txt .content_txt form ul li input::placeholder {
  font-size: 15px;
  color: #BDBDBD;
}

.limit_page .cnt1 .box .txt .content_txt form ul li select {
  appearance:none;
  background-image:url("../images/txt_slt_down.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 22px 22px;
  background-color: #fff;
  color: #000;
}

.limit_page .cnt1 .box .txt .content_txt .submit {
  width: 100%;
  height: 60px;
  background-color: #FFB800;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 31px;
  color: #000;
}

.limit_page .cnt2 {
  background-color: #FAFAFA;
  padding: 80px 0;
}

.limit_page .cnt2 .wrap {
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
}

.limit_page .cnt2 .wrap p {
  line-height: 22px;
  padding-top: 34px;
  word-break: keep-all;
}

.limit_page .cnt2 .wrap .warning {
  font-size: 20px;
}

.limit_page .cnt2 .wrap p:first-child {
  padding-top: 0;
}

.limit_page .cnt2 .wrap p.bold {
  font-weight: 700;
}

.limit_page .cnt2 .wrap p.medium {
  font-weight: 500;
}

.limit_page .cnt2 .wrap p.blue {
  color: #227AFF;
}

.limit_page .cnt2 .wrap p.gray {
  color: #A0A0A0;
}

.limit_page .cnt2 .wrap .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
  margin-top: 34px;
}

#limitPage1 .cnt1 .box .txt .content_txt form ul li p {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  transform: translateY(-50%);
}

#limitPage3 .cnt1 .box .txt .content_txt {
  margin-top: 38px;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li {
  margin-top: 12px;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li input {
  padding-right: 0;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip1 {
  display: flex;
  align-items: center;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip1 input {
  width: 31.25%;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip1 input.num_first,
#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip1 input.num_first::placeholder {
  color: #000;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip1 span {
  width: 3.125%;
  text-align: center;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip2 {
  display: flex;
  justify-content: space-between;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip2 input {
  width: 59.375%;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip2 button {
  width: 39.375%;
  background-color: #00AA1D;
  color: #fff;
  border-radius: 8px;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip3 {
  display: flex;
  height: auto;
  align-items: center;
  margin-top: 31px;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip3 .chk_wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip3 .chk_wrap input[type="checkbox"] {
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-right: 10px;
  background-image: url("../images/txt_check_off.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-right: 0;
  border: 0;
  border-radius: 0;;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip3 .chk_wrap input[type="checkbox"]:checked {
	background-image: url("../images/txt_check_on.png");
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip3 button {
  width: 15px;
  height: 15px;
  margin-left: 4px;
}

#limitPage3 .cnt1 .box .txt .content_txt form ul li.ip3 button img {
  width: 100%;
  height: auto;
}

#limitPage3 .cnt1 .box .txt .content_txt .privacy_wrap ul li {
  display: flex;
  margin-top: 31px;
}

#limitPage3 .cnt1 .box .txt .content_txt .privacy_wrap ul li .chk_wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}

#limitPage3 .cnt1 .box .txt .content_txt .privacy_wrap ul li .chk_wrap input[type="checkbox"] {
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-right: 10px;
  background-image: url("../images/txt_check_off.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#limitPage3 .cnt1 .box .txt .content_txt .privacy_wrap ul li .chk_wrap input[type="checkbox"]:checked {
	background-image: url("../images/txt_check_on.png");
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
}

#limitPage3 .cnt1 .box .txt .content_txt .privacy_wrap ul li button {
  font-weight: 500;
  color: #A0A0A0;
  text-decoration: underline;
  margin-left: 6px;
}

@media all and (max-width:800px) {
  .limit_page .cnt1 .box {
    width: 90%;
    border-radius: 30px;
  }
}

@media all and (max-width:600px) {
  .limit_page .cnt1 .box .tit {
    padding: 10% 5% 0 5%;
  }

  .limit_page .cnt1 .box .tit .logo {
    width: 90px;
  }

  .limit_page .cnt1 .box .tit p {
    font-size: 12px;
  }

  .limit_page .cnt1 .box .txt {
    padding: 35px 5% 10% 5%;
  }

  .limit_page .cnt1 .box .txt .content_tit .h2_wrap h2 {
    font-size: 20px;
  }

  .limit_page .cnt1 .box .txt .content_tit .h2_wrap h2 span {
    height: 12px;
    bottom: 0;
  }

  .limit_page .cnt1 .box .txt .content_tit .h2_wrap img {
    width: 16px;
    height: 16px;
    margin-top: 1px;
  }

  .limit_page .cnt1 .box .txt .content_tit .process ul li.level {
    width: 20px;
    height: 20px;
  }

  .limit_page .cnt1 .box .txt .content_tit .process ul li.level p {
    font-size: 12px;
    line-height: 20px;
  }

  .limit_page .cnt1 .box .txt .content_tit .process ul li.level p img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .limit_page .cnt1 .box .txt .content_tit .process ul li.line {
    width: 20px;
  }

  .limit_page .cnt2 .wrap {
    width: 96%;
  }
}



















































































































