body{
  margin: 0 auto;
}

.in_title{
  text-align: center;
  width: 1200px;
  margin: 0px auto;
  margin-bottom: 55px;
  align-content: center;
}

.header .slider_wrap {position:relative;}
.header .slider_wrap .main_icon{
  position:absolute;
  width:100%;
  height:136px;
  margin:0 auto;
  bottom:89px;
  z-index:10;
}
.main_icon div {width:950px;margin:0 auto;}
.main_icon div ul li {float:left;padding-right:23px;}
.header .slider{
  position: relative;
  width: 100%;
  align-content: center;
  margin: 0 auto;
}


.header .slider ul li{
  border: 1px red soild;
  height: 510px;
}

.header .slider ul li#slider_item_01{
  background: url('/img/bg_tmp.png') no-repeat center top;
}
.header .slider ul li#slider_item_03{
  background: url('/img/bg_tmp3.png') no-repeat center top;
}
.header .slider ul li#slider_item_04{
  background: url('/img/bg_tmp4.png') no-repeat center top;
}
.header .slider ul li#slider_item_02{
  background: url('/img/bg_tmp2.png') no-repeat center top;
}

#slider_pager{
  top:225px;
  right:20px;
}

.slider_pager {
  z-index: 10;
  position:absolute;
  text-decoration: none;
  font-size:0em;
  width: 42px;
}

.slider_pager a {
  margin: 0px auto;
  margin-bottom: 10px;
  text-align: center;
  display:block;
  border-radius:100px;

  background:#FFF;
  border:3px solid #FFF;
  height: 10px;
  width: 10px;
}

.slider_pager a.selected {

  padding:8px;
  background-color: rgba( 255, 255, 255, 0.5 );
  border:8px solid #FFF;
}

.header .floating_icon{
  position: relative;
}

.room_info{
  margin-top: 80px;
}
.room_info .room_info_item_wrap{
  background-color: #dcdcdc;
  width: 100%;

}

.room_info .room_info_item{
  height: 356px;
  margin-bottom: 30px;
  position: relative;

  width: 1200px;
  margin: 0px auto;
  margin-bottom: 30px;
  align-content: center;
}

.info_explain{
  height: 356px;
  width: 520px;
  display: inline-block;
  padding: 50px 50px 50px 50px;
}

.explain1{
  background-color: #44444e;
}
.explain2{
  background-color: #4f212c;
}
.explain3{
  background-color: #2f2a2e;
}

.info_explain .ex1{
  color: white;
  font-size: 40px;
  line-height: 15px;
}
.info_explain .ex2{
  color: #97989a;
  font-size: 40px;
}
.info_explain .ex3{
  color: white;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.info_explain .ex4{
  color: white;
}

.info_pic{
  height: 356px;
  width: 680px;
  display: inline;
}


.sub_foo_board_wrap {background:url('/img/sub/sub_notice_bg.jpg');height:51px;}
.sub_foo_board{width:1201px;margin:0 auto;}
.sub_foo_board ul li{float:left;color:#FFF;font-size:0.75em;}
.sub_foo_board ul li.title{padding:18px 0 0 2px;}
.sub_foo_board ul li.subject{width:337px;padding:15px 0 0 5px;}
.sub_foo_board ul li.date{width:103px;padding:15px 0 0 0px;}

.contents{
  margin: 0 auto;
}

.contents .content_body_01{
  height: 205px;
  width: 100%;
  margin: 0 auto;
}
.contents .content_body_01 #left{
  width: 693px;
  height: 100%;
  float:left;
}
.contents .content_body_01 #left ul{
  margin-top: 30px;
  margin-left: 30px;
}
.contents .content_body_01 #left ul li{
  display: inline-block;
  height: 100px;
  width: 150px;
  text-align: center;
  font-weight: bolder;
  line-height: 50px;
}
.contents .content_body_01 #right{
  width: 505px;
  float:right;
  border-left: 1px #e3e3e3 solid;
}

.contents .content_body_02{
  height: 330px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-top: 2px #f1f1f1 solid;
}
.contents .content_body_02 #left{
  height: 100%;
  float:left;
  padding-top: 50px;
}

.contents .content_body_02 .left_wrap li{float:left;width:378px;margin-right:15px;}

.contents .content_body_02 .tabs{
  margin-top: 14px;
}
.contents .content_body_02 .tabs ul li{float:left;}
.contents .content_body_02 .news_first{
  margin-left: 5px;
  margin-right: 60px;
}

.news_first{
  margin-top:50px;
  height: 115px;
}

.contents .content_body_02 .news_first #title{
  width:100%;
  font-weight: 600;
  font-size: 16px;
  color: #4c4c4c;
  letter-spacing: -2px;
}
.contents .content_body_02 .news_first #content{
  padding: 10px 0 ;
  font-size: 14px;
  color: #adadad;
  letter-spacing: -1px;
}
.news_first #content{
  height: 70px;
}

.contents .content_body_02 .news_first #date{
  font-size: 13px;
  font-weight: 400;
}
.contents .content_body_02 .news_list{
  margin-top:20px;
  padding-top: 20px;
  margin-left: 5px;
  margin-right: 60px;
  border-top: #e9e9e9 1px solid;
  letter-spacing: -1px;
  font-size: 14px;
  color: #4f4f4f;
}


.contents .content_body_02 .tab_menu ul li{
  float:left;
  display: inline-block;
  width: 174px;
  padding: 0 5px;
  text-align: center;
  color: #a2a2a2;
  font-weight: bold;
  font-size: 16px;
  padding-top:10px;
}

.contents .content_body_02 .tab_menu ul li.active{
  border-top: #49a05d 2px solid;
  color: #49a05d;
  padding-top:8px;
}



.contents .content_body_02 #right{
  width: 400px;
  height: 100%;
  padding-top: 50px;
  float:right;
  padding-right:90px;
}

.contents .content_body_02 #right #title{
  padding: 5px 0 5px 40px;
}

.contents .content_body_02 #right #title a {color:#fff;}

.cal_wrap {
  padding:20px 18px 0 0;
  background-color:#49a05d;
  height:100%;
}

.contents .content_body_02 #floating{
  width: 385px;
  height: 365px;
  position: absolute;
  top : 0px;
  left: 415px;
  border: 2px #49a05d solid;
  box-shadow: 10px 10px 15px grey;
}
.contents .content_body_02 #floating #content{
  background-color: white;
  width: 100%;
  height: 301px;
  padding: 0 30px;
  padding-top: 16px;
}

.contents .content_body_02 #floating #content #more{
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  right: 16px;
  color: #49a05d;
  font-weight: 600;
}

.contents .content_body_02 #floating #content #more a, .contents .content_body_02 #floating #content #more a:hover{
  color: #49a05d;
}
.contents .content_body_02 #floating #content ul{
  font-size: 15px;
}
.contents .content_body_02 #floating #content ul li{
  float: left;
  width: 33%;
  text-align: center;
}
.contents .content_body_02 #floating #content ul li ul li{
  display: inline-block;
  margin-left: 18px;
}

.contents .content_body_02 #floating #content ul li ul li#mobile_number{
  width: 110px;
}


.contents .content_body_02 #floating #title{
  background-color: #49a05d;
  height: 60px;
  width: 100%;
  position: relative;
}
.contents .content_body_02 #floating #title img{
  position: absolute;
  bottom: 0px;
  left: 47px;
}

.contents .content_body_02 #floating #title #text{
  color: white;
  font-size: 32px;
  position: absolute;
  left: 40px;
  top: 40px;
}


.contents .content_body_02 #calendar_left{
  width:70px;
  float:right;
  background-color: #2b2b2b;
  text-align: center;
  color: white;
}
.nofixrow{
  height:170px;
}

.fixrow{
  height:199px;
}


.contents .content_body_02 #calendar_left #year{
  font-size: 15px;
  font-weight: bold;
  vertical-align: bottom;
}

.contents .content_body_02 #calendar_left #date{
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  vertical-align: middle;
}

.contents .content_body_02 #calendar_left #month{
  color: #49a05d;
  font-size: 14px;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 20px;
}


.contents .content_body_02 #calendar_left #nav{
  background-color: #336a3f;
  height: 42px;
  color: white;
  font-size: 22px;
  vertical-align: middle;
}

.contents .content_body_02 .calendar_right_wrap{
  padding: 5px 5px 5px 5px;
  background-color: white;
  float: right;
  display: inline-block;;
  width: 200px;
  /*height: 170px;*/
}

.contents .content_body_02 #calendar_right{
  text-align: center;
  float: right;
}

.contents .content_body_02 #calendar_right td{
  border: 1px solid #e3e3e3;
  width:27px;
  height: 26.5px;
  font-size: 12px;
}
.contents .content_body_02 #calendar_right td:first-child{
  border-left: 0px;
}
.contents .content_body_02 #calendar_right td:last-child{
  border-right: 0px;
}
.contents .content_body_02 #calendar_right tr:first-child td{
  border-top: 0px;
  color: #49a05d;
}
.contents .content_body_02 #calendar_right tr td{
  color: #5a5a5a;
}
.contents .content_body_02 #calendar_right tr td:first-child{
  color: #df0000;
}
.contents .content_body_02 #calendar_right tr td:last-child{
  color: #2437f1;
}
.contents .content_body_02 #calendar_right tr:first-child td:first-child{
  background-color: #f9d8d8;
}
.contents .content_body_02 #calendar_right tr:first-child td:last-child{
  background-color: #dcdefa;
}
.contents .content_body_02 #calendar_right tr:first-child td{
  background-color: #f1f1f1;
}
.contents .content_body_02 #calendar_right tr:last-child td{
  border-bottom: 0px;
}

.contents .content_body_02 #calendar_right tr td.today{
  background-color: #70be82;
  color: white;
}

.contents .content_body_03{
  background-color: #49a05d;
  height: 310px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  margin-top:30px;
}
.contents .content_body_03 #left{
  height: 100%;
  width: 100%;
  position: relative;
}

.contents .content_body_03 #title{
  color: white;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  float:left;
}

.contents .content_body_03 #title a, .contents .content_body_03 #title a:hover{
  color: white;
}

.contents .content_body_03 #more{
  color: white;
  float:right;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
}

.contents .content_body_03 #more a, .contents .content_body_03 #more a:hover{
  color: white;
}



.contents .content_body_03 #items{
  width: 1200px;
  height: 200px;
  float: left;
  display:block;
  padding-top: 15px;
  padding-left:50px;
}
/*200, 170*/
.contents .content_body_03 #items ul li{
  width: 200px;
  height: 170px;
  display: inline-block;
  margin-right: 25px;  
}


.contents .content_body_03 #items ul li:last-child{
  margin-right: 0px;
}

.contents .content_body_03 #items ul li #img{
  width: 100%;
  height: 130px;
  float:left;
}
.contents .content_body_03 #items ul li #subject{
  width: 200px;
  height: 40px;
  position: relative;
  border: 1px red;

  float:left;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -1px;
  z-index: 55;
  background-color: #336a3f;
}


.wrap{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.contents .content_body_04{
  background-color: #3b8d4e;
  height: 190px;
  width: 100%;
  margin: 0 auto;
  padding-top:18px;
}
.contents .content_body_04 #left{
  height: 100%;
  width: 265px;
  float: left;
}
.contents .content_body_04 #right{
  height: 100%;
  width: 930px;
  float: right;
  padding-left: 30px;
}

.contents .content_body_04 #right ul li{
  display: inline-block;
  padding-right: 15px;
}

.contents .content_body_04 #right ul li:last-child{
  padding-right: 0px;
}

.ondate{
  font-weight: bolder;
  color: green;
}

#element_to_pop_up {
  display:none;
  /*background-color: #fff;*/
  /*border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 10px 5px #999;*/
  color: #111;
  display: none;
  min-height: 250px;
  min-width: 250px;
  /*padding: 5px;*/
  height: 400px;
  width: 470px;
  background-color: white;
}

#movie_desc{
  float: right;
  font-size: 1.2em;
}

ul li video{
  float: left;
}


a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(../img/btns-next-prev.png);
  background-repeat: no-repeat;
  display:block;
  width:12px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right:5px;
  z-index:999;
  position:absolute;
  bottom:20px;
  display:none;
}

.slidesjs-pagination {
  float: right;
  list-style: none;
  position:absolute;
  top: 15px;
  right:0px;
  z-index:999;
  text-align: center;
}

.slidesjs-pagination li {
  float: left;
  margin-left: 6px;;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}
