@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header.sub-header {
  position: relative;
}

#subContainer {
  position: relative;
  padding: 0 0px 100px;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}

#commonContainer {
  position: relative;
  padding: 30px 20px 60px;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}

#subContainer:after {
  content: "";
  display: block;
  clear: both;
}

#leftMenu {
  float: left;
  width: 210px;
  margin-top: 10px;
}

#leftMenu .sub-tit-img {
  display: block;
  margin-bottom: 15px;
}

#subContents {
  float: right;
  width: calc(100% - 260px);
}

.login-bar li a img {
  top: -2px !important;
}

@media only screen and (max-width: 1280px) {
  #subContainer, #commonContainer {
    padding: 0 20px 100px;
  }
  #subContainer {
    width: 100%;
  }
  #commonContainer {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #subContainer, #commonContainer {
    padding: 0;
  }
  #subContents {
    float: none;
    padding: 0 20px 80px;
    width: 100%;
  }
  #leftMenu {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 0px;
    left: 0;
    margin-bottom: 10px;
  }
  .left-menu {
    display: none;
  }
  .left-notice {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #subContents {
    padding: 0 10px 50px;
  }
  .sub-title h3:before {
    width: 30px !important;
  }
}
/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual01, .sub-visual02, .sub-visual03, .sub-visual04, .sub-visual05 {
  display: table;
  width: 100%;
  height: 250px;
  background: url("/images/mtl01r-21-0083/sub/sub_visual_0613.jpg") no-repeat center center/cover;
}

.sub-visual-txt {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.sub-visual-txt h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.sub-visual-cont {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .sub-visual01, .sub-visual02, .sub-visual03, .sub-visual04, .sub-visual05 {
    height: 140px;
  }
  .sub-visual-txt h1 {
    font-size: 30px;
  }
  .sub-visual-cont {
    font-size: 14px;
  }
}
/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.sub-tab {
  display: none;
  z-index: 999;
  width: 100%;
}

.sub-tab.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.92;
}

.sub-tab > ul {
  margin: 50px auto 0;
  height: 60px;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.sub-tab.fixed ul {
  margin: 0 auto;
  width: 100%;
}

.sub-tab li {
  display: inline-block;
  width: 301px;
  height: 60px;
}

.sub-tab li a {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-weight: 400;
  font-size: 20px;
  color: #777;
  border: 1px solid #ddd;
  border-left: 0;
}

.sub-tab li:first-child a {
  border-left: 1px solid #ddd;
}

.sub-tab li:last-child a {
  border-right: 0;
}

.sub-tab li.active a {
  color: #fff;
  background: #282595;
  border-color: #282595;
}

.sub-tab.fixed a {
  border-bottom: 0;
  border-top: 0;
}

@media only screen and (max-width: 980px) {
  .sub-tab {
    display: block;
  }
  .sub-tab > ul {
    width: 100%;
    margin: 0 auto;
  }
  .sub-tab .col-1 li {
    width: 100%;
  }
  .sub-tab .col-2 li {
    width: 50%;
  }
  .sub-tab .col-3 li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .sub-tab > ul {
    height: 50px;
  }
  .sub-tab li {
    height: 50px;
  }
  .sub-tab li a {
    height: 48px;
    line-height: 46px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .sub-tab {
    min-width: 320px;
  }
  .sub-tab li a {
    font-size: 14px;
  }
}
.left-menu h2 {
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  background: url("/images/mtl01r-21-0083/sub/left_top.jpg") no-repeat center center;
}

.left-menu li {
  width: 100%;
  margin: 3px 0;
}

.left-menu li a {
  display: block;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  background: #f4f4f4 url("/images/mtl01r-21-0083/sub/left_icon.png") no-repeat right 20px center;
}

.left-menu li.active a {
  color: #f9881a;
  background: #fff url("/images/mtl01r-21-0083/sub/left_icon_on.png") no-repeat right 20px center;
  border: 3px solid #f9881a;
}

/* 좌측배너 */
.left-banner {
  margin-top: 20px;
  background: #ffffcc;
  padding: 20px;
  text-align: center;
}

.left-banner p {
  font-size: 16px;
  color: #444;
  line-height: 1.4;
  margin-top: 10px;
}

.left-banner .cs-tel {
  font-size: 20px;
  font-weight: 400;
  color: #f9881a;
}

.left-banner .cs-tel strong {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 980px) {
  .left-banner {
    display: none;
  }
}
/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title {
  margin-bottom: 60px;
  padding: 40px 0;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.sub-title:after {
  content: "";
  display: block;
  clear: both;
}

.sub-title h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

.sub-title .page-navi {
  position: absolute;
  margin-bottom: 10px;
  float: right;
  right: 0;
  top: 50px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 13px;
  color: #777;
}

.sub-title .page-navi strong {
  color: #333;
  font-weight: 400;
}

.sub-title .page-navi img {
  margin-top: -5px;
}

@media only screen and (max-width: 980px) {
  .sub-title {
    padding: 34px 0;
  }
  .sub-title .page-navi {
    display: none;
    padding: 15px 20px;
    margin: 0 -20px 120px;
    width: calc(100% + 40px);
    background: #f5f5f5;
  }
  .sub-title h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .sub-title {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .sub-title h3 {
    font-size: 24px;
  }
  .sub-title .page-navi {
    padding: 10px;
    margin: 0 -10px 90px;
    width: calc(100% + 20px);
  }
}
/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list .whois-board-row .whois-board-row-subject strong {
  font-weight: 500;
}

.whois-board-list {
  display: inline-block;
  padding: 0;
  font-size: 14px;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #777;
} /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-subject a:hover {
  color: #333;
}

.whois-board-list .whois-board-row .whois-board-row-info {
  color: #777;
  letter-spacing: 0.2px;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
  max-width: 33vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* 일반게시판 view */
.whois-board-view .board-info {
  font-size: 14px;
}

.whois-board-view .comment-wrap .comment-info {
  font-size: 14px;
}

.whois-board-view .board-content {
  font-size: 15px;
}

.whois-board-view .board-content > span {
  font-size: 15px !important;
  line-height: 23px;
}

.whois-board-view .comment-wrap .comment-list {
  font-size: 13px;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.next_data_area {
  font-size: 13px;
  letter-spacing: 0.05px;
}

.prev_data_area {
  font-size: 13px;
  letter-spacing: 0.05px;
}

.whois-board-view {
  display: inline-block;
  font-size: 13px;
  border-top: 1px solid #777;
} /* Line 색상 */
.whois-board-view .whois-board-view-row {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 0;
  float: left;
  border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  font-size: 18px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
  font-size: 11px;
  color: #c4c4c4;
}

/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub {
  color: #fff;
  background-color: #282595;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-search:hover, .btn-search:focus, .whois-button-submit:hover, .whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus {
  color: #fff;
  background-color: #154099;
}

input.form-control:focus {
  border-color: #333 !important;
}

.board-write .btn_file {
  color: #fff;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #282595;
  border: 0;
  color: #ffffff;
  display: inline-block;
}

.sub-box.sm {
  font-size: 12px;
  padding: 2px 5px;
}

.sub-box.m {
  font-size: 14px;
  padding: 4px 8px;
}

.sub-box.lg {
  font-size: 16px;
  padding: 6px 12px;
}

.sub-border {
  border: 1px solid #ddd;
}

.sub-border-t {
  border-top: 1px solid #ddd;
}

.sub-border-r {
  border-right: 1px solid #ddd;
}

.sub-border-b {
  border-bottom: 1px solid #ddd;
}

.sub-border-l {
  border-left: 1px solid #ddd;
}

.sub-bg {
  background-color: #282595;
}

.sub-bg-hover:hover {
  background-color: #154099;
}

.infoconsent-wrap .content {
  font-size: 14px;
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
  margin: 0 auto;
  background: #fff;
  font-size: 16px;
}

.material-form .header {
  padding: 50px 10px;
  background: #6498fe;
  font-size: 16px;
  color: #fff;
}

.material-form .header h3 {
  font-size: 30px;
}

.material-form .header p,
.material-form .header span {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}

.material-form .sub-header h4 {
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}

.material-form .sub-content .form-group:last-child {
  margin: 0;
}

.material-form .input-group {
  position: relative;
  border: 0;
}

.material-form .input-group .input-group-addon {
  padding-right: 6px;
  padding-left: 6px;
  background: #fff;
  border: 0;
}

.material-form .form-control,
input[type=text].whois,
input[type=password].whois,
select.whois {
  border: 1px solid #ccc;
  transition: 0.3s all ease;
  font-family: "Noto Sans KR";
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type=text].whois,
.th + input[type=password].whois,
.th + select.whois {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.material-form .form-group {
  margin-bottom: 15px;
  overflow: visible;
}

.material-form .form-group.success .form-control {
  color: #5cb85c;
}

.material-form .form-group.failed .form-control {
  color: #d9534f;
}

.material-form .form-control[readonly] {
  background: #fff;
}

.material-form .btn {
  height: 38px;
}

.material-form .btn-default {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.material-form .input-group input,
.material-form .input-group select,
input[type=text].whois,
input[type=password].whois,
select.whois {
  z-index: 10;
}

.input-group label.th {
  z-index: 9;
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  height: 20px;
  color: #ccc;
}

.input-group label.th.ie9 {
  z-index: 11;
  display: block;
}

.material-form .desc {
  padding: 10px 0;
}

.chkbox {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.chk-block,
.chk-block span {
  display: block;
  text-align: center;
  width: 100%;
}

.chkbox input[type=radio],
.chkbox input[type=checkbox] {
  display: none;
}

.chkbox input[type=radio] ~ .rbtn {
  padding: 6px 12px;
  line-height: 27px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.chkbox input[type=radio]:checked ~ .rbtn {
  background: #ccc;
  color: #fff;
}

.chkbox input[type=radio] ~ .box,
.chkbox input[type=checkbox] ~ .box {
  display: block;
  color: #bbb;
  cursor: pointer;
  transition: 0.5s all ease;
}

.chkbox input[type=radio] ~ .box:before,
.chkbox input[type=checkbox] ~ .box:before {
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  font-family: "Glyphicons Halflings";
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  transition: 0.4s all ease;
  vertical-align: middle;
  color: #cfcfcf;
}

.chkbox input[type=radio] ~ .box:before {
  content: "\e165";
}

.chkbox input[type=checkbox] ~ .box:before {
  content: "\e013";
}

.chkbox input[type=radio]:checked ~ .box,
.chkbox input[type=checkbox]:checked ~ .box {
  color: #666;
}

.chkbox input[type=radio]:checked ~ .box:before,
.chkbox input[type=checkbox]:checked ~ .box:before {
  color: #666;
}

.sub-contents .dotList li {
  position: relative;
  padding-left: 10px;
  line-height: 1.3;
  font-size: 17px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .sub-contents .dotList li {
    font-size: 16px;
  }
}
.sub-contents .dotList li:not(:last-child) {
  margin-bottom: 10px;
}
.sub-contents .dotList li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #888;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sub-contents .dotList li {
    padding-left: 7px;
  }
  .sub-contents .dotList li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.sub1-1 > div:not(:last-child) {
  margin-bottom: 100px;
}
.sub1-1 h4 {
  font-size: 32px;
  font-weight: 600;
  color: #282595;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sub1-1 h4 {
    font-size: 24px;
  }
}
.sub1-1 .vision {
  text-align: center;
}
.sub1-1 .vision dt {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub1-1 .vision dt {
    font-size: 18px;
  }
}
.sub1-1 .vision dd {
  font-size: 18px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .sub1-1 .vision dd {
    font-size: 16px;
  }
}
.sub1-1 .path .history {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px 0;
}
.sub1-1 .path .history:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.sub1-1 .path .history .img-area {
  width: calc(50% - 40px);
  text-align: center;
}
.sub1-1 .path .history .txt-area {
  position: relative;
  width: 50%;
  padding-left: 70px;
}
.sub1-1 .path .history .txt-area h3 {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  color: #282595;
  margin-bottom: 30px;
}
.sub1-1 .path .history .txt-area ul + h3 {margin-top:70px;}
@media screen and (max-width: 768px) {
  .sub1-1 .path .history .txt-area h3 {
    font-size: 28px;
  }
}
.sub1-1 .path .history .txt-area h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -75px;
  width: 11px;
  height: 11px;
  background: #282595;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}
.sub1-1 .path .history .txt-area h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -70px;
  width: 50px;
  height: 1px;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .sub1-1 > div:not(:last-child) {
    margin-bottom: 70px;
  }
  .sub1-1 h4 {
    margin-bottom: 20px;
  }
  .sub1-1 .vision dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-1 .path .history {
    flex-direction: column-reverse;
    padding: 60px 0;
    gap: 20px;
  }
  .sub1-1 .path .history:before {
    left: 20px;
  }
  .sub1-1 .path .history .img-area {
    width: 100%;
    padding: 0 20px 0 70px;
    text-align: left;
  }
  .sub1-1 .path .history .img-area img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  .sub1-1 .path .history .txt-area {
    width: 100%;
  }
  .sub1-1 .path .history .txt-area h3 {
    margin-bottom: 20px;
  }
  .sub1-1 .path .history .txt-area h3:before {
    left: -55px;
  }
  .sub1-1 .path .history .txt-area h3:after {
    width: 40px;
    left: -50px;
  }
}

.root_daum_roughmap {
  width: 100% !important;
}

.sub4-1 h4 {
  font-size: 26px;
  font-weight: 500;
  color: #282595;
  margin-bottom: 40px;
}

.cs-wrap {
  margin-bottom: 80px;
}

.cs-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.cs-wrap > ul {
  display: flex;
  flex-wrap: wrap;
}
.cs-wrap > ul > li {
  width: 50%;
  padding: 10px;
  text-align: center;
}
.cs-wrap > ul > li:not(:last-child) {
  border-right: 1px solid #ddd;
}

.cs-wrap > ul > li p {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  line-height: 1.3;
}

.cs-wrap > ul > li p span {
  font-size: 16px;
  color: #555;
}

.cs-wrap > ul > li img {
  padding-bottom: 15px;
}

.sub4-1 .location h4 {
  margin-bottom: 20px;
}

.map_box {
  margin-top: 40px;
}

.map_box .map_tb {
  width: 100%;
  border-top: 2px solid #282595;
}

.map_box .map_tb tr {
  border-bottom: 1px solid #ddd;
}

.map_box .map_tb tr th {
  width: 200px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

.map_box .map_tb tr th > img {
  margin-right: 20px;
}

.map_box .map_tb tr td {
  padding: 30px 40px;
}

.map_box .map_tb tr td p {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}

.map_box .map_tb tr td p strong {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.map_box .map_tb tr td p span {
  display: inline-block;
  margin-left: 108px;
}

@media only screen and (max-width: 1200px) {
  .intro01, .intro02 {
    padding-bottom: 100px;
  }
  .intro02 .txt-box {
    padding-right: 50px;
  }
  .intro01 .txt-box {
    padding-left: 50px;
  }
  .os_mac.root_daum_roughmap {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1128px) {
  .map_box .map_tb tr:nth-child(2) td p {
    white-space: normal;
    word-break: break-word;
  }
  .map_box .map_tb tr td p span {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .cs-wrap > ul > li p {
    font-size: 18px;
  }
  .cs-wrap > ul > li p span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .sub4-1 h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cs-wrap {
    margin-bottom: 40px;
  }
  .cs-wrap > ul {
    border: 1px solid #ddd;
  }
  .cs-wrap > ul > li {
    padding: 23px 10px 17px 10px;
  }
  .cs-wrap > ul > li img {
    padding-bottom: 10px;
  }
  .map_box .map_tb tr th {
    width: 130px;
    padding: 10px;
  }
  .map_box .map_tb tr td {
    padding: 10px 20px;
  }
  .map_box .map_tb tr th {
    font-size: 15px;
  }
  .map_box .map_tb tr td p {
    font-size: 14px;
  }
  .map_box .map_tb tr th > img {
    width: 52px;
    height: auto;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 680px) {
  .map_box .map_tb tr th {
    width: 25%;
    text-align: center;
  }
  .map_box .map_tb tr th > img {
    width: 42px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .cs-wrap > ul li {
    width: 100%;
  }
  .cs-wrap > ul li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 500px) {
  .cs-wrap > ul > li p {
    font-size: 16px;
  }
  .cs-wrap > ul > li p span {
    font-size: 13px;
  }
}

