@charset "utf-8";
/* config */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.hidden {
  font-size: 1px;
  line-height: inherit;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.blind {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}
.list {
  list-style: none;
}
.border-all {
  border: 1px solid #e6e6e6;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.border-left {
  border-left: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.input-border {
  border: 1px solid #e0e0e0;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.poS {
  position: static;
}
.eng {
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.pointer {
  cursor: pointer;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.m0auto {
  margin: 0 auto;
}
.underline {
  text-decoration: underline;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clear30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clear50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.letter-spacing {
  letter-spacing: -0.34px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.vertical-top {
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vertical_mid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical_bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.tdnone {
  text-decoration: none;
}
.oh {
  overflow: hidden;
}
/* Parametic Mixins */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.duration {
  transition-duration: 0.5s;
}
.MD_Map .contents_wrap {
  margin: 0;
  padding: 0;
}
.MD_Map .contents_wrap .flex {
  display: flex;
  flex-flow: column wrap;
  height: 920px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .MD_Map .contents_wrap {
    padding-top: 53px;
  }
  .MD_Map .contents_wrap .flex {
    flex-flow: column nowrap;
    height: 100%;
  }
}
.Map_Area {
  position: relative;
  background-color: white;
  width: 100%;
  display: block;
}
.Map_Area:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.Map_Area .maptip {
  position: absolute;
  top: 200px;
  display: inline-block;
  padding: 5px 7px;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  border: 3px solid #2f5fba;
  z-index: 9999;
  cursor: pointer;
}
.Map_Area .maptip:hover {
  background: #2f5fba;
  color: #fff;
}
.Map_Area .root_daum_roughmap {
  padding: 0 !important;
}
@media (min-width: 900px) {
  .Map_Area {
    width: 100%;
    display: block;
    height: 100%;
    min-height: 900px;
    order: 1;
    margin-right: -440px;
    padding-right: 440px;
  }
}
@media (min-width: 500px) and (max-width: 899px) {
  .Map_Area {
    width: 100%;
    display: block;
    overflow: hidden;
    order: 2;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 499px) {
  .Map_Area {
    width: 100%;
    display: block;
    overflow: hidden;
    order: 2;
  }
  .Map_Area .maptip {
    padding: 3px 5px;
    font-size: 1.4rem;
  }
}
.Map_info_w {
  background-color: white;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.Map_info_w ul {
  margin: 0;
  padding: 0;
}
.Map_info_w ul,
.Map_info_w li {
  list-style: none;
}
.Map_info_w button {
  border: 0;
}
.Map_info_w .search_w {
  background-color: #0068b7;
  position: relative;
}
.Map_info_w .search_w .input_txt {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 70px 0px 10px;
  margin-left: -1px;
  border: none;
  background: white;
  height: 42px;
}
.Map_info_w .search_w .input_txt input {
  border: none;
  color: #4d4d4d;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
}
.Map_info_w .search_w .input_txt input::-webkit-input-placeholder {
  color: #333;
}
.Map_info_w .search_w .input_txt input:-ms-input-placeholder {
  color: #333;
}
.Map_info_w .search_w .input_txt .search_btn {
  display: block;
  position: absolute;
  right: 10px;
  top: -5px;
  text-decoration: none;
}
.Map_info_w .search_w .input_txt .search_btn i {
  color: #0068b7;
  font-size: 3rem;
  line-height: 5.5rem;
}
.Map_info_w .search_w .input_txt .search_btn span {
  text-indent: -9999px;
  font-size: 0;
}
.Map_info_w .search_w .input_list {
  position: absolute;
  top: 50px;
  left: 9px;
  width: 100%;
  max-height: 185px;
  background-color: white;
  margin-top: 0px;
  padding: 10px;
  display: block;
  z-index: 100;
}
.Map_info_w .search_w .input_list ul {
  background-color: white;
  overflow: hidden;
  max-height: 165px;
  padding-top: 5px;
}
.Map_info_w .search_w .input_list ul li {
  text-align: left;
  padding-left: 10px;
  letter-spacing: -0.34px;
}
.Map_info_w .search_w .input_list ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  height: 26px;
  line-height: 2.6rem;
  color: #333333;
}
.Map_info_w .search_w .input_list ul li a span.txt01 {
  color: #0068b7;
}
.Map_info_w .search_w .checkbox-group {
  padding: 10px 0 0 0;
}
.Map_info_w .search_w .checkbox-group li {
  float: left;
  margin: 0 0.3rem 1rem 0 !important;
  position: relative;
  font-size: 1.4rem;
}
.Map_info_w .search_w .checkbox-group label {
  color: white;
  letter-spacing: -0.34px;
}
.Map_info_w .search_w .checkbox-group label span {
  margin-right: 0.5rem;
}
@media (min-width: 900px) {
  .Map_info_w {
    width: 440px;
    height: 102px;
    order: 2;
  }
  .Map_info_w .search_w {
    height: 102px;
    padding: 10px;
  }
  .m_search_btn {
    display: none;
  }
}
@media (min-width: 440px) and (max-width: 899px) {
  .Map_info_w {
    width: 100%;
    height: 102px;
    display: block;
    order: 1;
  }
  .Map_info_w .search_w {
    height: 102px;
    padding: 10px;
  }
  .m_search_btn {
    display: none;
  }
}
@media (max-width: 439px) {
  .Map_info_w {
    width: 100%;
    height: 102px;
    display: block;
    order: 1;
  }
  .Map_info_w .search_w {
    height: 102px;
    padding: 10px;
  }
  .Map_info_w .search_w .checkbox-group li {
    margin: 0 0.3rem 1rem 0 !important;
  }
  .Map_info_w .search_w .checkbox-group label {
    font-size: 1.3rem !important;
    padding: 0.3rem 0;
  }
  .Map_info_w .search_w .checkbox-group label span {
    margin-right: 0.3rem !important;
  }
  .m_search_btn {
    display: none;
  }
}
.school_list {
  width: 440px;
  height: 798px;
  order: 3;
  background: #fff;
  z-index: 1;
  position: relative;
}
.school_list .color_legend {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.school_list .color_legend ul li {
  float: left;
  display: inline-block;
  width: 25%;
  padding: 10px 0;
  font-size: 1.3rem;
  color: #555;
}
.school_list .color_legend ul li:before {
  content: '';
  width: 15px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
}
.school_list .color_legend ul li.element:before {
  background-image: url('/images/new/mapinfo/ico_ele.png');
  background-repeat: no-repeat;
}
.school_list .color_legend ul li.middle:before {
  background-image: url('/images/new/mapinfo/ico_mid.png');
  background-repeat: no-repeat;
}
.school_list .color_legend ul li.high:before {
  background-image: url('/images/new/mapinfo/ico_hig.png');
  background-repeat: no-repeat;
}
.school_list .color_legend ul li.others:before {
  background-image: url('/images/new/mapinfo/ico_others.png');
  background-repeat: no-repeat;
}
.school_list .search_list {
  height: 758px;
}
.school_list .search_list ul li.basic_li {
  border-bottom: 1px solid #e8e8e8;
}
.school_list .search_list ul li.basic_li:hover {
  background: #e4eefb;
}
.school_list .search_list ul li.basic_li .basic_data {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  text-align: left;
  padding: 0px 10px 10px 20px;
}
.school_list .search_list ul li.basic_li .basic_data p {
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
  letter-spacing: -0.34px;
  position: relative;
}
.school_list .search_list ul li.basic_li .basic_data p a.detail_info {
  text-decoration: none;
  color: #111;
}
.school_list .search_list ul li.basic_li .basic_data p button.fav_school {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url('/images/new/schoolinfo/fav_off.png');
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: top;
}
.school_list .search_list ul li.basic_li .basic_data p button.special_link_btn {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: top;
  margin-left: 5px;
}
.school_list .search_list ul li.basic_li .basic_data p button.fav_school.onoff {
  background-image: url('/images/new/schoolinfo/fav_on.png');
  background-repeat: no-repeat;
}
.school_list .search_list ul li.basic_li .basic_data p a.info_btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  height: 33px;
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  text-decoration: none;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 8px;
}
.school_list .search_list ul li.basic_li .basic_data p a.info_btn i {
  margin-right: 5px;
  font-size: 1.5rem;
}
.school_list .search_list ul li.basic_li .basic_data p a.info_btn:hover {
  color: #fff;
  background: #2f5fba;
}
.school_list .search_list ul li.basic_li .basic_data .l_box {
  width: 100%;
  transition-duration: 0.5s;
}
.school_list .search_list ul li.basic_li .basic_data .l_box span.boxtt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
}
.school_list .search_list ul li.basic_li .basic_data .l_box span.boxtt .search_tip {
  margin-left: 8px;
  margin-top: 30px;
}
.school_list .search_list ul li.basic_li .basic_data .l_box span.md {
  font-size: 1.4rem;
  color: #000;
  margin-right: 28px;
  margin-bottom: 4px;
  display: inline-block;
}
.school_list .search_list ul li.basic_li .basic_data .l_box span.md a.sch_homepage {
  margin-left: 5px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  font-size: 1.3rem;
  text-decoration: none;
  display: inline-block;
}
.school_list .search_list ul li.basic_li .basic_data .l_box span.md span.mt {
  color: #666666;
  padding-right: 7px;
}
@media (max-width: 900px) {
  .school_list {
    width: 100%;
    order: 3;
    height: auto;
    padding-bottom: 20px;
  }
  .school_list .search_list {
    display: none;
  }
}
@media (max-width: 640px) {
  .school_list {
    width: 100%;
    order: 3;
    height: auto;
    padding-bottom: 20px;
  }
  .school_list .search_list {
    display: none;
  }
}
.Map_shool_pop {
  background-color: white;
  transition-duration: 0.5s;
  display: none;
}
.Map_shool_pop .map_basicInfo {
  width: 100%;
  overflow: hidden;
  padding: 0 10px 10px 20px;
}
.Map_shool_pop .map_basicInfo .basic_data {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  text-align: left;
}
.Map_shool_pop .map_basicInfo .basic_data p {
  font-size: 3rem;
  padding: 10px 0;
  width: 100%;
  letter-spacing: -0.34px;
  position: relative;
}
.Map_shool_pop .map_basicInfo .basic_data p button.fav_school {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url('/images/new/schoolinfo/fav_off.png');
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: top;
  margin-top: 10px;
}
.Map_shool_pop .map_basicInfo .basic_data p button.special_link_btn {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: top;
  margin-top: 10px;
}
.vision {
	background-image: url('/images/new/schoolinfo/vision.png');
}
.hearing {
	background-image: url('/images/new/schoolinfo/hearing.png');
}
.intellect {
	background-image: url('/images/new/schoolinfo/intellect.png');
}
.mobility {
	background-image: url('/images/new/schoolinfo/mobility.png');
}
.emotion {
	background-image: url('/images/new/schoolinfo/emotion.png');
}
.Map_shool_pop .map_basicInfo .basic_data p button.fav_school.onoff {
  background-image: url('/images/new/schoolinfo/fav_on.png');
  background-repeat: no-repeat;
}
.Map_shool_pop .map_basicInfo .basic_data p a.info_btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  height: 33px;
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  text-decoration: none;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 8px;
}
.Map_shool_pop .map_basicInfo .basic_data p a.info_btn i {
  margin-right: 5px;
  font-size: 1.5rem;
}
.Map_shool_pop .map_basicInfo .basic_data p a.info_btn:hover {
  color: #fff;
  background: #2f5fba;
}
.Map_shool_pop .map_basicInfo .basic_data p a.close {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 23px;
  height: 23px;
  background-image: url('/images/new/common/btn_close.png');
  background-repeat: no-repeat;
  background-size: 23px auto;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box {
  width: 100%;
  transition-duration: 0.5s;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box span.boxtt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box span.boxtt .search_tip {
  margin-left: 8px;
  margin-top: 30px;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box span.md {
  font-size: 1.4rem;
  color: #000;
  margin-right: 28px;
  margin-bottom: 4px;
  display: inline-block;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box span.md a.sch_homepage {
  margin-left: 5px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  font-size: 1.3rem;
  text-decoration: none;
  display: inline-block;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box span.md span.mt {
  color: #666666;
  padding-right: 7px;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct {
  height: 183px;
  position: relative;
  /* Safari */
}
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct .loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct .loader_bg {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 173px;
  background: rgba(0, 0, 0, 0.5);
}
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct .loaderWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct .loading_ex,
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct .loader {
  text-align: center;
  margin: 0 auto;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct .loading_ex {
  margin-top: 10px;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box div.boxct .loading_ex .ex {
  font-size: 1.5rem;
  font-family: 'Roboto';
  font-weight: 500;
  color: #515151;
  margin-bottom: 10px;
  color: #fff;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box.pL02 .mCSB_container_wrapper {
  margin-bottom: 0;
}
.Map_shool_pop .map_basicInfo .basic_data .l_box.pL02 .mCSB_scrollTools_vertical {
  bottom: 0;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel {
  top: 10px;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer {
  width: 100%;
  text-align: left;
  height: 173px;
  background: #f6f6f6;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage {
  transition: all 0s ease 0s !important;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item {
  height: 168px;
  padding: 10px 0;
  width: 100%;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item p {
  font-size: 1.4rem;
  color: #111;
  font-weight: 500;
  text-align: center;
  padding: 5px 0 5px 0;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item ul {
  padding: 10px;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item ul li {
  font-size: 1.4rem;
  color: #111;
  font-weight: 300;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item span {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #111;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item span.no_schedule {
  display: block;
  width: auto;
  height: 50px;
  background: url('/images/new/schoolinfo/schedule.png') top center no-repeat;
  text-align: center;
  padding-top: 50px;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item .mCSB_scrollTools_horizontal {
  display: none !important;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item .mCustomScrollBox {
  max-height: 160px !important;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-nav {
  position: absolute;
  background: #fff;
  top: -30px;
  right: 0;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-nav .owl-prev,
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-nav .owl-next {
  width: 22px;
  height: 22px;
  border: 1px solid #e0e0e0;
  float: left;
  background-image: url('/images/new/schoolinfo/owl_nav.jpg');
  background-repeat: no-repeat;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-nav .owl-prev {
  background-position: left center;
}
.Map_shool_pop .map_basicInfo .basic_data .owl-carousel .owl-nav .owl-next {
  background-position: right center;
}
@media (min-width: 900px) {
  .Map_shool_pop {
    width: 100%;
    z-index: 10;
    height: 758px;
    position: absolute;
    top: 40px;
    left: 0;
  }
  .Map_shool_pop .map_basicInfo {
    padding: 0 10px 10px 20px;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box {
    margin-bottom: 10px;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box.pL02 {
    width: 49%;
    float: left;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box:nth-child(2) {
    float: right;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box:nth-child(3) {
    clear: both;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .Map_shool_pop {
    width: 100%;
    z-index: 10;
    height: auto;
  }
  .Map_shool_pop .map_basicInfo {
    padding: 0 10px 10px 10px;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box {
    margin-bottom: 10px;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box.pL02 {
    width: 49%;
    float: left;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box:nth-child(2) {
    float: right;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box:nth-child(3) {
    clear: both;
  }
}
@media (max-width: 639px) {
  .Map_shool_pop {
    width: 100%;
    height: auto;
  }
  .Map_shool_pop .map_basicInfo {
    padding: 0 10px 10px 10px;
  }
  .Map_shool_pop .map_basicInfo .basic_data p {
    font-size: 2.4rem;
    padding: 15px 30px 10px 0;
  }
  .Map_shool_pop .map_basicInfo .basic_data p button.fav_school {
    margin-top: 5px;
  }
  .Map_shool_pop .map_basicInfo .basic_data p button.special_link_btn {
    margin-top: 5px;
  }
  .Map_shool_pop .map_basicInfo .basic_data p a.info_btn {
    margin-top: 4px;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box {
    padding: 10px 5px;
    width: 100%;
  }
  .Map_shool_pop .map_basicInfo .basic_data .l_box.pL02 {
    width: 100%;
  }
}
