/* 공통 */
.cpd {
    box-sizing: border-box;
    padding: 10rem 0;
}
.title-text {
    font-size: 3rem;
    margin-bottom: 4rem;
}



@media (max-width:768px) {
    .title-text {
        font-size: 20px;
    }
    .cpd {
        padding: 60px 0;
    }

}

/* ------------------------------------------------------------------------------- */

/* 메인 비주얼 영역 */
.main-visual-area {
    height: 80rem;
}
.main-visual-area .swiper-1 .swiper-slide-1 {
    background: url(../img/main_slide_01.jpg) no-repeat center center/cover;
}
.main-visual-area .swiper-1 .swiper-slide-2 {
    background: url(../img/main_slide_02.jpg) no-repeat center center/cover;
}
.main-visual-area .swiper-1 .swiper-slide-3 {
    background: url(../img/main_slide_03.jpg) no-repeat center center/cover;
}
.main-visual-area .swiper-1 .swiper-slide .text-box {
    text-align: left;
}
.main-visual-area .swiper-1 .swiper-slide .text-box .text-1 {
    font-size: 5.6rem;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease 0.5s;
}
.main-visual-area .swiper-1 .swiper-slide-active .text-box .text-1 {
    opacity: 1;
    transform: translateY(0);
}
.main-visual-area .swiper-1 .swiper-slide .text-box .view-btn-area {
    margin-top: 5.6rem;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.7s ease 0.7s;
}
.main-visual-area .swiper-1 .swiper-slide-active .text-box .view-btn-area {
    opacity: 1;
    transform: translateY(0);
}
.main-visual-area .swiper-1 .swiper-slide .text-box .view-btn-area .view-btn {
    width: 14rem;
    height: 5rem;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 1.6rem;
    transition: all 0.3s;
}
.main-visual-area .swiper-1 .swiper-slide .text-box .view-btn-area .view-btn:hover {
    background: #6499c6;
    border: 1px solid #6499c6;
}
.main-visual-area .swiper-1 .swiper-pagination-bullet {
    width: 5rem !important;
    height: 0.6rem !important;
    border-radius: inherit !important;
    background: #fff !important;
    opacity: 0.3 !important;
}
.main-visual-area .swiper-1 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}
.main-visual-area .swiper-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.4rem !important;
}
.main-visual-area .swiper-1.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 6.8rem !important;
}

@media (max-width:768px) {
    .main-visual-area {
        height: 100vh;
    }
    .main-visual-area .swiper-1 .swiper-slide .text-box .text-1 {
        font-size: 32px;
    }
    .main-visual-area .swiper-1.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px !important;
    }
    .main-visual-area .swiper-1 .swiper-pagination-bullet {
        height: 3px !important;
    }
}

/* ------------------------------------------------------------------------------- */

/* 어바웃-1 영역 */
.about-area-1 .text-box {
    margin-right: 13rem;
    white-space: nowrap;
}
.about-area-1 .text-box .text-1 {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555555;
    position: relative;
    padding-left: 3.2rem;
    box-sizing: border-box;
}
.about-area-1 .text-box .text-1::after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #6499C6;
    position: absolute;
    top: 0;
    left: 0;
}
.about-area-1 .text-box .more-btn {
    width: 15rem;
    height: 5rem;
    box-sizing: border-box;
    border: 1px solid #6499c6;
    font-size: 1.6rem;
    transition: all 0.3s;
    color: #6499c6;
    margin-top: 6rem;
}
.about-area-1 .text-box .more-btn:hover {
    background: #6499c6;
    color: #fff;
}
.about-area-1 .img-box {
    width: 100%;
}

@media (max-width:1023px) {
    .about-area-1 .content-in{
        flex-direction: column-reverse;
    }
    .about-area-1 .img-box {
        width: 50%;
        margin: 0 auto;
    }
    .about-area-1 .text-box {
        margin-right: 0;
        margin-top: 28px;
        white-space: inherit;
    }
}

@media (max-width:768px) {
    .about-area-1 .img-box {
        width: 100%;
    }
    .about-area-1 .text-box .text-1 {
        font-size: 14px;
        padding-left: 12px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 어바웃-2 영역 */
.about-area-2 {
    background: rgba(241,241,241,0.5);
    overflow: hidden;
}
.about-area-2 .content-box > li {
    width: 50%;
}
.about-area-2 .content-box > li a {
    z-index: 1;
}
.about-area-2 .content-box > li:hover a {
    z-index: 2;
}
.about-area-2 .content-box > li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent,transparent,#1c63c3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.about-area-2 .content-box > li:hover a::after {
    opacity: 0.7;
    transform: scale(1.1);
}
.about-area-2 .content-box > li a img {
    transition: all 0.3s;
    z-index: 1;
}
.about-area-2 .content-box > li:hover a > img {
    transform: scale(1.1);
}
.about-area-2 .content-box > li a .text-box {
    box-sizing: border-box;
    padding: 0 4rem 4rem 4rem;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.about-area-2 .content-box > li a .text-box .text-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease 0.3s;
}
.about-area-2 .content-box > li:hover a .text-box .text-1 {
    opacity: 1;
    transform: translateY(0);
}
.about-area-2 .content-box > li a .text-box .text-2 {
    font-size: 2.4rem;
}
.about-area-2 .content-box > li a .text-box .right-arrow {
    width: 8rem;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease 0.3s;
}
.about-area-2 .content-box > li:hover a .text-box .right-arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width:768px) {
    .about-area-2 .content-box {
        flex-wrap: wrap;
    }
    .about-area-2 .content-box > li {
        width: 100%;
    }
    .about-area-2 .content-box > li a .text-box {
        padding: 0 20px 20px 20px;
    }
}

/* ------------------------------------------------------------------------------- */

/* 프로덕트 영역 */
.product-area .swiper-button-prev, .swiper-button-next {
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
    z-index: 3 !important;
    background-size: inherit !important;
    background-position: inherit !important;
    background-repeat: inherit !important;
}
.product-area .swiper-button-prev {
    background: url(../img/prev_btn.png) no-repeat center center/cover !important;
    left: auto !important;
    right: 34px !important;
}
.product-area .swiper-button-prev:hover {
    background: url(../img/prev_btn_active.png) no-repeat center center/cover !important;
}
.product-area .swiper-button-next {
    background: url(../img/next_btn.png) no-repeat center center/cover !important;
    right: 0 !important;
}
.product-area .swiper-button-next:hover {
    background: url(../img/next_btn_active.png) no-repeat center center/cover !important;
}
.product-area .slide-box .swiper-2 .swiper-slide {
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 1px solid #efefef;
    overflow: hidden;
}
.product-area .slide-box .swiper-2 .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 2;
}
.product-area .slide-box .swiper-2 .swiper-slide:hover::after {
    opacity: 1;
}
.product-area .slide-box .swiper-2 .swiper-slide > img {
    transition: all 0.3s;
}
.product-area .slide-box .swiper-2 .swiper-slide:hover > img {
    transform: scale(1.05);
}
.product-area .slide-box .swiper-2 .swiper-slide .text-box {
    width: 100%;
    z-index: 3;
    text-align: left;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 4rem 4rem 4rem;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease 0.3s;
}
.product-area .slide-box .swiper-2 .swiper-slide:hover .text-box {
    opacity: 1;
    transform: translateY(0);
}
.product-area .slide-box .swiper-2 .swiper-slide .text-box .text-1 {
    font-size: 2rem;
}
.product-area .slide-box .swiper-2 .swiper-slide .text-box .text-2 {
    font-size: 1.6rem;
    line-height: 1.4;
}

@media (max-width:768px) {
    .product-area .swiper-button-prev, .swiper-button-next {
        width: 24px !important;
        height: 24px !important;
    }
    .product-area .swiper-button-prev {
        right: 28px !important;
    }
}

/* ------------------------------------------------------------------------------- */

/* CS센터 영역 */
.cscenter-area {
    background: linear-gradient(to right,#15426A,#277DC6);
}
.cscenter-area .con {
    padding: 0;
}
.cscenter-area .list-box .list {
    width: 30rem;
}
.cscenter-area .list-box .list .text-box {
    box-sizing: border-box;
    padding: 4rem;
}
.cscenter-area .list-box .list .text-box .space-area-1 .text-1 {
    font-size: 2rem;
    letter-spacing: -1px;
}
.cscenter-area .list-box .list .text-box .space-area-1 .text-1 span {
    font-size: 1.4rem;
    letter-spacing: -1px;
}
.cscenter-area .list-box .list .text-box .space-area-1 .plus-ico {
    width: 2rem;
    transition: all 0.5s;
}
.cscenter-area .list-box .list:hover .text-box .space-area-1 .plus-ico {
    transform: rotate(90deg);
}
.cscenter-area .list-box .list .text-box .text-2 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.6rem;
}
.cscenter-area .list-box .list .ico-box {
    width: 5rem;
    margin-top: 7.2rem;
}
.cscenter-area .list-box .list-1 {
    width: calc(100% - 60rem);
    background: url(../img/contact_bg.png) no-repeat center center/cover;
}
.cscenter-area .list-box .list-1 .text-box {
    width: 30rem;
    margin-left: auto;
    margin-right: 0;
}
.cscenter-area .list-box .list-2 {
    background: #5BB0F7;
}
.cscenter-area .list-box .list-3 {
    background: #4F9ADA;
}

@media (max-width:1023px) {
    .cscenter-area .list-box .list {
        width: 33.3333%;
    }
    .cscenter-area .list-box .list-1 {
        background: inherit;
    }
    .cscenter-area .list-box .list-1 .text-box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:768px) {
    .cscenter-area .con {
        flex-wrap: wrap;
    }
    .cscenter-area .list-box .list {
        width: 100%;
    }
    .cscenter-area .list-box .list-1 {
        background: #184B77;
    }
    .cscenter-area .list-box .list .text-box .space-area-1 .text-1 {
        font-size: 16px;
    }
    .cscenter-area .list-box .list .text-box .text-2 {
        font-size: 14px;
    }
    .cscenter-area .list-box .list .ico-box {
        margin-top: 40px;
    }
}


/* ------------------------------------------------------------------------------- */

/* 파트너 영역 */
.partner-area {
    box-sizing: border-box;
    padding: 3rem 0;
}
.partner-area .text-1 {
    font-size: 2.4rem;
    margin-right: 4rem;
    white-space: nowrap;
}

@media (max-width:768px) {
    .partner-area .content-in {
        flex-direction: column;
    }
    .partner-area .text-1 {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
