#header-new {
  padding: 0 50px;
}
#header-new .logo-new {
  margin-bottom: 0;
}
#header-new .logo-new a {
  width: 230px;
  height: 90px;
  background-size: 230px 48px;
  background-position: center center;
}
#header-new .lnb-new {
  display: none;
}
#header-new .gnb-new li.mb {
  margin-right: 15px;
}
#header-new .gnb-new li.mb button {
  width: 36px;
  height: 36px;
  background-size: 26px 25px;
}
#header-new .gnb-new .btn-sitemap {
  width: 36px;
  height: 36px;
  background-size: 32px 16px;
}
#footer-new {
  padding: 0 50px;
}
#footer-new .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 290px 70px 0;
  position: relative;
}
#footer-new .sub-logo {
  width: 242px;
  height: 48px;
  margin-bottom: 17px;
}
#footer-new .foot-link-new {
  margin-left: -13px;
}
#footer-new .foot-link-new li a {
  padding: 13px;
  font-size: 18px;
}
#footer-new address,
#footer-new .copyright {
  padding: 13px 0;
  font-size: 15px;
  line-height: 28px;
}
#footer-new address a {
  font-size: 15px;
  line-height: 28px;
}
#footer-new .ab-el {
  position: absolute;
  right: 0;
  bottom: 83px;
  margin-top: 0;
}
#footer-new .familysite-new {
  margin-bottom: 15px;
}
#footer-new .familysite-new button {
  width: 260px;
  padding: 20px 40px 20px 30px;
  font-size: 16px;
  background-position: calc(100% - 26px) 50%;
  background-size: 13px 13px;
}
#footer-new .familysite-new ul li a {
  padding: 10px 30px;
  font-size: 13px;
}
#footer-new .sns-list {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: -6px;
}
#footer-new .sns-list a {
  width: 53px;
  height: 53px;
  background-size: 41px 41px;
}
@media screen and (max-width: 925px) {
  #footer-new .wrapper {
    padding: 50px 0 70px;
  }
  #footer-new .ab-el {
    position: static;
    margin-top: 30px;
  }
  #footer-new .sns-list {
    justify-content: flex-start;
    margin-left: -6px;
  }
}
.sitemap-new {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  padding: 250px 50px;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.sitemap-new.active {
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.sitemap-new .btn-close {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  background-image: url(../images/new/btn-close-logo.e28654.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sitemap-new .btn-close:hover {
  background-image: url(../images/new/btn-close-logo-hover.e28654.png);
}
.sitemap-new > ul {
  max-width: 980px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sitemap-new > ul::-webkit-scrollbar {
  display: none;
}
.sitemap-new > ul > li {
  width: 50%;
  display: flex;
  padding: 40px 0;
  border-bottom: 3px solid #012d84;
}
.sitemap-new > ul > li:nth-child(1),
.sitemap-new > ul > li:nth-child(2) {
  border-top: 3px solid #012d84;
}
.sitemap-new > ul > li:nth-child(2n) {
  padding-left: 80px;
}
.sitemap-new > ul > li > div {
  width: auto;
}
.sitemap-new > ul > li > div > a {
  display: block;
  padding: 50px;
  margin-top: -50px;
  margin-left: -50px;
  font-family: "NanumSquare";
  font-weight: 800;
  font-size: 38px;
  letter-spacing: -0.05em;
  color: #012d84;
}
.sitemap-new > ul > li > div > a:hover {
  color: #000;
}
.sitemap-new > ul > li > ul {
  flex: 1;
}
.sitemap-new > ul > li > ul a {
  display: block;
  font-size: 15px;
  letter-spacing: -0.05em;
  color: #012d84;
  padding: 10px 0;
}
.sitemap-new > ul > li > ul a:hover span {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 965px) {
  .sitemap-new > ul > li:nth-child(2n) {
    padding-left: 0;
  }
  .sitemap-new > ul > li > div > a {
    padding: 30px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 845px) {
  .sitemap-new {
    padding: 200px 50px;
  }
  .sitemap-new > ul > li {
    width: 100%;
    display: flex;
    padding: 40px 0;
    border-bottom: 3px solid #012d84;
  }
  .sitemap-new > ul > li:nth-child(2) {
    border-top: none;
  }
  .sitemap-new > ul > li > div {
    width: 40%;
  }
  .sitemap-new > ul > li > div > a {
    padding: 30px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 32px;
    word-break: keep-all;
  }
}
body.layout-main #container.container-new {
  padding: 30px 50px;
}
.page-index #container .wrapper .bg-img {
  top: -60px;
}
.section-intro {
  padding: 100px 0;
}
.section-intro .first-row {
  margin-bottom: 60px;
}
.section-intro .first-row .row-title .sub {
  font-size: 16px;
  margin-bottom: 18px;
}
.section-intro .first-row .row-title {
  font-size: 46px;
  line-height: 58px;
}
.section-intro .first-row .row-title::after {
  bottom: 27px;
}
.section-intro .tags {
  margin: 28px 0 40px -3px;
}
.section-intro .tags li a {
  padding: 15px 18px;
  font-size: 14px;
}
.section-intro .animation-box .animation-control {
  justify-content: flex-end;
}
.section-intro .animation-box .animation-control .dots {
  margin-right: 7px;
}
.section-intro .animation-box .animation-control .dots a {
  height: 70px;
}
.section-intro .animation-box .animation-control .btn-wrapper {
  height: 70px;
}
.section-intro .animation-box .animation-control .btn-wrapper a {
  padding: 28px 0;
}
#animationEl li {
  width: 140px;
  height: 280px;
}
#animationEl li .con.active {
  padding: 43px 45px;
}
#animationEl li .con.active .title {
  font-size: 34px;
}
#animationEl li .con.active .desc {
  font-size: 16px;
  line-height: 25px;
}
#animationEl li .con.active .more {
  font-size: 14px;
  bottom: 50px;
  left: 45px;
}
#animationEl li .con.active:hover .more {
  text-decoration: underline;
  text-underline-position: under;
}
#animationEl li .con.basic {
  width: 140px;
  padding: 43px 0;
  cursor: pointer;
}
#animationEl li .con.basic .icon {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
}
#animationEl li:nth-child(1) .con.basic .icon {
  width: 33px;
  height: 33px;
}
#animationEl li:nth-child(2) .con.basic .icon {
  width: 39px;
  height: 36px;
}
#animationEl li:nth-child(3) .con.basic .icon {
  width: 33px;
  height: 34px;
}
#animationEl li:nth-child(4) .con.basic .icon {
  width: 33px;
  height: 38px;
}
#animationEl li .con.basic p {
  display: block;
  padding-top: 64px;
  font-family: "NanumSquare";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 28px;
}
#animationEl li.active {
  width: calc(100% - 420px);
}
@media screen and (max-width: 1070px) {
  #animationEl li.active {
    width: calc(100% - 120px);
  }
  #animationEl li {
    width: 40px;
  }
  #animationEl li .con.basic {
    width: 40px;
  }
  #animationEl li .con.basic .icon,
  #animationEl li .con.basic p {
    display: none;
  }
}
.section-intro .second-row > * {
  float: left;
}
.section-intro .second-row .left {
  width: 380px;
  padding-right: 60px;
  margin-bottom: 0;
}
.section-intro .second-row .right {
  width: calc(100% - 380px);
}
.section-intro .second-row .row-title {
  font-size: 38px;
  line-height: 56px;
  text-decoration: none;
}
.section-intro .second-row .row-title::before {
  top: -33px;
}
.section-intro .second-row .row-title .underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.section-intro .second-row .btn-wrapper {
  display: flex;
  margin-left: -12px;
}
.section-intro .second-row .btn-wrapper a {
  display: block;
  width: 43px;
  height: 62px;
  background-size: 19px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section-intro .second-row .btn-wrapper a.btn-prev {
  background-image: url(../images/new/slide-prev-2.e28654.png);
}
.section-intro .second-row .btn-wrapper a.btn-prev:hover {
  background-image: url(../images/new/slide-prev-2-hover.e28654.png);
}
.section-intro .second-row .btn-wrapper a.btn-next {
  background-image: url(../images/new/slide-next-2.e28654.png);
}
.section-intro .second-row .btn-wrapper a.btn-next:hover {
  background-image: url(../images/new/slide-next-2-hover.e28654.png);
}
.section-intro .second-row .more {
  position: static;
}
.section-intro .second-row .more span {
  font-size: 20px;
  padding-right: 32px;
}
.section-intro .second-row .progress-bar {
  margin-top: 40px;
}
#programSlide {
  max-height: 450px;
}
#programSlide li {
  width: 320px;
  height: 450px;
  margin-right: 30px;
}
#programSlide li a .img-wrapper {
  height: 240px;
}
#programSlide li a .conts-wrapper {
  height: calc(100% - 240px);
  padding: 25px 30px;
}
#programSlide li a .conts-wrapper .title {
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 10px;
}
#programSlide li a .conts-wrapper .desc {
  font-size: 15px;
  line-height: 24px;
  height: 48px;
}
#programSlide li a .date {
  bottom: 25px;
  left: 30px;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .section-intro .second-row > * {
    float: none;
  }
  .section-intro .second-row .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .section-intro .second-row .right {
    width: 100%;
  }
  .section-intro .second-row .row-title {
    text-decoration: underline;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
  }
  .section-intro .second-row .btn-wrapper {
    display: none;
  }
  .section-intro .second-row .more {
    position: absolute;
    bottom: -4px;
    right: 0;
  }
}
.section-info {
  padding: 85px 0 120px;
}
.section-info .calendar {
  width: calc(100% - 560px);
  float: left;
  margin-bottom: 0;
}
.section-info .newsfeed {
  width: 500px;
  float: right;
}
.section-info .newsfeed .btn-reload {
  width: 32px;
  height: 32px;
  background-size: 11px 13px;
}
.section-info .box .body {
  height: 250px;
  margin-top: 40px;
}
.section-info .box.newsfeed .body {
  height: 246px;
  position: relative;
}
.section-info .box .box-title {
  font-size: 24px;
  padding-left: 28px;
}
.section-info .box .box-title::before {
  width: 18px;
  height: 18px;
}
.section-info .newsfeed-list li a {
  padding: 23px 0;
}
.section-info .newsfeed-list li a .title {
  font-size: 14px;
}
.section-info .newsfeed-list li a .date {
  width: 77px;
  font-size: 14px;
}
.section-info .calendar .body .no-item p {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.06em;
}
#calendarSlide {
  white-space: nowrap;
}
#calendarSlide li {
  display: inline-block;
  width: 240px;
  height: 250px;
  vertical-align: top;
  margin-right: 20px;
  overflow: hidden;
}
#calendarSlide li:last-child {
  margin-right: 0 !important;
}
#calendarSlide li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 25px;
  white-space: normal;
}
#calendarSlide li a .date {
  font-family: "NanumSquare";
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 9px;
}
#calendarSlide li a .date .txt-lg {
  font-size: 46px;
}
#calendarSlide li a .title {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.06em;
  word-break: keep-all;
  height: 56px;
  overflow: hidden;
}
#calendarSlide li a .sub-date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #aaaaaa;
  position: absolute;
  bottom: 40px;
  left: 25px;
}
#calendarSlide li a:hover .title {
  color: #012d84;
}
#calendarSlide li a:hover .sub-date {
  color: #000;
}
@media screen and (max-width: 1000px) {
  .section-info .calendar {
    width: 100%;
    margin-bottom: 70px;
  }
  .section-info .newsfeed {
    width: 100%;
  }
}
.section-space {
  padding: 85px 0 120px;
}
.section-space .section-title {
  position: relative;
  display: inline-block;
  font-family: "NanumSquareAc";
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.06em;
  line-height: 1;
  padding-left: 28px;
  padding-right: 23px;
  margin-bottom: 60px;
}
.section-space .section-title::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #c5a86f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-space .section-title::after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url(../images/new/rarr-sm.e28654.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section-space .slide-wrapper {
  position: relative;
  overflow: hidden;
}
.section-space .slide-wrapper .content-wrapper .slide-control {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: -12px;
  display: flex;
  align-items: center;
  z-index: 60;
}
.section-space .slide-wrapper .content-wrapper .slide-control a {
  display: block;
  width: 47px;
  height: 34px;
  background-size: 19px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section-space .slide-wrapper .content-wrapper .slide-control .page {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.section-space .slide-wrapper .content-wrapper .slide-control a.btn-prev {
  background-image: url(../images/new/slide-prev-2.e28654.png);
}
.section-space .slide-wrapper .content-wrapper .slide-control a.btn-prev:hover {
  background-image: url(../images/new/slide-prev-2-hover.e28654.png);
}
.section-space .slide-wrapper .content-wrapper .slide-control a.btn-next {
  background-image: url(../images/new/slide-next-2.e28654.png);
}
.section-space .slide-wrapper .content-wrapper .slide-control a.btn-next:hover {
  background-image: url(../images/new/slide-next-2-hover.e28654.png);
}
.section-space .slide-wrapper .content-wrapper {
  margin-top: 0;
}
.section-space .bx-viewport {
  height: 460px !important;
}
.section-space .slide-wrapper .content-wrapper {
  max-width: 430px;
  width: calc(100% - 510px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 510px;
}
.section-space .slide-wrapper .content-wrapper .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-space .slide-wrapper .content-wrapper .content.act {
  display: block;
}
.section-space .slide-wrapper .content-wrapper .content .category {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #fff;
  border-radius: 45px;
  padding: 12px 16px;
  background-color: #222;
}
.section-space .slide-wrapper .content-wrapper .content .title {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  letter-spacing: -0.06em;
  margin: 17px 0;
}
.section-space .slide-wrapper .content-wrapper .content .desc {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.06em;
  word-break: keep-all;
  margin-bottom: 40px;
}
.section-space .slide-wrapper .content-wrapper .content .more {
  padding: 12px;
  margin-left: -12px;
}
.section-space .slide-wrapper .content-wrapper .content .more span {
  position: relative;
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  padding-right: 32px;
  background-image: url(../images/new/top-right-arr.e28654.png);
  background-size: 12px 12px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.section-space
  .slide-wrapper
  .content-wrapper
  .content
  .more:hover
  span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#spaceSlide {
  white-space: nowrap;
}
#spaceSlide .slide-item {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  max-width: 940px !important;
  width: 100% !important;
  height: 460px;
  padding: 0;
}
#spaceSlide .slide-item .img-wrapper {
  width: 460px;
  border-radius: 25px;
  overflow: hidden;
}
#spaceSlide .slide-item img {
  width: 100%;
  height: 100%;
}
#spaceSlide li .sub-thumb-list {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  margin-right: -10px;
}
#spaceSlide li .sub-thumb-list li {
  width: 220px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
}
#spaceSlide li .sub-thumb-list li img {
  width: 100%;
}
#spaceSlidePager {
  display: none;
}
@media screen and (max-width: 950px) {
  .section-space .slide-wrapper .content-wrapper {
    max-width: none;
    width: 100%;
    position: static;
    padding: 70px 0 10px;
  }
  .section-space .slide-wrapper .content-wrapper .content {
    position: static;
    width: 80%;
  }
  .section-space .slide-wrapper .content-wrapper .slide-control {
    bottom: -4px;
    left: auto;
    right: 0;
  }
}
.section-contact {
  max-width: none !important;
  min-height: 680px;
  margin-left: -50px !important;
  margin-right: -50px !important;
  padding: 150px 50px 190px;
  background-image: url(../images/new/section-contact-bg.e28654.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.section-contact .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.section-contact .content {
  width: 570px;
}
.section-contact .content .top {
  margin-bottom: 60px;
}
.section-contact .content .top .text-en {
  font-family: "NanumSquareAc";
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.section-contact .content .top .text-lg {
  font-family: "NanumSquareAc";
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section-contact .content .top .text-md {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.06em;
  width: 80%;
}
.section-contact .content .bottom .text-lg {
  font-family: "NanumSquareAc";
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 15px;
}
.section-contact .content .bottom .text-sm {
  font-family: "NanumSquareAc";
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.section-contact .content .bottom .info {
  margin: 20px 0 15px;
}
.section-contact .content .bottom .info > * {
  display: inline-block;
}
.section-contact .content .bottom .info .tel {
  font-family: "NanumSquareAc";
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #fff;
  margin-bottom: 0;
  margin-right: 25px;
}
.section-contact .content .bottom .info .email {
  font-family: "NanumSquareAc";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  position: relative;
  padding-left: 36px;
  color: #fff;
}
.section-contact .content .bottom .info .tel:hover,
.section-contact .content .bottom .info .email:hover {
  color: #bbb;
}
.section-contact .content .bottom .info .email::before {
  content: "";
  width: 28px;
  height: 22px;
  background-image: url(../images/new/mail.e28654.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-contact .content .bottom .text-md {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: #ccc;
}
.section-contact .link-list {
  width: 400px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: initial;
  margin-top: 0;
}
.section-contact .link-list li {
  width: 120px;
}
.section-contact .link-list li a {
  display: block;
  text-align: center;
  padding: 40px 0;
}
.section-contact .link-list li a img {
  width: auto;
}
.section-contact .link-list li a p {
  display: block;
  text-align: center;
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.08em;
  color: #fff;
  margin-top: 18px;
}
.section-contact .link-list li a:hover p {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 1090px) {
  .section-contact .content {
    width: 100%;
  }
  .section-contact .link-list {
    position: static;
    transform: translateY(0);
    margin-top: 70px;
  }
}
.layout-page .fixed-el {
  right: 60px;
}
@media screen and (max-width: 1120px) {
  .layout-page .fixed-el {
    right: 30px;
  }
}
.fixed-el {
  position: fixed;
  bottom: 90px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
}
.fixed-el .btn-link {
  display: block;
  width: 110px;
  height: 150px;
  background-image: url(../images/new/fixed-btn-link.e28654.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.fixed-el .btn-link:hover {
  background-image: url(../images/new/fixed-btn-link-hover.e28654.png);
}
.fixed-el .btn-top {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #012d84;
  background-image: url(../images/new/top-uarr.e28654.png);
  background-size: 15px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fixed-el .btn-top:hover {
  background-color: #000;
}
