.img-responsive {
  display: block;
  margin: 0 auto;
}

body {
  min-width: 320px;
  word-break: keep-all;
}

/* mainVisual */
.mainVisual {
  width: 100%;
  height: 100%;
  background: rgb(12, 81, 150);
  background: url(../images/voucher_01_bg.png) 50% 0 no-repeat, linear-gradient(90deg, rgba(12, 81, 150, 1) 0%, rgba(18, 105, 148, 1) 50%, rgba(23, 133, 128, 1) 100%);
  background-size: cover;
}

.mainBg {
  width: 100%;
  height: 100%;
}

.mainWrap .mainTitle {
  width: 100%;
  padding-top: 40px;
}

.logo-area {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px;
}

.step_01 {
  background: #d9eaf5 url(../images/voucher_02_bg.png) 50% 100% repeat-x;
  background-size: contain;
  height: 100%;
  padding-top: 100px;
}

.step_02 {
  background: #0f5a9d;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0 150px;
}

.step_03 {
  background: url(../images/voucher_04_bg.png) 50% 100% repeat-x;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}

.title-04 {
  position: relative;
  top: -35px;
  margin-bottom: 50px;
}

/* formArea */
.formArea {
  position: relative;
  background: url(../images/voucher_05_bg.png) 50% 0 no-repeat;
  background-size: cover;
  padding: 100px 0 70px;
}

.formContent {
  box-sizing: border-box;
  background-color: #fff;
  width: 1000px;
  padding: 30px;
  margin: 50px auto 60px;
}

.formContent .theForm {
  margin: 0 auto;
}

.formContent .askTitle p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #282d5a;
}

.formContent .text-red {
  color: #f00;
  margin-bottom: 5px;
}

.formTabel {
  border-top: 1px solid #282d5a;
  border-bottom: 1px solid #282d5a;
  position: relative;
  width: 100%;
}

.formTabel th {
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  padding: 15px 15px;
  color: #666;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  font-size: 1rem;
  white-space: nowrap;
}

.formTabel th span {
  color: #f00;
  padding-right: 8px;
}

.formTabel td {
  border-bottom: 1px solid #ddd;
  line-height: 140%;
  padding: 15px 20px;
  text-align: left;
  color: #555;
}

.formTabel tr:last-child th,
.formTabel tr:last-child td {
  border-bottom: none;
}

.formContent .agree {
  border: 1px solid #e6e6e6;
  margin: 30px 0;
  box-sizing: border-box;
  padding: 20px 15px;
}

.formContent .agree .subj {
  font-weight: bold;
}

.formContent .agree ul {
  background: #f7f7f7;
  padding: 10px 10px;
  margin: 5px 0;
  font-size: 0.9rem;
}

.formContent .agree ul li {
  padding: 2px;
}

.formContent .agree .checkbox {
  font-size: 0.9rem;
}

.formContent input[type="text"] {
  width: 100%;
  padding: 5px;
}

.formContent textarea {
  width: 100%;
  padding: 5px 0;
  min-height: 100px;
}

.formBtn {
  position: absolute;
  top: 1150px;
  z-index: 21;
  width: 100%;
  text-align: center;
}

/* footer */
footer {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 30px 0;
}

.footer-wrap {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-wrap img {
  float: left;
  display: block;
}

.footer-wrap div {
  float: right;
}

.footer-wrap div span {
  font-size: 14px;
  letter-spacing: -0.02em;
  word-break: keep-all;
  position: relative;
  padding-right: 6px;
}

.footer-wrap div span::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}

.footer-wrap div span.no-line {
  padding: 0;
}

.footer-wrap div span.no-line::after {
  content: none;
}

@media screen and (max-width:1257px) {
  .mainTitle .img-responsive {width: 100%;}
}

@media screen and (max-width:1200px) {
  .img-responsive {width: 100%;}
  .logo-area {width: 100%;}
  .logo-area img {margin-left: 20px;}
  .step_Wrap {padding-left: 20px;padding-right: 20px;}
  .title-04 .img-responsive,
  .formArea .img-responsive {width: auto;max-width: 100%;}
  .footer-wrap {width: 100%;}
  .footer-wrap img {float: none;margin: 0 auto 10px;}
  .footer-wrap div {float: none;margin: 0 auto;text-align: center;}
}

@media screen and (max-width:1199px) {

  /* 모바일과 중첩되는 부분이 생성 */
  .step_03 {
    background: url(../images/voucher_04_bg.png) repeat-x bottom, #fff;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* footer */
  footer {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
  }

  .fTop {
    margin: 0 auto;
    padding: 30px 10px 20px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }

  .fBottom {
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 10px 30px;
    text-align: center;
  }

  /* formArea */
  .formArea {
    width: auto;
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .formContent {
    width: 100%;
  }

  .formBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/voucher_05_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 20;
    transition: 0.7s ease;
  }

  .formBg:hover {
    transform: scale(1.05);
  }

  .formWrap {
    width: 100%;
    height: 1280px;
    margin: 0 auto;
    position: relative;
  }

  .formWrap .formTitle {
    position: absolute;
    top: 30px;
    z-index: 21;
    width: 100%;
  }

  .formWrap .formContent {
    position: absolute;
    top: 300px;
    z-index: 21;
    width: 96%;
    height: 840px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 20px;
  }

  .formWrap .formContent .theForm {
    margin: 0 auto;
  }

  .formWrap .formContent .askTitle p {
    text-align: center;
    margin-top: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #282d5a;
  }

  /* table */
  .formTabel {
    border-top: 2px solid #282d5a;
    border-bottom: 2px solid #282d5a;
    position: relative;
  }

  .formTabel th {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    padding: 15px 15px;
    color: #333;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    font-size: 1rem;
  }

  .formTabel th span {
    color: #ff6600;
    padding-right: 8px;
  }

  .formWrap .formContent .agree {
    width: 96%;
    border: 1px solid #e6e6e6;
    margin: 30px 25px;
    box-sizing: border-box;
    padding: 20px 15px;
    font-family: 'Malgun Gothic';
  }

  .formWrap .formContent .agree .subj {
    font-weight: bold;
  }

  .formWrap .formContent .agree ul {
    background: #f7f7f7;
    padding: 10px 10px;
    margin: 5px 0;
    font-size: 0.9rem;
  }

  .formWrap .formContent .agree ul li {
    padding: 2px;
  }

  .formWrap .formContent .agree .checkbox {
    font-size: 0.9rem;
  }

  .formWrap .formBtn {
    position: absolute;
    top: 1160px;
    z-index: 21;
    width: 100%;
    text-align: center;
  }
}

/* 표준 모바일 */
@media screen and (max-width:860px) {
  .title-04 {
    top: -3.9vw;
  }
}

@media screen and (max-width:767px) {
  .logo-area {
    padding: 30px 0;
  }

  .step_03 {
    background: url(../images/voucher_04_bg.png) repeat-x bottom, #fff;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    margin: 0 auto;
    text-align: center;
  }

  /* formArea */
  .formBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/voucher_05_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 20;
    transition: 0.7s ease;
  }

  .formBg:hover {
    transform: scale(1.05);
  }

  .formWrap {
    width: 100%;
    height: 1280px;
    margin: 0 auto;
    position: relative;
  }

  .formWrap .formTitle {
    position: absolute;
    top: 30px;
    z-index: 21;
    width: 100%;
  }

  .formWrap .formContent {
    position: absolute;
    top: 200px;
    z-index: 21;
    width: 96%;
    height: 920px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 10px;
  }

  .formWrap .formContent .theForm {
    margin: 0 auto;
  }

  .formWrap .formContent .askTitle p {
    text-align: center;
    margin-top: 20px;
    font-size: 85%;
    font-weight: bold;
    color: #282d5a;
  }

  /* table */
  .formTabel {
    border-top: 2px solid #282d5a;
    border-bottom: 2px solid #282d5a;
    position: relative;
    font-size: 80%
  }

  .formTabel th {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    padding: 15px 15px;
    color: #333;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    font-size: 1rem;
  }

  .formTabel th span {
    color: #ff6600;
    padding-right: 8px;
  }

  .formTabel td {
    border-bottom: 1px solid #ddd;
    line-height: 140%;
    padding: 15px 20px;
    text-align: left;
    color: #555;
  }

  .formWrap .formContent .agree {
    width: 85%;
    border: 1px solid #e6e6e6;
    margin: 30px 25px;
    box-sizing: border-box;
    padding: 20px 15px;
    font-family: 'Malgun Gothic';
  }

  .formWrap .formContent .agree .subj {
    font-weight: bold;
  }

  .formWrap .formContent .agree ul {
    background: #f7f7f7;
    padding: 10px 10px;
    margin: 5px 0;
    font-size: 90%;
  }

  .formWrap .formContent .agree ul li {
    padding: 2px;
  }

  .formWrap .formContent .agree .checkbox {
    font-size: 90%;
  }

  .formWrap .formBtn {
    position: absolute;
    top: 1150px;
    z-index: 21;
    width: 100%;
    text-align: center;
  }

  .formContent .form_w20 {
    width: 100% !important;
    text-align: center;
  }

  .formTabel th {
    white-space: normal;
  }

  .fBottom {
    font-size: 90%;
  }
}

@media screen and (max-width:480px) {
  .step_03 {
    background: url(../images/voucher_04_bg.png) repeat-x bottom, #fff;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    margin: 0 auto;
    text-align: center;
  }

  /* formArea */
  .formBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/voucher_05_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 20;
    transition: 0.7s ease;
  }

  .formBg:hover {
    transform: scale(1.05);
  }

  .formWrap {
    width: 100%;
    height: 1140px;
    margin: 0 auto;
    position: relative;
  }

  .formWrap .formTitle {
    position: absolute;
    top: 30px;
    z-index: 21;
    width: 100%;
  }

  .formWrap .formContent {
    position: absolute;
    top: 150px;
    z-index: 21;
    width: 96%;
    height: 870px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 10px;
  }

  .formWrap .formContent .theForm {
    margin: 0 auto;
  }

  .formWrap .formContent .askTitle p {
    text-align: center;
    margin-top: 20px;
    font-size: 85%;
    font-weight: bold;
    color: #282d5a;
  }

  select {
    background: #fafafa;
  }

  /* table */
  .formTabel {
    border-top: 2px solid #282d5a;
    border-bottom: 2px solid #282d5a;
    position: relative;
    font-size: 80%
  }

  .formTabel th {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    padding: 5px;
    color: #333;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    font-size: 90%;
  }

  .formContent .text-red {
    font-size: 90%;
  }

  .formTabel th span {
    color: #ff6600;
    padding-right: 8px;
  }

  .formTabel td {
    border-bottom: 1px solid #ddd;
    line-height: 140%;
    padding: 5px;
    text-align: left;
    color: #555;
  }

  .formWrap .formContent .agree {
    width: 85%;
    border: 1px solid #e6e6e6;
    margin: 30px 25px;
    box-sizing: border-box;
    padding: 20px 15px;
    font-family: 'Malgun Gothic';
  }

  .formWrap .formContent .agree .subj {
    font-weight: bold;
    font-size: 90%;
  }

  .formWrap .formContent .agree ul {
    background: #f7f7f7;
    padding: 10px 10px;
    margin: 5px 0;
    font-size: 90%;
  }

  .formWrap .formContent .agree ul li {
    padding: 2px;
  }

  .formWrap .formContent .agree .checkbox {
    font-size: 90%;
  }

  .formWrap .formBtn {
    position: absolute;
    top: 1040px;
    z-index: 21;
    width: 100%;
    text-align: center;
  }

  /* .formWrap .formBtn img { width: 80%;} */
  .formWrap .formBtn input[type="image"i] {
    width: 80%;
  }

  .fBottom {
    font-size: 90%;
  }
}

@media screen and (max-width:425px) {
  .step_01 {
    padding-top: 50px;
  }

  .step_02 {
    padding: 40px 0 60px;
  }

  .step_03 {
    padding-bottom: 40px;
  }

  .title-04 {
    margin-bottom: 20px;
  }

  .formArea {
    padding: 70px 10px;
  }

  .formArea .img-responsive {
    max-width: 80%;
  }

  .formContent {
    padding: 20px 10px;
  }

  .formContent .askTitle p {
    font-size: 1.3rem;
  }
}

/* 아이폰 */
@media screen and (max-width: 360px) {
  .step_03 {
    background: url(../images/voucher_04_bg.png) repeat-x bottom, #fff;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* formArea */
  .formBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/voucher_05_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 20;
    transition: 0.7s ease;
  }

  .formBg:hover {
    transform: scale(1.05);
  }

  .formWrap {
    width: 100%;
    height: 1180px;
    margin: 0 auto;
    position: relative;
  }

  .formWrap .formTitle {
    position: absolute;
    top: 30px;
    z-index: 21;
    width: 100%;
  }

  .formWrap .formContent {
    position: absolute;
    top: 130px;
    z-index: 21;
    width: 96%;
    height: 960px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 8px;
  }

  .formWrap .formContent .theForm {
    margin: 0 auto;
  }

  .formWrap .formContent .askTitle p {
    text-align: center;
    margin-top: 20px;
    font-size: 85%;
    font-weight: bold;
    color: #282d5a;
  }

  /* table */
  .formTabel {
    border-top: 2px solid #282d5a;
    border-bottom: 2px solid #282d5a;
    position: relative;
    font-size: 80%
  }

  .formWrap .formContent .agree {
    width: 85%;
    border: 1px solid #e6e6e6;
    margin: 30px 25px;
    box-sizing: border-box;
    padding: 20px 15px;
    font-family: 'Malgun Gothic';
  }

  .formWrap .formContent .agree .subj {
    font-weight: bold;
    font-size: 90%;
  }

  .formWrap .formContent .agree ul {
    background: #f7f7f7;
    padding: 10px 10px;
    margin: 5px 0;
    font-size: 90%;
  }

  .formWrap .formContent .agree ul li {
    padding: 2px;
  }

  .formWrap .formContent .agree .checkbox {
    font-size: 90%;
  }

  .formWrap .formBtn {
    position: absolute;
    top: 1110px;
    z-index: 21;
    width: 100%;
    text-align: center;
  }

  .formWrap .formBtn img {
    width: 80%;
  }

  .fBottom {
    font-size: 90%;
  }
}
