
.box-dest {
  height: 100%;
  position: relative;
  transition: 0.2s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.box-dest:hover {
  box-shadow: 0px 3px 13px #F2F2F2;
}
.box-dest.box-bg {
  position: relative;
}
.box-dest.box-bg .img-wrap:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.box-dest.box-bg .img-wrap::before {
  z-index: 1;
}
.box-dest.box-bg:hover img {
  transform: scale(1.1);
}
.box-dest.box-bg .cont-txt {
  padding: 40px;
  position: absolute;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 426px) {
  .box-dest.box-bg .cont-txt {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.box-bg .cont-txt {
    padding: 20px;
  }
}
.box-dest.box-bg .cont-txt .tit, .box-dest.box-bg .cont-txt .baj, .box-dest.box-bg .cont-txt p {
  color: #ffffff;
}
.box-dest.box-bg .cont-txt .baj {
  padding-bottom: 0;
}
.box-dest.box-bg .cont-txt .tit {
  font-size: 30px;
}
@media (max-width: 426px) {
  .box-dest.box-bg .cont-txt .tit {
    font-size: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.box-bg .cont-txt .tit {
    font-size: 20px;
  }
}
.box-dest.box-bg .cont-btn .btn-outline {
  color: #ffffff;
  border-color: #ffffff;
  padding: 20px;
  line-height: 1.2;
}
@media (max-width: 426px) {
  .box-dest.box-bg .cont-btn .btn-outline {
    padding: 10px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.box-bg .cont-btn .btn-outline {
    padding: 10px 20px;
  }
}
.box-dest.box-bg .cont-btn .btn-outline:hover {
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  color: #333333;
}
.box-dest.card-box .cont-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  min-height: 210px;
}
@media (max-width: 426px) {
  .box-dest.card-box .cont-txt {
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.card-box .cont-txt {
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest.card-box .cont-txt {
    position: relative;
  }
}
.box-dest.box-vert .tit {
  text-transform: none;
  font-family: "AvenirNextLTPro-Bold", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, serif;
  font-size: 20px;
}
.box-dest.box-big .tit {
  font-size: 30px;
  text-transform: none;
}
.box-dest > a {
  min-height: 80%;
  position: relative;
  display: block;
}
.box-dest .img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.box-dest .img-wrap img {
  transition: 0.2s all ease;
  width:100%;
}
.box-dest .cont-txt {
  padding: 20px 25px;
  border: 1px solid #F2F2F2;
  border-top: none;
  width: 100%;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .box-dest .cont-txt {
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-txt {
    padding: 15px;
  }
}
.box-dest .tit {
  color: #262626;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  font-family: "AvenirNextLTPro-Bold", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, serif;
}
@media (max-width: 426px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
.box-dest .baj {
  line-height: 178%;
  color: #232323;
  font-size: 15px;
  font-family: "AvenirNextLTPro-Regular", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, serif;
}
@media (max-width: 426px) {
  .box-dest .baj {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .baj {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest .baj {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.box-dest .cont-btn {
  padding: 15px 0 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .box-dest .cont-btn {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-btn {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest .cont-btn {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 426px) {
  .box-dest .cont-btn .btn-main {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-btn .btn-main {
    width: 100%;
    min-width: 100%;
  }
}
.box-dest .cont-btn .btn-sec {
  padding: 10px 0;
  border: none;
  font-size: 15px;
  color: #0097E0;
}
@media (max-width: 426px) {
  .box-dest .cont-btn .btn-sec {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-btn .btn-sec {
    margin-left: 0;
  }
}
.box-dest .cont-btn .btn-sec:hover {
  color: #007EB5;
  background: none;
}
.box-dest .cont-btn .btn-sec .arrow-r {
  width: 9px;
}
