﻿@charset "utf-8";


/*******************************************************************
   메인배너
******************************************************************* */
.main-col1 .inner-wrap {
    padding:0;
}

/* 기본 배너 */
.main-banner-area {
    width: 100%;
}
.main-banner-area .main-banner-bg .swiper-slide {
    height: 660px;
    background-size: cover !important;
}
.main-banner-area .main-banner-bg .swiper-slide p {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: NanumSquareNeo;
}
/* 기본 배너이미지 */
.main-banner-area .main-banner-bg .default01 {
    background:  url(/images/main_banner/main_banner01.jpg) center center no-repeat;
}

.main-banner-area .main-banner-bg .default02 {
    background:  url(/images/main_banner/main_banner02.jpg) center center no-repeat;
}

.main-banner-area .main-banner-bg .default03 {
    background:  url(/images/main_banner/main_banner03.jpg) center center no-repeat;
}

.main-banner-area .main-banner-bg .default04 {
    background:  url(/images/main_banner/main_banner04.jpg) center center no-repeat;
}
.main-banner-area .main-banner-bg .default05 {
    background:  url(/images/main_banner/main_banner05.jpg) center center no-repeat;
}


/*텍스트 버튼*/
.main-banner-area .swiper-pagination {
    position: relative;
    display: flex;
    padding: 50px;
    margin: 0 auto;
    overflow: hidden;
}

.main-banner-area .swiper-pagination-bullet {
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 160px;
    margin: 0 !important;
    padding: 10px 25px;
    text-align: left;
    border-radius: 0;
    background-color: #fff;
    opacity: 0.3;
    word-break: keep-all;
}
.main-banner-area .swiper-pagination-bullet:first-child {
    padding-left: 0;
}
.main-banner-area .swiper-pagination-bullet:last-child {
    padding-right: 0;
}
.main-banner-area .swiper-pagination-bullet b {
    margin: 10px 0 30px;
    font-size: 30px;
    font-weight: 900;
    color: #000;
}
.main-banner-area .swiper-pagination-bullet p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
}
.main-banner-area .swiper-pagination-bullet p.keyword {
    font-size: 18px;
    color: #000;
}
/*.active*/
.main-banner-area .swiper-pagination-bullet.active {
    opacity: 1;
}

.main-banner-area .swiper-pagination-bullet.active p {
    color: #666;
}
.main-banner-area .swiper-pagination-bullet.active p.keyword {
    color: #000;
}