@charset "utf-8";

.preparing-contents {
  padding-top:120px !important;
  margin-bottom:170px !important;
}

.top-visual {
  width:100%;
  height:250px;
  background:url(/images/menu3_top.png) no-repeat 0% 0%;
}

.top-visual-guide {
  width:100%;
  height:250px;
  background:url(/images/menu5_top.png) no-repeat 0% 0%;
}

.contents-wrap {
  max-width:1220px;
  width:100%;
  margin:0 auto;
}

.preparing-div {
 /* height:350px; */
  border-top: 4px solid #2f62c8;
  border-bottom: 1px solid #d8d8d8;
  text-align:center;
}


.preparing-div p:nth-child(1) {
  font-family: 'NanumSquare', gulim;
  font-weight:700;
  font-size:50px;
  color:#2e2e2e;
  letter-spacing:-1px;
  margin:115px 0px 30px 0px;
}

.preparing-div p:nth-child(2) {
  font-family: 'Noto Sans KR', gulim;
  font-weight:300;
  font-size:20px;
  color:#2e2e2e;
  letter-spacing:-1px;
  margin-bottom:50px;
}

.prepare-btn-div {
  text-align:center;
  margin-top:50px;
  height:55px;
}

.prepare-btn {
  display:inline-block;
  width:255px;
  height:55px;
  line-height:53px;
  background-color:#707070;
  font-family: 'Noto Sans KR', gulim;
  font-size:22px;
  font-weight:500;
  color:#fff;
  text-decoration:none;
  margin:5px;
}

.prepare-btn:hover {
  color:#fff;
}

.refuse-email-btn {
  display:inline-block;
  width:255px;
  height:55px;
  font-family: 'Noto Sans KR', gulim;
  font-weight:500;
  font-size:22px;
  color:#fff;
  letter-spacing:-1px;
  border:0px;
  background-color:#2f62c8;
  text-decoration:none;
  cursor:pointer;
}

.refuse-email-btn:hover {
  color:#fff;
}

@media screen and (max-width:1280px) {

  .contents-wrap {
    padding:0px 10px;
  }

}

@media screen and (max-width:767px) {

  .preparing-contents {
    padding-top:15vw !important; /*100px;*/
    margin-bottom:15vw !important; /*100px;*/
  }

  .preparing-div {
   /* height:250px;*/
  }

  .preparing-div p:nth-child(1) {
    font-size:30px;
    margin:80px 0px 30px 0px;
  }

  .preparing-div p:nth-child(2) {
    font-size:15px;
  }

}

