.mr_w2b {
  margin-bottom: 50px;
}

/* 선택지 */
.mr_w2b .mr_w2b_select_section {
  border-top: 2px solid #10305c;
  border-bottom: 2px solid #10305c;
  
}

.mr_w2b .mr_w2b_select_box {
  display: inline-block;
  width: 33%;
  height: 255px;
  vertical-align: top;
  padding-bottom: 10px;
  padding: 20px 85px 20px 20px;
  box-sizing: border-box;
}

.mr_w2b .mr_w2b_select_box + .mr_w2b_select_box {
  border-left: 1px dashed #10305c;
}

.mr_w2b .mr_w2b_select_box p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.mr_w2b .mr_w2b_select_box ul li {
  display: block;
}
.mr_w2b .mr_w2b_select_box ul li + li{
  margin-top: 7px;
}

.mr_w2b .mr_w2b_select_box ul li label {
  margin-left: 5px;
  font-size: 14px;
}
.mr_w2b .mr_w2b_select_box ul li label,
.mr_w2b .mr_w2b_select_box ul li input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}

/* 지도 */
.mr_w2b .mr_w2b_map_section {
  margin: 50px 0;
  width: 1100px;
  height: 400px;
}

/* 대리점 목록 */
.mr_w2b .mr_w2b_table_section a {
  color: #10305c;
}

.mr_w2b .mr_w2b_table_section table {
  width: 100%;
  border-spacing: 0;
  font-size: 16px;
}

.mr_w2b .mr_w2b_table_section table thead th {
  border-top: 2px solid #10305c;
  border-bottom: 2px solid #10305c;
  padding: 20px 10px;
  text-align: left;
  letter-spacing: 1px;
}

.mr_w2b .mr_w2b_table_section table tbody td {
  border-bottom: 1px solid #244777;
  padding: 20px 10px;
  vertical-align: top;
  line-height: 1.5;
}
