@charset "utf-8";
/*------------ branch ------------*/
.branch-list.type3 .item .name {
  border-bottom: 1px solid #ececec;
}
.branch-list .item .box {
  background: #fff;
  box-shadow: 2px 2px 10px #e4e0e0;
}
.branch-list.type2 .map_box {
  right: 15px;
  top: 81px;
}
.branch-list.type1 .map_box {
  top: 63px;
}
.branch-list .box:hover {
  box-shadow: 2px 2px 10px #c4c4c4 !important;
}
.branch-list .box:hover .item .name {
  color: #3555ae;
}
.branch-list .item .name {
  font-weight: bold;
  color: #000;
  padding: 15px 0;
}
.branch-list.type3 .item .name {
  color: #6d6d6d;
}
.branch-list.type1 .item .name {
  font-size: 19px;
  border-color: #e7e7e7;
}
.branch-list.type1 .tit,
.branch-list.type2 .tit {
  color: #6d6d6d;
}
.branch-list.type1 .three-box .col + .col:before {
  background: #ccc;
}
.branch-list.type3 .item .text-box {
  padding: 10px 15px 0;
  color: #6d6d6d;
}
.branch-list.type3 .description {
  font-size: 14px;
  display: -webkit-box;
  margin: 10px 0 5px;
  width: 100%;
  color: #6d6d6d;
}
.branch-list.type3 .txt, .branch-list.type2 .add .txt, .branch-list.type2 .txt_box {
  color: #6d6d6d;
}
.branch-list.type3 .txt_box {
  padding-left: 80px;
  border: none;
}
.branch-list.type3 .tit {
  font-size: 14px;
  padding-left: 0;
  width: 75px;
  color: #3555ae;
  background: none;
}
.branch-list.type2 .item{
  border: 0;
  margin: 0;
  padding-bottom: 10px;
}
.branch-list.type2 .item .box {
  padding: 15px;
}
.branch-list.type2 .three-box .col+.col:before {
  background-color: #ccc;
}
.branch-list.type3 .txt {
  font-size: 14px;
}
.branch-list.type3 .btn_area {
  margin: 0 -15px;
}
.branch-list.type3 .map_box,
.branch-list.type3 .map_box:hover {
  width: 100%;
  max-width: inherit;
  height: auto;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
  font-size: 18px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  padding: 7px 0 5px 0;
  position: relative;
  color: #fff;
  font-size: 13px;
  border-radius: 0;
  text-align: center;
  background: #3555ae;
  margin: 0;
}
.branch-list.type3 .map_box:before {
  content: "\e1001";
  font-size: 15px;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
}
.branch-list.type3 .map_box:hover {
  opacity: 0.8;
}
.branch-list .map_box {
  background:  #3555ae;
  color: #fff;
}
.branch-list.type1 .item +.item {
  border-top: 1px solid #ccc;
}
.branch-list.type1 .add .txt, .branch-list.type1 .txt_box  {
  color: #6d6d6d;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
  .container .branch-list .item .text-box {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .branch-list.type1 .btn_area {
    left: 145px;
  }
}
@media screen and (max-width: 520px) {
  .branch-list {
    margin: 0;
  }
  .branch-list .item {
    padding: 0;
  }
}
