.main-sect01{
    margin-top:30px;
    margin-bottom: 30px;
    width: 100%;
}
.main-sect01 > ul{
  width: 100%;
  overflow: hidden;
  border:1px solid #ddd;
}
.main-sect01 > ul > li{
  border-right: 1px solid #ddd;
  height: 160px;
  float: left;
  padding:30px;
}
.main-sect01 > ul > li > .inner{
  width: 100%;
  height: 100px;
  position: relative;
}
.main-sect01 > ul > li > .inner > h3,
.sect02-r > .sect-text > h3,
.sect02-l > .sect-text > h3
{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.sect-text > p{
  font-size: 13px;
  padding:1px 0px;
}
.sect-text{
  position: relative;
}
.sect-text > button.view{
  position: absolute;
  right:0;
  top:-14px;
  color: #757575;
  font-size: 12px;
  font-weight: bold;
  background: none;
  border:none;

}
.main-sect01 > ul > li > .inner > h4,
.main-sect03 > h4,
.main-sect04 > h4{
  font-weight: bold;
}
.main-sect01 > ul > li > .inner > p{
  font-size: 12px;
  color: #6a6a6a;
  line-height: 1.2;
}
a.view-btn{
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 10px;
  background: #373737;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
}
span.inner-bottom{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  color: #191919;

}
.main-sect01 > ul > li:nth-child(1){
  width: 29%;
  background: url('/img/custom/main-sect01-1.jpg') no-repeat;
  background-position: center right;
  background-size: cover;
}
.main-sect01 > ul > li:nth-child(2){
  width: 43%;
  background: url('/img/custom/main-sect01-2.jpg') no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.main-sect01 > ul > li:nth-child(3){
  width: 28%;
  background: #f7f7f7;
}

.main-sect02{
  height: auto;
  overflow: hidden;
  border:1px solid #ddd;
  margin-bottom: 30px;
}
.main-sect02 > .sect02-l{
  height:100%;
  width: 50%;
  float: left;
  border-right: 1px solid #ddd;
  overflow: hidden;
  padding:20px;
}
.main-sect02 > .sect02-r{
  height:100%;
  width: 50%;
  float: left;
  overflow: hidden;
  padding:20px;
}
.main-sect02 .sect-img {
  width: 220px;
  float: left;
  height: 190px;
}
.main-sect02 > .sect02-l > .sect-img{
  background: url('/img/custom/main02-1.jpg') no-repeat;
  background-position: right;
  background-size: cover;
}
.main-sect02 > .sect02-r > .sect-img{
  background: url('/img/custom/main02-2.jpg') no-repeat;
  background-position: right;
  background-size: cover;
}
.main-sect02 .sect-text {
  width: calc(100% - 220px);
  float: left;
  height: 100%;
  padding:10px;
  padding-left:30px;
}
.main-sect03 > ul{
  height: 130px;
  width: 100%;
  overflow: hidden;
  margin-top:30px;
  margin-bottom: 30px;
}

.main-sect03 > ul > li{
  width: 15%;
  margin-right: 2%;
  height: 100%;
  border: 1px solid #ddd;
  float: left;
  position: relative;
  cursor: pointer;
}
.main-sect03 > ul > li:hover{
  border-color: #920429;
}
.li-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f1f1f1;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #ddd;
  display: block;
}
.li-title.active{
  background: #920429;
  color: #fff;
  border-top-color: #920429;
}
.main-sect03 > ul > li:nth-child(1){
  background: url('/img/custom/sect03-img1.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.main-sect03 > ul > li:nth-child(2){
  background: url('/img/custom/sect03-img2.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.main-sect03 > ul > li:nth-child(3){
  background: url('/img/custom/sect03-img3.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.main-sect03 > ul > li:nth-child(4){
  background: url('/img/custom/sect03-img4.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.main-sect03 > ul > li:nth-child(5){
  background: url('/img/custom/sect03-img6.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.main-sect03 > ul > li:nth-child(6){
  background: url('/img/custom/sect03-img5.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.main-sect03 > ul > li:nth-child(6){
  margin-right: 0;
}
.main-sect04{
  /*min-height: 280px;*/
  width: 100%;
  border:1px solid #ddd;
  padding:30px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:90000;
  background-color:rgba(0,0,0,0.5);
  display:none;
	width: 100% !important;
	/* height: 100% !important; */
}
.search-modal-area,
.search-modal-area02,
.search-modal-area03{
	width: 740px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -320px;
  margin-top: -300px;
	display: none;
	z-index: 100000;
  overflow-y: auto;
}
.modal-title{
	overflow: hidden;
	padding: 20px 25px;
  width: 100%;
	background: #343434;
}
.modal-title h5{
	float: left;
	font-size: 17px;
	font-weight: 400;
  color: #fff;
}
.close-btn{
  float: right;
  color: #fff;
  width: 20px;
  cursor: pointer;
  height: 20px;
  background:url('/img/custom/close-btn.png') no-repeat;
  background-position: center;
  background-size: contain;
}

.modal-text{
	padding: 25px;
  background: #fff;
  width: 100%;
  background: #fff;
  height: auto;
}
.modal-sect01-table {
  width: 100%;
  border:1px solid #ddd;
  margin-top:15px;
  border-top:2px solid;
}
.modal-sect01-table th{
  width: 115px;
  padding:15px;
  background: #f2f4f7;
  font-size: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.modal-sect01-table td{
  width: calc(100% - 115px);
  padding:15px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.modal-sect02-img{
  width: 100%;
  height: 450px;
  background: url('/img/custom/sect02-img.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  margin-top:15px;
  border:1px solid #ddd;
  border-top:2px solid;
}
.modal-sect03-map{
  width: 100%;
  height: 350px;
  background: #f5f5f5;
  margin-top:15px;
  border:1px solid #ddd;
  border-top:2px solid;
}
.modal-sect{
  width: 100%;
  margin-bottom: 15px;
}
.modal-sect > h5{
  font-size: 16px;
  font-weight: 700;
}



.at-body .at-container{
  overflow: inherit !important;
}
.pop-layer .pop-container {
  /* padding: 20px 25px; */
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  float: right;
  color: #fff;
  width: 20px;
  cursor: pointer;
  height: 20px;
  /* background: #fff; */
}
a.btn-layerClose {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 14px 0;
  background:url('/img/custom/close-btn.png') no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 13px;
  line-height: 25px;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -375px !important;
    width: 770px;
    height: 650px;
    background: #fff;
    z-index: 10;
    overflow-y: auto;
}

.dim-layer {
  display: none;
  position: absolute;
  /* _position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}


.tab_box{width: 100%; height: auto;padding: 30px;}
.tab_box>ul{width: 100%; height: 40px; border:1px solid #343434;}
.tab_box li{float:left;
    box-sizing:border-box; border-right: 1px solid  #343434;
    width: 50%; height: 100%; background-color: #fff;
    text-align: center; line-height: 40px; color: #343434;}
.tab_box li>a{display: block; width: 100%; height: 100%; color: inherit;}

.tab_box li.select{background-color: #343434; color: #fff; }
.tab_box li.select > a{
  color: #fff;
}
.tab_text{box-sizing:border-box; padding: 1rem;
          width: 100%; height:auto; margin-top:15px;}
.tab_text>div{width: 100%; height: 100%; display: none;}

.tab_text>div.select{display: block;}
.banner-m{
  display: none;
}
@media all and (max-width:991px){
  .main-sect01 > ul > li:nth-child(1){
    background: url('/img/custom/main-sect01-1_m.jpg') no-repeat;
    background-position: center right;
    background-size: cover;
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .main-sect01 > ul > li:nth-child(2){
    background: url('/img/custom/main-sect01-2-m.jpg') no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .main-sect01 > ul > li:nth-child(3){
    width: 100%;
  }
  .inner > h4{
    display: inline;
    padding-right: 5px;
  }
  .main-sect02 > .sect02-l,
  .main-sect02 > .sect02-r{
    width: 100%;
  }
  .main-sect02 > .sect02-l{
    border-left:1px solid #ddd;
  }
  .main-sect02 > .sect02-r{
    border:1px solid #ddd;
  }
}
@media all and (max-width:768px){
  .banner-pc{
    display: none;
  }
  .banner-m{
    display: block;
  }
  .main-sect03 > ul{
    height: auto;
  }
  .main-sect03 > ul > li{
    width: 32%;
    height: 130px;
    margin-bottom: 2%;
  }
  .main-sect03 > ul > li:nth-child(3n){
    margin-right: 0px;
  }
    .dim-layer .pop-layer {
        width: 480px; left: 50%;
        margin-left: -240px !important;
    }
    .search-modal-area,
    .search-modal-area02,
    .search-modal-area03{
      width: 90%;
      height: 600px;
      position: fixed;
      margin-left: 0px;
      left: 5%;
      top: 50%;
      margin-top: -300px;
      display: none;
      z-index: 100000;
      overflow-y: auto;
    }
}
@media all and (max-width:600px){
  .main-sect01 > ul > li:nth-child(1){

    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .main-sect01 > ul > li:nth-child(2){

    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .main-sect01 > ul > li:nth-child(3){
    width: 100%;

  }
  .main-sect01 > ul > li:nth-child(2) a.view-btn{
    bottom:0;
  }

}
@media all and (max-width:500px){
    .dim-layer .pop-layer {
    width: 90%;
    left: 5%;
    margin-left: 0px !important;
    }

}

@media all and (max-width:450px){
.main-sect02 .sect-img{
  float: none;
  margin-bottom: 10px;
}
.main-sect02 .sect-text{
  width: 100%;
  padding-left: 0;
}
.sect-text > button.view{
  top:-5px;
}
}
