@charset "utf-8";
#main {
  width: 100%;
  min-height: 100%;
}
#main-container {
  width: 100%;
}
.visual-wrap {
  position: relative;
  width: 1300px;
  height: 364px;
  transition: all 0.23s;
  margin: 0 auto;
}
.visual-wrap .visual-area {
  width: 1300px;
  height: 332px;
  overflow: hidden;
  transition: all 0.2s;
  background-color: #fff
}
.visual-wrap .visual-area a {
  width: 100%;
  height: 100%
}
.visual-wrap .visual-area a > img {
  width: 100%;
  max-width: 100%;
  height: 332px;
  object-fit: fill;
}
.visual-wrap .visual-area img {
  width: 100%;
  height: 332px;
  max-width: 100%;
  object-fit: fill;
}
.visual-wrap .popup-area {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0px;
  width: 300px;
  height: 332px;
  overflow: hidden;
}
.visual-wrap .popup-area .btn-close {
  color: rgba(255, 255, 255, .8);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 16px;
  width: 36px;
  height: 36px;
}
.visual-wrap .popup-area .btn-close:hover {
  background: rgba(0, 0, 0, .6);
  color: #fff;
}
.visual-wrap .popup-area .btn-close em {
  display: inline-block;
  text-indent: -9999px
}
.visual-wrap .popup-area p.btn_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
}
.visual-wrap .popup-area p.btn_area > a.today-check {
  color: rgba(255, 255, 255, .8);
  width: auto;
  padding: 10px 20px;
  font-size: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-wrap .popup-area p.btn_area > a.today-check:hover {
  background: rgba(0, 0, 0, .6);
  color: #fff;
}
.visual-wrap .popup-area a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.visual-wrap .popup-area a > img {
  width: 100%;
  height: 100%;
  max-width: 100%
}
.m-content {
  display: flex;
  width: 1300px;
  margin: 36px auto 70px;
  height: 430px;
}
.m-content .pop-area {
  width: 556px;
  position: relative;
  overflow: hidden;
}
.m-content .pop-area ul {
  width: 100%
}
.m-content .pop-area ul > li {
  width: 100%;
  margin-bottom: 30px;
}
.m-content .pop-area ul > li:last-child {
  margin-bottom: 0px;
}
.m-content .pop-area ul > li > div {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 24px 30px;
  transition: all 0.1s;
}
.m-content .pop-area ul > li:first-child > div {
  background: #cbe3ff url("../images/main/bg_banner_01.png") right center no-repeat
}
.m-content .pop-area ul > li:last-child > div {
  background: #34a7ed url("../images/main/bg_banner_02.png") left top no-repeat
}
.m-content .pop-area ul > li > div > span {
  font-size: 12px;
  display: inline-flex;
  padding: 6px 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  background: #121961
}
.m-content .pop-area ul > li > div > p {
  font-size: 28px;
  color: #121961;
  margin: 12px 4px;
}
.m-content .pop-area ul > li > div > ul {
  font-size: 13px;
  color: #121961
}
.m-content .pop-area ul > li > div > ul > li {
  margin-top: 10px;
  margin-bottom: 0
}
.m-content .pop-area ul > li > div > em {
  font-size: 13px;
  color: #121961;
  display: block;
  line-height: 140%;
  width: 200px;
  word-break: keep-all
}
.m-content .pop-area ul > li > div > a {
  display: inline-flex;
  padding: 8px 18px;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #fff;
  border-radius: 30px;
  color: #fff;
  width: 114px;
  margin-left: 96px;
  position: relative;
  transition: all 0.1s;
}
.m-content .pop-area ul > li > div > a > em {
  text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}
.m-content .pop-area ul > li > div > a > i {
  display: inline-block;
  position: relative;
  right: 0;
  transition: all 0.1s;
}
.m-content .pop-area ul > li > div > a:hover {}
.m-content .pop-area ul > li > div > a:hover > i {
  right: -6px
}
.m-content .pop-area ul > li > a {
  display: inline-block;
  width: 100%;
  height: 200px
}
.m-content .pop-area ul > li > a > img {
  width: 100%;
  height: 100%;
  max-width: 100%
}
.m-content .pop-area ul > li > img {
  width: 550px;
  height: 200px;
  max-width: 100%
}
.m-content .calendar-area {
  margin: 0 36px
}
.m-content .pay-area {
  width: 260px;
  position: relative;
  padding: 48px 22px 0;
  display: flex;
  flex-direction: column;
}
.m-content .pay-area > p {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  margin-left: 100px;
}
.m-content .pay-area a {
  display: contents
}
.m-content .pay-area table {
  z-index: 1; /*  position: absolute;*/ color: #fff;
  margin-top: 52px;
}
.m-content .pay-area table thead {}
.m-content .pay-area table thead tr {}
.m-content .pay-area table thead th {
  padding: 5px 6px;
  font-size: 16px;
  text-align: left
}
.m-content .pay-area table thead td {
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
}
.m-content .pay-area table tbody {}
.m-content .pay-area table tbody tr {}
.m-content .pay-area table tbody tr th {
  padding: 10px 4px;
  line-height: 126%;
  text-align: left
}
.m-content .pay-area table tbody tr td {
  padding: 10px 4px;
  line-height: 126%;
  text-align: center
}
.m-content .pay-area ul.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.m-content .pay-area ul.bg li {
  float: left
}
.m-content .pay-area ul.bg li:nth-child(1) {
  width: 108px;
  height: 428px;
  background: url("../images/main/tour_time_bg01.png") no-repeat left top;
  background-size: 108px 428px
}
.m-content .pay-area ul.bg li:nth-child(2) {
  width: calc(100% - 181px);
  height: 428px;
  background: url("../images/main/tour_time_bg02.png") repeat-x left top;
  background-size: 14px 428px
}
.m-content .pay-area ul.bg li:nth-child(3) {
  width: 73px;
  height: 428px;
  background: url("../images/main/tour_time_bg03.png") no-repeat left top;
  background-size: 73px 428px
}
.m-content .pay-area article {
  z-index: 1;
}
.m-content .pay-area article a {
  z-index: 1;
}
.m-content .pay-area article a div {
  border: 5px solid #d8e4e2;
  border-radius: 10px;
  padding: 10px 0 10px 50px;
  margin: 20px 0 20px;
  background: #fff url("../images/main/ico-time.png") no-repeat 14px 10px;
}
.m-content .pay-area article a div > span {
  color: #4e548b;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.m-content .pay-area article a div > em {
  color: #040d67;
  font-size: 20px;
}
.m-content .pay-area article > a {
  z-index: 1;
  color: #fff;
}
.m-content .pay-area article > a > ul {
  display: flex;
  width: 100%
}
.m-content .pay-area article > a > ul li:nth-child(1) {
  background: url(../images/main/btn_reserv01.png) no-repeat 0 0;
  height: 50px;
  width: 47px;
}
.m-content .pay-area article > a > ul li:nth-child(2) {
  background: url("../images/main/btn_reserv02.png") repeat-x 0 0;
  width: calc(100% - 87px);
  font-size: 20px;
  text-align: center;
  padding-top: 12px;
}
.m-content .pay-area article > a > ul li:nth-child(3) {
  background: url(../images/main/btn_reserv03.png) no-repeat right top;
  height: 50px;
  width: 54px;
}
.m-content .pay-area article > a > ul li > span {
  display: inline-block;
  position: relative;
  right: 12px;
  transition: all 0.1s;
}
.m-content .pay-area article > a:hover > ul li > span {
  position: relative;
  right: 4px
}
#datepicker {
  min-width: 420px;
  width: 420px;
  min-height: 430px;
  padding: 20px 46px 64px;
  border: 1px solid #ddd !important;
  border-radius: 0px;
  background: #fff;
  z-index: 9 !important;
  float: left;
  position: relative;
}
#datepicker .ui-datepicker {
  margin: 0;
  width: 100%;
  ;
  padding: 0px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  z-index: 9 !important;
}
/* 캘린더 */
.cal-event-color {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 10px;
  height: 60px;
  width: 100%;
  background: #f5f5f5;
}
.cal-event-color li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.cal-event-color li em {
  width: 16px;
  display: flex;
  margin-right: 4px;
  height: 16px;
  border-radius: 100%;
}
.cal-event-color li em.day-closed {
  background-color: #a5a5a5;
}
.cal-event-color li em.day-exhib {
  background-color: #0312a8
}
.cal-event-color li em.day-edu {
  background-color: #0a815f
}
.cal-event-color li em.day-event {
  background-color: #7a04dd
}
.cal-event-color li span {}
.ui-datepicker-calendar a.day-closed, .ui-datepicker-calendar a.day-closed:hover {
  color: #fff !important;
  background-color: #a5a5a5;
}
.ui-datepicker-calendar a.day-exhib, .ui-datepicker-calendar a.day-exhib:hover {
  color: #fff !important;
  background-color: #0312a8
}
.ui-datepicker-calendar a.day-edu, .ui-datepicker-calendar a.day-edu:hover {
  color: #fff !important;
  background-color: #0a815f
}
.ui-datepicker-calendar a.day-event, .ui-datepicker-calendar a.day-event:hover {
  color: #fff !important;
  background-color: #7a04dd
}
.q-menu {
  width: 100%;
  margin: 0 auto 70px;
  height: 180px;
  background: #3f4581
}
.q-menu > ul {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q-menu > ul li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.q-menu > ul li::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, .3)
}
.q-menu > ul li:last-child::after {
  content: none
}
.q-menu > ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  transition: all 0.1s;
  color: rgba(255, 255, 255, .8)
}
.q-menu > ul li a:hover {
  color: #fff;
  top: -4px;
}
.q-menu > ul li a span {
  background: #121961;
  padding: 4px;
  margin-bottom: 10px;
  border-radius: 100%;
}
.q-menu > ul li a span img {}
.q-menu > ul li a em {
  font-size: 18px
}

/* 공지사항,프로그램 */
.m-notice {
  width: 1300px;
  margin: 0 auto 60px;
  display: flex;
  gap: 60px;
}
.m-notice > dl {
  flex-grow: 1;
}
.m-notice > dl > dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.m-notice > dl > dt > span {
  font-size: 30px
}
.m-notice > dl > dt > a.more {
  display: inline-flex;
  padding: 10px 24px;
  background: #3f4581;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
}
.m-notice > dl > dd {
  border-bottom: 1px solid #ddd
}
.m-notice > dl > dd > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding: 16px 0;
}
.m-notice > dl > dd > a > span { 
overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: calc(100% - 100px);}
.m-notice > dl > dd > a > em { font-size: 14px; color: #999}
/* banner */
.m-banner {
    width: 100%;
    margin: 0 auto 50px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
.m-banner > ul {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-banner > ul li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.m-banner > ul li a {
  position: relative;
}

