@charset "UTF-8";
.operate .pt-start .start-flex {
  border-bottom: 0;
}
.operate .operate-file .history .hisBtn {
  display: flex;
  margin-bottom: 60px;
}
.operate .operate-file .history .hisBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
  color: #bbb;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  border-bottom: 1px solid #ddd;
}
.operate .operate-file .history .hisBtn a.on {
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #67c351;
}
.operate .operate-file .history .hisTarget > div {
  display: none;
}
.operate .operate-file .history .hisTarget > div.on {
  display: block;
}
.operate .operate-file .history .hisTarget > div .swiper-area {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.operate .operate-file .history .hisTarget > div .swiper-area > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.operate .operate-file .history .hisTarget > div .swiper-area > a.swiper-button-disabled {
  opacity: 0.4;
}
.operate .operate-file .history .hisTarget > div .swiper-area .swiper {
  width: calc(100% - 160px);
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.operate .operate-file .history .hisTarget > div .swiper-area .swiper .swiper-slide {
  position: relative;
}
.operate .operate-file .history .hisTarget > div .swiper-area .swiper .swiper-slide:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.operate .operate-file .history .hisTarget > div .swiper-area .swiper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.operate .operate-file .history .hisTarget > div .swiper-area .cul-pager {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
}
.operate .operate-file .history .hisTarget > div .swiper-area .cul-pager span {
  background-color: #69b900;
  opacity: 0.2;
  width: 17px;
  height: 17px;
}
.operate .operate-file .history .hisTarget > div .swiper-area .cul-pager span.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .operate .operate-file .history .hisBtn {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .operate .operate-file .history .hisBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    border: 0;
  }
  .operate .operate-file .history .hisBtn a.on {
    border: 1px solid #ddd;
    color: #67c351;
  }
  .operate .operate-file .history .hisTarget > div {
    display: none;
  }
  .operate .operate-file .history .hisTarget > div.on {
    display: block;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area > a {
    width: 30px;
    height: 30px;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area .swiper {
    width: calc(100% - 60px);
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area .swiper .swiper-slide {
    position: relative;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area .swiper .swiper-slide:after {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area .swiper .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area .cul-pager {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: center;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area .cul-pager span {
    background-color: #69b900;
    opacity: 0.2;
    width: 17px;
    height: 17px;
  }
  .operate .operate-file .history .hisTarget > div .swiper-area .cul-pager span.swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.programm-visual {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.programm-visual:after {
  content: "";
  display: block;
  padding-bottom: 67.7%;
}
@media (max-width: 1024px) {
  .programm-visual:after {
    padding-bottom: 115%;
  }
}
.programm-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.programm .btns {
  display: flex;
  padding-top: 40px;
  justify-content: center;
}
.programm .btns li {
  width: 30%;
  max-width: 300px;
}
.programm .btns li:not(:last-child) {
  margin-right: 20px;
}
.programm .btns li a {
  border-radius: 20px;
  text-align: center;
  line-height: 1.4em;
}
@media (max-width: 680px) {
  .programm .btns {
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .programm .btns li {
    width: calc(50% - 5px);
    max-width: 300px;
    margin-bottom: 10px;
  }
  .programm .btns li:not(:last-child) {
    margin-right: 0;
  }
  .programm .btns li a {
    border-radius: 20px;
  }
}
.programm > .sub2-3tab {
  height: 80px;
  width: 100%;
  max-width: 1280px;
  margin: 80px auto;
}
.programm > .sub2-3tab.on > ul {
  position: fixed;
  top: 80px;
  background-color: #fff;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  z-index: 10;
  max-width: 1280px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.171);
}
@media (max-width: 1280px) {
  .programm > .sub2-3tab.on > ul {
    top: 50px;
  }
}
.programm > .sub2-3tab ul {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0 auto;
  max-width: 1080px;
  border-bottom: 1px solid #ddd;
}
.programm > .sub2-3tab ul li {
  width: 20%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.programm > .sub2-3tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #666;
  font-weight: bold;
}
.programm > .sub2-3tab ul li a.on {
  color: #004378;
}
.programm > article:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .programm > article:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.programm > article .tickets li:not(:last-child) {
  margin-bottom: 60px;
}
.programm > article .books figure {
  margin-bottom: 60px;
}
.programm > article .pt-order {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 40px 70px;
  width: 100%;
  max-width: 847px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.programm > article .pt-order ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.programm > article .pt-order ul li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.programm > article .pt-order ul li:nth-of-type(3) {
  position: relative;
}
.programm > article .pt-order ul li:nth-of-type(3):before {
  content: "";
  display: block;
  width: 12px;
  height: 60px;
  border: 1px solid orange;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-110%);
}
.programm > article .pt-order ul li:nth-of-type(4) {
  position: relative;
}
.programm > article .pt-order ul li:nth-of-type(4):before {
  content: "";
  display: block;
  width: 12px;
  height: 60px;
  border: 1px solid orange;
  border-left: 0;
  position: absolute;
  left: 240px;
  top: 50%;
}
.programm > article .pt-order ul li:nth-of-type(4):after {
  content: "매월제공";
  display: block;
  font-size: 14px;
  color: orange;
  position: absolute;
  left: 260px;
  top: 100%;
}
.programm > article .pt-order ul li b {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #7499b6;
  margin-right: 14px;
  width: 40px;
  height: 40px;
}
.programm > article .pt-order ul li p {
  padding-top: 10px;
}
.programm > article .pt-order ul li p span {
  display: block;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 14px;
  color: #777;
}
.programm > article .pt-order ul li p span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  margin-right: 8px;
  background-color: #666;
  margin-bottom: 4px;
}
.programm > article .pt-order ul li p span:first-of-type {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .programm > article .pt-order {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  .programm > article .pt-order ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .programm > article .pt-order ul li {
    width: 100%;
    max-width: 400px;
  }
  .programm > article .pt-order ul li:nth-of-type(3):before {
    height: 120px;
  }
  .programm > article .pt-order ul li:nth-of-type(4):before {
    left: 200px;
    height: 120px;
  }
  .programm > article .pt-order ul li:nth-of-type(4):after {
    left: 220px;
    top: 160%;
  }
  .programm > article .pt-order ul li b {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #7499b6;
    margin-right: 14px;
    width: 40px;
    height: 40px;
  }
  .programm > article .pt-order ul li p {
    padding-top: 10px;
  }
  .programm > article .pt-order ul li p span {
    display: block;
    line-height: 1.4em;
    font-weight: 500;
    font-size: 14px;
    color: #777;
  }
  .programm > article .pt-order ul li p span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    margin-right: 8px;
    background-color: #666;
  }
  .programm > article .pt-order ul li p span:first-of-type {
    margin-top: 14px;
  }
}

.sub-tit4 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 95%;
  max-width: 980px;
}

.sh-1 {
  margin-top: 60px;
  color: #666;
}
.sh-1 b {
  color: #232323;
  font-weight: 500;
}

.map-flex {
  display: flex;
  padding-top: 80px;
}
.map-flex .left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 359px;
}
.map-flex .left .mapbtn {
  position: relative;
  width: 359px;
  height: 619px;
  background: url("/img/map/map1.png");
}
.map-flex .left .mapbtn a {
  position: absolute;
  display: inline-block;
  z-index: 10;
  padding: 20px;
}
.map-flex .left .mapbtn a.on {
  color: #fff;
  filter: drop-shadow(-1px -1px 10px #000);
}
.map-flex .left .mapbtn #mapbtn1 {
  left: 58px;
  top: 97px;
}
.map-flex .left .mapbtn #mapbtn2 {
  left: 50px;
  top: 136px;
}
.map-flex .left .mapbtn #mapbtn3 {
  left: 180px;
  top: 80px;
}
.map-flex .left .mapbtn #mapbtn4 {
  left: 73px;
  top: 226px;
}
.map-flex .left .mapbtn #mapbtn5 {
  left: 230px;
  top: 266px;
}
.map-flex .left .mapbtn #mapbtn6 {
  left: 46px;
  top: 366px;
}
.map-flex .left .mapbtn #mapbtn7 {
  left: 192px;
  top: 370px;
}
.map-flex .left .mapbtn #mapbtn8 {
  left: 40px;
  top: 570px;
}
.map-flex .maptarget {
  border-top: 4px solid #67c351;
  width: 50%;
  height: 700px;
  border-bottom: 1px solid #ddd;
  overflow-y: scroll;
}
.map-flex .maptarget article {
  display: none;
}
.map-flex .maptarget article.on {
  display: block;
}
.map-flex .maptarget article .child-title {
  box-sizing: border-box;
  padding: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px;
}
.map-flex .maptarget article .child-title .fs24 {
  margin-bottom: 12px;
}
.map-flex .maptarget article .child-title .dft {
  line-height: 1.4em;
  color: #555;
}
.map-flex .maptarget article .swiper-box {
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.map-flex .maptarget article .swiper-box > a {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-flex .maptarget article .swiper-box .swiper {
  width: calc(100% - 96px);
}
.map-flex .maptarget article .swiper-box .swiper .swiper-slide {
  position: relative;
}
.map-flex .maptarget article .swiper-box .swiper .swiper-slide figure {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.map-flex .maptarget article .swiper-box .swiper .swiper-slide figure:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.map-flex .maptarget article .swiper-box .swiper .swiper-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-flex .maptarget article dl {
  border-top: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.map-flex .maptarget article dl dt {
  width: 90px;
  color: #69b900;
  font-size: 14px;
  margin-bottom: 14px;
}
.map-flex .maptarget article dl dd {
  margin-bottom: 14px;
  width: calc(100% - 90px);
  font-size: 14px;
  line-height: 1.4em;
}

@media (max-width: 1024px) {
  .map-flex {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .map-flex .left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 359px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 365px) {
  .map-flex .left {
    zoom: 0.8;
  }
}
@media (max-width: 1024px) {
  .map-flex .maptarget {
    width: 100%;
    height: 500px;
  }
}
.textbookBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .textbookBtn {
    margin-bottom: 40px;
  }
}
.textbookBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #ddd;
  width: 140px;
  height: 48px;
  color: #777;
  font-weight: 500;
  font-size: 1.25rem;
}
.textbookBtn a:first-child {
  margin-right: 20px;
}
.textbookBtn a.on {
  background-color: #69b900;
  color: #fff;
}

.subvisual .sub-nav ul li {
  width: 33.3333333333%;
}

.box-wrap-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.box-wrap-title b {
  padding-left: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 20px;
  display: block;
  border-left: 4px solid #69b900;
}
.box-wrap-title p {
  font-size: 1.125rem;
  color: #777;
  line-height: 1.4em;
}
.box-wrap-title p span {
  font-size: 0.875rem;
}/*# sourceMappingURL=sub3.css.map */