@charset "utf-8";

.swiper {
    width: 100%;
    min-width: 1200px;
    height: 450px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-bg {
    /*background-position: center bottom;
    background-size: cover;*/
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#section-1 {
    overflow: hidden;
}

div#section-1 div.contents {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    z-index: 50;
}

div#section-1 div.contents .conTxtBox {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-24%);
    -webkit-transform: translateY(-24%);
    -moz-transform: translateY(-24%);
    -ms-transform: translateY(-24%);
    -o-transform: translateY(-24%);
    margin-left: 11%;
    color: #fff;
}

div#section-1 div.contents p {
    font-size: 18px;
    text-align: left;
}

div#section-1 div.contents p:first-child {
    font-size: 20px;
    line-height: 35px;
}

div#section-1 div.contents p:first-child span {
    display: block;
    font-weight: 300;
    font-size: 20px;
}

div#section-1 div.contents p.conTit {
    padding-top: -30px;
    font-size: 3rem;
    line-height: 68px;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #ffc800;
}

div#section-1 div.contents p.conTxt {
    color: #fff;
    line-height: 32px;
}

div#section-2 {
    overflow: hidden;
}
div#section-2 div.contents {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    z-index: 50;
}
div#section-2 div.contents .conTxtBox {
    position: absolute;
    top: 40%;
    left: 0%;
    transform: translateY(-24%);
    -webkit-transform: translateY(-24%);
    -moz-transform: translateY(-24%);
    -ms-transform: translateY(-24%);
    -o-transform: translateY(-24%);
    margin-left: 10%;
    color: #fff;
}
div#section-2 div.contents p {
    font-size: 18px;
}
div#section-2 div.contents p:first-child {
    font-size: 20px;
    line-height: 35px;
}
div#section-2 div.contents p:first-child span {
    display: block;
    font-weight: 300;
    font-size: 20px;
}
div#section-2 div.contents p.conTit {
    padding-top: -30px;
    font-size: 4rem;
    line-height: 68px;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #ffc800;
    text-align: left;
}
div#section-2 div.contents p.conTxt {
    color: #fff;
    line-height: 32px;
    text-align: left;
}

div#section-3 {
    overflow: hidden;
}
div#section-3 div.contents {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    z-index: 50;
}
div#section-3 div.contents .conTxtBox {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-24%);
    -webkit-transform: translateY(-24%);
    -moz-transform: translateY(-24%);
    -ms-transform: translateY(-24%);
    -o-transform: translateY(-24%);
    margin-left: 10%;
    color: #fff;
}
div#section-3 div.contents p {
    font-size: 18px;
}
div#section-3 div.contents p:first-child {
    font-size: 20px;
    line-height: 35px;
}
div#section-3 div.contents p:first-child span {
    display: block;
    font-weight: 300;
    font-size: 20px;
}
div#section-3 div.contents p.conTit {
    padding-top: -30px;
    font-size: 4rem;
    line-height: 68px;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #ffc800;
    text-align: left;
}
div#section-3 div.contents p.conTxt {
    color: #fff;
    line-height: 32px;
    text-align: left;
}
div#section-3 div.contents p.subTit {
    font-size: 24px;
    line-height: 30px;
}

/* text animation */
.swiper-slide [data-an-order] {
    opacity: 0;
    transition: ease-in-out 1s;
}
.swiper-slide [data-an-order="1"] {
    transition-delay: 0.4s;
}
.swiper-slide [data-an-order="2"] {
    transition-delay: 0.6s;
}
.swiper-slide [data-an-order="3"] {
    transition-delay: 0.8s;
}
.swiper-slide [data-an-order="4"] {
    transition-delay: 1s;
}
.swiper-slide [data-an-order="5"] {
    transition-delay: 1.2s;
}
.swiper-slide [data-an-order="6"] {
    transition-delay: 1.4s;
}
.swiper-slide [data-an-order="7"] {
    transition-delay: 1.6s;
}
.swiper-slide [data-an-order="8"] {
    transition-delay: 1.8s;
}
.swiper-slide [data-an="fade-up"] {
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
}
.swiper-slide [data-an="fade-down"] {
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
}
.swiper-slide [data-an="fade-right"] {
    transform: translate(-100px, 0);
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
}
.swiper-slide [data-an="fade-left"] {
    transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
}
.swiper-slide-active [data-an="fade-down"],
.swiper-slide-active [data-an="fade-up"],
.swiper-slide-active [data-an="fade-right"],
.swiper-slide-active [data-an="fade-left"] {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.with-gradient {
    position: relative;
}
.with-gradient:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
