
.pagination-container {
    z-index: 2;
    display: flex;
    align-items: center;
    position: absolute;
    left: 10%;
    top: 68%;
    width: 160px;
    height: 40px;
}

.swiper-pagination {
    position: static !important;
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.swiper-pagination span {
    display: inline-block;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px;
    color: #ffffff;
}


.visual_paginations {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 15;
    margin: 0 15px;
}

.visual_paginations .progress {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
}

.visual_paginations .visual_pagination {
    height: 1.8px;
    width: 14rem;
    background-color: #d9d9d9;
    position: relative;
}

.visual_paginations .visual_pagination .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transform-origin: left;
    background: #47578c;
}

.visual_paginations .visual_pagination .bar.on {
    animation: bar 8s linear infinite;
}

@keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.play-btn-box i {
    font-size: 1.8rem;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.play-btn-box .xi-play {
    display: none;
}

.play-btn-box .xi-pause {
    display: block;
}

.play-btn-box .pause.xi-play {
    display: block;
}

.play-btn-box .pause.xi-pause {
    display: none;
}

.visual_paginations .visual_pagination .pause.bar {
    animation-play-state: paused;
}

/* slider */
.main_bn {
    position: relative;
    width: 100%;
}

.main-slide {
    position: relative;
}

.main-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_bn_img {
    width: 100vw;
    height: 100vh;
}

.bn_img_1 {
    background: url('/img/m_main_bn1.jpg') no-repeat center center;
    background-size: cover;
}
.bn_img_2 {
    background: url('/img/m_main_bn2.jpg') no-repeat center center;
    background-size: cover;
}
.bn_img_3 {
    background: url('/img/m_main_bn3.jpg') no-repeat center center;
    background-size: cover;
} 

.main_bn_txt {
    color: #fff;
    position: absolute;
    top: 46%;
    left: 10%;
    z-index: 2;
    transform: translateY(-50%);
}

.main_bn_txt h1 {
    font-size: 9rem;
    line-height: 1.1;
    font-weight: 700;
    opacity: 0;
    animation: slide ease 3s forwards;
    transition: all ease 1s;
    letter-spacing: -0.25rem;
}

.main_bn_txt p {
    font-size: 2.2rem;
    margin-top: 30px;
    opacity: 0;
    animation: slide ease 3s forwards;
    transition: all ease 1s;
    animation-delay: 1s;
}

@keyframes slide {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* section */
.main_sc {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.max_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    padding: 6% 50px;
}

.max_wrap h5 {
    font-size: 2rem;
    font-weight: 800;
    color: #475781;
    margin-bottom: 12px;
}

.max_wrap h3 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 75px;
    line-height: 1.2;
}

/* sc_1 */
.max_wrap1 {
    display: flex;
    justify-content: space-between;
}

.m1_txtbox {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0;
    margin-right: 80px;
}

.main_wrap1 h1 {
    font-size: 4.8rem;
    font-weight: 800;
    color: #111;
}

.main_wrap1 p {
    font-size: 2rem;
    color: #333;
    padding-top: 45px;
}

.main_wrap1 .m1_img {
    width: 50%;
}

.main_wrap1 .m1_img img {
    max-width: 100%;
    width: 100%;
}

.m1_txt2::before {
    content: "";
    display: block;
    height: 2px;
    width: 77px;
    background: #475781;
}

/* sc_2 */
.main_wrap2 {
    background-color: #efefef;
}

.main_wrap2 .m2_txt {
    text-align: center;
}

.main_wrap2 .m2_bt {
    display: flex;
    padding: 0 40px;
}

.main_wrap2 .m2_box {
    height: 565px;
    margin-right: 20px;
    flex: 1;
    overflow: hidden;
    transition: all 0.8s;
}

.main_wrap2 .m2_box:last-child {
    margin: 0;
}

.main_wrap2 .m2_box:hover {
    flex: 2.5;
}

.main_wrap2 .m2_box:hover .vertical {
    display: none;
}

.main_wrap2 .m2_box:hover .hide_txt_title {
    opacity: 1;
}

.main_wrap2 .m2_box:hover .hide_txt {
    display: flex;
}

.main_wrap2 .m2_box1 {
    background: url("/img/main_2-1.jpg") no-repeat center center;
    background-size: cover;
}

.main_wrap2 .m2_box2 {
    background: url("/img/main_2-2.jpg") no-repeat center center;
    background-size: cover;
}

.main_wrap2 .m2_box3 {
    background: url("/img/main_2-3.jpg") no-repeat center center;
    background-size: cover;
}

.main_wrap2 .m2_box4 {
    background: url("/img/main_2-4.jpg") no-repeat center center;
    background-size: cover;
}

.main_wrap2 .vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main_wrap2 .vertical p {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    writing-mode: vertical-rl;
}

.main_wrap2 .hide_txt {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    padding: 10rem 7rem;
    width: 620px;
    height: 100%;
    margin: 0 auto;
}

.main_wrap2 .hide_txt_title {
    font-size: 2.2rem;
    transition: all .3s ease;
    opacity: 0;
}

.main_wrap2 .hide_txt_title h4 {
    opacity: 0.7;
    margin-bottom: 7px;
    font-weight: 700;
}

.main_wrap2 .hide_txt_title h6 {
    font-weight: 700;
}

.main_wrap2 .hide_txt p {
    font-size: 2rem;
}

/* sc_3 */
.business-slide .swiper-slide {
    max-width: 722px;
}

.business-slide .pagination-container {
    display: none;
}

.main_wrap3 .m3_slide_txt {
    color: #fff;
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 100;
}

.main_wrap3 .m3_slide_txt h2 {
    font-size: 4rem;
    font-weight: 700;
}

.main_wrap3 .m3_slide_txt p {
    font-size: 2rem;
    margin-top: 15px;
}

.main_wrap3 .m3_img img {
    width: 100%;
    max-width: 722px;
}

/* sc_4 */
.main_wrap4 {
    background: url("/img/main_4.jpg") no-repeat center center;
    background-size: cover;
    padding: 2% 0;
}

.main_wrap4 .m4_txt {
    text-align: center;
}

.main_wrap4 .m4_txt h5, .main_wrap4 .m4_txt h3 {
    color: #fff;
}

.main_wrap4 .m4_txt a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px;
    max-width: 162px;
    width: 100%;
    margin: 0 auto;
    transition: .3s;
}

.main_wrap4 .m4_txt a:hover {
    background-color: #1d1d51;
    border-color: transparent;
}

.main_wrap4 .m4_bt {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 120px;
    max-width: 1150px;
    width: 100%;
}

.main_wrap4 .m4_bt p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.main_wrap4 .m4_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 40px;
    width: 300px;
    height: 300px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.main_wrap4 .m4_box img {
    max-width: 80px;
    width: 100%;
}

.mobile {
    overflow: hidden;
    width: 100%;
}

/* sc_5 */
.main_wrap5 .max_wrap {
    padding: 10% 50px;
}

.m5_txt h5, .m5_txt h3 {
    text-align: center;
}

/* footer */
footer {
    margin: 0;
}

/* 미디어쿼리 */
@media only screen and (max-width: 1580px) {
    .main_wrap2 .hide_txt {
        width: 600px;
    }
}

@media only screen and (max-width: 1440px) {
    .main_wrap2 .hide_txt {
        padding: 9rem 6rem;
        width: 546px;
    }
}

@media only screen and (max-width: 1360px) {
    .main_wrap2 .hide_txt {
        width: 510px;
    }
}

@media only screen and (max-width: 1280px) {
    .m1_txtbox {
        padding: 20px 0;
    }

    .main_wrap h1 {
        font-size: 4rem;
    }

    .m1_txt2 {
        margin-top: 30px;
    }

    .main_wrap4 .m4_bt {
        padding-top: 85px;
    }

    .main_wrap4 .m4_box {
        width: 250px;
        height: 250px;
        margin: 0px 30px;
    }

    .main_wrap4 .m4_bt p {
        margin-top: 20px;
    }

    .main_wrap4 .m4_box img {
        max-width: 62px;
    }
}

@media only screen and (max-width: 1220px) {
    .main_wrap2 .hide_txt {
        width: 410px;
    }
}

@media only screen and (max-width: 1200px) {
    .m1_txt2 {
        margin-top: 30px;
    }

    .main_wrap1 p {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 1220px) {
    .main_wrap2 .hide_txt {
        width: 388px;
    }
}

@media only screen and (max-width: 1100px) {
    .bn_img_1 {
        background: url('/img/main_bn1_1024.jpg') no-repeat center center;
        background-size: cover;
    }
    .bn_img_2 {
        background: url('/img/main_bn2_1024.jpg') no-repeat center center;
        background-size: cover;
    }
    .bn_img_3 {
        background: url('/img/main_bn3_1024.jpg') no-repeat center center;
        background-size: cover;
    } 
}

@media only screen and (min-width: 1101px) {
    .bn_img_1 {
        background: url('/img/main_bn1.jpg') no-repeat center center;
        background-size: cover;
    }
    .bn_img_2 {
        background: url('/img/main_bn2.jpg') no-repeat center center;
        background-size: cover;
    }
    .bn_img_3 {
        background: url('/img/main_bn3.jpg') no-repeat center center;
        background-size: cover;
    } 
}

@media only screen and (max-width: 1040px) {
    .main_wrap4 .m4_bt {
        padding-top: 70px;
    }

    .main_wrap4 .m4_box {
        width: 200px;
        height: 200px;
        margin: 0px 30px;
    }

    .main_wrap4 .m4_bt p {
        font-size: 1.7rem;
    }

    .main_wrap4 .m4_box img {
        max-width: 52px;
    }
}

@media only screen and (max-width: 1024px) {
    .main_bn_txt h1 {
        font-size: 8.5rem;
    }

    .main_bn_txt p {
        font-size: 2rem;
    }

    .max_wrap h3 {
        font-size: 2.1rem;
    }

    .main_wrap2 .hide_txt_title {
        opacity: 1;
    }

    /* section */
    .max_wrap {
        padding: 10% 50px;
    }

    .max_wrap h3 {
        margin-bottom: 55px;
    }

    .main_wrap1 p {
        font-size: 1.9rem;
    }

    .max_wrap1 {
        flex-direction: column;
    }

    .m1_txtbox {
        width: 100%;
        padding: 0;
    }

    .main_wrap1 .m1_img {
        width: 100%;
        margin-top: 60px;
    }

    .main_wrap h1 {
        font-size: 4.8rem;
    }

    .m1_txt2 {
        margin-top: 80px;
    }

    .main_wrap2 .m2_bt {
        flex-direction: column;
        padding: 0;
    }

    .main_wrap2 .m2_box {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main_wrap2 .vertical p {
        writing-mode: horizontal-tb;
        padding: 70px 0;
    }

    .main_wrap2 .vertical {
        display: none;
    }

    .main_wrap2 .hide_txt {
        display: flex;
        width: 100%;
    }

    .main_wrap2 .hide_txt_title {
        margin-bottom: 50px;
    }

    .main_wrap4 .m4_txt a {
        padding: 11px;
        max-width: 150px;
    }
}

@media only screen and (max-width: 900px) {
    .main_wrap5 .max_wrap {
        padding: 10% 50px 13%;
    }
}

@media only screen and (max-width: 890px) {
    .main_wrap4 .m4_box {
        width: 180px;
        height: 180px;
        margin: 0px 20px;
    }
}

@media only screen and (max-width: 810px) {
    .business-slide .swiper-slide {
        max-width: 688px;
    }

    .max_wrap h3 {
        font-size: 2.2rem;
    }

    .max_wrap h5 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .main_wrap3 .m3_slide_txt h2 {
        font-size: 3.8rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 768px) {
    .main_wrap4 .m4_bt {
        align-items: center;
        flex-direction: column;
    }

    .main_wrap4 .m4_box {
        margin: 0px 20px 40px;
    }

    .main_wrap5 .max_wrap {
        padding: 13% 50px 16%;
    }
}

@media only screen and (max-width: 550px) {
    .main_wrap1 p {
        font-size: 2rem;
    }
}


@media only screen and (max-width: 580px) {
    .main_bn_txt h1 {
        font-size: 7.5rem;
    }

    .max_wrap {
        padding: 15% 30px;
    }

    .main_wrap h1 {
        font-size: 4rem;
    }

    .max_wrap h3 > br {
        display: none;
    }

    .main_wrap2 .hide_txt {
        padding: 8rem 6rem;
    }

    .business-slide .swiper-slide {
        max-width: 480px;
    }

    .main_wrap3 .m3_slide_txt {
        left: 42px;
    }

    .main_wrap3 .m3_slide_txt h2 {
        font-size: 3.2rem;
    }

    .main_wrap3 .m3_slide_txt p {
        margin-top: 10px;
    }

    .main_wrap4 {
        padding: 5% 0;
    }

    .main_wrap5 .max_wrap {
        padding: 15% 50px 20%;
    }
}

@media only screen and (max-width: 485px) {
    .business-slide .swiper-slide {
        max-width: 363px;
    }

    .main_wrap3 .m3_slide_txt h2 {
        font-size: 2.5rem;
    }

    .main_wrap3 .m3_slide_txt {
        left: 28px;
        bottom: 30px;
    }

    .main_wrap3 .m3_slide_txt p {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 430px) {
    .main_wrap h1 {
        font-size: 3.5rem;
    }

    .main_wrap2 .hide_txt_title h4 {
        font-size: 2rem;
    }

    .max_wrap h3 {
        font-size: 2.1rem;
        margin-bottom: 45px;
    }

    .main_wrap5 .max_wrap {
        padding: 80px 50px 120px;
    }
}


@media only screen and (max-width: 375px) {
    .main_wrap h1 {
        font-size: 3.2rem;
    }

    .main_bn_txt h1 {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 365px) {
    .business-slide .swiper-slide {
        max-width: 300px;
    }

    .main_wrap5 .max_wrap {
        padding: 60px 50px 100px;
    }
}

@media only screen and (max-width: 320px) {
    .main_bn_img {
        width: 100%;
    }
}