@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');


* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    word-break: keep-all;
}

html {
    font-size: 62.5%;
}

body {
    min-width: 1440px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'NanumSquareAceb';
    color: #333;
    position: relative;

}

section {
    width: 100%;
    padding: 150px 0;
}

.inner {
    width: 1440px;
    margin: 0 auto;
    /* outline: 1px solid black; */
}

button {
    cursor: pointer;
}

header.active {
    background: #fff;
    box-shadow: 0 2px 2px rgb(0, 0, 0, .15);
}

header.active .right a:nth-child(1) {
    color: #333;
    font-family: 'NanumSquareAcb';
}

header.active .globe {
    background: url(../img/icons8-globe-24\ \(1\).png);
    width: 24px;
    height: 24px;
}

header.active .gnb li>a {
    color: #333;
}

header.active .hamburger {
    background: url(../img/icons8-menu\ \(1\).svg);
}

header.active .search {
    background: url(../img/icons8-search\ \(5\).svg);
}

header:hover {
    background-color: #fff;
}

header:hover .gnb li>a {
    color: #333;
    transition: .3s;
}

header:hover .right a:nth-child(1) {
    color: #333;
    font-family: 'NanumSquareAcb';
}

header:hover .hamburger {
    background: url(../img/icons8-menu\ \(1\).svg);
}

header:hover .search {
    background: url(../img/icons8-search\ \(5\).svg);

}

header:hover .globe {
    background: url(../img/icons8-globe-24\ \(1\).png);
}

header:hover .gnb>li>a:hover {
    color: #3db1ed;
}

/* 헤더고정 */

header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 1000;
    font-family: 'NanumSquareAcr';
    display: flex;
    padding: 10px 0;
    transition: 0.3s;
}

.nav-up {
    top: -80px
}

header .inner {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    background: url(../img/Frame\ 102.svg) 0 0 no-repeat;
    background-size: contain;
    width: 100px;
    height: 20px;
}

header .gnb {
    text-align: center;
}

header .gnb>li {
    display: inline-block;
    padding: 0 40px;
    position: relative;
}

header .gnb>li>a {
    display: block;
    position: relative;
    padding: 0 16px;
    line-height: 80px;
    font-size: 1.8rem;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'NanumSquareAcb';
}

/* line-height는 요소의 줄간 격과 높이를 함께 표현할 수 있고, 한 줄 텍스트는 자동으로 수직 가운데 정렬을 해준다. */



header .right>* {
    cursor: pointer;
}

.nav-up {
    top: -107px;
}

header .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* outline: 1px solid black; */
}

header .right>a {
    margin-left: 20px;
}

header .right>a:nth-child(1),
.modal .right>a {
    font-size: 1.4rem;
    font-family: 'NanumSquareAcl';
    color: #fff;
    padding-top: 2px;
    letter-spacing: 0.5px;
}

.search {
    background: url(../img/icons8-search\ \(4\).svg);
    width: 24px;
    height: 24px;
}

.globe {
    background: url(../img/icons8-globe-24.png);
    width: 24px;
    height: 24px;
}

.hamburger {
    background: url(../img/icons8-menu.svg);
    width: 24px;
    height: 24px;
}

.sec2 {
    background-color: #f9f9f9;
}

.sec2 .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
}

.picture {
    background-image: url(../img/img_gallery_big2.jpg);
    width: 50%;
    height: 400px;
}

.sec2 .txt {
    padding-right: 150px;
    padding-bottom: 135px;
}

.sec2 .txt h2 {
    font-family: 'NanumSquareNeoLight';
    font-size: 6rem;
    line-height: 70px;
}

.sec2 .txt p {
    font-size: 2rem;
    font-family: 'NanumSquareAcr';
    margin-top: 50px;
    line-height: 40px;
    color: rgb(51, 51, 51, .8);

}

.sec2 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec2 .bottom {
    position: relative;
}

.hoverslide {
    position: absolute;
    top: -80px;
    left: 500px;
    width: 73.8%;
    height: 300px;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 40px #41414125;
}

.hoverslide .box {
    flex-basis: 25%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.hoverslide .box span {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 2.2rem;
}

.hoverslide .box.b03,
.hoverslide .box.b04 {
    color: #fff;
}

.hoverslide .box.b01 {
    background: #fff;
}

.hoverslide .box .icon {
    display: none;
    font-family: 'NanumSquareNeoregular';
    font-size: 1.8rem;
}

.hoverslide .box.b01 .icon,
.hoverslide .box.b02 .icon {
    color: #333;
}

.hoverslide .box.b02 {
    background: #f9f9f9;
}

.hoverslide .box.b03 {
    background: #03c75a;
}



.hoverslide .box.b03 .icon,
.hoverslide .box.b04 .icon {
    color: #fff;
}

.hoverslide .box.b04 {
    background: #333;
}

.hoverslide .box.b01 button,
.hoverslide .box.b02 button {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    color: #3db1ed;
    cursor: pointer;
    border: 1px solid #3db1ed;
    display: none;
    margin-top: 20px;
    font-weight: 700;
}

.hoverslide .box.b04 button,
.hoverslide .box.b03 button {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    border: 1px solid #FFF;
    display: none;
    margin-top: 20px;
    font-weight: 700;
}

.hoverslide .box.b01 button:hover,
.hoverslide .box.b02 button:hover {
    background: #009FE3;
    color: #fff;
    border: 1px solid #009FE3;
}

.hoverslide .box.b03 button:hover {
    background: #fff;
    color: #009FE3;
    border: 1px solid #fff;
}

.hoverslide .box.b04 button:hover {
    background: #fff;
    color: #2e2e2e;
    border: 1px solid #fff;
}

.hoverslide .box:hover button {
    display: block;
    transition: all 0.5s ease-out;
}

.hoverslide .box.b03 h2,
.hoverslide .box.b03 h1,
.hoverslide .box.b03 p,
.hoverslide .box.b04 h2,
.hoverslide .box.b04 h1,
.hoverslide .box.b04 p {
    color: #fff;
}

.hoverslide .box.b01 h2,
.hoverslide .box.b02 h2 {
    color: #009FE3;
}

.hoverslide .box h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 3rem;
    line-height: 70px;
    color: #333333;
    font-family: 'NanumSquareAcb';
}

.hoverslide .box h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.hoverslide .box p {
    display: none;
    font-family: 'NanumSquareAcr';
    font-size: 1.6rem;
    letter-spacing: .5px;
    padding-top: 10px;
}

.hoverslide .box:hover h2,
.hoverslide .box:hover h1,
.hoverslide .box:hover p,
.hoverslide .box:hover button {
    position: relative;
    animation: fadeInUp 1s;
}

.hoverslide .box:hover .icon {
    animation: fadeInUp 1s;
    display: block;
}

.hoverslide .box:hover p {
    display: block;
}

.hoverslide .box:hover {
    flex-basis: 100%;
    transition: all 0.6s ease-out;
}

.hoverslide .box:hover .icons8,
.hoverslide .box:hover .floor {
    display: none;
}

.icons8 {
    margin-top: 20px;
}

.hoverslide .box:hover h1 {
    display: block;
    transition: all 1s ease-out;
}

.tab {
    margin-top: 100px;
}

.tabnav {
    /* outline: 1px solid black; */
    display: flex;
    justify-content: space-evenly;
}

.tabnav li {
    /* outline: 1px solid black; */
    display: inline-block;
    text-align: center;
    margin: 0 -400px;
    border-radius: 100%;
    width: 100px;
    height: 100px;

}


.tabnav li a {
    position: relative;
    display: block;
    color: #3db1ed;
    line-height: 46px;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: 'NanumSquareAcb';
    transition: .2s;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    transition: .3s;
}

.tabnav li a.active {
    background: #3db1ed;
    color: #fff;
    border: none;
    box-shadow: 0 0 10px rgb(204, 204, 204);
}

.tabnav li a.active:hover {
    opacity: 1;
}

.tabnav li a:hover {
    opacity: .7;
    background-color: #3db1ed;
    color: #fff;
}





.tabcontent>* {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}



.tabcontent .txt p {
    margin-top: 50px;
    font-size: 2rem;
    font-family: 'NanumSquareAcr';
    line-height: 40px;
    color: rgb(51, 51, 51, .8);
}

.tabcontent .txt span {
    color: #333;
    font-family: 'NanumSquareAcb';
}

#tab02 .line {
    right: -10px;
    top: 9px;
}

.pic {
    width: 820px;
    height: 460px;
    background: url(../img/도서관1.png);
    box-shadow: 3px 3px 10px rgba(104, 104, 104, 0.5);
}

.tabcontent {
    margin-top: 100px;
}

.award {
    display: flex;
}



.award span {
    width: 60px;
    margin-top: 40px;
    height: 5px;
    display: block;
    background: linear-gradient(to right, #03c75a, #3db1ed);
}

.award p {
    margin-top: 10px;
    font-family: 'NanumSquareAcr';
    font-size: 1.4rem;
    color: #333;
}

.sec3 h2 {
    text-align: center;
    font-family: 'NanumSquareNeoLight';
    font-size: 6rem;
    line-height: 70px;
}

.sec3 h3 {
    font-size: 4.4rem;
    line-height: 60px;
    font-family: 'NanumSquareAcr';
    letter-spacing: 1px;
}


.sec3 {
    padding-top: 200px;
    padding-bottom: 0;
}

.sec3 .inner {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 150px;
    /* outline: 1px solid black; */
}

.sec3 .more {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    color: #aaa;
}

.sec3 .more img {
    cursor: pointer;
}

footer {
    background-color: #f9f9f9;
    font-family: 'NanumSquareAcr';
    padding-bottom: 70px;
}

footer .inner {
    position: relative;
    border-top: 1px solid #d8d8d8;
    padding-top: 70px;
}

footer .inner>* {
    display: flex;
}

#f1,
#f3,
#f5 {
    justify-content: center;
}

#f1 a {
    color: #8f8f8f;
    font-size: 1.4rem;
    letter-spacing: .5px;
}

#f1 a:last-child {
    margin-left: 20px;
}

#f2 {
    justify-content: space-between;
    color: #8f8f8f;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 25px;
}

#f3 {
    height: 25px;
}

#f5 {
    color: #8f8f8f;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 25px;
}

.brkm {
    display: none;
}

.container {
    padding-top: 250px;
    position: relative;
    left: 240px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* outline: 1px solid black; */
}


.container h2 {
    font-size: 10rem;
    font-family: "Montserrat", sans-serif;
    color: #c4c4c4;
    opacity: 0.2;
    position: absolute;
    right: 390px;
    top: 100px;
}

.container h2 span {
    /* font-size: 8.5rem; */
    color: #03c75a;
    opacity: 1;
}

.container .top p {
    font-size: 4rem;
    font-family: 'NanumSquareAcb';
    line-height: 60px;
    letter-spacing: 1px;
    color: rgb(51, 51, 51, .8);
}

.container .top p span {
    color: #03c75a;
}

ul.tabs {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    /* outline: 1px solid black; */
}

ul.tabs li {
    background: none;
    color: rgb(51, 51, 51, .5);
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    font-size: 1.6rem;
}

ul.tabs li.current span::after {
    width: 13%;
    height: 1px;
    background: linear-gradient(to right, #03c75a, #3db1ed);
    display: block;
    content: '';
    position: absolute;
    left: -240px;
    animation: fadeInLeft .5s;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

#tab01 {
    position: relative;
}

#tab01>.line {
    right: -10px;
}

.line {
    width: 820px;
    height: 460px;
    background: #e1e1e1;
    position: absolute;
    right: -8px;
    top: 10px;
    z-index: -1;
}

ul.tabs li.current {
    color: #03c75a;
    transition: .3s;
    font-family: 'NanumSquareAcb';
    padding-left: 20px;
}

.tab-content {
    display: none;
    padding: 15px;
    width: 75%;
    position: absolute;
    right: 0;
}

.tab-content.current {
    display: inherit;
}

.container .swiper {
    width: 100%;
    position: relative;
    height: 550px;
    /* outline: 1px solid black; */
}

.container .swiper-wrapper {
    /* outline: 1px solid black; */
    position: absolute;
    left: 10px;
    top: 10px;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.container .swiper-slide {
    transition: all .4s;
    /* outline: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    position: relative;
    background-color: rgba(77, 172, 39, 0.06);
    border-radius: 15px;
    box-shadow: 0px 0px 10px #41414125;
}

.container .swiper-slide .txt {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}

.container .swiper-slide .txt p {
    color: #333;
    font-size: 1.5rem;
    font-family: 'NanumSquareAcb';
    cursor: pointer;
    margin-bottom: 5px;
}

.container .swiper-slide .txt p:hover {
    text-decoration: underline;
}

.container .swiper-slide .txt span {
    color: rgb(51, 51, 51, .75);
    font-family: 'NanumSquareAcr';
    font-size: 1.4rem;
}

.container .swiper-slide img {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    box-shadow: -7px 0px 13px 3px #00000025;
    border-radius: 7.5px;
}

.container .swiper-button-next {
    background-image: url(../img/아이콘땡큐용.png);
    background-repeat: no-repeat;
    background-position: -296px -50px;
    position: absolute;
    left: -11%;
    top: 60%;
    width: 46px;
    height: 46px;
    opacity: .8;
    transition: .3s;
}

.container .swiper-button-prev {
    background-image: url(../img/아이콘땡큐용.png);
    background-repeat: no-repeat;
    background-position: -246px -50px;
    position: absolute;
    left: -15%;
    top: 60%;
    width: 46px;
    height: 46px;
    opacity: .8;
    transition: .3s;
}

.container .swiper-button-next:hover,
.container .swiper-button-prev:hover {
    opacity: 1;
}

.container .swiper-button-next::after,
.container .swiper-button-prev::after {
    display: none;
}

.container .swiper-pagination {
    display: none;
}

.sec4 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.sec4 .top {
    text-align: center;
    padding: 90px 0;
    background: url(../img/jason-leung-Xaanw0s0pMk-unsplash.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    box-shadow: inset 0 2px 10px rgb(0, 0, 0, .4);
}

.bd {
    width: 100%;
    height: 100%;
    background-color: rgba(126, 126, 126, 0.25);
    position: absolute;
    top: 0;
}

.sec4 .top h2 {
    font-size: 4rem;
    font-family: 'NanumSquareAcl';
    position: relative;
    z-index: 999;
}

.sec4 .top p {
    font-size: 2rem;
    font-family: 'NanumSquareAcr';
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
    position: relative;
    z-index: 999;
}

.sec4 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.sec4 .bottom>* {
    position: relative;
    width: 49.3%;
    height: 150px;
    padding: 50px;
    color: #ffffff;
    background: #117ce9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px #41414125;
    border-radius: 10px;
}

.sec4 .bottom span {
    font-size: 1.6rem;
    font-family: 'NanumSquareAcb';
}

.sec4 .bottom p {
    font-size: 1.8rem;
    font-family: 'NanumSquareAcb';
    margin-top: 20px;
}

.sec4 .bottom a {
    width: 154px;
    padding: 15px 25px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .2s linear;
    font-family: 'NanumSquareAcl';
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.sec4 .bottom a:hover {
    background-color: #000;
}

.sec4 .bottom .left:last-child {
    background: #3db1ed;
}

.secondSwiper {
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 70px;
}

.sce4 .swiper-slide img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.sec4 ul li {
    position: relative;
    height: 285px;
    padding: 51px 30px;
    border: solid 1px #e1e1e1;
    font-size: 1.8rem;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: default;
    border-radius: 10px;
}

.sec4 ul li span {
    color: #3db1ed;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.sec4 ul li span:last-child {
    color: #333;
    font-size: 1.4rem;
    font-family: 'NanumSquareAcr';
    display: flex;
    align-items: center;
    letter-spacing: -.1px;
    position: absolute;
    bottom: 51px;
}

.sec4 ul li span:last-child i {
    margin-right: 7px;
}

.sec4 ul li span:last-child img {
    margin-left: 150px;
    cursor: pointer;
}

.sec4 ul li p {
    margin-top: 25px;
    line-height: 1.5;
    cursor: pointer;
}

.swiper-spagination {
    text-align: center;
    margin-top: 40px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    transition: .1s ease-in-out;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 10px;
    background-color: #3db1ed;
}

.sec5 {
    background-color: #f9f9f9;
    font-family: 'NanumSquareAceb';
    font-size: 1.8rem;
    padding: 50px;
}

.sec5 .inner {
    display: flex;
    justify-content: space-between;
}

.sec5 .bn1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

.bn1 .txt {
    display: flex;
    flex-direction: column;
}

.bn1 .link {
    display: flex;
    justify-content: flex-start;
    margin: 20px 56px 0 0;
    font-size: 1.4rem;
}

.bn1 .link a {
    color: rgb(51, 51, 51, .6);
    font-family: 'NanumSquareAcb';
}

.bn1 .link a:last-child {
    margin-left: 20px;
}

.bn1 .link a:hover {
    text-decoration: underline;
}

.bn1 p {
    font-size: 1.8rem;
}

.bn1 span {
    line-height: 1.5;
    font-size: 1.4rem;
    margin-top: 20px;
    font-family: 'NanumSquareAcb';
    color: rgb(51, 51, 51, .6);
}

.bn2 {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/james-mckinven-UjD4BnrA4kw-unsplash.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 40px rgba(104, 104, 104, 0.1);
}

.bn2>.bd {
    background: linear-gradient(to right, #3db1ed, rgb(61, 177, 237, .5));
    left: 0;
}

.bn2 .txt {
    z-index: 999;
    color: #fff;
    margin-right: 50px;
}

.bn2 p {
    margin-bottom: 10px;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
}

.bn2 .txt span {
    font-size: 1.4rem;
    color: rgb(255, 255, 255, .7);
    font-family: 'NanumSquareAcr';
}

.bn2 a {
    width: 200px;
    padding: 15px 25px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, .2);
    transition: .2s linear;
    font-family: 'NanumSquareAcl';
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.sec3 video {
    box-shadow: 3px 3px 10px rgba(104, 104, 104, 0.5);
}

#map:focus {
    outline: none;
}



.modal-inner {
    width: 100%;
    font-size: 3rem;
    margin-top: 100px;
    padding: 0 240px;
}

.modal {
    width: 100%;
    height: 100%;
    background: #03c75a;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.modal .right {
    position: absolute;
    right: 12.2%;
    display: flex;
    align-items: center;
    top: 38px;
}

.modal .right>a {
    font-weight: 700;
}

.modal .right>* {
    margin-left: 20px;
    cursor: pointer;
}

.modal>img {
    cursor: pointer;
}

.modal-inner>ul>li>a {
    color: #fff;
}

.modal-inner>ul>li {
    margin-top: 80px;
}



.modal-inner>ul>li>ul {
    display: flex;
    margin-top: 20px;
}

.modal-inner ul>li>ul>li>a {
    color: rgb(255, 255, 255, .65);
    font-size: 1.8rem;
    font-family: 'NanumSquareAcb';
    transition: .2s;
}

.modal-inner ul>li>ul>li>a:hover {
    color: #fff;
}

.modal-inner ul>li>ul>li:not(:first-of-type) {
    margin-left: 50px;
}


.go-top {
    display: none;
    position: fixed;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0, 0, 0, .1);
    transition: .3s;
    font-size: 1.2rem;
    z-index: 9999;
    color: #333;
}

.go-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (min-width: 1025px) and (max-width: 1439px) {
    body {
        min-width: auto;
    }

    .inner {
        width: 100%;
        padding: 0 30px;
    }

    .picture,
    header .right a:nth-child(1),
    .bottom_btn,
    .tabs span,
    .line,
    .sec4 .left img {
        display: none;
    }

    header {
        white-space: nowrap;
    }

    header .gnb>li>a {
        padding: 0 8px;
    }

    .sec2 {
        padding-bottom: 50px;
    }

    .sec2 .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec2 .txt {
        padding-right: 0;
        padding-bottom: 135px;
    }

    .sec2 .txt h2,
    .sec2 .txt p {
        text-align: center;
    }

    .sec2 .bottom {
        width: 100%;
    }

    .hoverslide {
        position: relative;
        left: 0;
        width: 100%;
    }

    .sec3 {
        padding-top: 100px;
    }

    .sec3 .inner {
        border: none;
        padding-bottom: 50px;
    }

    .tabnav li {
        margin: 0;
    }

    .tabcontent>* {
        display: flex;
        flex-direction: column;
    }

    .sec3 br {
        display: none;
    }

    .sec3 video,
    .pic,
    .award,
    .secondSwiper,
    .bn2 {
        margin-top: 50px;
    }

    .sec4 ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec5 .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec5 .bn1,
    .sec5 .bn2 {
        width: 100%;
    }

    .modal .right {
        right: 30px;
        top: 37.5px;
    }

    .modal-inner {
        padding: 0 30px;
    }

    .container {
        position: relative;
        left: 0;
        padding-left: 30px;
    }

    .container h2 {
        text-align: center;
        white-space: nowrap;
        right: 0;
        padding-right: 30px;
    }

    .container .swiper-slide {
        height: 400px;
    }

    .container .swiper-button-prev {
        left: -240px;
        top: 400px;
    }

    .container .swiper-button-next {
        left: -170px;
        top: 400px;
    }

    .container .swiper-slide img {
        width: 40%;
    }

    .sec5 {
        padding: 50px 0;
    }

    .sec5 .bn1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .container .top p {
        font-size: 2.2rem;
        line-height: 30px;
    }

    #f2 {
        justify-content: space-between;
        font-size: 1.2rem;
    }

    .text-box {
        top: 61%;
    }
}

.main {
    padding: 0;
    position: relative;
}

.main .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    transition: .3s;
}


.main .swiper-wrapper {
    height: 100vh;
}

.main .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.main .swiper-button-next {
    background-image: url(../img/아이콘땡큐용.png);
    background-repeat: no-repeat;
    background-position: -346px -99px;
    position: absolute;
    right: 12%;
    top: 75%;
    width: 46px;
    height: 46px;
    opacity: .8;
    transition: .3s;
}

.main .swiper-button-prev {
    background-image: url(../img/아이콘땡큐용.png);
    background-size: 474px 1600px;
    background-repeat: no-repeat;
    background-position: -296px -99px;
    position: absolute;
    left: 12%;
    top: 75%;
    width: 46px;
    height: 46px;
    opacity: .8;
    transition: .3s;
}

.main .swiper-button-prev:hover,
.main .swiper-button-next:hover {
    opacity: 1;
}

.main .swiper-button-next::after,
.main .swiper-button-prev::after {
    display: none;
}


.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 65%;
    height: 1.5px;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -75%);
    background: rgb(0, 0, 0, .15);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    height: 1px;
}

.text-box {
    position: absolute;
    color: #fff;
    text-align: left;
    left: 17.5%;
    bottom: 200px;
    z-index: 1400;
}

.text-box>p {
    font-size: 4.2rem;
    line-height: 1.3;
}

.text-box>p>span {
    font-size: 3.8rem;
    font-family: 'NanumSquareAcl';
    color: rgb(255, 255, 255, .9);
}

.text-box>span {
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 45px;
    font-weight: 100;
    font-family: 'NanumSquareAcr';
    letter-spacing: 1px;
}

.filter {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1300;
}