@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400&display=swap');

html, body {
  height: 100%;
  width: 100%;
  min-width: 320px;
  min-height: 568px;
  overflow: auto;
}

#main_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#main_wrap h1 {
  position: absolute;
  top: 40px;
  left: 42%;
  z-index: 99;
}

#main_wrap h1 a img {
  width: 120px;
}

#main_wrap .all_menu_btn {
  position: absolute;
  top: 64px;
  right: 50px;
  width: 27px;
  height: 20px;
  border: 0;
  background: url(../img/menu_btn.png) no-repeat left top;
  cursor: pointer;
  background-size: 27px 20px;
  z-index: 99;
}

#main_wrap .main_con {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5%;
  z-index: 99;
}

#main_wrap .main_con .txt {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 6%;
}

#main_wrap .main_con .txt strong {
  font-weight: 800
}

#main_wrap .main_con .btn_w {
  width: 100%
}

#main_wrap .main_con .btn_w a {
  display: inline-block;
  width: 48%;
  height: 46px;
  font-size: 15px;
  color: #fff;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  background: #b19724;
  margin-right: 1.25%
}

#main_wrap .main_con .btn_w a.btn_st1 {
  display: block;
  background: #4f8b34 url(../img/ico_reserv.png) 10% center no-repeat;
  background-size: 20px 20px;
  margin-bottom: 2%
}

#main_wrap .main_con .weather {
  width: 100%;
  height: 30px;
  margin: 5% 0;
}

#main_wrap .main_con .weather img {
  width: 30px;
  vertical-align: middle
}

#main_wrap .main_con .weather .weather_txt {
  width: 50%;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
}

#main_wrap .main_con .weather .weather_info {
  display: inline-block;
  height: 30px;
  text-align: right;
}

#main_wrap .main_con .weather .weather_info .temp {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  margin: 0 8px;
}

#main_wrap .main_con a {
  font-size: 18px;
  color: #fff;
  padding-left: 5px
}

#main_wrap .main_visual {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#main_wrap .main_visual {
  overflow: hidden;
}

#main_wrap .main_visual .img_inner {
  width: 100%;
  height: 100%;
}

#main_wrap .main_visual .img_box {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

#main_wrap .main_visual .img_box .visual {
  display: block;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 4s;
  transition: -webkit-transform 4s;
  transition: transform 4s;
  transition: transform 4s, -webkit-transform 4s;
}

#main_wrap .main_visual .img_box .visual:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1280px;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.2) url("../images/branch/bg_main_gradient.png") left top no-repeat;*/
  z-index: 1;
}

#main_wrap .main_visual.swiper-container-horizontal .swiper-slide-active .visual {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

#main_wrap .main_visual.swiper-container-horizontal .swiper-slide-active .visual_txt {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* #main_wrap .box_global_view.active .swiper-slide-active .bg_visual {-webkit-transform: scale(1.04); transform:scale(1.04); } */
/* 768px 이하 모바일 */
@media (max-width:768px) {
  #main_wrap h1 {
    width: 100%;
    top: 14px;
    left: 40%;
  }

  #main_wrap h1 a img {
    width: 100px;
  }

  #main_wrap .all_menu_btn {
    top: 36px;
    right: 14px;
    width: 27px;
    height: 20px;
    background-size: 27px 20px;
  }

  #main_wrap .weather .weather_txt {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 0;
  }

  #main_wrap .weather .weather_info .temp {
    font-size: 18px;
  }

  #main_wrap .weather .weather_info .weather_ico {
    display: inline-block;
    width: 30px;
  }

  #main_wrap .weather .weather_info .weather_ico img {
    width: 100%;
    vertical-align: middle
  }
}

/* 480px 이하 모바일 */
@media (max-width:480px) {}

/* 360px 이하 모바일 */
@media (max-width:360px) {}

#main_wrap, #side_wrap {
  /*모바일 메인 화면 과 어사이드 메뉴화면을 겹치게 함*/
  position: absolute;
}
