@charset "utf-8";

#wrap {
    min-width: 1280px;
}

.mainWrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 980px;
}

.mainWrap .headerBox {
    width: 100%;
    z-index: 100;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mainWrap .headerBox .header {
    width: 1200px;
    margin: 0 auto;
}

.mainWrap .headerBox .header .logoBox {
    display: block;
    width: 170px;
    height: 47px;
    position: absolute;
    left: 25px;
    top: 12px;
    background: url('/images/logo_w.svg')no-repeat center;
    background-size: 100%;
}

.mainWrap .headerBox .header .logoBox > img {
    display: block;
    width: 100%;
}

.mainWrap .headerBox .header .logoBox2 {
    display: block;
    width: 170px;
    height: 47px;
    position: absolute;
    left: 25px;
    top: 12px;
    background: url('/images/logo.svg')no-repeat center;
    background-size: 100%;
}

.mainWrap .headerBox .header .logoBox2 > img {
    display: block;
    width: 100%;
}


.mainWrap .headerBox .header .mainList {
    overflow: hidden;
    width: 660px;
    height: 70px;
    margin: 0 auto;
}

.mainWrap .headerBox .header .mainList > li {
    width: 110px;
    float: left;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #fff;
    cursor: pointer;
}

.mainWrap .headerBox .header .rightBtn {
    position: absolute;
    right: 80px;
    top: 0;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin {
    height: 70px;
    padding: 11px 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin > a {
    display: inline-block;
    color: #fff;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin > a.topLogin {
    width: 16px;
    height: 18px;
    background: url('/images/loginIcon.png')no-repeat center;
    margin-left: 6px;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin > a.topLogin2 {
    width: 16px;
    height: 18px;
    background: url('/images/loginIcon2.png')no-repeat center;
    margin-left: 6px;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin > a.topLogout {
    width: 16px;
    height: 18px;
    background: url('/images/logoutIcon2.png')no-repeat center;
    margin-left: 6px;
    filter: brightness(0) invert(1);
}

.mainWrap .headerBox .header .rightBtn > li.topJoin > a.serenity,
.mainWrap .headerBox .header .rightBtn > li.topJoin > a.podo {
    width: 95px;
    height: 33px;
    padding: 7px 0;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin > a.serenity:hover {
    background: #739d91;
    border: 1px solid #739d91;
    color: #fff;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin > a.podo:hover {
    background: #7d4698;
    border: 1px solid #7d4698;
    color: #fff;
}


/* scroll move */
.mainWrap .headerBox.move {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #e1e1e1;
}

.mainWrap .headerBox .header .mainList.move > li {
    color: #5f5d5d;
}

.mainWrap .headerBox .header .mainList.move > li:hover {
    /*background:url('/images/m_list_bar2.jpg')no-repeat bottom;*/
}

.mainWrap .headerBox .header .rightBtn > li.topJoin.move > a.serenity,
.mainWrap .headerBox .header .rightBtn > li.topJoin.move > a.podo {
    border: 1px solid #5e5d5d;
    color: #5e5d5d;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin.move > a.serenity:hover,
.mainWrap .headerBox .header .rightBtn > li.topJoin.move > a.podo:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.mainWrap .headerBox .header .rightBtn > li.topJoin.move > a.topLogout {
    filter: brightness();
}

.toggleMenu span.move::before {
    content: '';
    display: block;
    position: fixed;
    width: 23px;
    height: 18px;
    top: 26px;
    right: 25px;
    background: url('/images/gnbBtn2.png')no-repeat center;
    background-size: 100%;
}

/*---¸Þ´º---*/
.siteAll {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    padding: 10px 0;
    display: block;
    cursor: pointer;
}

.siteAll .toggleMenu {
    float: right;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: absolute;
    vertical-align: middle;
    z-index: 1110;
    background-size: 100% 100%;
    top: 20px;
    right: 0;
}

/*---ÇÜ¹ö°Å¸Þ´º---*/
.toggleMenu span::before {
    content: '';
    display: block;
    position: fixed;
    width: 23px;
    height: 18px;
    top: 26px;
    right: 25px;
    background: url('/images/gnbBtn.png')no-repeat center;
    background-size: 100%;
}

.toggleMenu.active span::before {
    content: '';
    background: none
}

.toggleMenu.active::after {
    content: '';
    display: block;
    position: fixed;
    width: 39px;
    height: 39px;
    right: 250px;
    top: 150px;
    background: url('/images/x-box.png')no-repeat center;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*---¸Þ´º---*/
#menu {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: left;
    top: 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 101;
}

#menu.open {
    opacity: 1;
    visibility: visible;
}

#menu.open li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

animation-delay: 1s;

#menu.open li {
    -webkit-animation-duration: 1.0s;
    animation-duration: 1.0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#menu ul:hover a {
    opacity: 0.5;
}

#menu ul a {
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#menu .main-nav {
    position: relative;
    top: 45%;
    left: 50%;
    width: 1200px;
    overflow: hidden;
    margin-left: -600px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu .main-nav .hambergerLogo {
    margin: 0 auto 70px;
    display: block;
    width: 200px;
}

#menu .main-nav > ul.menuTitleBox {
    float: left;
    width: 200px;
}

#menu .main-nav > ul.menuTitleBox > li {
    width: 160px;
    text-align: center;
    padding: 10px 0;
}

#menu .main-nav > ul.menuTitleBox > li > a.title {
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
    height: 40px;
    line-height: 40px;
}

#menu .main-nav > ul.menuTitleBox > li > a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

#menu .main-nav > ul > li > a:hover {
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
}

.popupWrap {
    position: absolute;
    width: 1300px;
    top: 290px;
    height: 600px;
    left: 50%;
    margin-left: -650px;
    background: url('/images/main/bg_pop.jpg') center center no-repeat;
    background-size: cover;
    padding: 14px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.popupWrap .popX {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 180px;
    height: 39px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    text-align: inherit;
    padding-bottom: 0;
}

/*.popupWrap .popX > span > img {
    vertical-align: middle;
}

.popupWrap .popX a {
    letter-spacing: -1px;
    padding-right: 30px;
    display: inline-block;
}*/

.popupWrap h1 {
    padding: 13px 15px 0;
    font-size: 35px;
    text-align: left;
    color: #2f2f2f;
    text-transform: uppercase;
}

.popupWrap h4 {
    padding: 0 15px;
    text-align: left;
    color: #727272;
}

.popupWrap div {
    width: 100%;
    overflow: hidden;
}

.popupWrap div p {
    float: left;
    margin: 8px;
    width: 408px;
}

.popupWrap div p img {
    float: left;
    width: 408px;
    height: 408px;
}

/* mian Background Slide */
.no-overflow {
    overflow: hidden;
}

.hero-slider {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.columns {
    position: relative;
}

.hero-image img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 980px;
    position: relative;
    z-index: 1;
}

video {
    width: 408px;
    height: 408px;
    object-fit: cover;
}

.slick-slider {
    overflow: hidden;
}


.slick-slider div.slick-active .hero-image img {
    animation: myMove 6s 1 ease-in-out;
}

@keyframes myMove {
    from {
        transform: scale(1.2, 1.2);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(1.0, 1.0);
        transform-origin: 50% 50%;
    }
}

.over-content {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 300px;
    height: 300px;
    background: #FFFFCC;
    text-align: center;
    line-height: 300px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.hero-slider .hero-controls-direction .prev:hover,
.hero-slider .hero-controls-direction .prev:focus {
    background-position: 0 0;
}

.hero-slider .hero-controls-direction a.disabled {
    display: none;
}

.hero-controls-direction {
    margin-top: 10px;
}

.hero-slider .hero-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 24px;
    height: 48px;
    text-indent: -9999px;
    z-index: 70;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 48px;
    width: 24px;
    z-index: 100;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev {
    background: url('/images/main/arrow_rest_l.png')no-repeat center;
    left: 50%;
    margin-left: -632px;
}

.slick-next {
    background: url('/images/main/arrow_rest_r.png')no-repeat center;
    left: 50%;
    margin-left: 607px;
}

.slick-prev:hover {
    background: url('/images/controls_arwL.png')no-repeat center;
    left: 50%;
    margin-left: -740px;
}

/* slick-dots */
.slick-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 48%;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: block;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active > button {
    background: #000000;
}

.slick-dots li button {
    border: 0;
    display: block;
    width: 2px;
    height: 75px;
    background: rgba(255, 255, 255, 1);
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #000000;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 75px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


.mainCont {
    width: 1000px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    z-index: 98;
}

.mainCont .leftTxtBox {
    margin: 0 auto;
}

.mainCont .leftTxtBox .leftTxt {
    display: block;
    margin: 0 auto;
}

.mainCont .rightCalBox {
    margin: 20px auto 0;
    width: 480px;
    position: relative;
}

.mainCont .rightCalBox .rightCal {
    position: absolute;
    background: #fff;
    opacity: 0.2;
    width: 480px;
    height: 450px;
}

.mainCont .rightCalBox .calBox {
    width: 480px;
    height: 450px;
    padding-top: 30px;
    position: relative;
    border: 1px solid #fff;
}

.mainCont .rightCalBox .calBox .monthChoice {
    width: 250px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.mainCont .rightCalBox .calBox .monthChoice > li.title {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.mainCont .rightCalBox .calBox .monthChoice > li.title.tt2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    height: 25px;
    line-height: 25px;
}

.mainCont .rightCalBox .calBox .monthChoice > li.monthBtnBox {
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.mainCont .rightCalBox .calBox .monthChoice > li.monthBtnBox .monthBtn {
    float: left;
    font-size: 20px;
    color: #fff;
}

.mainCont .rightCalBox .calBox .monthChoice > li.monthBtnBox .month {
    float: left;
    color: #fff;
    font-weight: bold;
    width: 120px;
    font-size: 40px;
    text-align: center;
}

.mainCont .rightCalBox .calBox .monthChoice > li.today {
    width: 45px;
    height: 23px;
    line-height: 23px;
    border-radius: 15px;
    margin: 10px auto;
    font-size: 13px;
    background: #3c3c3c;
    color: #fff;
    text-align: center;
}

.mainCont .rightCalBox .calBox .mainCalendar {
    text-align: center;
    width: 420px;
    height: 292px;
    margin: 0 auto;
}

.mainCont .rightCalBox .calBox .mainCalendar th {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}

.mainCont .rightCalBox .calBox .mainCalendar td {
    width: 60px;
    height: 43px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    cursor: pointer
}

.mainCont .rightCalBox .calBox .mainCalendar td a {
    height: 44px
}

.mainCont .rightCalBox .calBox .mainCalendar .sun {
    color: #c3080d;
}

.mainCont .rightCalBox .calBox .mainCalendar .sat {
    color: #004797;
}

/*.mainCont .rightCalBox .calBox .mainCalendar .possible.sun {color:#89060a;}
.mainCont .rightCalBox .calBox .mainCalendar .possible.sat {color:#004797;}*/
.mainCont .rightCalBox .calBox .mainCalendar td.today {
    font-size: 16px;
    width: 37px;
    height: 37px;
    line-height: 41px;
    font-weight: 600;
    color: #fff;
    background: url('/images/main/today.png')no-repeat center;
    ;
    border-radius: 50%;
    margin: 0 auto;
}

.mainCont .rightCalBox .calBox .mainCalendar .on {
    color: #fff;
    background: #199dd4;
    border-radius: 9px
}

.mainCont .rightCalBox .calBox .mainCalendar .possible {
    font-size: 16px;
    width: 37px;
    height: 37px;
    line-height: 41px;
    font-weight: 600;
    /*color:#fff;background:url('/images/main/tdBg.png')no-repeat center;*/
    margin: 0 auto;
}

.mainCont .rightCalBox .calBox .mainCalendar .impossible {
    color: #d4d4d4;
}


.mainMapTitle {
    width: 1280px;
    margin: 0 auto;
    padding: 100px 0 40px;
    ;
}

.mainMapTitle .bigTitle {
    font-size: 65px;
    color: #a9c23f;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mainMapTitle .bigTitle > img {
    margin-top: -16px;
    display: inline-block;
}

.mainMapTitle .bigTitle span.gray {
    font-size: inherit;
    color: #757575;
    font-weight: 600;
}

.mainMapTitle .title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #031724;
}

#daumRoughmapContainer1617170513288 {
    width: 100%;
    margin-bottom: 50px;
}

.secondContBox {
    overflow: hidden;
    width: 100%;
    height: 980px;
    background: #FFF;
}

.secondLeft {
    width: 33.3%;
    float: left;
    position: relative;
    height: 100vh;
    padding: 160px 0 0 0;
}

.secondLeft .textBox {
    width: 370px;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
}

.secondLeft .textBox h2 {
    font-size: 60px;
    color: #231815;
    padding: 10px 0 70px;
}

.secondLeft .textBox h3 {
    font-size: 20px;
    color: #231815;
}

.secondLeft .textBox p {
    color: #231815;
    padding-bottom: 50px;
    font-size: 17px;
    line-height: 40px;
}

@media screen and (max-width: 1200px) {
    .secondLeft .textBox {
        width: 320px;
    }

    .secondLeft .textBox p {
        font-size: 14px;
    }
}

.secondRight {
    width: 66.7%;
    height: 980px;
    float: right;
    position: relative;
    overflow: hidden;
}


.cSlideText {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.hero-slider2 {
    width: 100%;
    height: 745px;
    overflow: hidden;
}

.hero-slider2 .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-slider2 .carousel-cell .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    text-align: center;
    font-size: 28px;
    left: 0;
    width: 100%;
}

.hero-slider2 .carousel-cell .inner .btn:hover {
    background: #fff;
    color: #000;
}

.hero-slider2 .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    top: 92%;
    background: #555653;
}

.hero-slider2 .flickity-prev-next-button .arrow {
    fill: white;
}

.flickity-prev-next-button.next {
    right: 45% !important;
}

.flickity-prev-next-button.previous {
    left: 45% !important;
}

.flickity-prev-next-button:disabled {
    opacity: 0.8;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: default;
}

.secondBottom {
    width: 100%;
    height: 235px;
    padding: 93px 0 0 90px;
    background: url('/images/main/secondBg.jpg')no-repeat center;
    background-size: cover;
}

.clubIntroBtn {
    display: inline-block;
}

.clubIntroBtn > button {
    margin: 0 auto;
    height: 51px;
    min-width: 218px;
    color: #d5402b;
    font-size: 18px;
    font-weight: 400;
    line-height: 51px;
    display: block;
    background: none;
    border: 2px solid #fff;
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clubIntroBtn > button:hover {
    color: #fff;
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
}

.arrow_btn {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -4px;
}

.clubIntroBtn > button:hover .arrow_btn {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.arrow-left {
    transform: rotate(45deg);
}

.thirdContBox {
    width: 100%;
    height: 980px;
    overflow: hidden;
}

.thirdContBox .mainCourseBox {
    float: left;
    width: 50%;
    height: 980px;
    overflow: hidden;
    position: relative;
}

.mainCourseBox .courseIntroBox {
    width: 100%;
    height: 980px;
    padding-top: 340px;
    background: url('/images/main/courseImg_in.jpg')no-repeat center;
    background-size: cover;
}

.mainCourseBox .courseIntroBox .courseIntro {
    width: 400px;
    height: 240px;
    padding: 85px 0;
    border: 1px solid #fff;
    margin: 0 auto;
}

.mainCourseBox .courseIntroBox .courseIntro > span {
    display: block;
    transform: skew(-0.1deg);
    text-align: center;
    color: #fff;
}

.mainCourseBox .courseIntroBox .courseIntro > span.title {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
}

.mainCourseBox .courseIntroBox .courseIntro > span.miniTitle {
    margin-bottom: 10px;
}

.mainCourseBox .courseIntroBox .courseIntro > a {
    display: block;
    text-align: center;
    color: #fff;
    width: 170px;
    padding: 10px 0;
    margin: 0 auto;
    background-color: var(--main-color);
}

.mainCourseBox .courseIntroBox.box2 {
    background: url('/images/main/courseImg_out.jpg')no-repeat center;
    background-size: cover;
}

.mainCourseBox .courseInfoTxt {
    display: none;
    width: 100%;
    height: 980px;
    padding-top: 360px;
    background: url('/images/main/courseImg_in_h.jpg')no-repeat center;
    background-size: cover;
}

.mainCourseBox .courseInfoTxt.txt2 {
    background: url('/images/main/courseImg_out_h.jpg')no-repeat center;
    background-size: cover;
}

.mainCourseBox .courseInfoTxt > span {
    display: block;
    transform: skew(-0.1deg);
    text-align: center;
    color: #48494a;
}

.mainCourseBox .courseInfoTxt > span.title {
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: bold;
}

.mainCourseBox .courseInfoTxt > span.miniTitle {
    margin-bottom: 10px;
}

.mainCourseBox .courseInfoTxt .infoTxt {
    width: 390px;
    font-size: 17px;
    line-height: 27px;
    color: #48494a;
    margin: 0 auto 30px;
    transform: skew(-0.1deg);
    text-align: center;
}

.mainCourseBox .courseInfoTxt > a {
    display: block;
    color: #fff;
    text-align: center;
    color: #fff;
    width: 170px;
    padding: 10px 0;
    margin: 0 auto;
    background-color: var(--main-color);
}

.mapNoticeWrap {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.noticeBox {
    width: 35%;
    float: left;
    border-bottom: 1px solid #ddd;
    height: 600px;
}

/*¸ÞÀÎÇÏ´Ü½½¶óÀÌµå*/
/** °¶·¯¸®
===================================*/
.bx-wrapper {
    position: relative;
    padding: 0;
    height: 600px;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    min-width: 320px;
    width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    /*top: 83%;*/
    bottom: 55px;
    width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    /*background: #fff;*/
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%;
    border: 1px solid #000;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    /*top: 80% ;*/
    bottom: 120px;
    outline: 0;
    margin-top: -25px;
    width: 27px;
    height: 21px;
    text-indent: -9999px;
    z-index: 70;
    /*font-size: 25px;*/
    color: #fff;
}

.bx-wrapper .bx-prev {
    left: 43%;
    background: url(../images/btn_cL.png) no-repeat;
}

.bx-wrapper .bx-next {
    right: 43%;
    background: url(../images/btn_cR.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.slider1 .slideText {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
}

.slider1 .slideText h1 {
    font-size: calc(12px + 1.5vw);
    color: #000;
    word-break: keep-all;
    width: 70%;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.slider1 .slideText h4 {
    text-align: center;
    color: #000;
    font-size: calc(20px + 0.5vw);
    font-weight: 300;
    padding: 30px 0 50px;
}

.slideBtn {
    color: #000;
    font-size: calc(8px + 0.5vw);
    font-weight: 300;
    border: 1px solid #ddd;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}


.mainMapWrap {
    width: 65%;
    position: relative;
    height: 600px;
}

.mainMapWrap .mainMapInfo {
    position: absolute;
    width: 440px;
    /*height: 420px;
    top: 80px;*/
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 14px 0 29px rgba(0, 0, 0, 0.15);
    z-index: 5;
    padding: 70px 30px;
    text-align: left;
}

.mainMapWrap .mainMapInfo h1 {
    font-size: 23px;
    text-align: left;
    color: #757575;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.mainMapWrap .mainMapInfo h1 span {
    color: var(--main-color);
    font-weight: bold;
    font-size: inherit;
}

.mainMapWrap .mainMapInfo h2 {
    font-size: 28px;
    text-align: left;
    color: #000;
    font-weight: 700;
    padding: 15px 0;
}

.mainMapWrap .mainMapInfo h3 {
    color: #031724;
    font-size: 17px;
}

.mainMapWrap .mainMapInfo p {
    font-size: 16px;
    padding: 25px 0 35px;
    letter-spacing: -1px;
}

.mainMapWrap .mainMapInfo h4 {
    font-size: 15px;
    color: #000;
}

.mainMapWrap .mainMapInfo h5 {
    font-size: 15px;
    color: #848484;
}

#daumRoughmapContainer1758088326114 {
    width: 100%;
    height: 600px;
}

.arrow_bottom {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow_bottom span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    margin: -10px 0 -15px 0;
    animation: animate 2s infinite;
}

.arrow_bottom span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow_bottom span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.fadeUp {
    -webkit-animation: fadeUp 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fadeUp 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.fadeDown {
    -webkit-animation: fadeDown 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fadeDown 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slideLeft {
    -webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slideLeft2 {
    -webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
