#index_swiper.swiper-container {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    position: relative;
}

#index_swiper.swiper-container .swiper-wrapper {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .bg-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/main/bg-dot.png');
}

#index_swiper.swiper-container .swiper-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    z-index: 9999999999999999;
}

#index_swiper.swiper-container .swiper-content .content.text-left {
    text-align: left;
}

#index_swiper.swiper-container .swiper-content .content.text-center {
    text-align: center
}

#index_swiper.swiper-container .swiper-content .content.text-right {
    text-align: right;
}

#index_swiper.swiper-container .swiper-content h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    font-family: 'NotoSans', 'Roboto', Tahoma, Geneva, sans-serif;
    /*    opacity: 0;*/
}

#index_swiper.swiper-container .swiper-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', 'NotoSans', Tahoma, Geneva, sans-serif;
    margin-top: 20px;
    margin-bottom: 40px;
    /*    opacity: 0;*/
}

#index_swiper.swiper-container .swiper-content a.btn-default {
    color: #fff;
    font-family: 'NotoSans', "Roboto", Tahoma, Geneva, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: none;
    font-size: 15px;
    line-height: 44px;
    padding-left: 30px;
    text-align: left;
    /*    padding: 20px 40px 20px 0px;*/
    min-height: 46px;
    min-width: 180px;
    border-radius: 0;
    display: inline-block;
    border: 1px #fff solid;
    background-color: transparent;
    background-image: none;
    background: url('../../img/main/visual-line.png');
    background-repeat: no-repeat;
    background-position: 85% 50%;
    box-shadow: none;
}
#index_swiper.swiper-container .swiper-content a.btn-default:hover {
    border: 1px #000 solid;
    background-color: #000;
    color: #fff;
}
/* 컨텐츠 */

#index_swiper.swiper-container .swiper-content.v-content02 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    z-index: 999999;
}

#index_swiper.swiper-container .swiper-content.v-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 44px;
    font-family: 'Roboto', 'NotoSans', Tahoma, Geneva, sans-serif;
}

#index_swiper.swiper-container .swiper-content.v-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'NotoSans', 'Roboto', Tahoma, Geneva, sans-serif;
}

#index_swiper.swiper-container .swiper-content.v-content02 .box_wrap {
    background-color: #fff;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

#index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl {
    padding: 65px 20px 0;
}

#index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt {
    font-size: 30px;
    color: #000;
    font-weight: 900;
}

#index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt span {
    font-weight: 100;
}

#index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dd {
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
}

#index_swiper.swiper-container .swiper-content.v-content02 a.btn-default.box-btn {
    color: #313131;
    font-family: 'NotoSans', "Roboto", Tahoma, Geneva, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: none;
    font-size: 15px;
    line-height: 48px;
    padding-left: 30px;
    text-align: left;
    /*    padding: 20px 40px 20px 0px;*/
    min-height: 46px;
    min-width: 180px;
    border-radius: 0;
    display: inline-block;
    border: 1px #d5d5d5 solid;
    background-color: transparent;
    background: url('../../img/main/s-line.png');
    background-repeat: no-repeat;
    background-position: 85% 50%;
    box-shadow: none;
}
#index_swiper.swiper-container .swiper-content.v-content02 a.btn-default.box-btn:hover {
    border: 1px #000 solid;
    background-color: #000 !important;
    background: url('../../img/main/s-line-over.png');
    background-repeat: no-repeat;
    background-position: 85% 50%;
    color: #fff;
}
#index_swiper.swiper-container .swiper-content.v-content03 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 23%;
    margin: 0 auto;
    z-index: 999999;
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap {
    width: 1065px;
    margin: 0 auto;
    text-align: left;
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box {
    display: inline;
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 {
    width: 33.3333333333%;
    float: left;
    background-color: #fff;
    /*    border-left: #ededed 1px solid;*/
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .imgs img {
    width: 100%;
}
#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .thumb_wrap {
    overflow: hidden
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .thumb_wrap .scale {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    /* 부드러운 모션을 위해 추가*/
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .thumb_wrap .scale:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    background-color: 
}

/*
#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3.c-box {
    border-left: #ededed 1px solid;
    border-right: #ededed 1px solid;
}
*/

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box {
    padding: 26px 35px 30px;
    border-left: #ededed 1px solid;
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box h4 {
    font-size: 24px;
    color: #272727;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box p {
    font-size: 15px;
    color: #272727;
    margin-top: 7px;
    margin-bottom: 0;
    /*    margin-top: 16px;*/
    margin-bottom: 20px;
}

#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2 {
    color: #313131;
    font-family: 'NotoSans', "Roboto", Tahoma, Geneva, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: none;
    font-size: 13px;
    line-height: 38px;
    padding-left: 20px;
    text-align: left;
    /*    padding: 20px 40px 20px 0px;*/
    min-height: 40px;
    min-width: 130px;
    border-radius: 3em;
    display: inline-block;
    border: 1px #e8e8e8 solid;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
}
#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2:hover {
    color: #000;
/*    border: 1px #000 solid;*/
    background-color: #f3f3f3;
    background-image: none;
}
#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2 i {
     transition: 0.3s all ease;
    float: right;
    margin-top: 12px;
    margin-right: 8px;
    color: #a6a6a6;
}
#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2:hover i {
     transform: rotate(-360deg);
    color: #000;
}
/*
#index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2:before {
    font-weight: 100;
    color: #a6a6a6;
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    padding-right: 8px;
}
*/

#index_swiper.swiper-container .swiper-content.v-content04 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    z-index: 999999;
}


/* 컨텐츠 마감 */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99999999999999999999999;
}

.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    margin-right: 30px;
    padding: 40px 40px;
    transition: 0.5s;
}

.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 30px;
    padding: 40px 40px;
    transition: 0.5s;
}


/* 기본 마감 */


/* 버티컬 일시 */

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 50px !important;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    transition: 0.5s;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff!important;
    width: 12px !important;
    border-radius: 4em !important;
}

@media (max-width: 991px) {
    #index_swiper.swiper-container .swiper-content {
        top: 40%;
    }
    .swiper-container-vertical>.swiper-pagination-bullets {
        right: 10px !important;
    }
    .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #fff!important;
        width: 12px !important;
        border-radius: 4em !important;
    }
    /*    컨텐츠 */
    /*    공통 */
    #index_swiper.swiper-container .swiper-content.v-content h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 400;
        line-height: 44px;
        font-family: 'Roboto', 'NotoSans', Tahoma, Geneva, sans-serif;
    }
    #index_swiper.swiper-container .swiper-content.v-content p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        font-family: 'NotoSans', 'Roboto', Tahoma, Geneva, sans-serif;
        
    }
    /*    컨텐츠 01 */
    #index_swiper.swiper-container .swiper-content h1 {
        font-size: 4vh;
        line-height: 5.4vh
    }
    #index_swiper.swiper-container .swiper-content p {
        font-size: 1.7vh;
    }
    #index_swiper.swiper-container .swiper-content a.btn-default {
        color: #fff;
        font-family: "Roboto";
        font-weight: 400;
        font-size: 15px;
        line-height: 1px;
        text-align: center;
        padding: 20px 30px;
        border-radius: 3em;
        display: inline-block;
        border: 1px #fff solid;
        background-color: transparent;
        background-image: none;
    }
    #index_swiper.swiper-container .swiper-content p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Roboto', 'NotoSans', Tahoma, Geneva, sans-serif;
        margin-top: 20px;
        margin-bottom: 40px;
        /*    opacity: 0;*/
    }

    /*     컨텐츠 02*/
    #index_swiper.swiper-container .swiper-content.v-content02 {
        top: 26%;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap {
        width: 100%;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap img {
        width: 100%;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl {
        padding: 60px 30px 0 15px;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt {
        font-size: 26px;
        color: #000;
        font-weight: 900;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt br {
        display: none;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt span {
        font-weight: 100;
        padding-left: 10px;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dd {
        font-size: 14px;
        line-height: 18px;
        color: #454545;
        font-weight: 400;
        margin-bottom: 15px;
        margin-top: 8px;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 a.btn-default.box-btn {
        color: #313131;
        font-family: 'NotoSans', "Roboto", Tahoma, Geneva, sans-serif;
        font-weight: 400;
        letter-spacing: 0.8px;
        font-size: 13px;
        line-height: 5px;
        padding-left: 20px;
        text-align: left;
        /*    padding: 20px 40px 20px 0px;*/
        min-height: 36px;
        min-width: 140px;
        border-radius: 0;
        display: inline-block;
        border: 1px #d5d5d5 solid;
        background-color: transparent;
        background: url('../../img/main/s-line.png');
        background-repeat: no-repeat;
        background-position: 85% 50%;
        box-shadow: none;
    }
    /*    컨텐츠 03*/
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2 {
        color: #313131;
        font-family: 'NotoSans', "Roboto", Tahoma, Geneva, sans-serif;
        font-weight: 400;
        letter-spacing: 0.8px;
        font-size: 13px;
        line-height: 1px;
        padding-left: 20px;
        text-align: left;
        /* padding: 20px 40px 20px 0px; */
        min-height: 40px;
        min-width: 150px;
        border-radius: 3em;
        display: inline-block;
        border: 1px #e8e8e8 solid;
        background-color: transparent;
        box-shadow: none;
        cursor: pointer;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2 i {
        padding-top: 0;
        margin-top: 0;
        line-height: 1px;
        float: right;
}
     /*    컨텐츠 04 */
    #index_swiper.swiper-container .swiper-content.v-content04 {
        top: 18%;
    }
    #index_swiper.swiper-container .swiper-content.v-content04 .box_wrap {
        padding-left: 25px;
        padding-right: 25px;
}

@media (max-width: 767px) {
    /*    컨텐츠 */
    /*    공통 */
    #index_swiper.swiper-container .swiper-content.v-content h2 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        font-family: 'Roboto', 'NotoSans', Tahoma, Geneva, sans-serif;
    }
    #index_swiper.swiper-container .swiper-content.v-content p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 25px;
        padding-bottom: 0;
        font-family: 'NotoSans', 'Roboto', Tahoma, Geneva, sans-serif;
    }
    /*    컨텐츠 02*/
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap img {
        /*
        width: 50%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
*/
        /*        display: none;*/
    }
    #index_swiper.swiper-container .swiper-content.v-content02 {
        top: 16%;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap {
        background-color: rgba(255, 255, 255, 0.9);
        padding-bottom: 20px;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl {
        padding: 30px 30px 0;
        text-align: center;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt {
        font-size: 20px;
        color: #000;
        font-weight: 900;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt br {
        display: block;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dt span {
        font-weight: 100;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dd {
        font-size: 14px;
        line-height: 18px;
        color: #454545;
        font-weight: 400;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 .box_wrap dl dd img {
        /*        width: 180px;*/
        width: 50%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
    #index_swiper.swiper-container .swiper-content.v-content02 a.btn-default.box-btn {
        color: #313131;
        font-family: 'NotoSans', "Roboto", Tahoma, Geneva, sans-serif;
        font-weight: 400;
        letter-spacing: 0.8px;
        font-size: 13px;
        line-height: 5px;
        padding-left: 20px;
        text-align: left;
        /*    padding: 20px 40px 20px 0px;*/
        min-height: 36px;
        min-width: 140px;
        border-radius: 0;
        display: inline-block;
        border: 1px #000 solid;
        background-color: #000 !important;
        color: #fff !important;
        background: url('../../img/main/s-line.png');
        background-repeat: no-repeat;
        background-position: 85% 50%;
        box-shadow: none;
        text-shadow: none;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 18%;
        margin: 0 auto;
        z-index: 999999;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box {
        display: block;
        background-color: 
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3  {
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .img-box {
        border: 4px #fff solid;
        margin-bottom: 3px;

    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 {
        width: 100%;
        float: left;
/*        background-color: #fff;*/
        background-color: rgba(255, 255, 255, 0.9);
        display: block;
        border-bottom: 1px #fff solid;
        margin-bottom: 0;
/*        margin-bottom: 1px;*/
        /*    border-left: #ededed 1px solid;*/
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 img {
        width: 100%;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .imgs {
        width: 35%;
        float: left;

    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .vertical-align {
    display: flex;
    align-items: center;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box {
        padding: 0;
        display: inline-block;
        border-left: 0;
        width: 65%;
        padding: 0 30px;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box h4 {
        font-size: 18px;
        color: #272727;
        font-weight: 900;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box p {
        font-size: 14px;
        color: #272727;
        margin-top: 7px;
        margin-bottom: 0;
        /*    margin-top: 16px;*/
        margin-bottom: 0;
        
    }
    #index_swiper.swiper-container .swiper-content.v-content03 .box_wrap .gall_box .col-3 .text-box a.btn-default.box-btn2 {
        display: none;
    }
    .swiper-pagination-bullet {
        display: none !important;
    }
}

@media (max-width: 320px) {}