/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 420px;
  width: 56%;
}

.mapImage {
  margin-bottom: 20px;
}

.btn_pdf {
  margin: 0 20px 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.btn_pdf a {
  display: block;
  width: 100%;
  background: url("/assets/img/common/arrow_white.png") no-repeat 96% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}

.page_tab {
  margin: 0 20px 25px;
}
.page_tab li {
  float: left;
  position: relative;
  width: 48%;
}
.page_tab li:nth-child(even) {
  float: right;
}
.page_tab li a .line {
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background: #ababab;
}
.page_tab li a:hover {
  text-decoration: none;
}
.page_tab li.current a {
  color: #e60012;
}
.page_tab li.current a .line {
  background: #e60012;
}
.page_tab li.current a .line:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0px 9px;
  border-color: #e60012 transparent transparent transparent;
  z-index: 0;
}
.page_tab li.photo {
  background: url("../img/entertainment/spot/icon_camera_off.png") no-repeat center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding-top: 23%;
}
.page_tab li.photo.current {
  background-image: url("../img/entertainment/spot/icon_camera_on.png");
}
.page_tab li.view {
  background: url("../img/entertainment/spot/icon_eye_off.png") no-repeat center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding-top: 23%;
}
.page_tab li.view.current {
  background-image: url("../img/entertainment/spot/icon_eye_on.png");
}

.spot_photo .photo_list {
  margin: 0 20px;
}
.spot_photo .photo_list li {
  margin-bottom: 35px;
}
.spot_photo img {
  width: 100%;
}
.spot_photo .spot_title {
  font-weight: bold;
  position: relative;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 18px;
  font-size: 14px;
  padding-top: 10px;
}
.spot_photo .spot_title .more_btn {
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.spot_photo .spot_title .more_btn a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 98% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 12px;
  padding: 10px 0;
  font-weight: normal;
}
.spot_photo .img {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

#viewspot {
  display: none;
  opacity: 0;
}
