/*문화관광 갤러리형에만 사용되는 css*/
/*list*/
.culture_gallery {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 5% 0;
}
.culture_gallery:first-of-type {
  padding-top: 0;
}
.culture_gallery > a {
  display: block;
}
.culture_gallery  >  a  > div {
  float: left;
}
.culture_gallery .area_tit_img {
  width: 290px;
  height: 190px;
  position: relative;
  margin: 0 ;
}
.culture_gallery .area_tit_img.gallery_add {
    width: 200px;
    height: 240px;
    position: relative;
  }
.culture_gallery .area_tit_img > i {
  position: absolute;
  width: 38px;
  height: 38px;
  display: inline-block;
  top: 0px;
  left: 1px;
  text-indent: -9999px;
  background: #3f65c2 url("/user_res/images/board/icon_photo.png") no-repeat 50% 50%;
}
.culture_gallery .area_text {
  width: 60%;
  width: calc(97% - 290px);
  margin: 0 0 0 3%;
  padding: 2% 0;
  letter-spacing: -1px;
}                    
.area_text > h1 {
  font-size: 1.4rem;
  color: #222222;
  font-weight: 600;
}
.culture_gallery_info {
  margin: 2% 0;
}
.culture_gallery_info li {
  font-size:1.02rem;
}
.culture_gallery_info li i {
  width: 20px;
  height: 20px;
  background: #3f65c2;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 16px;
  margin: 0 1% 0 0;
}
.culture_gallery_info li+li i {
  background: #465373;
}
.area_text > p {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3.2rem;
  overflow: hidden;
}                        

/*view*/
.cultrue_gallery_view > header {
  border: 1px solid #e3e3e3;
  float: left;
  width: 100%;
  margin: 0 0 3%;
}
.cultrue_gallery_view .area_view_slider {
  float: left;
  width: 440px;
  position: relative;
  height: 330px;
}
.cultrue_gallery_view  .area_gallery_view_info {
  float: right;
  width: 50%;
  width: calc(100% - 440px);
  padding: 1% 5%;
  height: 330px;
}
.cultrue_gallery_view  .area_gallery_view_info.gallery_add {
  width: calc(100% - 260px);
}
.area_gallery_view_info > i {
  display: block;
  width: 100%;
  text-align: right;
  color: #e14c4c;
  font-size: 0.9rem;
  letter-spacing: -1px;
}
.area_gallery_view_info > i:before{
  content: "";
  width: 15px;
  height: 12px;
  display: inline-block;
  background: url("/user_res/images/board/icon_heart.png") no-repeat 0 0;
}
.area_gallery_view_info > i > strong {
  color: #333333;
}
.area_gallery_view_info .view_tit {
  margin: 7% 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222222;
}
.view_info li {
  float: left;
  width: 65%;
  width: calc(100% - 100px);
  line-height: 1rem;
  margin: 0 0 12px;
}
.view_info li.info_tit {
  clear: both;
  width: 100px;
  font-weight: 600;
  padding: 0 0 0 20px;
}
.view_info li.info_tit:before {
  content: "";
  margin: 0 5px;
  background: #4c6cbb;
  width: 7px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}
.area_view_slider .bx-has-controls-direction {
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 50px;
  /* border: 1px solid #fff; */
}
.area_view_slider .bx-controls-direction a ,
.area_view_slider .bx-controls-auto-item a {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-color: #b1b9b5;
  position:absolute;
  border: 1px solid #ffffff;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.area_view_slider .bx-controls-auto {
  position: absolute;
}
.area_view_slider .bx-controls-direction a.bx-prev {
  right: 100px;
  background-image: url("/user_res/images/main/btn_prev_small.png");
}
.area_view_slider .bx-controls-direction a.bx-next {
  right: 0;
  background-image: url(/user_res/images/main/btn_next_small.png);
}
.area_view_slider .bx-controls-auto-item a {
  right: 50px;
  border-right: 0;
  border-left: 0;
}
.area_view_slider .bx-controls-auto-item a.bx-stop {
  background-image: url(/user_res/images/main/btn_stop.png);
}
.area_view_slider .bx-controls-auto-item a.bx-start {
  background-image: url(/user_res/images/main/btn_play.png);
}
.area_view_slider .bx-controls-auto-item a.active {
  display: none;
}

.gallery_subtit {
  clear: both;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 2%;
  color: #333333;
  padding: 0 0 15px 0;
  background: url(/user_res/images/board/bg_culture_gallery_tit.png) repeat-x 100% 100%;
}
.area_detail_desc.area_gallery_contents {
  padding: 3% 0;
  margin: 0 0 7%;
}                                

/*미디어쿼리*/
@media screen and (max-width: 770px) { 
  /*갤러리 view*/
  .cultrue_gallery_view .area_view_slider {
    width: 100%;
    height: 350px;
  }
  .cultrue_gallery_view .area_view_slider img {
    width: 100%;
    height: 350px;
  }
  .cultrue_gallery_view  .area_gallery_view_info {
    width: 100%;
    height: auto;
  }
  .area_gallery_view_info .view_tit {
    margin: 1% 0 3%;
  }
  .view_info li.info_tit {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  /*갤러리 list*/
  .culture_gallery .area_tit_img {
    width: 100%;
    height: auto;
  }
  .area_text > h1 {
    font-size: 1.1rem;
  }
  .culture_gallery_info li {
    font-size: 0.9rem;
  }
  .culture_gallery .area_tit_img img {
    height: 100%;
    width: 100%;
  }
  .culture_gallery .area_text {
    width: 100%;
   margin: 0;
  }
  /*갤러리 view*/
  .cultrue_gallery_view .area_view_slider,
  .cultrue_gallery_view .area_view_slider img {
    width: 100%;
    height: 250px;
  }
  .area_view_slider .bx-has-controls-direction {
    right: 0;
    bottom: 1px;
    height: 35px;
  }
  .area_view_slider .bx-controls-direction a, 
  .area_view_slider .bx-controls-auto-item a {
    height: 35px;
    width: 35px;
  }
  .area_view_slider .bx-controls-direction a.bx-prev {
    right: 70px;
  }
  .area_view_slider .bx-controls-auto-item a {
    right: 35px;
  }
  .cultrue_gallery_view  .area_gallery_view_info {
    padding: 2%;
  }
  .area_gallery_view_info .view_tit,
  .gallery_subtit {
    font-size: 1rem;
  }
  .area_detail_desc.area_gallery_contents p,
  .view_info li {
    font-size: 0.85rem;
  }
}                                              