.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
#header-new {
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #e7e8ea;
    position: relative;
    z-index: 99;
}
#header-new .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-new .logo-new {
    margin-bottom: 0;
}
#header-new .logo-new a {
    display: block;
    width: 180px;
    height: 70px;
    background-image: url(../images/new/main-logo.11ed53.png);
    background-size: 180px 38px;
    background-position: 0 center;
    background-repeat: no-repeat;
}
#header-new .lnb-new {
    display: none;
}
#header-new .gnb-new {
    display: flex;
    align-items: center;
}
#header-new .gnb-new button {
    padding: 0;
}
#header-new .gnb-new > li:nth-child(1),
#header-new .gnb-new > li:nth-child(2) {
    display: none;
}
#header-new .gnb-new li.mb {
    position: relative;
    margin-right: 10px;
}
#header-new .gnb-new li.mb ul {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 3px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    z-index: 9;
}
#header-new .gnb-new li.mb ul.active {
    display: flex;
}
#header-new .gnb-new li.mb ul li {
    display: inline-block;
    margin-left: 0;
}
#header-new .gnb-new li.mb ul li a {
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.06em;
    border: 1px solid #012d84;
    color: #012d84;
    margin: 0 3px;
}
#header-new .gnb-new li.mb ul li a:hover {
    background-color: #012d84;
    color: #fff;
}
#header-new .gnb-new li.mb button {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../images/new/user.11ed53.png);
    background-position: center center;
    background-size: 21px 20px;
    background-repeat: no-repeat;
}
#header-new .gnb-new .btn-sitemap {
    width: 36px;
    height: 36px;
    background-image: url(../images/new/menu-bar.11ed53.png);
    background-position: center center;
    background-size: 26px 13px;
    background-repeat: no-repeat;
}
.lnb-cover {
    display: none;
}
#footer-new {
    padding: 0 20px;
}
#footer-new .wrapper {
    padding: 50px 0 70px;
    position: relative;
}
#footer-new .sub-logo {
    width: 192px;
    height: 38px;
    background-image: url(../images/new/sub-logo.11ed53.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 17px;
}
#footer-new .foot-link-new {
    margin-left: -10px;
}
#footer-new .foot-link-new li {
    display: inline-block;
}
#footer-new .foot-link-new li a {
    display: inline-block;
    padding: 10px;
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #111;
}
#footer-new .foot-link-new li a:hover {
    color: #012d84;
}
#footer-new address,
#footer-new .copyright {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.04em;
    word-break: keep-all;
}
#footer-new address a {
    color: #777;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.04em;
}
#footer-new address a:hover {
    color: #000;
}
#footer-new .copyright {
    padding: 0;
}
#footer-new .ab-el {
    margin-top: 20px;
}
#footer-new .familysite-new {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
#footer-new .familysite-new button {
    width: 230px;
    padding: 18px 33px 18px 20px;
    border-radius: 30px;
    background-color: #f4f4f4;
    color: #666666;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.04em;
    background-image: url(../images/new/plus.11ed53.png);
    background-position: calc(100% - 26px) 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
#footer-new .familysite-new button:hover {
    filter: brightness(85%);
}
#footer-new .familysite-new ul {
    position: absolute;
    width: 100%;
    bottom: calc(100% + 5px);
    left: 0;
    border-radius: 30px;
    background-color: #f4f4f4;
    padding: 10px 0;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#footer-new .familysite-new ul.on {
    transform: scaleY(1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#footer-new .familysite-new ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: -0.04em;
    line-height: 1;
}
#footer-new .familysite-new ul li a:hover {
    font-weight: 700;
}
#footer-new .sns-list {
    display: flex;
    justify-content: flex-start;
    margin-left: -6px;
    margin-bottom: -6px;
}
#footer-new .sns-list a {
    display: block;
    width: 43px;
    height: 43px;
    background-size: 31px 31px;
    background-position: center center;
    background-repeat: no-repeat;
}
#footer-new .sns-list a.btn-fb {
    background-image: url(../images/new/fb-icon.11ed53.png);
}
#footer-new .sns-list a.btn-fb:hover {
    background-image: url(../images/new/fb-icon-on.11ed53.png);
}
#footer-new .sns-list a.btn-insta {
    background-image: url(../images/new/insta-icon.11ed53.png);
}
#footer-new .sns-list a.btn-insta:hover {
    background-image: url(../images/new/insta-icon-on.11ed53.png);
}
#footer-new .sns-list a.btn-youtube {
    background-image: url(../images/new/youtube-icon.11ed53.png);
}
#footer-new .sns-list a.btn-youtube:hover {
    background-image: url(../images/new/youtube-icon-on.11ed53.png);
}
.sitemap-new {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #fff;
    padding: 150px 20px 100px;
    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: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 49px;
    height: 49px;
    background-image: url(../images/new/btn-close-logo.11ed53.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.11ed53.png);
}
.sitemap-new > ul {
    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 {
    display: flex;
    width: 100%;
    padding: 30px 0;
    border-bottom: 3px solid #012d84;
}
.sitemap-new > ul > li:nth-child(1) {
    border-top: 3px solid #012d84;
}
.sitemap-new > ul > li > div {
    width: 40%;
}
.sitemap-new > ul > li > div > a {
    display: block;
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: "NanumSquare";
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.05em;
    color: #012d84;
    word-break: keep-all;
}
.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;
}
body.layout-main #container.container-new {
    padding: 30px 20px;
    position: relative;
    margin-bottom: 0;
    overflow-x: hidden;
}
.page-index #container .wrapper .bg-img {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    min-height: 150px;
    z-index: -1;
}
.section-intro {
    overflow: hidden;
    padding: 40px 0;
}
.section-intro .first-row {
    margin-bottom: 45px;
}
.section-intro .first-row .row-title .sub {
    font-family: "NanumSquare";
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 13px;
}
.section-intro .first-row .row-title .sub .blue {
    color: #012d84;
}
.section-intro .first-row .row-title {
    display: inline-block;
    position: relative;
    font-family: "NanumSquareAc";
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -0.06em;
    margin-bottom: 0;
}
.section-intro .first-row .row-title::after {
    content: "";
    width: 3000%;
    height: 3px;
    background-color: #111;
    position: absolute;
    left: calc(100% + 20px);
    bottom: 22px;
}
.section-intro .first-row .row-title b {
    font-weight: 700;
}
.section-intro .tags {
    margin: 28px 0 40px -3px;
}
.section-intro .tags li {
    display: inline-block;
}
.section-intro .tags li a {
    display: block;
    margin: 3px;
    padding: 12px 15px;
    border-radius: 45px;
    background-color: #f4f4f5;
    color: #666666;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -0.06em;
    line-height: 1;
}
.section-intro .tags li a:hover {
    background-color: #000;
    color: #fff;
}
.section-intro .animation-box .animation-control {
    display: flex;
    justify-content: space-between;
}
.section-intro .animation-box .animation-control .dots li {
    display: inline-block;
}
.section-intro .animation-box .animation-control .dots a {
    display: block;
    width: 14px;
    height: 60px;
    position: relative;
}
.section-intro .animation-box .animation-control .dots a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2c2c2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-intro .animation-box .animation-control .dots a.active::before {
    background-color: #012d84;
}
.section-intro .animation-box .animation-control .btn-wrapper {
    margin-right: -8px;
    height: 60px;
}
.section-intro .animation-box .animation-control .btn-wrapper a {
    display: inline-block;
    font-family: "NanumSquare";
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 800;
    padding: 23px 0;
    background-size: 15px 7px;
    background-repeat: no-repeat;
}
.section-intro .animation-box .animation-control .btn-wrapper a.btn-prev {
    padding-left: 31px;
    background-image: url(../images/new/slide-prev.11ed53.png);
    background-position: 8px 49%;
}
.section-intro .animation-box .animation-control .btn-wrapper a.btn-next {
    padding-right: 31px;
    background-image: url(../images/new/slide-next.11ed53.png);
    background-position: calc(100% - 8px) 49%;
}
#animationEl {
    display: flex;
}
#animationEl li {
    position: relative;
    width: 20px;
    height: 200px;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#animationEl li .con.active {
    position: relative;
    display: block;
    background-color: #ccc;
    color: #fff;
    padding: 23px 20px;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#animationEl li .con.active .title {
    font-family: "NanumSquare";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.06em;
}
#animationEl li .con.active .desc {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.06em;
    white-space: normal;
    word-break: keep-all;
}
#animationEl li .con.active .more {
    font-family: "NanumSquare";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    position: absolute;
    bottom: 30px;
    left: 20px;
    padding-right: 42px;
}
#animationEl li .con.active .more::after {
    content: "";
    width: 31px;
    height: 10px;
    background-image: url(../images/new/rarr-md.11ed53.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 2px;
}
#animationEl li .con.basic {
    position: absolute;
    width: 20px;
    height: 100%;
    padding: 43px 0;
    text-align: center;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#animationEl li .con.basic .icon {
    display: none;
}
#animationEl li .con.basic p {
    display: none;
}
#animationEl li.active {
    width: calc(100% - 60px);
    transition: width 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#animationEl li.active .con.active {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#animationEl li.active .con.basic {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#animationEl li a {
    display: block;
    height: 100%;
}
.section-intro .second-row .left {
    padding-right: 0;
    position: relative;
    margin-bottom: 30px;
}
.section-intro .second-row .row-title {
    position: relative;
    font-family: "NanumSquareAc";
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.06em;
    margin-bottom: 0;
    word-break: keep-all;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
.section-intro .second-row .row-title::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #012d84;
    position: absolute;
    top: -28px;
    left: 0;
}
.section-intro .second-row .btn-wrapper {
    display: none;
}
.section-intro .second-row .more {
    padding: 12px;
    margin-left: -12px;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    right: 0;
}
.section-intro .second-row .more span {
    position: relative;
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.04em;
    padding-right: 27px;
    background-image: url(../images/new/top-right-arr.11ed53.png);
    background-size: 12px 12px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.section-intro .second-row .more:hover span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.section-intro .second-row .progress-bar {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #ededed;
    margin-top: 40px;
}
.section-intro .second-row .progress-bar .bar {
    height: 3px;
    background-color: #000;
    position: relative;
    top: 0;
    left: 0;
}
#programSlide {
    white-space: nowrap;
}
#programSlide li {
    display: inline-block;
    width: 260px;
    height: 350px;
    margin-right: 20px;
}
#programSlide li a {
    position: relative;
    display: block;
    height: 100%;
    white-space: normal;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f4f4f4;
}
#programSlide li a .img-wrapper {
    height: 160px;
    overflow: hidden;
    position: relative;
}
#programSlide li a .img-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 2px 2px inset;
    position: absolute;
    top: 0;
    left: 0;
}
#programSlide li a .img-wrapper img {
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#programSlide li a .conts-wrapper {
    height: calc(100% - 160px);
    padding: 25px 20px;
}
#programSlide li a .conts-wrapper .title {
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.06em;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
#programSlide li a .conts-wrapper .desc {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.06em;
    color: #a5a5a5;
    height: 36px;
    overflow: hidden;
}
#programSlide li a .date {
    position: absolute;
    bottom: 25px;
    left: 20px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.04em;
}
#programSlide li a:hover .img-wrapper img {
    transform: scale(1.05);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-intro .bx-has-pager {
    display: none;
}
.section-info {
    position: relative;
    padding: 60px 0 80px;
}
.section-info::after {
    content: "";
    width: 3000%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.section-info .calendar {
    margin-bottom: 60px;
}
.section-info .calendar .dots {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    height: 100%;
}
.section-info .calendar .dots .bx-pager-item {
    display: inline-block;
    width: 16px;
    height: 100%;
    position: relative;
}
.section-info .calendar .dots .bx-pager-link {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -9999px;
}
.section-info .calendar .dots .bx-pager-link.active {
    background-color: #012d84;
}
.section-info .calendar .box-title::before {
    background-color: #13b2cc;
}
.section-info .newsfeed .box-title::before {
    background-color: #f37060;
}
.section-info .newsfeed .btn-reload {
    width: 24px;
    height: 24px;
    background-color: #3d342f;
    border-radius: 4px;
    background-image: url(../images/new/icon-refresh.11ed53.png);
    background-size: 10px 12px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.section-info .box .top {
    position: relative;
}
.section-info .box .body {
    height: 200px;
    overflow-x: hidden;
    margin-top: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.section-info .box .body::-webkit-scrollbar {
    display: none;
}
.section-info .newsfeed .body {
    position: relative;
}
.section-info .box .box-title {
    position: relative;
    display: inline-block;
    font-family: "NanumSquareAc";
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.06em;
    line-height: 1;
    padding-left: 25px;
    padding-right: 23px;
    margin: 0;
}
.section-info .box .box-title::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.section-info .box .box-title::after {
    content: "";
    width: 7px;
    height: 11px;
    background-image: url(../images/new/rarr-sm.11ed53.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.section-info .newsfeed-list li a {
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #dfdfdf;
}
.section-info .newsfeed-list li a:hover {
    border-bottom-color: #000;
}
.section-info .newsfeed-list li a:hover .date {
    color: #000;
}
.section-info .newsfeed-list li a .title {
    flex: 1;
    font-family: "NanumSquare";
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-info .newsfeed-list li a .date {
    width: 62px;
    text-align: center;
    font-family: "NanumSquare";
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #aaaaaa;
}
.section-info .box .body .no-item {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-info .box .body .no-item p {
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.06em;
}
#calendarSlide {
    white-space: nowrap;
}
#calendarSlide li {
    display: inline-block;
    width: 200px;
    height: 200px;
    vertical-align: top;
    margin-right: 10px;
    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: 20px;
    white-space: normal;
}
#calendarSlide li a .date {
    font-family: "NanumSquare";
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: 9px;
}
#calendarSlide li a .date .txt-lg {
    font-size: 36px;
}
#calendarSlide li a .title {
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.06em;
    word-break: keep-all;
    height: 48px;
    overflow: hidden;
}
#calendarSlide li a .sub-date {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #aaaaaa;
    position: absolute;
    bottom: 30px;
    left: 20px;
}
#calendarSlide li a:hover .title {
    color: #012d84;
}
#calendarSlide li a:hover .sub-date {
    color: #000;
}
.section-space {
    padding: 60px 0 80px;
}
.section-space .section-title {
    position: relative;
    display: inline-block;
    font-family: "NanumSquareAc";
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.06em;
    line-height: 1;
    padding-left: 25px;
    padding-right: 23px;
    margin-bottom: 50px;
}
.section-space .section-title::before {
    content: "";
    width: 13px;
    height: 13px;
    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.11ed53.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: -6px;
    left: auto;
    right: 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: 16px;
    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.11ed53.png);
}
.section-space .slide-wrapper .content-wrapper .slide-control a.btn-prev:hover {
    background-image: url(../images/new/slide-prev-2-hover.11ed53.png);
}
.section-space .slide-wrapper .content-wrapper .slide-control a.btn-next {
    background-image: url(../images/new/slide-next-2.11ed53.png);
}
.section-space .slide-wrapper .content-wrapper .slide-control a.btn-next:hover {
    background-image: url(../images/new/slide-next-2-hover.11ed53.png);
}
.section-space .slide-wrapper .content-wrapper {
    margin-top: 45px;
    z-index: 51;
}
.section-space .slide-wrapper .content-wrapper .content {
    display: none;
}
.section-space .slide-wrapper .content-wrapper .content.act {
    display: block;
}
.section-space .slide-wrapper .content-wrapper .content .category {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #fff;
    border-radius: 45px;
    padding: 10px 14px;
    background-color: #222;
}
.section-space .slide-wrapper .content-wrapper .content .title {
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: -0.06em;
    margin: 17px 0;
}
.section-space .slide-wrapper .content-wrapper .content .desc {
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.06em;
    word-break: keep-all;
    margin-bottom: 30px;
}
.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: 16px;
    line-height: 1;
    letter-spacing: -0.04em;
    padding-right: 32px;
    background-image: url(../images/new/top-right-arr.11ed53.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;
}
.section-space .bx-viewport {
    height: 300px !important;
}
#spaceSlide {
    white-space: nowrap;
}
#spaceSlide .slide-item {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    height: 300px;
}
#spaceSlide .slide-item .img-wrapper {
    width: 300px;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
}
#spaceSlide .slide-item .img-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 2px 2px inset;
    position: absolute;
    top: 0;
    left: 0;
}
#spaceSlide .slide-item img {
    width: 100%;
    height: 100%;
}
#spaceSlidePager {
    display: none;
}
.section-contact {
    max-width: none !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
    padding: 80px 50px 120px;
    background-image: url(../images/new/section-contact-bg.11ed53.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}
.section-contact .wrapper {
    color: #fff;
    position: relative;
}
.section-contact .content .top {
    margin-bottom: 45px;
}
.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: 30px;
    line-height: 1;
    letter-spacing: -0.06em;
    margin-top: 25px;
    margin-bottom: 18px;
}
.section-contact .content .top .text-md {
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.06em;
}
.section-contact .content .bottom .text-lg {
    font-family: "NanumSquareAc";
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.06em;
    margin-bottom: 13px;
}
.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: block;
}
.section-contact .content .bottom .info .tel {
    font-family: "NanumSquareAc";
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #fff;
    margin-bottom: 15px;
}
.section-contact .content .bottom .info .email {
    font-family: "NanumSquareAc";
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.04em;
    position: relative;
    padding-left: 36px;
    color: #fff;
}
.section-contact .content .bottom .info .email::before {
    content: "";
    width: 28px;
    height: 22px;
    background-image: url(../images/new/mail.11ed53.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.section-contact .content .bottom .info .tel:hover,
.section-contact .content .bottom .info .email:hover {
    color: #bbb;
}
.section-contact .content .bottom .text-md {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #ccc;
}
.section-contact .link-list {
    width: 320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.section-contact .link-list li {
    width: 100px;
}
.section-contact .link-list li a {
    display: block;
    text-align: center;
    padding: 25px 0;
}
.section-contact .link-list li a img {
    width: 40%;
}
.section-contact .link-list li a p {
    display: block;
    text-align: center;
    font-family: "NanumSquare";
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.08em;
    color: #fff;
    margin-top: 16px;
}
.section-contact .link-list li a:hover p {
    text-decoration: underline;
    text-underline-position: under;
}
.fixed-el {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 99;
}
.fixed-el .btn-link {
    display: none;
}
.fixed-el .btn-top {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #012d84;
    background-image: url(../images/new/top-uarr.11ed53.png);
    background-size: 15px 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
