html,
body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
}

.bodyWrapper {
  width: 100%;
  text-align: center;
}
.wrapper {
  width: 640px;
  height: 1200px;
  margin: 0 auto;
  background-color: #e1e1e1;
}

.con4 {
  margin-top: 00px;
  padding: 0 0 0 70px;
}

.t1 {
  color: #333333;
  font-size: 50px;
  padding-top: 150px;
  font-family: 'Noto', sans-serif !important;
  letter-spacing: -2px;
  font-weight: 600;
}
.t2 {
  color: #333333;
  font-size: 43px;
  margin-top: -20px;
  font-family: 'Noto', sans-serif !important;
  letter-spacing: -2px;
  font-weight: 600;
}
.t3 {
  color: #333333;
  font-size: 20px;
  margin: 10px 0 20px 0;
}
/* reset */
table.type1 {
  margin-top: 40px;
}
table.type1 th,
table.type1 td {
  display: flex;
  align-items: center;
  padding: 0;
  width: 500px;
  height: 60px;
  background: #fff;
  text-decoration: none;
  text-indent: 20px; /* 들여쓰기 */

  border-radius: 50px;
}
table.type1 tr:first-child td {
  margin-bottom: 30px; /* 아래쪽 간격을 20px 설정 */
}

table.type1 td i {
  font-size: 20px;
  margin: 0 30px;
  color: #888;
}

input[type='tel'],
input[type='time'],
input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='file'],
input[type='url'],
input[type='number'],
input[type='date'],
input[type='tel'],
textarea {
  border: 0;
  width: 200px;
  height: 30px;
  font-size: 22px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
  font-size: 20px;
}

select:focus,
textarea:focus,
input:focus {
  border: 1px solid #727272;
}

.txt_center {
  text-align: center;
  padding: 30px 0 0;
}
.btn_type1 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 500px;
  height: 70px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  background-color: #5637c0;
  border-radius: 50px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 100px;
  margin-top: 40px;
  padding-bottom: 100px;
}

.contact > div {
  margin: 0 15px;
}

.contact img {
  width: 67%;
}

.clear {
  zoom: 1;
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.hide {
  position: absolute;
  left: -5000px;
}
.skip {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s;
}
.skip:focus {
  top: 0;
}

.bImg .chodae {
  position: absolute;
  left: 180px;
  top: 650px;
}
.bImg .chodae1 {
  position: absolute;
  left: 470px;
  top: 560px;
  animation: chodae1 1s ease-in infinite;
}
@keyframes chodae1 {
  0% {
    opacity: 1;
    left: 470px;
    top: 560px;
  }
  50% {
    opacity: 1;
    left: 470px;
    top: 540px;
  }
  100% {
    opacity: 1;
    left: 470px;
    top: 560px;
  }
}

.logo1 {
  padding: 0px 0 0 0px;
  font-size: 24px;
  color: #ccc;
  line-height: 22px;
}
.logo1::before {
  content: '';
  margin: 11px 0 0 47px;
  background: url(images/ico.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  left: -10px;
  top: 11px;
}

p {
  font-size: 29px;
  display: inline-block;
  margin: 38px 0 20px 45px;
}
p span {
  color: #f35d54;
}

.con3 {
  opacity: 0;
  animation: con3 0.5s 2s ease-in forwards;
}
@keyframes con3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.agree {
  position: relative;
  margin: 25px 0 0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.agree label span {
  color: #de4f41;
}
.agree a.view {
  position: absolute;
  right: 200px;
  top: 5px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  text-align: center;

  border-radius: 3px;
  background-color: rgb(87, 86, 86);
  color: #fff;
  font-size: 18px;
}
