@charset "utf-8";
/*------------ branch ------------*/
.branch-list .item .box {
  background: #f4f4f4;
}
.branch-list.type2 .map_box {
  right: 15px;
  top: 63px;
}
.branch-list.type1 .map_box {
  top: 63px;
}
.branch-list .box:hover {
}
.branch-list .item .name {
  color: #333;
  font-weight: 500;
  padding: 15px 0;
}
.branch-list.type3 .item .name {
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}
.branch-list.type1 .item .name {
  font-size: 19px;
  border-color: #e7e7e7;
}
.branch-list.type1 .tit,
.branch-list.type2 .tit {
  color: #6b6b6b;
  font-weight: normal;
}
.branch-list.type1 .three-box .col + .col:before {
  background: #ccc;
}
.branch-list.type3 .item .text-box {
  padding: 10px 15px 0;
  color: #ccc;
}
.branch-list.type3 .description {
  font-size: 14px;
  display: -webkit-box;
  margin: 10px 0 5px;
  width: 100%;
  color: #ccc;
}
.branch-list.type3 .txt {
  color: #333;
}
.branch-list.type3 .txt_box {
  padding-left: 80px;
  border: none;
}
.branch-list.type3 .tit {
  font-size: 14px;
  padding-left: 0;
  width: 75px;
  color: #7c7c7c;
  background: none;
}
.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: 10px 0;
  position: relative;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  text-align: center;
  background: #ea5413;
  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: #ea5413;
  color: #fff;
}
/*------------ 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;
  }
}
