main {
  height: calc(100vh + 68px);
/*  height :100vh;*/
}
.main-swiper {
  height: 100vh;
}

/*수정*/
main {
    /* height: 100vh !important; */
  }
  .main-swiper {
    height: 100%;
    width: 100%;
    touch-action: pan-x;
  }
  body::-webkit-scrollbar {
    /* display: none; */
    /* Chrome, Safari, Opera*/
  }
/*수정*/

.main-swiper > .swiper-wrapper .fade {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.main-swiper > .swiper-wrapper .fade.on {
  opacity: 1;
  /* transform: none; */
  transition-timing-function: ease-in-out;
  transition: opacity 1.3s, transform 1.3s;
}
.main-swiper > .swiper-wrapper .fade.delay01 {
  transition-delay: 0.3s;
}
.main-swiper > .swiper-wrapper .fade.delay02 {
  transition-delay: 0.6s;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main-swiper > .swiper-wrapper > .swiper-slide {
z-index: 1;
}
.main-swiper > .swiper-wrapper > .swiper-slide-active {
z-index: 4;
}

.scroll_btm {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -170px;
  padding-bottom: 40px;
  text-align: center;
  display: inline-block;
}
.scroll_btm p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
}
.scroll_btm .bg {
  width: 10px;
  height: 31px;
  background: url(../images/common/scroll_down_btn.png) center bottom no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  animation: scroll infinite 0.8s;
  animation-direction: alternate;
}
@keyframes scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(12px);
  }
}
.titleM {
  font-size: 44px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-bottom: 35px;
}
.titleM em {
  display: inline-block;
  background: url(../images/seminar/icon_i.png) left top 13px no-repeat;
  padding-left: 44px;
  background-size: 37px;
}
.btn_gray {
  background: #999999 !important;
}
.move_btn {
  font-size: 20px;
  color: #fff;
  background: #5f60ff;
  border-radius: 9px;
  padding: 17px 56px;
  display: inline-block;
  margin-top: 208px;
  transition: 0.5s !important;
}
.move_btn:hover {
  box-shadow: 0px 10px 15px #00000055;
  transition: 0.5s !important;
}
.move_btn span {
  background: url(../images/common/down_btn.png) right 1px top 3px no-repeat;
  display: inline-block;
  padding-right: 33px;
  background-size: 22px;
}

.home {
  background-image: url("../images/main/main_section03.jpg");
}
.home .wrap {
  width: auto;
  margin-top: 210px;
}
.home .title {
  color: #000;
  text-align: right;
  width: 1120px;
  background: url("../images/main/autodesk_bg.png") no-repeat right top 50%;
  min-height: 740px;
  padding: 75px 34px;
  background-size: 960px;
  transform: scale(1.18) !important;
}
.home .title .top {
  font-size: 36px;
  text-align: right;
  font-weight: 800;
}
.home .title .btm {
  font-size: 67px;
  font-weight: 800;
  text-align: right;
}
.home .title .line {
  font-size: 19px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-top: 25px;
  text-align: right;
  width: 100%;
  opacity: 0.5;
}
.home .title .line:before {
  /* content: ""; */
  width: 70px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.home .title .line:after {
  /* content: ""; */
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.introduce {
  background: #5f60ff;
}
.map_layout {
  display: flex;
  align-items: center;
}
.map_layout .text {
  width: calc(100% - 257px);
  padding-right: 5%;
}
.map_layout .text p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
}
.map_layout .text p:first-child {
  margin-top: 0;
}
.map_layout .text span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  display: block;
  margin-top: 35px;
  font-weight: 300;
}

.map_layout .text span:first-child {
  display: inline-block;
  background: #fff;
  color: #5f60ff !important;
}


/* plus */

.map_layout .text span.text_tit_01 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 20px;
    text-align: left;
}


.notice_tag {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.notice_tag dt,
.notice_tag dd {
  font-size: 20px;
  border-radius: 9px;
  padding: 17px 20px;
}
.notice_tag dt {
  background: url(../images/common/bookmark_icon.png) left 23px center
    no-repeat;
  color: #fff;
  padding-left: 90px;
  border: 2px solid #fff;
}
.notice_tag dd {
  margin-left: 15px;
  border: 2px solid #fff;
  /* background: #fff; */
  color: #fff;
}
.search {
  background-image: url("../images/main/main_section04.jpg");
  overflow: hidden;
}
.select_layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select_layout select {
  border: 0;
  background: 0;
  background: #fff url(../images/common/select_arrow.png) right 10px center
    no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 35px 5px 15px;
  color: #333;
  height: 50px;
  min-width: 125px;
  vertical-align: top;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
}
.select_layout select:last-child {
  margin-right: 0;
}
.select_layout select::-ms-expand {
  display: none;
}
.select_layout select option {
  margin: 5px 0;
}
.select_layout select:focus {
  outline: none !important;
}
.search .inner {
  position: relative;
}
.search .inner .swiper-button-prev,
.search .inner .swiper-button-next {
  width: 27px;
  height: 49px;
  background: url(../images/common/slide_arrow.png) center no-repeat;
  background-size: 100%;
}
.search .inner .swiper-button-next {
  transform: rotate(180deg);
}
.search .inner .swiper-button-prev:after,
.search .inner .swiper-button-next:after {
  display: none;
}
.slide_list {
  margin: 0 95px;
  margin-top: 20px;
}
.slide_list .swiper-slide {
  background: #fff;
  border-radius: 12px;
  display: block;
  overflow: hidden;
  height: auto;
}
.slide_list .swiper-slide .top {
  background: #000;
  padding: 10px 20px 15px;
}
.slide_list .swiper-slide .top p {
  font-size: 19px;
  color: #fff;
  margin-top: 4px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.slide_list .swiper-slide .top p span {
  width: calc(100% - 60px);
  display: block;
  margin-left: 5px;
}
.slide_list .swiper-slide .top p:first-child span {
  /* background-color: #fff; */
  padding: 10px;
  border-radius: 6px;
  /* text-align: center; */
  height: 43px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.slide_list .swiper-slide .top p:first-child span img {
  max-height: 100%;
}
.slide_list .swiper-slide .top p:first-child {
  margin-top: 0;
}
.slide_list .swiper-slide .btm {
  padding: 15px 20px;
  padding-bottom: 85px;
}
.slide_list .swiper-slide .btm .title {
  font-size: 17px;
  font-weight: 500;
  margin-top: 6px;
}
.slide_list .swiper-slide .btm .title:first-child {
  margin-top: 0;
}
.slide_list .swiper-slide .btm .bullet {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 14px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}
.slide_list .swiper-slide .btm .bullet:before {
  content: "";
  width: 7px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 11px;
}
.slide_list .swiper-slide .btm .move_btn {
  font-size: 22px;
  padding: 13px 20px;
  text-align: center;
  margin-top: 35px;
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
}

.slide_list .swiper-slide .btm .move_btn span {
  background: url(../images/common/down_btn.png) right 1px center no-repeat;
  display: inline-block;
  padding-right: 40px;
  background-size: 29px;
  height: 32px;
}
.map_layout .text span.mobile_span {
  display: none;
}
.map {
  position: relative;
  width: 257px;
}
.map img {
  display: block;
  width: 100%;
}
.map .marker {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.map .marker em {
  font-size: 13px;
  background: #fff;
  border-radius: 22px;
  height: 22px;
  font-weight: 600;
  width: 0;
  display: inline-block;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: width 0.4s, padding 0.4s, opacity 0.3s;
}
.map .marker:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/main/map_pic.png) left center no-repeat;
  position: absolute;
  background-size: 22px;
  left: 0;
  top: 0;
  z-index: 1;
}

.map .marker01 {
  left: 31%;
  top: 23%;
}
.map .marker02 {
  left: 68%;
  top: 51%;
}
.map .marker03 {
  left: 38%;
  top: 42%;
}
.map .marker04 {
  left: 32%;
  top: 28%;
}
.map .marker05 {
  left: 25%;
  top: 65%;
}
/* .map .marker06 {
  top: 36%;
  left: 39%;
} */
.map .marker06 {
    top: 35%;
    left: 29%;
}
.map .marker07 {
  top: 20%;
  left: 18%;
}
.map .marker08 {
  top: 65%;
  left: 65%;
}
.map .marker09 {
  top: 63%;
  left: 80%;
}
.map .marker:hover,
.map .marker.on {
  z-index: 2;
}
.map .marker:hover em,
.map .marker.on em {
  padding: 3px 10px 1px 26px;
  width: auto;
  opacity: 1;
}


#search .wrap {max-height: 800px !important;overflow-y: hidden;}

@media screen and (max-width: 414px) {
	.map_layout .text span.text_tit_01 {
		font-size: 3vw !important;
	}
}


/**/
@media screen and (max-width: 1600px) {
  main {
    height: calc(100vh + 5.5vw);
  }
  .move_btn {
    font-size: 20pxvw;
    border-radius: 0.5vw;
    padding: 20px 58px;
    margin-top: 240px;
  }
  .move_btn span {
    /* background: url(../images/common/down_btn.png) right 1px top 1.2vw no-repeat; */
    display: inline-block;
    padding-right: 31px;
    background-size: 22px;
    height: 25px;
  }
  .titleM {
    font-size: 3.1vw;
    margin-bottom: 1vw;
  }
  .titleM em {
    display: inline-block;
    background: url(../images/seminar/icon_i.png) left top 0.8vw no-repeat;
    padding-left: 4vw;
    background-size: 2.8vw;
  }
  .scroll_btm {
    bottom: 90px;
    /* padding-bottom: 3vw; */
    /* display: block; */
    margin: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .scroll_btm p {
    font-size: 0.9vw;
  }
  .home .title .top {
    font-size: 30px;
  }
  .home .title .btm {
    font-size: 63px;
  }
  .home .title .line {
    font-size: 20px;
    padding: 0;
    margin-top: 1vw;
  }
  .home .title .line:before,
  .home .title .line:after {
    /* content: ""; */
    width: 3vw;
  }
  .map_layout .text p {
    font-size: 1.2vw;
    margin-top: 1vw;
  }
  /* plus */
  .map_layout .text span.text_tit_01 {
    font-size: 2vw;
  }


  .map_layout .text span {
    font-size: 1vw;
    margin-top: 2vw;
  }
  .notice_tag {
    margin-top: 4vw;
  }
  .notice_tag dt,
  .notice_tag dd {
    font-size: 1.2vw;
    border-radius: 0.5vw;
    padding: 1vw 1vw;
  }
  .notice_tag dt {
    background: #5f60ff url(../images/common/bookmark_icon.png) left 1.2vw
      center no-repeat;
    padding-left: 4vw;
    background-size: 1.2vw;
  }
  .select_layout select {
    background: #fff url(../images/common/select_arrow.png) right 0.8vw center
      no-repeat;
    padding: 0.5vw 2vw 0.5vw 1vw;
    height: 3vw;
    font-size: 1vw;
    border-radius: 0.5vw;
    margin-right: 1vw;
  }
  .slide_list {
    margin: 0 5vw;
    margin-top: 3vw;
  }
  .search .inner .swiper-button-prev,
  .search .inner .swiper-button-next {
    width: 1.8vw;
    height: 3.5vw;
  }
  .slide_list .swiper-slide {
    border-radius: 1vw;
  }
  .slide_list .swiper-slide .top {
    padding: 1.5vw 1.8vw;
  }
  .slide_list .swiper-slide .top p {
    font-size: 1.3vw;
  }
  .slide_list .swiper-slide .btm {
    padding: 1.8vw;
    padding-bottom: 7vw;
  }
  .slide_list .swiper-slide .btm .title {
    font-size: 1vw;
    margin-bottom: 0.5vw;
  }
  .slide_list .swiper-slide .btm .bullet {
    font-size: 1vw;
    padding-left: 0.8vw;
    margin-top: 0.5vw;
  }
  .slide_list .swiper-slide .btm .bullet:before {
    width: 0.4vw;
    top: 0.6vw;
  }
  .slide_list .swiper-slide .btm .move_btn {
    font-size: 1.25vw;
    padding: 0.5vw 2vw .6vw 2vw;
    margin-top: 2vw;
    bottom: 1vw;
    left: 1vw;
    width: calc(100% - 2vw);
  }
  .slide_list .swiper-slide .btm .move_btn span {
    padding-right: 2.5vw;
    height: 1.75vw;
    background-size: 1.7vw;
  }
  .slide_list .swiper-slide .top p:first-child span {
    padding: 0.7vw;
    border-radius: 0.5vw;
    height: 42px;
  }
  .slide_list .swiper-slide .btm h3 {
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.5vw;
  }
}


@media screen and (max-height: 900px) {
  #introduce {padding-bottom: 5vw;}
  .map_layout .text p {font-size: 16px;}
  .notice_tag {margin-top: 2vw;margin-bottom:2vw;}
  .notice_tag dt, .notice_tag dd {padding:8px 10px }
  .notice_tag dt {padding-left: 50px;}
}

@media screen and (max-height: 850px) {
  .move_btn {margin-top: 78px;}
  .home .title {transform: scale(1) !important;}
  .search .ptns_logo {margin: 20px 70px;}
}


@media screen and (max-width: 1340px) {
 .home .title {background-position: 50%;width: 960px;transform: scale(1) !important;}
}

@media screen and (max-height: 850px) {
  .titleM {text-align: left;margin-bottom: 10px;}
  #introduce .wrap {width: 1100px}
  #introduce .titleM {}
  #search .titleM {transform: scale(0.85) !important;}
  .main-swiper > .swiper-wrapper .fade.delay01 {margin-top: -20px;}

  .slide_list .swiper-slide .top {padding: 1vw;}
  .slide_list .swiper-slide .btm {padding: 1vw; padding-bottom: 5vw}
  .slide_list .swiper-slide .top p {font-size: 1.1vw}
}

@media screen and (max-height: 800px) {
  .scroll_btm {margin-left: -5px;}
  .scroll_btm p {display: none;}
}





@media screen and (max-height: 800px) and (max-width: 1200px) and (min-width: 768px) {
  #introduce .wrap {padding-top: 2vw;}
  #introduce .titleM {transform: scale(.9);position: absolute;padding: 0vw 6vw;}
  .main-swiper > .swiper-wrapper .fade.delay01 {transform: scale(.85);margin-top: 10px;}

  #search .ptns_logo {margin: 0 auto;transform: scale(.8) !important;}
  #search .titleM {padding-left: 4vw;}
  .slide_list {transform: scale(.85);margin-top: -50px;margin-bottom: 30px;}
  .main-swiper > .swiper-wrapper .fade.delay02 {margin-top: -50px;}
  .notice_tag dt, .notice_tag dd {font-size: 1.25vw !important;}
}





@media screen and (max-width: 1200px) {
  .scroll_btm {
    padding-bottom: 4vw;
    background-size: 1vw;
    bottom: 70px;
  }
  .scroll_btm p {
    /* font-size: 1.2vw; */
  }
  .titleM {
    font-size: 3.5vw;
  }
  .titleM em {
    background-size: 3vw;
  }
  .map_layout .text p {
    font-size: 1.5vw;
  }
  .map_layout .text span {
    font-size: 1.2vw;
  }
  .notice_tag dt,
  .notice_tag dd {
    font-size: 1.4vw;
  }
  .select_layout select {
    padding: 0.5vw 2.2vw 0.5vw 1vw;
    height: 4vw;
    font-size: 1.3vw;
  }
  .search .inner {
    margin: 0 -5vw;
    width: calc(100% + 10vw);
  }
  .slide_list .swiper-slide .top p {
    font-size: 1.7vw;
  }
  .slide_list .swiper-slide .top p img {
    width: 9vw;
  }
  .slide_list .swiper-slide .top {
    padding: 1.8vw 2vw;
  }
  .slide_list .swiper-slide .btm {
    padding-bottom: 8vw;
  }
  .slide_list .swiper-slide .top p img {
    width: 7vw;
  }
  .slide_list .swiper-slide .btm .title {
    font-size: 1.3vw;
    margin-bottom: 0.8vw;
  }
  .slide_list .swiper-slide .btm .bullet:before {
    top: 0.9vw;
  }
  .slide_list .swiper-slide .btm .move_btn {
    font-size: 1.7vw;
    padding: 1vw 2vw 1.2vw 2vw;
    margin-top: 2.5vw;
  }
  .slide_list .swiper-slide .btm .move_btn span {
    padding-right: 2.5vw;
    height: 2.5vw;
    background-size: 1.8vw;
  }
  .scroll_btm .bg {
    width: 9px;
    bottom: 5px;
    height: 29px;
  }
}

.slide_list .swiper-slide .btm h3 {
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1.5vw;
}


@media screen and (max-width: 1024px) {
  .home .wrap {padding: 0;width: 90%;}
  .home .title {width: 100%;background-size: 100%;padding-top: 30vw;padding: 8vw 3vw 13vw;height: auto;min-height: auto;}
  
  .home .title .top {
    font-size: 3vw;
    /* margin-top: 3vw; */
  }
  .home .title .btm {
    font-size: 6vw;
    /* text-align: center; */
  }
  .home .title .line {
    font-size: 2.5vw;
  }
  
  .move_btn {margin-top: 22vw;padding: 18px 28px;}
}




@media screen and (max-width: 900px) {
  .slide_list .swiper-slide .top p img {
    width: 14vw;
  }
  .slide_list .swiper-slide .btm .title {
    font-size: 1.6vw;
    margin-bottom: 1vw;
  }
  .slide_list .swiper-slide .btm h3 {
    font-size: 1.2vw;
    line-height: 2vw;
}
}
@media screen and (max-width: 768px) {
  main,
  .main-swiper {
    height: auto;
    touch-action: auto;
  }

  .main-swiper > .swiper-wrapper .fade {
    opacity: 1;
    transform: none;
    transition-timing-function: ease-in-out;
    transition: opacity 1s, transform 1s;
  }
  .main-swiper > .swiper-wrapper {
    display: block;
  }
  .main-swiper > .swiper-wrapper > .swiper-slide {
    min-height: 100vh;
    padding: 15vw 0;
  }
  .scroll_btm {
    padding-bottom: 7vw;
    background-size: 1.6vw;
    /* margin-left: -20vw; */
    display: none;
  }
  .scroll_btm p {
    font-size: 2vw;
    display: none;
  }
  .scroll_btm .bg {
    width: 10px;
    bottom: 10px;
    height: 31px;
  }
  .titleM {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .titleM em {
    background: url(../images/seminar/icon_i.png) left top 1vw no-repeat;
    padding-left: 6vw;
    background-size: 4.5vw;
    text-align: center;
  }
  .home .wrap {padding: 0;width: 96%;margin-right: 5vw;}
  .home .title {width: 100%;background-size: 130%;background-position: right;padding-top: 30vw;padding: 15vw 5vw;height: auto;}
  .home .title .top {
    font-size: 4.6vw;
  }
  .home .title .btm {
    font-size: 8.6vw;
    /* text-align: center; */
  }
  .home .title .line {
    font-size: 3vw;
  }
  .move_btn {
    font-size: 3vw;
    border-radius: 0.8vw;
    padding: 1.8vw 1.5vw;
    margin-top: 39vw;
  }
  .move_btn span {
    padding-right: 4vw;
    background-size: 2.8vw;
    height: 4.3vw;
  }
  .map {
    margin-top: 7vw;
  }
  .map_layout {
    flex-wrap: wrap;
    justify-content: center;
  }
  .map_layout .text {
    width: 100%;
    padding-right: 0;
    padding-top: 2vw;
  }
  .map_layout .text p {
    font-size: 2vw;
  }
  .map_layout .text span {
    font-size: 1.7vw;
  }
  .map_layout .text span.pc_span {
    display: none;
  }
  .map_layout .text span.mobile_span {
    display: block;
  }
  .notice_tag {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    padding-top: 7vw;
  }
  .notice_tag dt,
  .notice_tag dd {
    font-size: 2.2vw;
    border-radius: 1vw;
    padding: 1.2vw 1.5vw;
  }
  .notice_tag dt {
    padding-left: 6vw;
    background: #5f60ff url(../images/common/bookmark_icon.png) left 1.5vw
      center no-repeat;
    background-size: 2vw;
    position: absolute;
    left: 0.5vw;
    top: 0;
  }
  .notice_tag dd {
    margin: 0.5vw;
  }
  .select_layout {
    flex-wrap: wrap;
    padding: 0 17px;
  }
  .select_layout select {
    padding: 0.5vw 3.2vw 0.5vw 2vw;
    height: 6vw;
    font-size: 2vw;
    border-radius: 0.8vw;
    margin: 0.5vw;
  }
  .search .inner .swiper-button-prev,
  .search .inner .swiper-button-next {
    width: 2.8vw;
    height: 5.5vw;
  }
  .slide_list {
    margin: 0 6.5vw;
    margin-top: 5vw;
  }
  .slide_list .swiper-slide .btm {
    padding-bottom: 10vw;
  }
  .slide_list .swiper-slide {
    border-radius: 1.5vw;
    max-width: 100% !important;
  }
  .slide_list .swiper-slide .top {
    padding: 2vw 2.8vw;
  }
  .slide_list .swiper-slide .top p {
    font-size: 2vw;
  }
  .slide_list .swiper-slide .top p:first-child span {
    width: calc(100% - 7vw);
  }
  .slide_list .swiper-slide .btm .title {
    font-size: 2vw;
  }
  .slide_list .swiper-slide .btm .bullet {
    font-size: 2vw;
    padding-left: 1.5vw;
  }
  .slide_list .swiper-slide .top p img {
    width: 13vw;
  }
  .slide_list .swiper-slide .btm .bullet:before {
    top: 1.2vw;
    width: 0.8vw;
  }
  .slide_list .swiper-slide .btm .move_btn {
    font-size: 2vw;
    padding: 1.2vw 2vw 1.5vw 2vw;
  }
  .slide_list .swiper-slide .btm .move_btn span {
    padding-right: 3.2vw;
    height: 3vw;
    background-size: 2.2vw;
  }
  header .nav.swiper-pagination {
    display: none;
  }
  .home .title .line:before,
  .home .title .line:after {
    /* content: ""; */
    width: 3vw;
  }
  .map .marker em {
    padding: 3px 10px 1px 26px;
    width: auto;
    opacity: 1;
  }
  .map .marker:before {
    width: 17px;
    height: 17px;
    background-size: 100%;
  }
  .map .marker em,
  .map .marker:hover em {
    padding: 1px 5px 1px 21px;
    width: auto;
    opacity: 1;
    font-size: 11px;
    height: 17px;
  }
  .map .marker01 {
    top: 19%;
  }
  .map .marker02 {
    top: 24%;
  }
  .map .marker03 {
    left: 41%;
  }
  .map .marker09 {
    left: 83%;
  }
}

@media screen and (max-width: 768px) {
  /*.slide_list .swiper-slide {
   width: 50% !important;
  }*/
}

@media screen and (max-width: 414px) {

  .slide_list .swiper-slide {
   width: 100% !important;
  }
  .home .title .top {
    /* font-size: 22px; */
  }
  .home .title .btm {
    /* font-size: 30px; */
  }
  .home .title .line {
    /* font-size: 13px; */
    /* margin-top: 10px; */
    /* padding: 0 20px; */
  }
  .home .title .line:before,
  .home .title .line:after {
    width: 16px;
    height: 1px;
  }
  .move_btn {
    /* font-size: 16px; */
    /* border-radius: 5px; */
    /* padding: 10px 20px; */
    /* margin-top: 50px; */
  }
  .move_btn span {
    padding-right: 25px;
    background: url(../images/common/down_btn.png) right 1px top 3px no-repeat;
    background-size: 17px;
    height: 22px;
  }
  .scroll_btm {
    padding-bottom: 46px;
    background-size: 10px;
    bottom: 20px;
  }
  .scroll_btm p {
    font-size: 13px;
  }
  .main-swiper > .swiper-wrapper > .swiper-slide {
    padding: 50px 0;
  }
  .titleM {
    font-size: 23px;
    margin-bottom: 21px;
  }
  .titleM em {
    background: url(../images/seminar/icon_i.png) left top 4px no-repeat;
    padding-left: 28px;
    background-size: 21px;
  }
  .map_layout .text p {
    font-size: 13px;
    margin-top: 15px;
  }
  .map_layout .text span {
    font-size: 11px;
    margin-top: 10px;
  }
  .map {
    margin-top: 25px;
  }
  .introduce {
    padding-bottom: 100px !important;
  }
  .notice_tag dt,
  .notice_tag dd {
    font-size: 13px;
    border-radius: 4px;
    padding: 7px 7px;
  }
  .notice_tag {
    padding-top: 37px;
  }
  .notice_tag dt {
    padding-left: 29px;
    background: #5f60ff url(../images/common/bookmark_icon.png) left 6px center
      no-repeat;
    background-size: 12px;
    left: 2px;
  }
  .notice_tag dd {
    margin: 3px;
  }
  .select_layout select {
    padding: 10px 12px;
    height: auto;
    font-size: 13px;
    border-radius: 5px;
    margin: 3px !important;
    width: 100%;
    background: #fff url(../images/common/select_arrow.png) right 10px center
      no-repeat;
  }
  .search .inner {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .slide_list {
    margin: 0 40px;
    margin-top: 30px;
  }
  .slide_list .swiper-slide {
    border-radius: 10px;
  }
  .slide_list .swiper-slide .top {
    padding: 15px;
  }
  .slide_list .swiper-slide .top p {
    margin-top: 7px;
    font-size: 15px;
  }
  .slide_list .swiper-slide .top p:first-child span {
    width: calc(100% - 41px);
    border-radius: 5px;
    padding: 5px;
    height: 40px;
  }
  .slide_list .swiper-slide .btm {
    padding: 15px;
    padding-bottom: 75px;
  }
  .slide_list .swiper-slide .btm .title {
    font-size: 15px;
    margin-top: 5px;
  }
  .slide_list .swiper-slide .btm .bullet {
    font-size: 14px;
    padding-left: 10px;
    margin-top: 5px;
  }
  .slide_list .swiper-slide .btm .bullet:before {
    top: 8px;
    width: 6px;
  }
  .slide_list .swiper-slide .btm .move_btn {
    font-size: 17px;
    padding: 10px 10px;
    margin-top: 21px;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .slide_list .swiper-slide .btm .move_btn span {
    padding-right: 29px;
    height: 23px;
    background-size: 20px;
  }
  .search .inner .swiper-button-prev,
  .search .inner .swiper-button-next {
    width: 15px;
    height: 29px;
  }
  .slide_list .swiper-slide .top p img {
    width: 55%;
  }
  .slide_list .swiper-slide .btm h3 {
    font-size: 2.5vw !important;
    line-height: 3.5vw !important;
}
}

.search .ptns_logo {margin: 30px 100px;}
.search .ptns_logo p {position: relative;  color:#fff; padding: 5px; padding-left: 70px;}
.search .ptns_logo span {padding: 5px; position: absolute;color:#fff; mal}
.search .ptns_logo .tit {font-size: 20px; padding-left: 0;}
.search .ptns_logo p img {height: 23px;display: inline-block;margin-right: 18px;}


@media screen and (max-width: 1000px) {
  .search .ptns_logo {
    margin: 25px 0;
  }
}


@media screen and (max-width: 560px) {

  .slide_list .swiper-slide .btm h3 {
    font-size: 2vw;
    line-height: 2.3vw;
  }

}

@media screen and (max-width: 1600px) {
	.map_layout .text span.text_tit_01 {
		font-size: 1.8vw;
	}
}