@charset "utf-8";

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.color-888 {
  color: #888;
}

#footer_common {
  padding-top: 0;
}

p {
  letter-spacing: -0.03em;
}

.blue {
  color: #0065ef;
}

.red {
  color: #f10000;
}

/* /////////////// sec01 - 인터컨티넨탈 다낭 썬 페닌슐라 리조트 /////////////// */
#sec01 {
  width: 100%;
  height: 90vh;
  background: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec01_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.sec01_txtWrap {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #5e8fcf;
  padding: 50px 15px;
}

.sec01_txtWrap .sec01_txt01 {
  font-size: 65px;
  margin: 55px 0;
  word-break: keep-all;
}

.sec01_txtWrap .sec01_txt02 {
  font-size: 30px;
  margin: 60px 0;
}

.sec01_txtWrap .bar01 {
  width: 90%;
  height: 1px;
  background: #fff;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .sec01_txtWrap .sec01_txt01 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 992px) {
  .sec01_txtWrap .sec01_txt01 {
    font-size: 45px;
  }

  .sec01_txtWrap .sec01_txt02 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sec01_txtWrap {
    width: 95%;
    padding: 30px 5px;
  }

  .sec01_txtWrap .sec01_txt01 {
    font-size: 30px;
    margin: 30px 0;
  }

  .sec01_txtWrap .sec01_txt02 {
    font-size: 18px;
    margin: 20px 0;
  }

  .sec01_logo {
    width: 130px;
  }
}

/* /////////////// sec02 - 특/별/한 혜택! /////////////// */
#sec02 {
  background: #f2f3f4;
}

.sec02_tit {
  font-size: 35px;
  word-break: keep-all;
}

.sec02_tit span {
  font-size: 45px;
}

.sec02_listWrap {
  overflow: hidden;
}

.sec02_listWrap li {
  margin-bottom: 15px;
}

.sec02_list {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 30px 5px;
}

.sec02_listWrap li:nth-child(1) .sec02_list {
  background-image: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec02_iconbg1.png);
}

.sec02_listWrap li:nth-child(2) .sec02_list {
  background-image: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec02_iconbg2.png);
}

.sec02_listWrap li:nth-child(3) .sec02_list {
  background-image: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec02_iconbg3.png);
}

.sec02_listWrap li:nth-child(4) .sec02_list {
  background-image: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec02_iconbg4.png);
}

.sec02_number {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
}

.sec02_txt {
  font-size: 20px;
  word-break: keep-all;
}

/* /////////////// sec03 - 특/별/한 혜택! /////////////// */
#sec03 {
  background: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec03_bg.jpg), -webkit-linear-gradient(top, #f2f3f4 0%, #f2f3f4 300px, #d2dff2 300px, #d2dff2 100%);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.sec03_Wrap {
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.sec03_Wrap .sec03_imgWrap {}

.sec03_Wrap .sec03_imgWrap img {
  width: 100%;
}

.sec03_Wrap .sec03_imgWrap .sec03_number {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  background: rgba(64, 140, 243, 0.8);
  top: 0;
  left: 20px;
  font-size: 30px;
  padding: 20px 15px;
  line-height: 1;
}

.sec03_Wrap .sec03_txtWrap {
  padding: 40px 35px 35px;
}

.sec03_Wrap .item_tit {
  margin-bottom: 35px;
}

.item_tit {
  font-size: 25px;
  line-height: 1.3;
}

.item_txt {
  font-size: 16px;
  word-break: keep-all;
}

.bar02 {
  width: 100%;
  height: 1px;
  background: #cecece;
  margin: 30px 0;
}

@media only screen and (max-width: 1199px) {
  .sec02_txt {
    font-size: 18px;
  }

  .sec03_Wrap .sec03_txtWrap {
    padding: 20px 30px;
  }

  .sec03_Wrap .item_tit {
    margin-bottom: 20px;
  }

  .bar02 {
    margin: 20px 0;
  }

  .hidden-1199 {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .sec02_txt {
    font-size: 16px;
  }

  .sec03_Wrap .sec03_imgWrap,
  .sec03_Wrap .sec03_txtWrap {
    width: 100%;
  }

  .hidden-992 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sec02_tit {
    font-size: 20px;
  }

  .sec02_tit span {
    font-size: 25px;
  }

  .sec02_list {
    padding: 20px 15px;
  }

  .sec02_number {
    font-size: 30px;
  }

  .sec02_icon {
    width: 70px;
  }

  .sec02_txt {
    font-size: 15px;
  }

  .sec03_Wrap {
    margin-bottom: 15px;
  }

  .sec03_Wrap .sec03_imgWrap .sec03_number {
    font-size: 25px;
    padding: 15px 10px;
  }

  .sec03_Wrap .sec03_txtWrap {
    padding: 20px;
  }

  .item_tit {
    font-size: 20px;
  }

  .item_txt {
    font-size: 15px;
  }

  .bar02 {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 370px) {
  .sec02_tit br {
    display: none;
  }
}

/* /////////////// sec04 - 특징 /////////////// */
#sec04 .row {
  position: relative;
}

#sec04 .row .col-md-5 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec04_tit_en {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  position: relative;
  font-weight: 300;
}

.sec04_tit_ko {
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  line-height: 0.8;
  width: 100%;
}

.sec04_tit_ko span {
  font-size: 20px;
}

.carousel .item img,
#sec04 .row .col-md-5 img {
  width: 100%;
}

#sec04 .carousel-control.left,
#sec04 .carousel-control.right {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: auto;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  background-image: none;
  opacity: 1;
}

#sec04 .carousel-control.left:hover,
#sec04 .carousel-control.right:hover {
  background: rgba(255, 255, 255, 0.5);
}

#sec04 .carousel-control.left {
  left: 7.5px;
}

#sec04 .carousel-control.right {
  right: 7.5px;
}

#sec04 .rest .carousel-control.left {
  left: 0;
}

#sec04 .rest .carousel-control.right {
  right: 0;
}

.sec04_txtWrap {
  text-align: left;
  margin: 30px 0;
}

.bar03 {
  width: 50px;
  height: 3px;
  margin: 25px 0;
}

.room {
  background: -webkit-linear-gradient(bottom, #f8f7f3 0%, #f8f7f3 330px, #fff 330px, #fff 100%);
}

.rest {
  background: -webkit-linear-gradient(bottom, #eff5f2 0%, #eff5f2 330px, #fff 330px, #fff 100%);
}

.faci {
  background: -webkit-linear-gradient(bottom, #ecf6fd 0%, #ecf6fd 330px, #fff 330px, #fff 100%);
}

.room .sec04_tit_en {
  color: #f8f7f3;
}

.rest .sec04_tit_en {
  color: #eff5f2;
}

.faci .sec04_tit_en {
  color: #ecf6fd;
}

.room .bar03 {
  background: #f3d111;
  margin: 25px auto;
}

.rest .bar03 {
  background: #64a083;
  margin: 25px auto;
}

.faci .bar03 {
  background: #65b5e7;
}

/* /////////////// sec05 - 호텔 예약하기 /////////////// */
#sec05 {
  background: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec05_bg.jpg) no-repeat center;
  background-size: cover;
}

#sec05 a {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  background: rgba(12, 49, 124, 0.8);
  border-radius: 50px;
  padding: 18px 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  word-break: keep-all;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

#sec05 a:hover {
  background: rgba(11, 36, 86, 0.8);
}

#sec05 .arrow {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

/* /////////////// sec05-2 프로모션! /////////////// */
#sec05-2 {
  background: #00c9e8 url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec05_02_bg.jpg) no-repeat top center;
}

.promotion_box {
  color: #fff;
}

.txt01 {
  background: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/sec05_02_txt_bg.jpg) repeat-x bottom;
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: -1px;
  line-height: 1;
  display: inline-block;
  color: #5247de;
}

.txt01 span {
  font-weight: 600;
}

.txt02 {
  font-size: 24px;
  font-weight: 300;
  border-radius: 30px;
  background: #f557a2;
  display: inline-block;
  padding: 0 20px;
  letter-spacing: -2px;
  word-break: keep-all;
}

.txt02 span {
  font-weight: 800;
  color: #ddf831;
}

.txt03 {
  font-size: 18px;
  padding-top: 10px;
}

.txt03 span {
  border: 1px solid #fff;
  padding: 0px 10px;
  border-radius: 30px;
  line-height: 2;
  margin-right: 10px;
}

.txt04 {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 20px;
  font-weight: 400;
  word-break: keep-all;
}

.txt04 span {
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  color: #00c9e8;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 10px;
  margin-bottom: 15px;
}

.promotionlist {
  padding: 50px 0;
}

.promotionlist_box {
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0px 10px 10px rgba(5, 5, 5, 0.2);
}


.list_boxtop {
  background: #0055d3;
  padding: 10px 0 4px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.list_boxtop02 {
  background: #5c4df4;
  padding: 10px 0 4px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.list_tit01 {
  font-size: 12px;
  letter-spacing: 2px;
}

.list_tit02 {
  font-size: 24px;
  font-weight: 500;
}

.list_boxtxt {
  color: #777;
  height: 190px;
}

.list_boxtxt span {
  font-weight: 600;
}

.list_boxtxt .list_txt01 {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 20px;
  height: 120px;
}

.list_boxtxt .list_txt02 {
  font-size: 14px;
  background: #f5f5f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 0;
}

@media only screen and (max-width: 992px) {
  .list_boxtxt .list_txt01 {
    font-size: 16px;
    line-height: 1.4;
  }

  .list_boxtxt .list_txt02 {
    font-size: 13px;
    letter-spacing: -1px;
  }

  .col-sm-3 {
    padding: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .txt02 {
    font-size: 16px;
    padding: 2px 10px;
    letter-spacing: -1px;
  }

  .txt01 {
    font-size: 24px;
  }

  .txt03 {
    font-size: 14px;
  }

  .promotionlist {
    padding: 20px 0;
  }

  .list_boxtxt .list_txt01 {
    max-height: 100px;
  }

  .list_boxtxt .list_txt02 {
    padding-bottom: 10px;
  }

  .list_boxtxt {
    height: 160px;
  }

}

/* /////////////// sec06 - 추가 혜택! /////////////// */
#sec06 {
  background: #f9f9f9;
}

.sec06Wrap {
  max-width: 900px;
  margin: auto;
  padding: 0 15px;
}

.benefits {
  background: #fff;
  position: relative;
  border: 1px solid #0086f4;
  padding: 50px 40px 30px;
}

.benefits_tit {
  font-size: 18px;
  background: #0086f4;
  position: absolute;
  width: 80%;
  top: -20px;
  padding: 10px 0;
  left: 50%;
  transform: translateX(-50%);
}

.benefitsList li {
  background: url(//cdn.hoteltira.com/img/VN/event/Intercontinental_Resort/dot.png) no-repeat left top 8px;
  padding-left: 15px;
  padding-bottom: 5px;
}

.WayList {
  background: #fff;
  position: relative;
  border: 1px solid #0086f4;
  width: 30%;
  float: left;
  height: 155px;
}

.sec06_number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.sec06_arrow {
  float: left;
  position: relative;
  width: 5%;
  top: 65px;
}

.wayWrap .item_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .sec04_txtWrap {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 992px) {
  #sec04 .row .col-md-5 {
    position: relative;
  }

  .sec04_txtWrap {
    text-align: center;
  }

  .bar03 {
    margin: 25px auto;
  }
}

@media only screen and (max-width: 767px) {
  .sec04_tit_en {
    font-size: 46px;
  }

  .sec04_tit_ko {
    font-size: 27px;
  }

  .sec04_tit_ko span {
    font-size: 16px;
  }

  .bar03 {
    margin: 15px auto !important;
  }

  #sec05 a {
    font-size: 20px;
  }

  #sec05 .arrow {
    width: 10px;
    top: -2px;
  }

  .benefitsWrap:nth-child(2) {
    margin-top: 30px;
  }

  .WayList {
    width: 100%;
    height: 125px;
  }

  .wayWrap .item_txt {
    top: 55%;
  }

  .sec06_arrow {
    width: 100%;
    top: 0;
    margin: 10px 0 40px;
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 500px) {
  .hidden-500 {
    display: none;
  }
}
