.headerbox{
  min-height: 635px;
  background: url("../img/top_head_01.png") no-repeat center;
  background-size:cover;
  position: relative;
  margin-bottom: 3.5rem;
}

.headerbox.map{
  background: url("../img/map_head_1.png") no-repeat center;
  background-size:cover;
  position: relative;
  margin-bottom: 0;
}

.headerbox.price{
  background: url("../img/pr_head_1.png") no-repeat center;
  background-size:cover;
  position: relative;
  margin-bottom: 0;
}

.header_name {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: auto;
    top: 50%;
}

.headcarabox {}

img {
    max-width: 100%;
}

.headcarabox {
    position: absolute;
    /* top: 0; */
    bottom: -3.5rem;
    /* height: 290px; */
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 435px;
}

.sec_box {
    max-width: 920px;
    margin: auto;
    text-align: center;
    padding-bottom: 20rem;
}

.sec_img_bg img {
    width: 100%;
}

section.sec_wrapper.bg_y {
    background: #FFFBD1;
}

.sec_head_box {
    text-align: center;
    background: #2E3488;
    margin-bottom: 6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

div#footerLinkbox {
    background: #2E3488;
}

#footerLinkbox ul {
    display: flex;
    justify-content: flex-end;
    max-width: 90%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#footerLinkbox li{
    padding: 0.5rem;
}

.wrapper_container {
    /* padding-top: 5rem; */
}

.read_box img {
    margin-bottom: 5rem;
}

.sec_img_bg {
    max-height: 670px;
    overflow: hidden;
}

h3.read_head {
    margin-bottom: 5rem;
}

.read_block {
    padding-bottom: 6rem;
}

.price .headcarabox {
    position: absolute;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

@media screen and (max-width:760px) {
  body{
    line-height: 1.5;
    }
  #topMenubox{
  width:90%;
  }
  #menuList {
    display:none;
  }
  .headerbox {
    min-height: 320px;
  }
     .header_name{
        max-width: 220px;
     }
     .headcarabox{
        max-width: 220px;
        bottom: -1.8rem;
     }
     .sec_box{
       width:90%;
     }
     .sec_head_box img{
       width: 30%;
       /* width: 150px; */
       margin:auto;
     }
     .price .headcarabox{
       /* width: 36%; */
       max-width: 95%;
       margin: auto;
       bottom: -2rem;
     }
     .price .headcarabox  img{
       width: 40%;
     }
}

