@charset "UTF-8";
@import url(font.css);
@import url(all.min.css);
:root {
  --color: #182E34;
}
br.break-m {
  display: none;
}

[class $= "inner"] {
	width: 1200px;
	height: 100%;
	margin: 100px auto 150px;
}

section {
  margin: 100px auto 150px;
  width: 90%;
  overflow: hidden;
}


#header {
  height: 150px;
  position: relative;
}
#header .header_box {
  height: 100%;
  width: 100%;
}
#header .header_top {
  height: 100px;
  text-align: center;
}
#header .h_logo {
  display: inline-block;
}
#header .h_logo img {
  display: block;
  width: 80px;
  margin: auto;
  padding: 16px 0;
}
#header .lang_wrap {
  position: absolute;
  top: 33px;
  left: 10%;
  color: var(--color);
  font-size: 14px;
}
#header #lang {
  line-height: 1.5;
  padding: 5px 10px;
}
#m_lang {display: none;}
#header #lang option {
  background: var(--color);
  color: #fff;
  padding: 30px 0 30px 30px;
  
}


#header .h_reser {
  position: absolute;
  top: 33px;
  right: 10%;
  border: 1px solid var(--color);
  padding: 7px 20px;
  transition: all .3s;
}


#header .h_reser a {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: .4px;
  color: var(--color);
  display: flex;
  align-items: center;
}


#header .h_reser a img {
  margin-right: 5px;
}
#header .menu {
  background: var(--color);
  margin: auto;
  height: 50px;
}

#header .navi {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  text-transform: uppercase;
  width: 65%;
  margin: auto;
}
#header .navi li {
  width: 20%;
  line-height: 2;
  transition: all .2s;
}
#header .navi li a {
  color: #fff;
  line-height: 50px;
}
#header .navi li:hover a {
  opacity: 0.7;
}
#header>#lang {
  position: absolute;
  top: 20px;
  left: 670px;
}

/* 슬라이드 공통 */
.swiper-button-prev {
  left: 1%!important;;
}
.swiper-button-next {
  right: 1%!important;;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff!important;
  opacity: 0.8;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 30px!important;
}

.swiper-pagination-bullet {
  background:  #fff!important;
  border-radius: 0!important;
  opacity: 0.5!important;
  width: 30px!important;
  height: 5px!important;

}
.swiper-pagination-bullet-active {
  background:  #fff!important;
  opacity: 1!important;
}


#visual img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
    /* margin-top: 100px; */
}

#visual {
  position: relative;
}

#visual .slide_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px rgba(35,35,35,.5);
}

#visual .slide_txt h2 {
  font-size: 50px;
}

#visual .slide_txt p {
  font-size: 22px;
  letter-spacing: 2px;
}

/* 메인 공통 */
.main_title {
  font-size: 60px;
  text-transform: capitalize;
}

/* cont-1 */
#cont-1 .main_title {
  text-align: center;
}
#cont-1 .main_title em {
  display: block;
  color:  var(--color);
  padding: 30px 0 40px;
  font-size: 36px;
}
#cont-1 .main_title b {
  display: block;
  font-size: 20px;
  color: #555;
  padding-bottom: 22px;
}

#cont-1 .main_title p {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
}


/* cont-2 */
#cont-2 .main_title {
  padding-bottom: 14px;
  text-indent: 10px;
}

#cont-2 ul li {
  position: relative;
}

#cont-2 ul li .rooms_txt {
  position: absolute;
  bottom: 0;
  left: -1px;
  background: #fff;
  width: 160px;
  padding: 20px 20px 10px 20px;
  font-family: "KoB";
  color: var(--color);
  font-size: 18px;
}

#cont-2 .swiper-button-prev,
#cont-2 .swiper-button-next {
  color: #777!important;
  background: #fff;
  padding:5px 20px;
}
#cont-2 .swiper-button-prev {
  left: .5%!important;;
}
#cont-2 .swiper-button-next {
  right: .5%!important;;
}

/* cont-3 */
#cont-3 .content {
  display: flex;
}
#cont-3 .cont_img {
  background: url(../images/main_tour.jpg) no-repeat left;
  width: 100%;
  height: 500px;
}

#cont-3 .cont_txt {
  width: 40%;
  padding: 8% 4% 0 75px;  
}
#cont-3 .main_title h3 {
  font-size: 30px;
  font-weight: normal;
}
#cont-3 .main_title p {
  font-size: 18px;
  padding-top: 30px;
  line-height: 1.8;
}
#cont-3 .more_btn {
  margin-top: 50px;
  display: inline-block;
}
#cont-3 .more_btn a {
  border: 1px solid var(--color);
  box-sizing: border-box;
  color: var(--color);
  width: 200px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  display: block;
  transition: all .3s;
}
#cont-3 .more_btn:hover a {
  background: var(--color);
  color: #fff;
  letter-spacing: 1px;
}

/* cont-4 */
section#cont-4 {
  margin-bottom: 0;
  width: 100%;
}

#cont-4 .root_daum_roughmap {
  width: 100%;
}

#cont-4 .root_daum_roughmap .wrap_controllers {
  display: none;
}

#cont-4 .main_title {
  width: 90%;
  margin: auto;
  padding-bottom: 10px;
  text-indent: 10px;
}

/* 서브페이지 공통 */
.sub_wrap {
  margin: 80px auto 150px;
}
.sub_location {
  width: 1200px;
  margin: 0 auto;
  font-family: sans-serif;
}
.sub_location ul {
  padding-top: 10px;
  font-size: 14px;

  display: flex;
  justify-content: left;
}
.sub_location ul li {
  transition: all .2s;
}
.sub_location ul li a {
  color: #222;
}
.sub_location ul li:hover a {
 opacity: 0.8;
}
.sub_title {
  text-align: center;
  padding-bottom: 50px;
}
.sub_title h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sub_title p {
  line-height: 1.6;
}


/* 서브페이지 about */
.about_bg {
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to bottom, black 80%, white 20%);
  width: 100%;
  height: 92vh;
}

.about_location, .about_location ul li a {color: #eee;}

#about .sub_title h2 {  
  color: #fff;
}
#about .sub_title p { 
  line-height: 1.6;
}

#about .content img {
  width: 80%;
  display: block;
  margin: auto;
}
#about .content .c_text {
  padding-top: 70px;
  text-align: center;
}

#about .content .c_text b {
  font-size: 22px;
  line-height: 1.8; 
}

#about .content .c_text p {
  line-height: 1.6;
  color: #555;
 padding-top: 20px;
  font-size: 15px;
}

/* 서브페이지 room */
#rooms .swiper-button-prev,
#rooms .swiper-button-next {
  color: #fff!important;
  background: rgba(0,0,0,.8);
  padding:5px 17px;
}

#rooms .swiper-button-prev {
  left: .5%!important;;
}
#rooms .swiper-button-next {
  right: .5%!important;;
}



#rooms .rooms_location {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-top: 1px solid #eee;
  margin-bottom: 50px;
  text-align: center;
}
#rooms .rooms_location>li {
  width: 16.6667%;
  height: 32px;
}
#rooms .rooms_location>li a {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  display: block;
  padding: 10px 0;
}

#rooms .rooms_location>li:last-child a {border-right: 1px solid #eee;} 
#rooms .rooms_location>li.on a {
  background: black;
  color: #fff;
}

#rooms .slider img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: bottom ;
}
#room_info {
  margin-top: 32px;
  position: relative;
}
#room_info h3 {
  font-size: 28px;
  color: #555;
  text-indent: 10px;
}
#room_info .reser_btn {
  position: absolute;
  top: 0;
  right: 1%;
  width: 160px;
  font-size: 15px;
  color: #fff;
  background: var(--color);
  text-align: center;
  padding: 15px 0;
  transition: all .2s;
}
#room_info .reser_btn:hover {
  letter-spacing: 1px;
}

#room_info .info_box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
/* #room_info .info_box .room_notice {
  width: 100%;
} */
#room_info .info_box dl {
  border-top: 2px solid var(--color);
  padding-top: 10px;
  padding-bottom: 50px;
  width: 46%;
}

#room_info .info_box dl:not(:nth-child(2n)){
  margin-right: 7%;
}

#room_info .info_box .info_list:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
}
#room_info .info_box .info_list:nth-child(1) dt {
  width: 100%;
}
#room_info .info_box .info_list:nth-child(1) dd {
  width: 50%;
} 

#room_info .info_box dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#room_info .info_box dd {
  padding: 3px 0 3px 8px;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  position: relative;
}
#room_info .info_box dd::before {
  content: url(../images/icon_list_style.jpg);
  position: absolute;
  left: 0;
  top: 0px;
}



/* 서브페이지 reservation */
#reser img {
  display: block;
  margin-bottom: 40px;
}
#reser .reser_info {
  margin-top: 30px;
}
#reser .infomation {
  position: relative;
}
#reser h3 {
  font-size: 26px;
  color: #555;
  text-indent: 10px;
}

#reser .reser_btn {
  position: absolute;
  bottom: 0;
  right: 1%;
  width: 160px;
  font-size: 15px;
  color: #fff;
  background: #03c75a;
  text-align: center;
  padding: 15px 0;
  transition: all .2s;
}
#reser .reser_btn:hover {
  letter-spacing: 1px;
}

#reser .reser_info h4 {
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 30px;
  border-top: 2px solid var(--color);
}

#reser .reser_info ul {
  margin: 10px 0 50px;
}

#reser .reser_info ul li {
  line-height: 1.8;
  font-size: 15px;
}








/* 서브페이지 location */
#location_txt>div {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 70px;
	text-align: left;
}
#location_txt h3 {
	font-size: 20px;
	line-height: 40px;
	margin-top: 50px;
  font-weight: bold;
}
#location_txt p {
	font-size: 17px;
	line-height: 0;
	padding-top: 20px;
  text-align: center;
}


#location .root_daum_roughmap {
  width: 100%;
	border: none;
	padding:0;
}
#location .root_daum_roughmap .wrap_map {
  height: 500px;
}

#location_txt {display: flex;  margin-top: 100px;}

#location_txt.location_top #location_address {width: 33.3333%;}

#location_txt.location_bottom #location_address{width: 50%;}
#location_txt #location_address .loc_tit {
  font-size: 16px;
	margin: auto;
  margin-bottom: 10px;
	white-space: nowrap;
  display: flex;
  align-items: center;
}
#location_txt.location_top #location_address .loc_tit {
  
  justify-content: center;
}


#location_txt #location_address .loc_tit img {
  width: 30px;
	margin-right: 10px;
}
#location_txt img.fax, 
#location_txt img.car {
  width: 32px!important;
}
#location_txt #location_address .loc_tit span {
	font-size: 20px;
  font-weight: bold;
  line-height: 33px;
}

#location_txt #location_address ul li {
  line-height: 1.8em;
  list-style-position: inside;
  font-size: 16px;
 
  list-style: disc;
  margin-left: 35px;
}
#location_txt #location_address ul li::marker {
  color: #999;
  font-size: 10px;
}

#location_txt #location_address .subway {
  background-color: #263c96;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
}
#location_txt #location_address .bus {
  background-color: #87c700;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
}

/* 서브페이지 tour */

#tour .tour_img img {
  display: block;
  margin: auto;
  width: 930px;
  height: 400px;
  object-fit: cover;
  
}
#tour .tour_txt {
  padding: 20px;
  width: 73%;
  margin: auto;
}

#tour .tour_txt h2 {
  padding-bottom: 15px;
  color: var(--color);
}
#tour .tour_txt .point {
  position: relative;
  padding: 3px 0 3px 8px;
  margin-top: 10px;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
}
#tour .tour_txt .point:before {
  content: url(../images/icon_list_style.jpg);
  position: absolute;
  left: 0;
  top: 0px;
}

#tour .Sources {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #777;
  font-size: 13px;
  margin-top: 30px;
}
#tour .Sources img {
  margin-left: 5px;
  width: 80px;
}



#reser_banner {
  background: url(/images/reser_banner2.jpg) no-repeat center/cover;
  width: 100%;
  height: 400px;
  position: relative;
  text-align: center;
}

#reser_banner .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}
#reser_banner .banner_text p {
  font-size: 28px;
  margin-bottom: 20px;
}

#reser_banner .more_btn {
  display: inline-block;
}
#reser_banner .more_btn a {
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #fff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  display: block;
  transition: all .3s;
}
#reser_banner .more_btn:hover a {
  background: #eee;
  letter-spacing: 1px;
  color: #555;
}

/* footer */  
#footer {
  background-color: #000;
  color: #ddd;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.4px;
  position: relative;

  }
  #footer .inner {
  width: 80%;
  margin: 50px auto;
}
    
#footer h1 .flogo a img {
  width: 150px;
  opacity: 0.8;
  transition: all 0.2s;
}
#footer h1 .flogo a:hover img{
  opacity: 1;
}

#footer .finfo_wrap .finfo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
#footer .finfo_wrap .finfo li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999
}
#footer .finfo_wrap .finfo li:last-child {
  border-right: 0;
}


#footer .fcopy_wrap .fcopy {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
#footer .fcopy_wrap .fcopy li{
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}
#footer .fcopy_wrap .fcopy li:first-child {
  border-right: 1px solid #999
} 
#footer .fcopy_wrap .fcopy:last-child li {
  border-right: none;
} 

#footer .jam_company {
  font-weight: bold;
  transform: all 0.2s;
}
#footer .jam_company:hover {
  color: #fff;
}

#admin {
  position: absolute;
  right: 10%;
  bottom: 20%;
}
#admin a {
  padding: 0.2rem 2rem;
  border: 1px solid #fff;
  color: #fff;
}

/*  quick menu  */
#quick_menu {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

#quick_menu .top_btn {
  width: 60px;
  height: 60px;
  background: #333;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}

#quick_menu .top_btn i,
#quick_menu .top_btn p {
  width: 100%;
}





/* 그누보드 */
#container {
	width: 100%;
}

section#bo_w {
    margin: 0 auto;
}

#container .btn_top {
	z-index: 1 !important;
}



/*768~1280 Tablet */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  [class $= "inner"] { width: 90%;  margin: 80px auto 100px;}
	
  .navi>li>a {width: 12vw;}
  section {
    margin: 80px auto 100px;
  }
  #header .navi {
    width: 80%;
  }
  .sub_location {
    width: 90%;
  }

}


  /* 모바일버전 */
  @media screen and (max-width: 768px) {
    [class $= "inner"] {
      width: 90%;
      margin: 50px auto;
    }
    br.break-m {
    	display: inline;
    }
    section {
      margin: 50px auto 80px;
    }
    #header .h_reser {display: none;}
    #header {display: flex; height: 70px; background: #fff;}
    #header .header_box {display: flex;}
    #header .h_logo {z-index: 10;}
    #header .h_logo img {
        width: 50px;
        margin-left: 30px;
    }
    #header .lang_wrap {
      display: none;
    }
    #m_lang {
      display: flex;
      justify-content: center;

    }
    #m_lang a {
      padding: 0 10px;
      font-size: 16px;
    }
    #m_lang a.lang_on {
      color: #cca868;
    }

    #header .mobile-menu {
        display: block;
        position: fixed;
        right: 10px;
        top: 10px;
        background: none;
        /* 기본값 */
        font-size: 30px;
        color: var(--color);
        z-index: 10;
    }
    #header .menu {
        display: none;	/*js*/
        margin: 0;
        
        line-height: 5;
        position: fixed;
        left: 0;
        right: 0;
        top: 0px;
        /* 높이값만큼 */
        bottom: 0;
        padding-top: 50px;
        margin-top: 70px;
        background: var(--color);
        color: #fff;
        z-index: 3;
        font-size: 26px;
        width: 100%;
        height: 100%;
    }

    #header .navi {
        display: block;
    }
    #header .menu .navi li {
        float: none;
        width: 100%;
        padding: 10px 0 10px;
        line-height: 1.6;
    }
    #header .menu .navi li a {
        display: block;
        border-radius: 100px;
        transition: all 0.2s;
    }
    #header .menu .navi li a:hover {
        text-decoration: none;
        background-color: var(--color);
        color: #fff;
        letter-spacing: 3px;
    }

    button.burger {
      width: 36px;
      height: 30px;
      border: none;
      background: transparent;
      position: relative;
      cursor: pointer;
      margin: 20px 20px 0px auto;
      z-index: 5;
   }
    button.burger:focus {
      outline: none;
   }
  button.burger.burger3:after, button.burger.burger3:before, button.burger.burger3 span {
      width: 100%;
      height: 4px;
      border-radius: 100px;
      position: absolute;
      left: 0px;
      background: var(--color);
      transform: rotate(0deg);
      transition: all 0.4s;
  }
  button.burger.burger3:after, button.burger.burger3:before {
      content: "";
  }
  button.burger.burger3:after {
      top: 0px;
      margin-top: 0px;
  }
  button.burger.burger3:before {
      bottom: 0px;
      margin-bottom: 0px;
  }
  button.burger.burger3 span {
      top: 50%;
      margin-top: -2px;
  }
  button.burger.burger3.on:after {
      transform: rotate(135deg) translate(9px, -9px);
  }
  button.burger.burger3.on:before {
      transform: rotate(225deg);
      bottom: 50%;
      margin-bottom: -2px;
  }
  button.burger.burger3.on span {
      transform: rotate(135deg);
  }
  

  #visual img {
      height: auto;
    }
    
    #visual .slide_txt h2 {
      font-size: 20px;
    }
    
    #visual .slide_txt p {
      font-size: 16px;
    }

    .main_title {
      font-size: 32px;
    }


    #cont-1 .main_title em {
      padding: 20px 0 30px;
      font-size: 26px;
    }

    #cont-1 .main_title p {
      font-size: 15px;
    }

    #cont-2 ul li .rooms_txt {
      font-size: 16px;
      width: 140px;
      padding: 20px 10px;
    }
    #cont-2 .swiper-button-prev,
    #cont-2 .swiper-button-next {
      padding: 0 10px;
     
    }

    #cont-3 .content {
      display: block;
    }
    #cont-3 .cont_img {
      background-size: cover;
      height: 170px;
    }
    #cont-3 .cont_txt {
      width: 100%;
      padding: 30px 0 0;
      text-align: center;      
    }

    #cont-3 .main_title h3 {
      font-size: 24px;
    }

    #cont-3 .main_title p {
      font-size: 16px;
      line-height: 1.6;
      padding-top: 16px;
    }
    #cont-3 .more_btn a {
      width: 160px;
      height: 44px;
      line-height: 44px;
    }

    .sub_location {
      width: 100%;
      background: var(--color);
      color: #fff;
      padding-left: 10px;
      box-sizing: border-box;
    }
    .sub_location ul {
      padding: 10px 0;
    }
    .sub_location ul li a {
      color: #fff;
    }

    .sub_title {
      padding: 0 0 40px;
    }
    .sub_title h2 {font-size: 24px;}


    /* 모바일 서브페이지 about */
    .about_bg {
      display: none;
    }
    #about .sub_title h2 {
      color: #333;
    }
    #about .content .c_text b {
      line-height: 1.4;
    }

    /* 모바일 서브페이지 room */
    #rooms .rooms_location>li {
      width: 33.3333%;
    }

    #rooms .rooms_location>li a {
      font-size: 12px;
    }
    #rooms .rooms_location>li:nth-child(3) a {border-right: 1px solid #eee;}

    #rooms .slider img {
      height: auto;
    }
    #room_info h3 { font-size: 20px;}
    #room_info .reser_btn {
      position: static;
      width: 100%;
      border-radius: 5px;
      margin: 20px 0 30px;
    }
    #room_info .info_box {
      display: block;
      margin-top: 20px;
    }
    #room_info .info_box dl {
      width:93%!important;
    }
    #room_info .info_box dl:first-child {
      width: 93%!important;
    }
    #room_info .info_box dl:not(:nth-child(3n)) {
      margin-right: 0;
    }

    #room_info .info_box dd {
      font-size: 14px;
    }

    /* 모바일 서브페이지 reservation */

    #reser h3 { font-size: 20px;}
    #reser .reser_btn {
      position: static;
      width: 100%;
      border-radius: 5px;
      margin: 20px 0 30px;
    }
    #reser .reser_info {
      margin-top: 25px;
    }
    #reser .reser_info h4 {
      margin-bottom: 20px;
    }
    #reser .reser_info ul {
      margin-bottom: 30px;
    }

    #reser .reser_info ul li {
      font-size: 14px;
    }






    /* 모바일 서브페이지 location  */
.map {
	width: 95%;
	margin:auto;
}
.map .root_daum_roughmap {
    width: 100%;
    border: none;
    padding:0;
}
#location_txt {
	width: 92%;
	margin:auto;
	font-size: 15px;
}
#location_txt h3 {
	font-size: 18px;
	line-height: 40px;
	margin-top: 50px;
}
#location_txt div {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#location_address p {
	line-height: 1.4;
  padding-top: 0;
  margin-left: 0;
  font-size: 16px;
  letter-spacing: 1px;
}
#location_txt th {
	width: 22%;
	height: 60px;
	background-color: #f5f5f5;
}
#location_txt td {
	padding-left: 8px;
	box-sizing: border-box;
}
#location_txt {
  display: block;
  margin-top: 30px;
}
#location_txt #location_address {
  width: 100%!important;
  padding-top: 0px;
}
#location_txt #location_address ul {
  padding-bottom: 30px;
}
#location_txt #location_address ul li {
  font-size: 15px;
  line-height: 1.6;
  margin-left: 0;
  padding-bottom: 5px;
}
#location_txt #location_address .loc_tit {
  margin-bottom: 0;
}

#location .root_daum_roughmap .wrap_map {
  height: 300px;
}
#location_txt #location_address .loc_tit img {
  width: 20px;
}
#location_txt #location_address .loc_tit span {
  font-size: 16px;
  line-height: 28px;
}


/* 모바일 서브페이지 tour */
#tour .tour_img img {
  height: auto;
}

#tour .tour_txt {
  width: 100%;
  padding: 20px 5px;
}
#tour .tour_txt h2 {
  font-size: 20px;
}
#tour .tour_txt p {
  font-size: 14px;
}
#tour .Sources {
  margin-left: 20px;
}









#reser_banner {
  height: 180px;
}

#reser_banner .banner_text p {
  font-size: 20px;
}
#reser_banner .more_btn a {
  width: 130px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}






      #footer {letter-spacing: 1.4px;}
      #footer .inner {
        width: 90%; 
        line-height: 1.3; 
        text-align: center;
        margin: 30px auto;
      }
      #footer h1 .flogo a img {width: 130px; display: block; margin: 0 auto 10px;}
      #footer .fcopy_wrap { display: none;}
      #footer .finfo_wrap .finfo li,
      #footer .fcopy_wrap .fcopy li:first-child {border-right: none;}
      #footer .finfo_wrap .finfo, #footer .fcopy_wrap .fcopy {
        padding-top: 0;
        justify-content: center;
        display: block;
      }
      #footer .finfo_wrap .finfo li, #footer .fcopy_wrap .fcopy li {
        padding-right: 0;
        margin-right: 0;
        display: block;
        line-height: 1.4;
      }
      #admin {
        position: static;
        margin-top: 20px;
    }
  }