

.main_div_01{
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.main_div_01 > div:first-child{
  margin-left:0;
}

.main_div_01 > div{
  width: 256px;
  height: 400px;
  float: left;
  margin-left: 20px;
}

.main_banner_div{
  background: url(../images/main02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.main_banner_div2{
  background: url(../images/main04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.main_btn01{
  display: block;
  margin: 0 auto;
  background: none;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  margin-top: 145px;
}


.main_btn02{
  display: block;
  margin: 0 auto;
  background: none;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 145px;
}

.main_banner_title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.main_banner_title > span{
  color: #FFD545;
  text-shadow: 0px 0 #000, 0 1px #000, 1px 0 #000, 0 0px #000;
	-moz-text-shadow: 0px 0 #000, 0 1px #000, 1px 0 #000, 0 0px #000;
	-webkit-text-shadow: 0px 0 #000, 0 1px #000, 1px 0 #000, 0 0px #000;
}

.main_banner_contet{
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main_banner_table{
    width: 100%;
}

.main_banner_table > tbody > tr >th{
  font-size: 15px;
  width: 60px;
  padding: 5px;
  text-align: right;
  font-size: 14px;
}

.main_banner_table > tbody > tr >td{
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}

.main_banner_text{
  width:95%;
}

.main_banner_phone{
  width: 44px;
}

.main_banner_label{
  text-decoration: underline;
  cursor: pointer;
}

.main_banner_button{
  text-align: center;
}

.main_banner_button > input[type=button]{
  background: #5886CE;
  border: 1px solid #fff;
  color: #fff;
}

.main_banner_show_div{
  position: absolute;
  left: 345px;
  display: none;
  z-index: 9999;
  width: 630px;
  height: 225px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}

.main_banner_show_title{
  text-align: center;
}

.main_banner_show_title > input[type=button]{
  float: right;
  border: 0;
  background: none;
}

.main_banner_show_box{
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  margin: 10px 0px;
}

.main_div_02{
  width: 100%;
  margin-top: 50px;
  background: url(../images/main05.jpg);
  background-position: center;
  background-size: 100% 100%;
  height: 300px;
  overflow: hidden;
}

.main_div_03{
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}

.main_bank_div{
  width: 287px;
  height: 200px;
  float: left;
  border: 1px solid #ccc;
  padding: 10px 35px;
  box-sizing: border-box;
}

.main_bank_title{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.main_bank_contet{
  font-size: 22px;
  font-weight: bold;
  color: #616161;
  margin-bottom: 20px;
}
.main_bank_contet2{
  font-size: 16px;
  color: #616161;
}

.main_qna_div{
  width: 287px;
      height: 200px;
      background: url(../images/main07.jpg);
      background-size: cover;
      float: left;
      border: 1px solid #ccc;
      margin-left: 20px;
      padding: 10px;
      box-sizing: border-box;
      text-align: center;
      background-position: center;
}

.main_qna_div input{
  border: 2px solid #fff;
  background: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  margin-top: 90px;
}

.main_notice_div{
  width: 338px;
  height: 200px;
  float: left;
  border: 1px solid #ccc;
  padding: 10px 35px;
  margin-left: 20px;
  box-sizing: border-box;
}

.main_notice_div_title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}

.main_notice_div_title > input{
  float: right;
  font-size: 15px;
  border: 0;
  background: none;
  margin-top: 12px;
}

.banner_icon{
  text-align: center;
  margin-top: 105px;
}

.banner_icon > img{
  vertical-align: middle;
  margin-right: 20px;
}

.banner_icon > img:last-child{
  margin-right: 0px;
}

.banner_icon > p{
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}


.banner_text{
  text-align: center;
}

.banner_text > span{
  display: inline-block;
  margin: 5px 40px;
}
