/*
@import url("/css/noto_sans_kr.css");
a:hover{text-decoration:none}
section div, section p { line-height: 1.3; }
*/
.s_o img{max-width:100%}
.s_o div, .s_o p { line-height: 1.3;  letter-spacing: -0.02em;}


/* ///////////// sec01 ///////////// */
#sec01 {
  background: url(../img/tour_top3/sec01_bg.jpg) no-repeat center;
  background-size: cover;
  overflow: inherit;
  height: 1100px;
}

.event_header {
  padding: 100px 0px;
}

.nummer01 {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 992px) {
  #sec01 {
    height: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .nummer01 {
    width: 70px;
    padding: 60px 0 10px 0;
  }
}

/* ///////////// sec02 ///////////// */
#sec02 {
  background: url(../img/tour_top3/sec02_bg.jpg) no-repeat top;
}

.tit01 {
  font-size: 48px;
  color: #fff;
}

.tit02 {
  font-size: 24px;
  color: #fff;
}

.tit03 {
  font-size: 18px;
  word-break: keep-all;
}

.txt01 {
  font-size: 24px;
  color: #2f428a;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #2f428a;
  padding: 2px 20px;
  display: inline-block;
  margin-right: 5px;
}

.box_w {
  border: 1px solid #fff;
  margin-top: 50px;
}

.map_m {
  display: none;
}

.map_box {
  border: 1px solid #d17459;
  margin-top: -80px;
  margin-bottom: 30px;
}

.map_m .map_box .tit01 {
  font-size: 24px;
  color: #fff;
  background-color: #d17459;
  padding: 50px 0 20px 0;
}

.map_m .map_box .tit02 {
  font-size: 18px;
  color: #323232;
  padding: 30px;
}

.map_m .map_box .tit02 span {
  font-size: 14px;
  color: #323232;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 992px) {
  .box_w {
    margin-top: 70px;
  }

  .map_p {
    display: none;
  }

  .map_m {
    display: block;
  }

  .txt01 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tit01 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tit03 {
    font-size: 14px;
  }
}


/* ///////////// sec03 ///////////// */
#sec03 {
  background: url(../img/tour_top3/sec03_bg.jpg) no-repeat top center;
}

.rout_map {}

.rout_map .tit01 {
  font-size: 24px;
  color: #fff;
  background-color: #d17459;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
}

.hotelWrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
  text-align: left;
}

.hotelImg {
  width: 100%;
  float: left;
}

.hotelImg img {
  width: 100%;
}

.hotelTxt {
  width: 40%;
  height: 100%;
  padding: 0 40px;
  position: absolute;
  left: 0;
  background: rgba(9, 9, 9, 0.5);
}

.hotelTxt .hotel_txt01 {
  font-size: 28px;
  color: #fff;
  padding-top: 40px;
  margin: 0px;
  font-weight: 600;
}

.hotelTxt .hotel_txt02 {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.hotelTxt .hotel_txt03 {
  font-size: 18px;
  color: #fff;
  word-break: keep-all;
}

.area_5 {
  width: 990px;
  margin: 0 auto;
}

.hotel_txt02:after {
  display: block;
  clear: both;
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 10px 0;
}

.youtube_box {
  width: 990px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 992px) {
  .hotelImg {
    width: 100%;
  }

  .hotelTxt {
    width: 40%;
  }

  .hotelTxt .hotel_txt01 {
    font-size: 20px;
    padding-top: 20px;
  }

  .hotelTxt .hotel_txt02 {
    font-size: 15px;
  }

  .hotelTxt .hotel_btn {
    margin-top: 10px;
  }

  .area_5 {
    width: 100%;
  }

  .youtube_box {
    width: 100%;
  }

  .tit01 {
    line-height: 1;
  }

  .tit01 span {
    font-size: 24px;
  }

  .tit02 {
    font-size: 18px;
    padding-top: 12px;
  }

  .hotelTxt .hotel_txt03 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hotelTxt {
    width: 100%;
    top: 0;
    transform: inherit;
    text-align: center;
  }

  .hotelTxt .hotel_txt01 {
    font-size: 18px;
  }

  .hotelTxt .hotel_txt02 {
    font-size: 13px;
  }

  .hotelTxt .hotel_btn {
    margin-top: 15px;
  }

  .hotelTxt .hotel_txt03 {
    left: 0px;
    font-size: 12px;
  }

  .hotelTxt .hotel_txt01 {
    font-size: 18px;
  }

  .hotelTxt .hotel_txt02 {
    padding-bottom: 0px;
  }

  .hotel_txt02:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hotelTxt {
    padding: 0px;
  }
}


/* ///////////// sec04 ///////////// */
#sec04 {
  background: url(../img/tour_top3/sec04_bg.jpg) no-repeat top center;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {}
