
    body {
      margin: 0;
	  padding:0;
      font-family: Arial, sans-serif;
    }


	.con3 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: url('../m/images/chamga_festival.jpg') no-repeat center top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
  aspect-ratio: 3 / 4;/* 예시 비율, 이미지 비율에 맞게 조정 */
}

    .con4 {
	margin:0;
      padding:  0;
    }

    table.type1 {
      width: 100%;
      border-collapse: collapse;
	  margin:150px 0 0 0 ;
    }

    table.type1 th,
    table.type1 td {
      padding: 0 0 1.5rem;
      width: 100%;
    }

    input[type='text'],
    input[type='tel'],
    textarea {
      width: 100%;
      height: 3.5rem;
      font-size: 1.25rem;
      color: #999;
      border: 1px solid #fff;
      background: #fff;
      text-indent: 1rem;
      border-bottom: 1px solid #666;
      border-radius: 3px;
      transition: all 0.5s;
      box-sizing: border-box;
    }

    textarea {
      height: 6rem;
      padding: 0.5rem 1rem;
      text-indent: 0;
    }

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

    input::placeholder,
    textarea::placeholder {
      color: #bab8b8;
      font-size: 1rem;
    }

    .agree {
      position: relative;
      margin-top: 1rem;
      padding: 0 1rem;
      height: auto;
      line-height: 1.5;
    }

    input[type='checkbox'].lab {
      position: absolute;
      left: -9999px;
    }

    input[type='checkbox'].lab + label {
      font-size: 1rem;
      color: #666;
    }

    input[type='checkbox'].lab + label:before {
      content: '';
      display: inline-block;
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid #aaa;
      margin: 0 0.5rem 0 0;
      background: #f4f4f4;
      vertical-align: middle;
      box-sizing: border-box;
    }

    input[type='checkbox'].lab:checked + label:before {
      background: url(../images/check.png) no-repeat center;
      background-size: contain;
    }

    .agree a.view {
      position: absolute;
      right: 1rem;
      top: 0;
      padding: 0 0.5rem;
      height: 2rem;
      border: 1px solid #ddd;
      border-radius: 3px;
      background: #575656;
      color: #fff;
      font-size: 0.9rem;
      line-height: 2rem;
      text-align: center;
    }

    .txt_center {
      text-align: center;
      padding: 2rem 0 3rem;
    }

    .btn_type1 {
      display: inline-block;
      width: 100%;
      max-width: 550px;
      height: 3.5rem;
      line-height: 3.5rem;
      background: #0195f7;
      color: #fff;
      text-align: center;
      border-radius: 3px;
      font-size: 1.25rem;
      margin: 0 auto;
    }

    @media screen and (max-width: 768px) {
      .con4 {
        padding: 3rem 1rem 0;
      }

      input[type='text'],
      input[type='tel'],
      textarea {
        font-size: 1rem;
        height: 3rem;
      }

      .btn_type1 {
        font-size: 1rem;
        height: 3rem;
        line-height: 3rem;
      }

      .agree a.view {
        font-size: 0.8rem;
        height: 1.8rem;
        line-height: 1.8rem;
      }
    }


