/* 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;
}
.hidden_table {
  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: -999;
}
.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;
}
.w1100 {
  width: 1100px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.34px;
  padding: 0 30px;
  font-family: "Noto Sans KR";
  padding-bottom: 40px;
}
select {
  border: 1px solid #e0e0e0;
  width: 110px;
  height: 33px;
  font-size: 1.4rem;
  padding-left: 10px;
}
.alink {
  font-family: "Roboto";
  text-decoration: none;
  border-bottom: 1px solid #555;
}
.alink:hover {
  color: #2f5fba;
  border-color: #2f5fba;
}
.graytable th {
  background: #f6f8fa;
}
.yellowtable th {
  background: #fbf7f2;
}
@media screen and (max-width: 1100px) {
  .w1100 {
    width: 100%;
  }
}
.wrap_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 277px;
  margin-bottom: 30px;
}
.wrap_box.boxin3 .box {
  align-content: stretch;
  width: 32%;
}
.wrap_box.boxin2 .box {
  align-content: stretch;
  width: 49%;
}
.wrap_box.boxin1 .box {
  align-content: stretch;
  width: 100%;
}
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
}
.box h6.boxtt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
}
.box h6.boxtt .search_tip {
  margin-left: 8px;
}
.box div.boxct {
  text-align: center;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 850px) {
  .wrap_box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: auto;
  }
  .wrap_box.boxin3 .box {
    align-content: space-around;
    width: 100%;
    height: auto;
  }
  .wrap_box.boxin2 .box {
    align-content: space-around;
    width: 100%;
    height: auto;
  }
  .wrap_box.boxin1 .box {
    align-content: space-around;
    width: 100%;
    height: auto;
  }
  .wrap_box .box {
    margin-bottom: 20px;
  }
  .wrap_box .box div.boxct {
    text-align: center;
  }
  .wrap_box .box div.boxct img {
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .wrap_box .box {
    margin-bottom: 20px;
  }
  .wrap_box .box div.boxct {
    text-align: center;
  }
  .wrap_box .box div.boxct img {
    width: 90%;
  }
}
.contents_wrap {
  letter-spacing: -0.34px;
}
.contents_wrap .contents_ttl {
  color: #333;
  font-weight: 400;
  font-size: 3rem;
}
.contents_wrap .contents_ttl span {
  color: #2f5fba;
}
.contents_wrap .re_search_wrap {
  float: right;
  margin-bottom: 15px;
}
.contents_wrap .re_search_wrap .select-group {
  padding: 0 0 0 90px;
}
.contents_wrap .re_search_wrap .select-group label {
  font-size: 1.4rem;
  color: #555;
  font-weight: 500;
  line-height: 28px;
}
.contents_wrap .re_search_wrap .select-group .select {
  width: 150px;
  max-width: 150px;
}
.contents_wrap .re_search_wrap .select-group .select:last-child {
  margin-right: 0;
}
.contents_wrap .searchinfo_tab {
  width: 100%;
  clear: both;
}
.contents_wrap .searchinfo_tab li {
  float: left;
  width: 16.666%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_wrap .searchinfo_tab li a {
  display: block;
  height: 53px;
  padding: 15px 10px;
  text-align: center;
  bacgkround: #fff;
  border: 1px solid #e0e0e0;
  border-right: 0;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
}
.contents_wrap .searchinfo_tab li a.color_on {
  background: #2f5fba;
  color: #fff;
}
.contents_wrap .searchinfo_tab li a.color_on:hover {
  background: #2f5fba;
  color: #fff;
}
.contents_wrap .searchinfo_tab li a:hover {
  background: #f6f8fa;
}
.contents_wrap .searchinfo_tab li:last-child a {
  border-right: 1px solid #e0e0e0;
}
.contents_wrap .search_result {
  margin-bottom: 20px;
  padding-top: 70px;
}
.contents_wrap .search_result h4 {
  font-size: 3rem;
  color: #111;
  font-weight: 400;
  float: left;
  margin: 30px 0;
}
.contents_wrap .search_result .more_btn {
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  float: right;
  margin-top: 40px;
  text-decoration: none;
}
.contents_wrap .search_result .more_btn:hover {
  color: #2f5fba;
}
.contents_wrap .search_result p.nodata {
  font-size: 2rem;
  color: #333;
  text-align: center;
  clear: both;
  margin: 50px 0;
  background-image: url('/images/new/common/nodataicon.png');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center top;
  padding-top: 60px;
}
.contents_wrap .search_result .basicInfo {
  width: 100%;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  padding: 0 10px 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_wrap .search_result .basicInfo .basic_data {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -430px;
  padding-right: 430px;
  height: auto;
  text-align: left;
}
.contents_wrap .search_result .basicInfo .basic_data p {
  font-size: 3rem;
  font-weight: 400;
  padding: 20px 0 10px 0;
}
.contents_wrap .search_result .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;
  text-indent: -999px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.contents_wrap .search_result .basicInfo .basic_data p button.special_link_btn {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -999px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.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');
}

.contents_wrap .search_result .basicInfo .basic_data p button.fav_school.onoff {
  background-image: url('/images/new/schoolinfo/fav_on.png');
  background-repeat: no-repeat;
}
.contents_wrap .search_result .basicInfo .basic_data p span.closed_school {
  display: inline-block;
  background: #2f4069;
  color: #fff;
  font-weight: 400;
  padding: 3px 10px;
  font-size: 1.5rem;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 0 8px 5px;
}
.contents_wrap .search_result .basicInfo .basic_data div.info_type {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 400;
  background: #e4eefb;
  color: #2f5fba;
  padding: 5px 3px;
  border-radius: 3px;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box {
  width: 47%;
  float: left;
  padding-left: 10px;
  /* Safari */
}
.contents_wrap .search_result .basicInfo .basic_data .l_box span.md {
  font-size: 1.4rem;
  color: #000;
  margin-right: 28px;
  margin-bottom: 4px;
  display: inline-block;
}
.contents_wrap .search_result .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;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box span.md span.mt {
  color: #666666;
  padding-right: 7px;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box div.boxct {
  height: 173px;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box .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);
  }
}
.contents_wrap .search_result .basicInfo .basic_data .l_box .loader_bg {
  position: absolute;
  width: 100%;
  height: 183px;
  background: rgba(0, 0, 0, 0.5);
}
.contents_wrap .search_result .basicInfo .basic_data .l_box .loaderWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents_wrap .search_result .basicInfo .basic_data .l_box .loading_ex,
.contents_wrap .search_result .basicInfo .basic_data .l_box .loader {
  text-align: center;
  margin: 0 auto;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box .loading_ex {
  margin-top: 10px;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box .loading_ex .ex {
  font-size: 1.5rem;
  font-family: 'Roboto';
  font-weight: 500;
  color: #515151;
  margin-bottom: 10px;
  color: #fff;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box:first-child {
  padding-left: 0px;
}
.contents_wrap .search_result .basicInfo .basic_data .l_box:first-child .boxct {
  max-width: 280px;
  padding-left: 0px;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel {
  top: 10px;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-stage-outer {
  width: 100%;
  height: 173x;
  background: #f6f6f6;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage {
  transition: all 0s ease 0s !important;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item {
  height: 168px;
  padding: 10px 0;
}
.contents_wrap .search_result .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 15px 0;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item ul {
  padding: 0 20px;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item ul li {
  font-size: 1.4rem;
  color: #111;
  font-weight: 300;
  text-align: left;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item span.no_schedule {
  display: block;
  width: auto;
  background: url('/images/new/schoolinfo/schedule.png') top center no-repeat;
  text-align: center;
  padding-top: 50px;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #111;
  font-weight: 300;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-stage-outer .owl-stage .item .mCSB_scrollTools_horizontal {
  display: none !important;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-nav {
  position: absolute;
  background: #fff;
  top: -30px;
  right: 0;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-nav .owl-prev,
.contents_wrap .search_result .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;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-nav .owl-prev {
  background-position: left center;
}
.contents_wrap .search_result .basicInfo .basic_data .owl-carousel .owl-nav .owl-next {
  background-position: right center;
}
.contents_wrap .search_result .basicInfo .map {
  width: 410px;
  height: 450px;
  margin-top: 10px;
  float: right;
/*   background-image: url('/images/new/schoolinfo/map2.jpg'); */
  background: #e5e5e5;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.contents_wrap .search_result .basicInfo .map::after {
	content: "";
	position: absolute;
	top: 50%; left: 50%;
	width: 40px;
	height: 40px;
	margin : -20px 0 0 -20px;
	box-sizing: border-box;
	
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-top-color: #3498db;
	border-radius: 50%;
	
	animation: spinner-spin 1s linear infinite;
	
}

.contents_wrap .search_result .basicInfo .map.loaded::after {
	content: none;
}

@keyframes spinner-spin{
	to { transform: rotate(360deg);}
}

.contents_wrap .search_result ul.result_list {
  width: 100%;
  clear: both;
  border-top: 1px solid #000;
}
.contents_wrap .search_result ul.result_list li {
  text-align: left;
  font-size: 1.6rem;
  color: #333;
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.contents_wrap .search_result ul.result_list li:hover {
  background: #f6f8fa;
}
.contents_wrap .search_result ul.result_list li > a {
  text-decoration: none;
  line-height: 27px;
}
.contents_wrap .search_result ul.result_list li > a span.post_type {
  font-weight: 500;
  color: #111;
}
.contents_wrap .search_result ul.result_list li > a span.post_date {
  font-size: 1.5rem;
  font-family: 'Roboto';
  margin-left: 10px;
}
.contents_wrap .search_result ul.result_list li > a div.post_preview {
  margin-top: 18px;
}
.contents_wrap .search_result ul.result_list li > a div.post_preview p {
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
  line-height: 22px;
  -webkit-line-clamp: 2;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contents_wrap .search_result ul.result_list li > a div.post_preview p span.sch_name {
  color: #2f5fba;
  font-weight: 500;
}
.contents_wrap .search_result ul.result_list li div.attached_file {
  margin-top: 15px;
}
.contents_wrap .search_result ul.result_list li div.attached_file span {
  background-image: url('/images/new/common/clip_blue.png');
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 1.3rem;
  color: #111;
  background-size: 13px;
  background-position: left 5px;
  margin-right: 10px;
}
.contents_wrap .search_result ul.result_list li div.attached_file a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 1.3rem;
  color: #666;
  text-align: center;
  margin-left: 5px;
}
.contents_wrap .search_result ul.result_list li div.attached_file a:hover {
  background: #2f5fba;
  color: #fff;
}
.contents_wrap .search_result ul.result_list li p.nodata {
  font-size: 2rem;
  color: #333;
  text-align: center;
  background-image: url('/images/new/common/nodataicon.png');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center top;
  padding-top: 60px;
}
@media screen and (max-width: 899px) {
  .contents_wrap .re_search_wrap {
    float: none;
  }
  .contents_wrap .re_search_wrap .select-group {
    padding: 0 0 0 0px;
    text-align: left;
  }
  .contents_wrap .re_search_wrap .select-group label {
    position: static;
  }
  .contents_wrap .re_search_wrap .select-group .select {
    max-width: none;
    width: 100%;
    margin-top: 5px;
  }
  .contents_wrap .search_result {
    padding-top: 140px;
  }
  .contents_wrap .search_result h4 {
    margin: 20px 0;
  }
  .contents_wrap .search_result .basicInfo {
    width: 100%;
    padding: 10px;
  }
  .contents_wrap .search_result .basicInfo .basic_data {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
  .contents_wrap .search_result .basicInfo .basic_data .l_box:first-child {
    padding-left: 0px;
  }
  .contents_wrap .search_result .basicInfo .basic_data .l_box:first-child .boxct {
    max-width: none;
  }
  .contents_wrap .search_result .basicInfo .map {
    width: 100%;
    float: none;
/*    background-image: url('/images/new/schoolinfo/map2.jpg'); */
	background: #e5e5e5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px 0 30px 0;
	position: relative;
    overflow: hidden;
  }
  .contents_wrap .searchinfo_tab {
    width: 100%;
    clear: both;
  }
  .contents_wrap .searchinfo_tab li {
    float: left;
    width: 33.333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contents_wrap .searchinfo_tab li a {
    display: block;
    height: 53px;
    padding: 15px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    line-height: 14px;
    border-right: 0;
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
  }
  .contents_wrap .searchinfo_tab li a.color_on {
    background: #2f5fba;
    color: #fff;
  }
  .contents_wrap .searchinfo_tab li:nth-child(-n+3) a {
    border-bottom: 0;
  }
  .contents_wrap .searchinfo_tab li:nth-child(3n) a {
    border-right: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 750px) {
  .contents_wrap .search_result .basicInfo {
    width: 100%;
  }
  .contents_wrap .search_result .basicInfo .basic_data {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
  .contents_wrap .search_result .basicInfo .basic_data .l_box {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .contents_wrap .search_result .basicInfo .basic_data .l_box span.md {
    font-size: 1.4rem;
    color: #000;
    margin-right: 28px;
    margin-bottom: 4px;
    display: inline-block;
  }
  .contents_wrap .search_result .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;
  }
  .contents_wrap .search_result .basicInfo .basic_data .l_box span.md span.mt {
    color: #666666;
    padding-right: 7px;
  }
  .contents_wrap .search_result .basicInfo .basic_data .l_box:first-child .boxct {
    max-width: none;
  }
  .contents_wrap .search_result .basicInfo .map {
    width: 100%;
    float: none;
 /*   background-image: url('/images/new/schoolinfo/map2.jpg'); */
 /*   background-image: url('/images/new/schoolinfo/map2.jpg'); */
 	background: #e5e5e5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px 0 30px 0;
  	position: relative;
  	overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .contents_wrap .contents_ttl {
    color: #333;
    font-weight: 400;
    font-size: 2.6rem;
  }
  .contents_wrap .searchinfo_tab li a {
    font-size: 1.4rem;
  }
  .contents_wrap .search_result h4 {
    font-size: 2.5rem;
  }
  .contents_wrap .search_result .basicInfo .basic_data p {
    font-size: 2.5rem;
  }
  .contents_wrap .search_result .basicInfo .basic_data p span.closed_school {
    font-size: 1.3rem;
  }
  .contents_wrap .search_result ul.result_list li {
    font-size: 1.5rem;
  }
  .contents_wrap .search_result ul.result_list li > a span.post_date {
    font-size: 1.4rem;
  }
  .contents_wrap .search_result ul.result_list li > a div.post_preview p {
    font-size: 1.3rem;
  }
}
.select-group {
  width: 100%;
  position: relative;
}
.select-group:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.select-group label {
  position: absolute;
  color: #0068b7;
  left: 0;
  top: 0;
}
.select-group ul,
.select-group li {
  list-style: none;
}
.select {
  position: relative;
  float: left;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 1px solid #e0e0e0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #4d4d4d;
  background-color: white;
  border-color: black;
}
.select select:hover ~ .select-arrow,
.select select:focus ~ .select-arrow {
  border-top-color: #000;
}
.select .select-arrow {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #7b7b7b transparent transparent transparent;
  padding-right: 1px;
}
@media (min-width: 600px) {
  .select-group {
    padding: 0 0 0 60px;
  }
  .select-group label {
    font-size: 1.4rem;
  }
  .select {
    margin-right: 5px;
  }
  .select select {
    height: 33px;
    line-height: 33px;
    font-size: 1.4rem;
    padding: 0 25px 0 10px;
  }
  .select .select-arrow {
    top: 16px;
    right: 12px;
  }
  .select.t3 {
    max-width: 100px;
  }
  .select.t4 {
    max-width: 150px;
  }
  .select.t5 {
    max-width: 200px;
  }
}
@media (max-width: 599px) {
  .select-group {
    padding: 24px 0 0 0;
  }
  .select-group label {
    height: 24px;
    line-height: 24px;
    font-size: 1.3rem;
  }
  .select select {
    max-width: 100% !important;
    height: 32px;
    line-height: 32px;
    font-size: 1.3rem;
    padding: 0 20px 0 10px;
  }
  .select .select-arrow {
    top: 14px;
    right: 8px;
  }
}
.selects-group {
  width: 100%;
  position: relative;
}
.selects-group:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.selects-group ul,
.selects-group li {
  list-style: none;
}
@media (min-width: 600px) {
  .selects-group .select {
    margin-right: 1rem;
  }
}
@media (max-width: 599px) {
  .selects-group .select {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
  .selects-group .select:last-of-type {
    margin-bottom: 0 !important;
  }
}


