/*** #banner.cruise ***/
#banner[class*=cruise] > .inner > .box1 {
  height: 100%;
  width: 100%;
  background: url("../images/bnr_cruise.jpg") center center no-repeat;
  background-size: cover;
}

/*** #banner.cruise ***/
#main[class*=cruise] {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] {
    margin: 8rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] {
    margin: 10rem 0rem;
  }
}
#main[class*=cruise] > .inner {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 {
    margin-bottom: 10rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner {
    max-width: 100rem;
    padding: 0 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 101;
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1::after {
  background-color: rgba(62, 115, 179, 0.2);
  border-radius: 50%;
  content: "";
  display: block;
  height: 25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1::after {
    height: 55rem;
    width: 55rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1::after {
    height: 70rem;
    width: 70rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 {
  height: 100%;
  width: 100%;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 {
    display: block;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
  height: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    width: 27rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .img1 {
  height: auto;
  width: 100%;
  border-radius: 50%;
  display: block;
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(2n-1) {
  left: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(2n-1) {
    left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(2n-1) {
    left: 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(2n) {
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(2n) {
    right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(2n) {
    right: 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(-n+2) {
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(-n+2) {
    top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-of-type(-n+2) {
    top: 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-last-of-type(-n+2) {
  bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-last-of-type(-n+2) {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:nth-last-of-type(-n+2) {
    bottom: 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 {
    padding: 20rem 0;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 5rem;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #181818;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 3rem;
    line-height: 2;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box2 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box2 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec1 > .inner > .box2 > .box2 > .par1 {
    text-align: center;
  }
}
#main[class*=cruise] > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 {
    margin-bottom: 15rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding-top: 5.25rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 {
    padding-top: 8.75rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box1::before {
  background-color: #909090;
  content: "";
  display: block;
  height: 4.5rem;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1::before {
    height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1::before {
    height: 7.5rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #26466D;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.5rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 2.08rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #181818;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 2.24rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2::after {
  background-image: url("../images/bg_cruise_sec2.png");
  bottom: -3rem;
  content: "";
  display: block;
  height: 95%;
  left: calc(50% - 50vw);
  position: absolute;
  width: calc(40% + 50vw);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2::after {
    bottom: -4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2::after {
    bottom: -5rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box]:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    margin-bottom: 0;
    width: calc(60% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    width: calc(60% - 2.5rem);
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lst1 {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lst1 > [class^=itm] > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(40% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(40% - 2.5rem);
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.28;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr1 {
    font-size: 3rem;
    line-height: 1.6;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box2 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .box2 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main[class*=cruise] > .inner > .sec3 {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec3 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec3 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=cruise] > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  padding: 3rem 1.5rem;
  background-color: #3e73b3;
  border: 0.2rem solid #181818;
  display: block;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 {
    padding: 5rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 {
    border: 0.25rem solid #181818;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 {
    border: 0.3rem solid #181818;
  }
}
#main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr1 {
    font-size: 3rem;
    line-height: 2;
  }
}
#main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1 > .hdr2 {
    font-size: 1.5rem;
  }
}
#main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1.hov {
  transition: background 0.35s;
}
#main[class*=cruise] > .inner > .sec3 > .inner > .box1 > .lnk1.hov:hover {
  background-color: #26466D;
}

/*# sourceMappingURL=cruise.css.map */
