/* 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: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}
.blind {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  color: transparent;
}
.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;
}
.school_wrap .top_info {
  width: 100%;
  background: #2e63bd;
  text-align: left;
  line-height: 45px;
  font-size: 1.5rem;
  font-weight: 400;
  position: fixed;
  z-index: 999;
}
.school_wrap .top_info .info {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}
.school_wrap .top_info .info button {
  font-size: 3rem;
  float: right;
}
@media (max-width: 899px) {
  .school_wrap .top_info {
    display: none;
  }
  
  .contents_wrap .main_section5 .notice a.more_btn {
  right: 0 !important;
  margin-top: -5px !important;
  }
  
}
header .search_wrap {
  max-width: 1100px;
  position: absolute;
  top: 180px;
  left: 0;
  text-align: left;
}
header .search_wrap .search_map {
 position: absolute;
  top: -65px;
  right: 0;
  border-radius: 15px;
  z-index: 200;
  background: #2f4069;
  width: 285px;
  height: 380px;
  box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.2);
}
header .search_wrap .search_map a {
   position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  padding: 20px 0 35px 20px;
  letter-spacing: -3.2px;
  line-height: 38px;
}
header .search_wrap .search_map a span {
 position: absolute;
  font-weight: 500;
  letter-spacing: -0.34px;
  /* background-image: url('/images/new/main/go.png');
  background-repeat: no-repeat;
  background-position: 0px 60px; */
  padding: 0px 0 40px 0px;
}
header .search_wrap .search_map .mapimg_w {
  float: right;
  position: relative;
  width: 225px;
  height: 290px;
}
header .search_wrap .search_map .mapimg_w .dokdo {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}
header .search_wrap .search_map .mapimg_w .dokdo_h {
  position: absolute;
  top: 110px;
  left: 140px;
  display: none;
  height: 40px;
  width: 40px;
  background-color: #02afff;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 40px;
}
header .search_wrap .search_map .mapimg_w img {
  width: 100%;
  height: 100%;
}
header .search_wrap .search_map .mapimg_w map area {
  display: block;
  height: 40px;
  width: 40px;
}
header .search_wrap .search_map .mapimg_w map area.point_hover,
header .search_wrap .search_map .mapimg_w map area:hover,
header .search_wrap .search_map .mapimg_w map area:focus {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #0072a7;
  border-radius: 40px;
  transition-duration: 0.5s;
}
header .search_wrap .search_map .mapimg_w map area.point_hover:after,
header .search_wrap .search_map .mapimg_w map area:hover:after,
header .search_wrap .search_map .mapimg_w map area:focus:after {
  display: block;
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 40px;
  font-size: 1.3rem;
  border-radius: 40px;
}
header .search_wrap .search_map .mapimg_w map area.id_1100000000 {
  position: absolute;
  top: 30px;
  left: 60px;
}
header .search_wrap .search_map .mapimg_w map area.id_1100000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_1100000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_1100000000:focus:after {
  content: '\C11C\C6B8';
}
header .search_wrap .search_map .mapimg_w map area.id_2800000000 {
  position: absolute;
  top: 20px;
  left: 30px;
}
header .search_wrap .search_map .mapimg_w map area.id_2800000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2800000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2800000000:focus:after {
  content: '\C778\CC9C';
}
header .search_wrap .search_map .mapimg_w map area.id_4100000000 {
  position: absolute;
  top: 50px;
  left: 85px;
}
header .search_wrap .search_map .mapimg_w map area.id_4100000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4100000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4100000000:focus:after {
  content: '\ACBD\AE30';
}
/*header .search_wrap .search_map .mapimg_w map area.id_4200000000 {
  position: absolute;
  top: 30px;
  left: 130px;
}
header .search_wrap .search_map .mapimg_w map area.id_4200000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4200000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4200000000:focus:after {
  content: '\AC15\C6D0';
}*/
header .search_wrap .search_map .mapimg_w map area.id_5100000000 {
  position: absolute;
  top: 30px;
  left: 130px;
}
header .search_wrap .search_map .mapimg_w map area.id_5100000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_5100000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_5100000000:focus:after {
  content: '\AC15\C6D0';
}
header .search_wrap .search_map .mapimg_w map area.id_4300000000 {
  position: absolute;
  top: 75px;
  left: 100px;
}
header .search_wrap .search_map .mapimg_w map area.id_4300000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4300000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4300000000:focus:after {
  content: '\CDA9\BD81';
}
header .search_wrap .search_map .mapimg_w map area.id_4400000000 {
  position: absolute;
  top: 90px;
  left: 40px;
}
header .search_wrap .search_map .mapimg_w map area.id_4400000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4400000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4400000000:focus:after {
  content: '\CDA9\B0A8';
}
header .search_wrap .search_map .mapimg_w map area.id_3600000000 {
  position: absolute;
  top: 90px;
  left: 60px;
}
header .search_wrap .search_map .mapimg_w map area.id_3600000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_3600000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_3600000000:focus:after {
  content: '\C138\C885';
}
header .search_wrap .search_map .mapimg_w map area.id_3000000000 {
  position: absolute;
  top: 110px;
  left: 70px;
}
header .search_wrap .search_map .mapimg_w map area.id_3000000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_3000000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_3000000000:focus:after {
  content: '\B300\C804';
}
header .search_wrap .search_map .mapimg_w map area.id_4500000000 {
  position: absolute;
  top: 150px;
  left: 60px;
}
header .search_wrap .search_map .mapimg_w map area.id_4500000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4500000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4500000000:focus:after {
  content: '\C804\BD81';
}
header .search_wrap .search_map .mapimg_w map area.id_4600000000 {
  position: absolute;
  top: 210px;
  left: 30px;
}
header .search_wrap .search_map .mapimg_w map area.id_4600000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4600000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4600000000:focus:after {
  content: '\C804\B0A8';
}
header .search_wrap .search_map .mapimg_w map area.id_2900000000 {
  position: absolute;
  top: 180px;
  left: 40px;
}
header .search_wrap .search_map .mapimg_w map area.id_2900000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2900000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2900000000:focus:after {
  content: '\AD11\C8FC';
}
header .search_wrap .search_map .mapimg_w map area.id_4700000000 {
  position: absolute;
  top: 99px;
  left: 148px;
}
header .search_wrap .search_map .mapimg_w map area.id_4700000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4700000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4700000000:focus:after {
  content: '\ACBD\BD81';
}
header .search_wrap .search_map .mapimg_w map area.id_2700000000 {
  position: absolute;
  top: 136px;
  left: 131px;
}
header .search_wrap .search_map .mapimg_w map area.id_2700000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2700000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2700000000:focus:after {
  content: '\B300\AD6C';
}
header .search_wrap .search_map .mapimg_w map area.id_3100000000 {
  position: absolute;
  top: 170px;
  left: 160px;
}
header .search_wrap .search_map .mapimg_w map area.id_3100000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_3100000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_3100000000:focus:after {
  content: '\C6B8\C0B0';
}
header .search_wrap .search_map .mapimg_w map area.id_4800000000 {
  position: absolute;
  top: 180px;
  left: 110px;
}
header .search_wrap .search_map .mapimg_w map area.id_4800000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4800000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_4800000000:focus:after {
  content: '\ACBD\B0A8';
}
header .search_wrap .search_map .mapimg_w map area.id_2600000000 {
  position: absolute;
  top: 190px;
  left: 150px;
}
header .search_wrap .search_map .mapimg_w map area.id_2600000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2600000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_2600000000:focus:after {
  content: '\BD80\C0B0';
}
header .search_wrap .search_map .mapimg_w map area.id_5000000000 {
  position: absolute;
  top: 245px;
  left: 80px;
}
header .search_wrap .search_map .mapimg_w map area.id_5000000000.point_hover:after,
header .search_wrap .search_map .mapimg_w map area.id_5000000000:hover:after,
header .search_wrap .search_map .mapimg_w map area.id_5000000000:focus:after {
  content: '\C81C\C8FC';
}
header .search_wrap .search_map  a.location {
  position: absolute;
  padding: 5px 8px;
  top: 106px;
  left: 20px;
  color: #fff;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: unset;
  z-index: 10;
  letter-spacing: -1.8px;
}
header .search_wrap .search_map  a.location img {
  vertical-align:middle;
  margin-right:6px;
}
.contents_wrap {
  letter-spacing: -0.34px;
  text-align: left;
  padding: 0;
  z-index: auto;
}
.contents_wrap h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
}
.contents_wrap .main_section1 {
  background: #e4eefb;
  text-align: left;
  padding-top: 80px;
  height: 470px;
}
.contents_wrap .main_section1 .vi_txt {
  color: #3c4457;
  font-size: 4.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
  width: 615px;
  line-height: 50px;
  margin-left: 80px;
  letter-spacing: -3.2px;
}
.contents_wrap .main_section1 .vi_txt span {
  color: #2e63bd;
  font-weight: 500;
}
.contents_wrap .main_section1 .search_div {
  position: relative;
  width: 615px;
  margin-left: 80px;
}
.contents_wrap .main_section1 .search_div input {
  position: absolute;
  width: 100%;
  height: 70px;
  border: 0;
  line-height: 70px;
  background: #2f4069;
  color: #fff;
  font-size: 1.7rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  letter-spacing: normal;
  font-weight: 300;
}
.contents_wrap .main_section1 .search_div input::-webkit-input-placeholder {
  color: #fff;
}
.contents_wrap .main_section1 .search_div input:-ms-input-placeholder {
  color: #fff;
}
.contents_wrap .main_section1 .search_div button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 60px;
  height: 70px;
  background-image: url('/images/new/main/search.png');
  background-repeat: no-repeat;
  text-indent: -99999px;
  background-size: 24px 24px;
  background-position: center;
}
.contents_wrap .main_section1 .input_list {
  position: absolute;
  top: 195px;
  left: 50px;
  max-height: 185px;
  background-color: #2f4069;
  margin-top: 0px;
  padding: 10px;
  display: block;
  z-index: 5;
}
.contents_wrap .main_section1 .input_list ul {
  background-color: white;
  max-height: 165px;
  padding-top: 5px;
  overflow-y: auto;
  width: 100%;
}
.contents_wrap .main_section1 .input_list ul li {
  text-align: left;
  padding-left: 10px;
  letter-spacing: -0.34px;
}
.contents_wrap .main_section1 .input_list ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  height: 26px;
  line-height: 2.6rem;
  color: #333333;
}
.contents_wrap .main_section1 .input_list ul li a span.txt01 {
  color: #0068b7;
}
.contents_wrap .main_section1 .search_map {
  display: none;
}
.contents_wrap .main_section2 {
  padding-bottom: 85px;
  background: #3258b5;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3356b3, #296ec6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3356b3, #296ec6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3356b3, #296ec6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3356b3, #296ec6);
  /* Standard syntax */
}
.contents_wrap .main_section2 .MD {
  display: flex;
  justify-content: space-between;
}
.contents_wrap .main_section2 .MD:after {
  display: none;
}
.contents_wrap .main_section2 .MD .main_rbox {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  width: 23%;
  padding: 30px 0 50px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -90px;
}
.contents_wrap .main_section2 .MD .main_rbox:nth-child(1) a span.rimg {
  background-image: url('/images/new/main/s2img1.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section2 .MD .main_rbox:nth-child(2) a span.rimg {
  background-image: url('/images/new/main/s2img2.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section2 .MD .main_rbox:nth-child(3) a span.rimg {
  background-image: url('/images/new/main/s2img3.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section2 .MD .main_rbox:nth-child(4) a span.rimg {
  background-image: url('/images/new/main/s2img4.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section2 .MD .main_rbox:hover {
  background: #c6dbf6;
}
.contents_wrap .main_section2 .MD .main_rbox:hover a span.rimg {
  background-color: #fff !important;
}
.contents_wrap .main_section2 .MD .main_rbox a {
  text-decoration: none;
  display: block;
}
.contents_wrap .main_section2 .MD .main_rbox a span.rimg {
  display: inline-block;
  border-radius: 70px;
  width: 140px;
  height: 140px;
  background-color: #edf3f8 !important;
  background-position: center;
  text-indent: -9999px;
}
.contents_wrap .main_section2 .MD .main_rbox a dl {
  text-align: center;
}
.contents_wrap .main_section2 .MD .main_rbox a dl dt {
  font-size: 2.6rem;
  color: #0a0a0a;
  font-weight: 500;
  margin: 20px 0 10px 0;
  letter-spacing: -1.7px;
}
.contents_wrap .main_section2 .MD .main_rbox a dl dd {
  font-size: 1.6rem;
  color: #6f6f6f;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -1px;
}
.contents_wrap .main_section3 {
  background: #e4eefb;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 45px 0 35px 0;
}
.contents_wrap .main_section3 p.section_title {
  font-size: 2.6rem;
  color: #193750;
  margin-bottom: 30px;
  font-weight: 500;
}
.contents_wrap .main_section3 p.section_title span {
  font-size: 1.4rem;
  color: #333;
  padding-left: 10px;
}
.contents_wrap .main_section3 .school_count {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.contents_wrap .main_section3 .school_count dl {
  background: #d0e2f5;
  border-radius: 10px;
  width: 23%;
  padding: 20px 0;
}
.contents_wrap .main_section3 .school_count dl dt {
  color: #193750;
  font-size: 2.4rem;
  font-weight: 500;
}
.contents_wrap .main_section3 .school_count dl dd {
  color: #193750;
  font-size: 2rem;
  font-weight: 400;
}
.contents_wrap .main_section3 .school_count dl dd .counter {
  font-size: 4.8rem;
  font-weight: 600;
  font-family: 'Roboto';
  color: #285bb5;
  margin-right: 5px;
}
.contents_wrap .main_section4 {
  margin-bottom: 60px;
}
.contents_wrap .main_section4 .quick_wrap {
  display: flex;
  justify-content: space-between;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon {
  text-align: left;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon:last-child {
  margin-right: 0;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon a {
  width: 115px;
  height: 115px;
  display: inline-block;
  text-decoration: none;
  padding-top: 125px;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  background-size: 100%;
  font-weight: 500;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon a.api {
  background-image: url('/images/new/main/api_icon.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon a.opendata {
  background-image: url('/images/new/main/opendata_icon.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon a.recommend {
  background-image: url('/images/new/main/recommend_icon.png');
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon a.dataroom {
  background-image: url('/images/new/main/data_icon.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon a.faq {
  background-image: url('/images/new/main/faq_icon.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section4 .quick_wrap div.quick_icon a:hover {
  text-decoration: underline;
}
.contents_wrap .main_section5 {
  margin-bottom: 50px;
  overflow: hidden;
}
.contents_wrap .main_section5 .notice,
.contents_wrap .main_section5 .eduinfo {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_wrap .main_section5 .notice h4,
.contents_wrap .main_section5 .eduinfo h4 {
  margin: 0;
  display: inline-block;
}
.contents_wrap .main_section5 .notice {
  padding-right: 50px;
  position: relative;
}
.contents_wrap .main_section5 .notice a.more_btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  float: right;
  margin-top: 5px;
  position: absolute;
  right: 50px;
  top: 8px;
}
.contents_wrap .main_section5 .notice ul {
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.contents_wrap .main_section5 .notice ul li {
  padding: 6px 10px;
}
.contents_wrap .main_section5 .notice ul li a {
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 1.5rem;
  color: #444;
  width: 65%;
}
.contents_wrap .main_section5 .notice ul li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000;
  vertical-align: middle;
  margin-right: 10px;
}
.contents_wrap .main_section5 .notice ul li a:hover {
  text-decoration: underline;
}
.contents_wrap .main_section5 .notice ul li span {
  font-size: 1.5rem;
  color: #111;
  float: right;
}
.contents_wrap .main_section5 .eduinfo {
  background: #e4eefb;
  background-image: url('/images/new/main/eduinfo_back.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 20px;
  position: relative;
}
.contents_wrap .main_section5 .eduinfo h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
.contents_wrap .main_section5 .eduinfo a.more_btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 0 5px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 27px;
  margin-left: 0;
  left: 158px;
}
.contents_wrap .main_section5 .eduinfo dl {
  margin-top: 15px;
  width: 65%;
}
.contents_wrap .main_section5 .eduinfo dl dt {
  font-size: 1.7rem;
}
.contents_wrap .main_section5 .eduinfo dl dd:nth-child(2) {
  font-size: 1.3rem;
  color: #006b75;
  margin-bottom: 20px;
}
.contents_wrap .main_section5 .eduinfo dl dd:nth-child(3) {
  font-size: 1.4rem;
  color: #555;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 22px;
  font-weight: 500;
}
.contents_wrap .main_section6 {
  border-top: 1px solid #edf0f1;
  padding-top: 18px;
}
.contents_wrap .main_section6 .MD {
  padding-bottom: 30px;
}
.contents_wrap .main_section6 .MD h4 {
  font-size: 2.6rem;
  width: 180px;
  float: left;
  margin: 0!important;
  font-weight: 500;
}
.contents_wrap .main_section6 .MD .owl-carousel {
  float: left;
  width: 100%;
  margin-left: -180px;
  padding-left: 180px;
  padding-top: 10px;
}
.contents_wrap .main_section6 .MD .owl-carousel .item {
  background: #fff;
  padding: 1rem;
}
.contents_wrap .main_section6 .MD .owl-carousel .item a{
	display:block;
}
.contents_wrap .main_section6 .MD .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 45px;
}
.contents_wrap .main_section6 .MD .owl-carousel .owl-nav .owl-prev,
.contents_wrap .main_section6 .MD .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 39px;
  height: 37px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_wrap .main_section6 .MD .owl-carousel .owl-nav .owl-prev {
  left: 0;
  top: 0;
  background-image: url('/images/new/main/prevbtn.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section6 .MD .owl-carousel .owl-nav .owl-next {
  left: 78px;
  top: 0;
  background-image: url('/images/new/main/nextbtn.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section6 .MD .psbtn {
  position: absolute;
  left: 39px;
  display: inline-block;
  width: 39px;
  text-indent: -9999px;
  height: 37px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('/images/new/main/stopbtn.png');
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 55;
}
.contents_wrap .main_section6 .MD .psbtn.stop {
  background-image: url('/images/new/main/stopbtn.png');
  background-repeat: no-repeat;
}
.contents_wrap .main_section6 .MD .psbtn.play {
  background-image: url('/images/new/main/playbtn.png');
  background-repeat: no-repeat;
}
@media (max-width: 1099px) {
  .contents_wrap .main_section1 .input_list {
    position: absolute;
    top: 195px;
    left: 65px;
  }
}
@media (max-width: 999px) {
  .contents_wrap {
    padding: 0;
  }
  .contents_wrap .MD {
    padding: 0 50px;
  }
  .contents_wrap h4 {
    font-size: 2.4rem;
  }
  .contents_wrap .main_section1 .vi_txt {
    margin-left: 0;
    width: 70%;
  }
  .contents_wrap .main_section1 .search_div {
    position: relative;
    width: 70%;
    height: 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
  }
  .contents_wrap .main_section1 .search_div input {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #2f4069;
    color: #fff;
    font-size: 1.7rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .contents_wrap .main_section1 .search_div button {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/images/new/main/search.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
  }
  .contents_wrap .main_section1 .input_list {
    position: absolute;
    top: 195px;
    left: 50px;
    max-height: 185px;
    background-color: #2f4069;
    margin-top: 0px;
    padding: 10px;
    display: block;
    z-index: 5;
  }
  .contents_wrap .main_section1 .input_list ul {
    background-color: white;
    max-height: 165px;
    padding-top: 5px;
    overflow-y: auto;
    width: 100%;
  }
  .contents_wrap .main_section1 .input_list ul li {
    text-align: left;
    padding-left: 10px;
    letter-spacing: -0.34px;
  }
  .contents_wrap .main_section1 .input_list ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    height: 26px;
    line-height: 2.6rem;
    color: #333333;
  }
  .contents_wrap .main_section1 .input_list ul li a span.txt01 {
    color: #0068b7;
  }
  .contents_wrap .main_section2 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  header .search_wrap {
    display: none;
  }
  .contents_wrap .MD {
    padding: 0 30px;
  }
  .contents_wrap .main_section1 {
    width: 100%;
    padding-bottom: 40px;
    height: 345px;
  }
  .contents_wrap .main_section1 .MD .search_map {
    width: 250px;
    height: 90px;
    display: block;
    border-radius: 10px;
    background: #2f4069;
    position: absolute;
    top: 235px;
    right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.3);
  }
  .contents_wrap .main_section1 .MD .search_map a {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    background-position: 90% 55px;
    padding: 15px 50px 15px 20px;
    line-height: 30px;
    /* background-image: url('/images/new/main/go.png');
    background-repeat: no-repeat; */
    width: 100%;
    letter-spacing: -3.2px;
  }
  .contents_wrap .main_section1 .MD .search_map a span {
    font-weight: 500;
    letter-spacing: -0.34px;
  }
  .contents_wrap .main_section1 .MD .search_map a.location {
    position: absolute;
    padding: 5px 8px;
    width: auto;
    bottom: 13px;
	right: 20px;
	color: #fff;
	border: 1px solid #ccc;
	font-size: 1.2rem;
	line-height: unset;
	z-index: 10;
	letter-spacing: -1.8px;
  }
   .contents_wrap .main_section1 .MD .search_map a.location img {
	vertical-align:middle;
	margin-right:6px;
  }
  .contents_wrap .main_section1 .vi_txt {
    margin-bottom: 35px;
    width: 100%;
    letter-spacing: -2.34px;
    line-height: 45px;
    margin-left: 0px;
  }
  .contents_wrap .main_section1 .search_div {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
  }
  .contents_wrap .main_section1 .search_div input {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #2f4069;
    color: #fff;
    font-size: 1.7rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .contents_wrap .main_section1 .search_div button {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/images/new/main/search.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
  }
  .contents_wrap .main_section1 .input_list {
    position: absolute;
    top: 195px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 185px;
    background-color: #2f4069;
    margin-top: 0px;
    padding: 10px;
    display: block;
    z-index: 5;
  }
  .contents_wrap .main_section1 .input_list ul {
    background-color: white;
    max-height: 165px;
    padding-top: 5px;
    overflow-y: auto;
    width: 100%;
  }
  .contents_wrap .main_section1 .input_list ul li {
    text-align: left;
    padding-left: 10px;
    letter-spacing: -0.34px;
  }
  .contents_wrap .main_section1 .input_list ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    height: 26px;
    line-height: 2.6rem;
    color: #333333;
  }
  .contents_wrap .main_section1 .input_list ul li a span.txt01 {
    color: #0068b7;
  }
  .contents_wrap .main_section2 {
    padding-bottom: 45px;
    padding-top: 50px;
  }
  .contents_wrap .main_section2 .MD {
    flex-wrap: wrap;
  }
  .contents_wrap .main_section2 .MD .main_rbox {
    width: 49%;
    overflow: hidden;
    padding: 30px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .contents_wrap .main_section2 .MD .main_rbox:nth-child(4) a span.rimg {
    background-size: 35px auto;
  }
  .contents_wrap .main_section2 .MD .main_rbox a span.rimg {
    width: 100px;
    height: 100px;
    background-size: 50px auto;
  }
  .contents_wrap .main_section2 .MD .main_rbox a dl dt {
    font-size: 2rem;
    margin: 20px 0 10px 0;
  }
  .contents_wrap .main_section2 .MD .main_rbox a dl dd {
    font-size: 1.4rem;
    line-height: 17px;
  }
  .contents_wrap .main_section4 {
    margin-bottom: 50px;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon a {
    width: 100px;
    height: 100px;
    padding-top: 110px;
    font-size: 1.6rem;
  }
  .contents_wrap .main_section5 {
    margin-bottom: 50px;
  }
  .contents_wrap .main_section5 .notice,
  .contents_wrap .main_section5 .eduinfo {
    width: 100%;
  }
  .contents_wrap .main_section5 .notice h4,
  .contents_wrap .main_section5 .eduinfo h4 {
    margin: 0;
    display: inline-block;
  }
  .contents_wrap .main_section5 .notice {
    padding-right: 0px;
  }
  .contents_wrap .main_section5 .notice ul {
    margin-top: 20px;
  }
  .contents_wrap .main_section5 .notice ul li {
    padding: 6px 10px;
  }
  .contents_wrap .main_section5 .notice ul li a {
    font-size: 1.5rem;
    width: 85%;
  }
  .contents_wrap .main_section5 .notice ul li a:before {
    margin-right: 10px;
  }
  .contents_wrap .main_section5 .notice ul li span {
    font-size: 1.3rem;
  }
  .contents_wrap .main_section5 .eduinfo {
    margin-top: 50px;
  }
  .contents_wrap .main_section5 .eduinfo h4 {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .contents_wrap .main_section5 .eduinfo a.more_btn {
    display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .contents_wrap .main_section5 .eduinfo dl {
    margin-top: 15px;
    width: 65%;
  }
  .contents_wrap .main_section5 .eduinfo dl dt {
    font-size: 1.7rem;
  }
  .contents_wrap .main_section5 .eduinfo dl dd:nth-child(2) {
    font-size: 1.3rem;
    color: #006b75;
    margin-bottom: 20px;
  }
  .contents_wrap .main_section5 .eduinfo dl dd:nth-child(3) {
    font-size: 1.4rem;
    color: #555;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 17px;
    font-weight: 500;
  }
}
@media (max-width: 750px) {
  .contents_wrap .main_section1 .search_map {
    top: 235px;
    width: 165px;
    height: 239px;
    background-position: 85% 110px;
    background-size: 90px;
  }
  .contents_wrap .main_section1 .search_map a {
    font-size: 2rem;
    background-position: 20px 95px;
    padding: 35px 0 40px 20px;
    letter-spacing: -3.2px;
    line-height: 25px;
  }
  .contents_wrap .main_section6 {
    display: none;
  }
}
@media (max-width: 720px) {
  .contents_wrap .main_section3 {
    background: #e4eefb;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 45px 0 35px 0;
  }
  .contents_wrap .main_section3 p.section_title {
    font-size: 2.6rem;
    color: #193750;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .contents_wrap .main_section3 .school_count {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .contents_wrap .main_section3 .school_count dl {
    background: #d0e2f5;
    border-radius: 10px;
    width: 23%;
    padding: 20px 0;
  }
  .contents_wrap .main_section3 .school_count dl dt {
    color: #193750;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .contents_wrap .main_section3 .school_count dl dd {
    color: #193750;
    font-size: 2rem;
    font-weight: 400;
  }
  .contents_wrap .main_section3 .school_count dl dd .counter {
    font-size: 4rem;
  }
}
@media (max-width: 650px) {
  .contents_wrap .MD {
    padding: 0 15px;
  }
  .contents_wrap h4 {
    font-size: 2rem;
  }
  .contents_wrap .main_section1 {
    padding-top: 0;
    height: 290px;
  }
  .contents_wrap .main_section1 .MD {
    padding: 0;
  }
  .contents_wrap .main_section1 .MD .vi_txt {
    font-size: 3.3rem;
    margin-bottom: 35px;
    line-height: 33px;
    position: absolute;
    top: 130px;
  }
  .contents_wrap .main_section1 .MD .search_div {
    width: 100%;
    height: 70px;
  }
  .contents_wrap .main_section1 .MD .search_div input {
    height: 70px;
    line-height: 70px;
    font-size: 1.5rem;
    padding: 0 50px 0 10px;
  }
  .contents_wrap .main_section1 .MD .search_div button {
    right: 20px;
  }
  .contents_wrap .main_section1 .MD .input_list {
    top: 65px;
  }
  .contents_wrap .main_section3 {
    margin-bottom: 50px;
    padding: 30px 0 ;
  }
  .contents_wrap .main_section3 p.section_title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .contents_wrap .main_section3 .school_count {
    flex-wrap: wrap;
  }
  .contents_wrap .main_section3 .school_count dl {
    margin-bottom: 10px;
    width: 49%;
    padding: 20px 0;
  }
  .contents_wrap .main_section3 .school_count dl dt {
    font-size: 2rem;
  }
  .contents_wrap .main_section3 .school_count dl dd {
    font-size: 1.6rem;
  }
  .contents_wrap .main_section3 .school_count dl dd .counter {
    font-size: 3.5rem;
  }
  .contents_wrap .main_section4 .quick_wrap {
    display: block;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon {
    width: 33.3333%;
    float: left;
    margin-bottom: 15px;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon:last-child {
    width: 33.3333%;
    float: left;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon a {
    width: 90px;
    height: 90px;
    padding-top: 95px;
    font-size: 1.5rem;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon:nth-child(n+1) {
    text-align: left;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon:nth-child(n+2) {
    text-align: center;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon:nth-child(n+3) {
    text-align: right;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon:nth-child(n+4) {
    text-align: left;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon:nth-child(n+5) {
    text-align: center;
  }
  .contents_wrap .main_section4 .quick_wrap div.quick_icon:nth-child(n+4):nth-child(-n+5) {
    margin-bottom: 0;
  }
  .contents_wrap .main_section5 .notice ul {
    margin-top: 15px;
  }
  .contents_wrap .main_section5 .notice ul li {
    padding: 3px 10px;
  }
  .contents_wrap .main_section5 .notice ul li a {
    font-size: 1.3rem;
    width: 75%;
  }
  .contents_wrap .main_section5 .notice ul li a:before {
    margin-right: 5px;
  }
  .contents_wrap .main_section5 .eduinfo {
    background-size: 180px;
    padding: 15px;
  }
  .contents_wrap .main_section5 .eduinfo h4 {
    font-size: 1.7rem;
  }
  .contents_wrap .main_section5 .eduinfo dl {
    margin-top: 15px;
    width: 65%;
  }
  .contents_wrap .main_section5 .eduinfo dl dt {
    font-size: 1.5rem;
  }
  .contents_wrap .main_section5 .eduinfo dl dd:nth-child(2) {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .contents_wrap .main_section5 .eduinfo dl dd:nth-child(3) {
    font-size: 1.3rem;
  }
  .contents_wrap .main_section5 .eduinfo a.more_btn {
  	top: 19px !important;
  	left: 118px !important;
  }
}
@media (max-width: 500px) {
  .contents_wrap .main_section2 {
    padding-bottom: 15px;
    padding-top: 50px;
  }
  .contents_wrap .main_section2 .MD {
    flex-wrap: wrap;
  }
  .contents_wrap .main_section2 .MD .main_rbox {
    width: 100%;
    padding: 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .contents_wrap .main_section2 .MD .main_rbox:nth-child(4) a span.rimg {
    background-size: 35px auto;
  }
  .contents_wrap .main_section2 .MD .main_rbox a span.rimg {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 20px;
  }
  .contents_wrap .main_section2 .MD .main_rbox a dl {
    float: left;
    text-align: left;
  }
  .contents_wrap .main_section2 .MD .main_rbox a dl dt {
    font-size: 2rem;
    margin: 0px 0 5px 0;
  }
  .contents_wrap .main_section2 .MD .main_rbox a dl dd {
    font-size: 1.4rem;
    line-height: 17px;
  }
}
@media (max-width: 400px) {
  .contents_wrap .main_section1 .vi_txt {
    font-size: 3rem;
    margin-bottom: 35px;
    line-height: 35px;
  }
  .contents_wrap .main_section3 p.section_title {
    margin-bottom: 20px;
  }
  .contents_wrap .main_section3 p.section_title span {
    display: block;
    padding-left: 0px;
  }
}
.layerpopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
}
.layerpopup .innerbox {
	top: 10%;
	left: 50%;
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	border: none;
    outline: none;
    box-shadow: none;
	transform: translateX(-50%);
}
.layerpopup .innerbox .contents {
  border: 1px solid #2f4069;
}
.layerpopup .innerbox dl dt {
  width: 100%;
  color: #fff;
  background: #2f5fba;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.layerpopup .innerbox dl dt button {
	position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgb(45, 45, 45, 0.4);
}
.layerpopup .innerbox dl dt button:hover {
    background-color: rgb(45, 45, 45, 0.6);
}
.layerpopup .innerbox dl dt button i {
  font-size: 3.5rem;
}
.layerpopup .innerbox dl dd {
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}
.layerpopup .innerbox dl dd img {
  width: 100%;
  float: left;
}
.layerpopup .innerbox dl dd a.linktag {
  display: inline-block;
  width: 100%;
  color: #2f5fba;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: #e4eefb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.layerpopup .innerbox dl dd a.linktag:hover {
  color: #fff;
  background: #2f5fba;
}
.layerpopup .innerbox dl dd .dayview {
  font-size: 1.3rem;
  color: #333;
  text-align: left;
  clear: both;
  display: block;
  padding: 0 0 5px 10px;
}
.layerpopup .popup_prev{
    position: absolute;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: rgba(34, 34, 34, 0.2);
    left: 30px;
    top: 45%;
    z-index:10;
}
.layerpopup .popup_next{
	position: absolute;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: rgba(34, 34, 34, 0.2);
    right: 30px;
    top: 45%;
    z-index:10;
}
.layerpopup .popup_next:hover, .layerpopup .popup_prev:hover{
    background-color: rgba(34, 34, 34, 0.5);
}
.pageView {
	font-size:18px;
	color:rgba(255, 255, 255, 0.6);
	margin-bottom:5px;
	position: absolute;
    top: -30px;
}
.pageView > span#popup_page {
	color:rgba(255, 255, 255);
}

.slides-outer{
	width: 100%;
    overflow: hidden;
}
.slides{
	display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide{
	flex: 0 0 auto;
	height: fit-content;
	position: relative;
	padding: 5px;
}
@media (max-width: 600px) {
  .layerpopup .innerbox {
    top: 100px;
    max-width: none;
    width: 98%;
  }
  .layerpopup .innerbox dl dt {
    font-size: 1.6rem;
  }
}
