
<style>
* {padding: 0;  margin: 0;}

.main_section {
  position: relative; width: 100%; box-sizing: border-box; overflow: hidden;
  padding: 10px 1.5% 10px 1.5%; line-height: 1.5; word-break: keep-all;
}

/*--모바일에서 메인섹션 패딩 0--*/
@media only screen and (max-width: 600px) {
  .main_section { padding: 0px;  }
}

.content_text {
  overflow: hidden; box-sizing: border-box;float: left;width: 100%;
  padding: 10px 0 20px 0; position: relative;
}

@media only screen and (max-width: 600px) {
  .content_text { padding: 0px 0 20px 0;  }

  .main_section {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 0px;
    padding: 10px 1.5% 10px 1.5%;
    line-height: 1.5;
    word-break: keep-all;
  }
}

/*--타이틀 박스 디자인--*/
.title_wrap {
  border-bottom: 1px solid #ddd;
  margin: 0px 0 30px 0;
  /*--background-color: #cccccc;--*/
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
 

/*--모바일에서 타이틀 박스 백그라운드 이미지 보이지 않게--*/
@media only screen and (max-width: 600px) {
  .title_wrap { background-position: -9999px -9999px;  }
}
/*--모바일에서 타이틀 박스 백그라운드 이미지 보이지 않게--*/
.title_1 {color: #440a67;font-size: 2.5rem;font-weight: 900;  }
.title_2 {color: #f08300;font-size: 1.4rem;font-weight: 900; margin: 10px 0 10px 0;  }
.title_3 {color: #3b329e;font-size: 1.1rem;font-weight: 700; margin: 0 0 6px 0;  }
.title_4 {color: #3b329e;font-size: 1.0rem;font-weight: 600; margin: 10px 0 10px 0;  }

@media only screen and (max-width: 600px) {
  .title_1,.title_2,.title_3,.title_4 { margin: 5px 0 5px 0; line-height: 1.2;    }
  .title_1 {font-size: 2rem;    }
  .title_4 {margin-top: 15px;   }
}

.content_text .content_item { background-color: #f2f2f2; padding: 20px 20px 20px 20px; border: 1px solid #c6c6c6; border-radius: 5px; margin-top: 20px; overflow: hidden;  }

@media only screen and (max-width: 600px) {
  .content_text .content_item { padding: 20px 10px 20px 10px;  }
  }


/* 신청서 다운로드 버튼 */
.button_wrap {
  color: #fff; margin: 0px 0 20px 0; }
.Button {
    min-width: 200px;
    max-width: 200px;
    margin: 0 auto;
    background-color: #2893e2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 0 6px 0;
    text-decoration: none;
    text-align: center;
    display: block;
}
 .go_down:hover {background-color: #d6ecfc; color: #2893e2; border: 16d6d6d;   } 
 .go_down_Button {background-color: #2893e2;}
  
  @media screen and (max-width: 500px) {   
  .button_wrap {position: relative;} }
/* 신청서 다운로드 버튼 끝 */
</style>