#main {
  padding-top: 90px;
}

.mc02_head {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
}

.contents_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.contentApp1 {
  padding: 100px 0;
}

.contentApp1 .video_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateY(-50%);
}

.contentApp1 .video_wrap .video_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50%;
}

.contentApp1 .video_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contentApp2 {
  position: relative;
  background: url("../images/appBgs.png") no-repeat center;
  height: 1305px;
  /* padding: 80px 0 300px; */
  padding-top: 100px;
}

.contentAppWrap {
  display: flex;
  justify-content: flex-end;

  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.contentApp2ct {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.contentApp2ct .logo {
  margin-bottom: 100px;
}

.contentApp2Title {
  font-size: 45px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 100px;
}

.contentApp2ButtonWrap a:first-child {
  margin-right: 30px;
}

/*about*/
.about_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 50px;
}
.about_inner .mc01_text {
  font-size: 75px;
  color: #121723;
  letter-spacing: -0.025em;
  font-family: "Montserrat";
}

.mc01_text_mob {
  display: none;
}

.about_contents:before {
  width: 1px;
  height: 0px;
  content: "";
  background: #000000;
  margin: 50px auto;
  display: block;
}

.about_title {
  font-size: 36px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.about_texts_title {
  font-size: 36px;
  color: #000;
  font-family: "Montserrat";
  margin-bottom: 60px;
  text-align: center;
}
.about_texts_title b {
  font-weight: 700;
}

.about_texts {
  padding: 50px;
  border-radius: 50px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

.about_text_cont p {
  font-size: 18px;
  margin-bottom: 25px;
}

.about_text_cont p:last-child {
  margin-bottom: 0;
}

.about_poster {
  display: flex;
  margin: 100px 0;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.poster_container {
  display: flex;
  width: 100%;
  max-width: 1080px;

  align-items: center;
  justify-content: center;
}

.mc02_footer_cont {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000;
  color: #000;
  font-size: 18px;
}

.br460 {
  display: none;
}

#map_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#map_wrap #map_conts {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 700px);
  height: calc(100vh - 90px);
}

#map_wrap #list_conts {
  float: right;
  width: 700px;
  height: calc(100vh - 90px);
  overflow: auto;
}

#map_conts #map {
  width: 100%;
  height: 100%;
}

.mapButtons {
  position: absolute;
  top: 10px;
  right: 47px;
  z-index: 9;
}

.zoomMap {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9;
}
.zoomMap button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  font-size: 20px;
  color: #000;
}

.zoomMap button:first-child {
  border-radius: 7px 7px 0 0;
}

.zoomMap button:nth-child(2) {
  border-top: none;
  border-radius: 0 0 7px 7px;
}

.mapButtonsSelect {
  background: #fff;

  border-radius: 14px;
  position: relative;
  height: 36px;
  overflow: hidden;
}

.mapButtonsSelect.autos {
  height: auto;
}

.mapButtonArr {
  width: 36px;
  height: 36px;
  background: #000 url("../images/course_arr_down.png") no-repeat 50% 50%;
  border-radius: 18px;
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  z-index: 100;
}

.mapButtonArr.arr_on {
  background: #000 url("../images/course_arr.png") no-repeat 50% 50%;
}

.mapButtonSelectTitle {
  padding: 8px 20px;
  text-align: center;
  width: 100%;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  color: #000;
}
.mapButtonsSelect button:first-of-type {
  text-align: center;
}
.mapButtonsSelect button {
  background: none;
  border: none;
  display: block;
  text-align: left;
  padding: 6px 20px;
  width: 100%;

  font-size: 15px;
  color: #333;
}

.mapButtonsSelect button.buttonOn {
  font-weight: 700;
  color: #000;
}

.mapButtonsSelect button:last-child {
  margin-bottom: 0;
}

.list_top_conts {
  position: relative;
}

.list_titles {
  height: 90px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.list_titles .list_title_text {
  font-size: 36px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: -0.02em;
}

.list_course_inner {
  position: absolute;
  right: 30px;
  top: 25px;
}

.listCourse {
  background: #fff;

  border-radius: 14px;
  position: relative;
  height: 39px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.listCourse.autos {
  height: auto;
}

.listCourse button:first-of-type {
  text-align: center;
}
.listCourse button {
  background: none;
  border: none;
  display: block;
  /* text-align: center; */
  text-align: left;
  /* padding: 10px 30px; */
  padding: 10px 15px;
  width: 100%;
  font-size: 15px;
  color: #333;
}

.listCourse button.buttonOn {
  font-weight: 700;
  color: #000;
}

.listCourse button:last-child {
  margin-bottom: 0;
}

.course_arr {
  width: 36px;
  height: 36px;
  background: #000 url("../images/course_arr_down.png") no-repeat 50% 50%;
  border-radius: 18px;
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  z-index: 100;
}

.course_arr.course_arr_on {
  background: #000 url("../images/course_arr.png") no-repeat 50% 50%;
}
.list_cont {
  margin-top: 10px;
}

.list_cont .map_items {
  height: 120px;
  display: flex;
  align-items: center;

  position: relative;
}

.list_cont .map_items a:first-child {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  align-items: center;
}

.list_cont a .item_imgs {
  width: 12%;
  margin-right: 20px;
}

.list_cont .item_texts {
  width: 60%;
  word-break: keep-all;
}

.list_cont .item_gnames {
  font-weight: 400;
  color: #303030;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  font-size: 14px;
  display: block;
  margin: 0px 0px 10px;
}

.list_cont span.item_titles {
  font-size: 20px;
  color: #303030;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  display: block;
  /* margin-bottom: 15px; */
}

.list_cont span.item_addrs {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  display: block;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  display: block; */
}

.list_cont .item_sch_load {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  width: 90px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 30px;
}

.list_cont .item_sch_load i {
  font-style: normal;
  font-size: 14px;
  color: #484848;
  display: inline-block;
  margin-left: 10px;
}

.list_cont .map_items:nth-child(odd) {
  background: #f7f7f7;
}

.map_left_arr {
  margin-right: 20px;
  display: none;
}
.map_left_arr span {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: url("../images/mapUpArr.png") no-repeat center/ 100% auto;
  display: block;
}

.map_left_arr span.onon {
  background: url("../images/mapDownArr.png") no-repeat center/ 100% auto;
}

.map_top_slides {
  width: 100%;
  padding: 5px 0;
  display: none;
}

#content {
  padding-bottom: 50px;
  overflow: auto;
}

.detailTopWrap {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  padding: 0 20px;
  background: #f7f7f7;
}

.detail_buttonWrappers {
  display: flex;
  align-items: center;
}

.detailTopWrap button {
  background: none;
  border: none;
}

.detailTopWrap .detailSnsButton a {
  margin-right: 15px;
}

.detailTopWrap .detailSnsButton a:last-child {
  margin-right: 0;
}

.mySwiper2 {
  height: 100%;
}

.content1_inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 367px;
  flex-wrap: wrap;
}

.content1_container {
  width: calc(100% - 245px);
  height: 100%;
  margin: 0;
}

.content1_container .swiper-slide {
  display: flex;
  align-items: center;
  height: 367px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content1_container img {
  width: 100%;
}

.content1_info {
  position: absolute;
  right: 0;
  top: 0;
  width: 245px;
  height: 100%;
  background: #373c42;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.content1_info_wrap .gallViewName {
  margin-bottom: 45px;
}

.content1_info_wrap .gallViewName:last-child {
  margin-bottom: 0;
}

.gall_text {
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);

  position: absolute;
  top: 45%;
  right: -35%;
  transform: rotate(-90deg);
}

.gallViewNameImg {
  margin-bottom: 5px;
}

.gallViewName {
  font-size: 14px;
  color: #fff;
  word-break: keep-all;
}

.gallery_titles {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.gallery_contents {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.gall_content_wraps {
  padding: 0 20px;
}

#content002 {
  margin-top: 40px;
}

.content002_titles:before {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.content002_titles {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.content002_titles:after {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.content002_conts > img {
  width: 100%;
  height: auto;
}

.exhi_inners {
  padding: 0 20px;
}

.exhi_titles {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.exhi_artist {
  font-size: 18px;
  color: #484848;
  font-weight: 400;
}

.exhidate {
  font-size: 18px;
  color: #484848;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 20px;
}

.exhi_img_conts {
  overflow: hidden;
  margin: 20px 0;
}

.exhi_img_conts .swiper-slide {
  text-align: center;
  justify-content: center;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.exhi_img_conts .swiper-slide img {
  max-width: 100%;
}

.exhi_bottom_inners {
  padding: 0 20px;
}

.exhi_intros {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}

.exhi_contents {
  font-size: 16px;
  color: #484848;
  font-weight: 400;
  margin-top: 25px;
}

.content003_title {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.content003_title::before {
  width: 1px;
  height: 54px;
  background: #000;
  content: "";
  margin: 40px auto;
  display: block;
}

.content003_title {
  margin-bottom: 25px;
}

.content003_sell_cont {
  padding: 0 20px;
}

.content003_sell_cont .artist_cont_wrap {
  margin-bottom: 20px;
}

.content003_sell_cont .artist_cont_wrap:last-child {
  margin-bottom: 0;
}

.artist_inners {
  padding: 15px;
  background: #f7f7f7;
}

.art_sell_titles {
  margin: 25px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  font-size: 20px;
  font-weight: 700;
}

.art_sell_price {
  font-size: 18px;
  color: #484848;
  font-weight: 700;
  margin-bottom: 10px;
}

.art_sell_price span {
  font-size: 18px;
  color: #484848;
  font-weight: 400;
}

.art_sell_artist {
  font-size: 16px;
  color: #484848;
}

.artist_imgs img {
  width: 100%;
}

.item_dates {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

.list_emptys {
  height: 300px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 18px;
}

.about_contents {
  padding-bottom: 80px;
}

.ex_artist_imgs {
  text-align: center;
}

.ex_artist_imgs img {
  /* height: 300px;
  width: auto; */
  width: 100%;
  height: auto;
}

.mob_back_btn {
  display: none;
}

.detailSnsButtonMob {
  display: none;
}

.content1_gall_wrapper {
  position: relative;
}

@media (max-width: 1400px) {
  /* .mc01_text img {
    display: none;
  } */
  .mc01_text_mob {
    display: block;
  }
  .about_inner {
    padding-top: 50px;
    align-items: center;
  }
}

@media (max-width: 1300px) {
  .contentAppWrap {
    padding: 0 20px;
    transition: 0.2s;
  }
  .contentApp2ct {
    padding: 0 20px;
    transition: 0.2s;
  }
  .mobile_imgs {
    width: 70%;
  }

  .contentApp1 {
    padding: 50px 20px;
  }

  .about_contents {
  }

  .about_poster {
    padding: 0 20px;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .contentApp2 {
    background: url("../images/appBgs.png") no-repeat center/100% 100%;
    height: auto;
    padding: 80px 0;
  }
  .contentApp2ct .logo {
    margin-bottom: 70px;
  }
  .contentApp2ct .logo img {
    width: 20%;
  }
  .contentApp2Title {
    font-size: 35px;
    margin-bottom: 70px;
  }

  .mc02_footer_cont {
    font-size: 16px;
  }

  .about_text_cont p {
    word-break: keep-all;
  }

  #map_wrap #map_conts {
    width: 100%;
    position: static;
  }

  /*슬라이드 올리기...*/
  #map_wrap #list_conts {
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 10;
    background: #fff;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    overflow: hidden;
  }

  .list_cont {
    height: calc(400px - 60px);
    overflow: auto;
  }
  .list_cont.normal {
    height: auto;
  }

  #detail {
    height: calc(400px - 40px);
    overflow: auto;
  }

  #map_wrap #list_conts.normal {
    overflow: auto;
  }

  #map_wrap #list_conts.heights .list_cont .map_items:nth-child(odd) {
    background: rgba(247, 247, 247, 0.5);
  }
  #map_wrap #list_conts.heightsAll {
    height: calc(100vh - 160px);
    transition: 0.3s;
  }

  #detail.heightsAll {
    height: calc(100vh - 200px);
  }

  #map_wrap #list_conts.heightsZero {
    height: calc(400px - 180px);
    transition: 0.3s;
  }

  #detail.heightsZero {
    height: calc(400px - 200px);
  }

  /*슬라이드 올리기...*/
  .map_left_arr {
    display: block;
  }

  .list_cont a .item_imgs {
    width: 10%;
  }
  .zoomMap {
    bottom: auto;
    top: 20px;
    left: 30px;
  }
  .zoomMap button {
    float: left;
    height: 40px;
    width: 40px;
  }
  .zoomMap button:first-child {
    border-radius: 7px 0 0 7px;
    border: none;
    border: 1px solid #000;
  }
  .zoomMap button:nth-child(2) {
    border-radius: 0px 7px 7px 0px;
    border: 1px solid #000;
    border-left: none;
  }
  /* #content {
    
   
  } */
  #content.normal {
    height: auto;
  }

  #list_conts {
    border-radius: 20px 20px 0 0;
  }
  .map_top_slides {
    display: block;
    background: #f7f7f7;
    position: relative;
    padding: 20px 0;
  }

  .map_top_slides .mapTopSlideBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .map_top_slides span.downs {
    background: url("../images/downArrNews.png") no-repeat 50% 50%;
    width: 25px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
  }

  .map_top_slides span.ups {
    background: url("../images/upArrNews.png") no-repeat 50% 50%;
    width: 25px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
  }

  .about_inner .mc01_text {
    padding: 0 20px;
  }

  /*20211020 추가*/
  .content1_inner {
    flex-direction: column;
    height: auto;
    display: none;
  }
  .content1_info {
    position: relative;
    width: 100%;
    padding: 20px;
    display: none;
  }
  .detailTopWrap {
    display: none;
  }

  .map_top_slides {
    position: relative;
  }

  .mob_back_btn {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 100;
    background: none;
    border: none;
  }

  .gallery_titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .gallery_titles .detailSnsButtonMob {
    position: absolute;
    top: 5%;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gallery_titles .detailSnsButtonMob a {
    margin-left: 10px;
  }

  .gallery_titles .detailSnsButtonMob a:last-child {
    margin-right: 0;
  }
  .gallery_titles .detailSnsButtonMob a img {
    width: 45px;
  }
}

@media (max-width: 960px) {
  #main {
    padding-top: 90px;
  }
  .contentApp2ct .logo {
    margin-bottom: 35px;
  }
  .contentApp2ButtonWrap a img {
    width: 20%;
  }
  .contentApp2Title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .mc02_footer_cont {
    font-size: 14px;
    height: 50px;
  }
  .about_inner .mc01_text {
    font-size: 56px;
  }
  .about_texts_title {
    font-size: 26px;
  }

  .list_titles .list_title_text {
    font-size: 26px;
  }
  .list_cont span.item_titles {
    font-size: 18px;
  }
  .list_cont span.item_addrs {
    font-size: 15px;
  }
  .item_dates {
    font-size: 15px;
  }
  .list_cont .map_items {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .contentApp2 {
    background: url("../images/appBgs.png") no-repeat center/cover;
  }
  .contentApp2ct {
    position: relative;
    padding: 0;
  }
  .contentAppWrap {
    flex-direction: column;
  }
  .contentApp2ct .logo img {
    width: 40%;
  }
  .contentApp2ButtonWrap a img {
    width: 40%;
  }
  .mobile_imgs {
    width: 100%;
    margin-top: 40px;
  }

  .contentApp1 {
    padding: 20px;
  }
  .about_inner .mc01_text {
    font-size: 46px;
  }
  .about_title {
    font-size: 26px;
  }
  .about_texts_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about_texts {
    padding: 40px 20px;
    border-radius: 30px;
  }
  .about_contents:before {
    margin: 25px auto;
    height: 0px;
  }
  .about_text_cont p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about_text_cont p br {
    display: none;
  }
  .list_cont .map_items a:first-child {
    padding: 0 15px;
  }
  .list_cont .item_sch_load {
    right: 15px;
  }
  .list_titles {
    height: 70px;
    padding: 0 15px;
  }
  .mapButtons {
    right: 30px;
  }
  .list_course_inner {
    position: absolute;
    right: 30px;
    top: 15px;
  }
  .list_titles .list_title_text {
    font-size: 22px;
  }
  .map_left_arr {
    margin-right: 10px;
    display: none;
  }

  .list_cont span.item_titles {
    font-size: 18px;
  }

  .gallery_titles {
    font-size: 25px;
  }
  .gallery_contents {
    font-size: 14px;
  }
  .content002_titles {
    font-size: 17px;
  }
  .exhi_titles {
    font-size: 25px;
  }
  .exhi_artist {
    font-size: 14px;
  }
  .exhidate {
    font-size: 14px;
  }
  .exhi_intros {
    font-size: 18px;
  }
  .exhi_contents {
    font-size: 14px;
  }
  .content003_title {
    font-size: 18px;
  }
  .art_sell_price {
    font-size: 22px;
  }
  .art_sell_artist {
    font-size: 14px;
  }

  .content1_container {
    display: none;
    width: 100%;
  }

  .gall_text {
    top: 40%;
    right: -11%;
  }
  .detailTopWrap {
    height: 90px;
  }
  .detailTopWrap button img {
    width: 45px;
  }
  .detailTopWrap .detailSnsButton a img {
    width: 45px;
  }
  .content1_container .swiper-slide {
    height: 250px;
  }
  .exhi_img_conts .swiper-slide {
    height: 200px;
  }
}

@media (max-width: 460px) {
  .contentApp2 {
    padding: 60px 0;
  }
  .contentApp2ButtonWrap a:first-child {
    margin-right: 15px;
  }
  .contentApp2Title {
    font-size: 24px;
  }
  .about_inner {
    padding-top: 40px;
  }
  .about_inner .mc01_text {
    font-size: 36px;
  }
  .about_texts_title {
    font-size: 18px;
  }
  .about_text_cont p {
    font-size: 14px;
  }
  .br460 {
    display: block;
  }
  .about_texts {
    padding: 20px;
  }
  .list_cont a .item_imgs {
    width: 17%;
  }
  .list_cont .item_sch_load {
    width: auto;
    padding: 0 15px;
  }
  .list_cont .item_sch_load i {
    display: none;
  }
  .zoomMap {
    left: 20px;
  }
  .art_sell_price {
    font-size: 18px;
  }
  .art_sell_price span {
    font-size: 16px;
  }
  .art_sell_titles {
    margin: 10px 0;
  }
}

@media (max-width: 380px) {
  .contentApp2Title {
    font-size: 20px;
  }
  .contentApp2ct .logo {
    margin-bottom: 25px;
  }
  .contentApp2Title {
    margin-bottom: 25px;
  }
  .mobile_imgs {
    margin-top: 20px;
  }

  .list_cont .map_items {
    height: 120px;
  }

  .list_titles .list_title_text {
    font-size: 18px;
  }

  .about_inner .mc01_text {
    font-size: 28px;
  }
  .about_texts_title {
    font-size: 16px;
  }
  .list_cont span.item_titles {
    font-size: 18px;
    /* margin-bottom: 10px; */
  }
  .listCourse button {
    font-size: 13px;
  }
  .mapButtonsSelect {
    width: 75px;
  }
  .listCourse {
    width: 75px;
  }
  .mapButtonSelectTitle {
    padding: 10px 0;
  }

  .mapButtonsSelect button {
    padding: 10px;
  }
  .listCourse button {
    padding: 10px;
    font-size: 13px;
  }

  .mapButtonSelectTitle {
    font-size: 14px;
  }
}

.gallery_titles {
  display: flex;
}

.item_texts,
.gallery_titles_inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.item_texts > span,
.gallery_titles_inner > span {
  display: block;
  font-size: 0.9rem;
  padding: 3px 8px;
  position: relative;
  margin-top: 1px;
  color: white;
  font-weight: 400;
}
.item_texts > span.course1,
.gallery_titles_inner > span.course1 {
  background: #87c874;
}
.item_texts > span.course2,
.gallery_titles_inner > span.course2 {
  background: #47a0d8;
}
.item_texts > span.course3,
.gallery_titles_inner > span.course3 {
  background: #f3784f;
}
.item_texts > span.course4,
.gallery_titles_inner > span.course4 {
  background: #834c9f;
}
.item_texts > span.course5,
.gallery_titles_inner > span.course5 {
  background: #ffc045;
}
.item_texts > span.course6,
.gallery_titles_inner > span.course6 {
  background: #58585a;
}

.gallery_address {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery_address span:first-child {
  font-size: 18px;
}

@media (max-width: 767px) {
  .gallery_address span:first-child {
    font-size: 15px;
  }
}
.gallery_address .item_sch_load {
  border-radius: 30px;
  border: 1px dotted #8f8f8f;
  display: flex;
  width: 90px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.gallery_address .item_sch_load i {
  font-style: normal;
  font-size: 15px;
  color: #484848;
  display: inline-block;
  margin-left: 10px;
}

.gallery_tel {
  font-size: 15px;
  color: #484848;
}
.gallery_email {
  font-size: 15px;
  color: #484848;
  margin-bottom: 10px;
}

