/* 공통 */
.align_center{
    text-align: center !important;
}

/* cont 공통 */
.cont{
    padding-top: 100px;
    padding-bottom: 100px;
}
.cont .title{
    margin-bottom: 48px;
}
.cont .title h3{
    font-size: 32px;
    color: #333;
    line-height: 34px;
    letter-spacing: -.1px;
}
.cont .title p{
    padding-top: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.7px;
}
.cont .moreBtn{
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    padding-top: 16px;
}



/* cont1 */
.cont1{}
.cont1 .titBox{
    padding-left: 6.94%;
    padding-right: 6.94%;
    width: 100%;
}
.cont1 .titBox p{
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -1px;
    color: rgb(51, 51, 51);
}
.cont1 .titBox span{
    padding-top: 5px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 34px;
    letter-spacing: -0.1px;
}
.cont1 .swiper-container{
    position: relative;
    margin-top: 60px;
    padding-left: 186px;
    overflow: hidden;
}
.cont1 .swiper-container::after{
    content: '';
    width: 186px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cont1 .swiper-button-next{
    position: absolute;
    top: 50%;
    left: 86px;
    transform: translateY(-42%);
    width: 130px;
    height: 130px;
    z-index: 2;
    background: url(../img/main/big_arrow.png) 0px 0px / 100% no-repeat;

    border: 0;
    border-radius: 50%;
}
.cont1 .swiper-slide .thumb{
    position: relative;
    display: block;
    height: 18vw;
    width: 100%;
    overflow: hidden;
}
.cont1 .swiper-slide .thumb::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.cont1 .swiper-slide a:hover .thumb::after{
    opacity: 1;
}
.cont1 .swiper-slide .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont1 .swiper-slide .txtBox{
    display: block;
    padding: 10px;
}
.cont1 .swiper-slide .txtBox p{
    color: #333;
    letter-spacing: normal;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}





/* cont2 */
.cont2{
    background: #F4FAF8;
}
.cont2 ul{
    display: flex;
    column-gap: 20px;
}
.cont2 li{
    position: relative;
    width: 33.333%;
    height: 0;
    padding-bottom: calc((100% - 40px) / 3);;
}
.cont2 li:nth-child(1){
    background: url(../img/main/cont2_1.png) no-repeat;
    background-size: cover;
}
.cont2 li:nth-child(2){
    background: url(../img/main/cont2_2.png) no-repeat;
    background-size: cover;
}
.cont2 li:nth-child(3){
    background: url(../img/main/cont2_3.png) no-repeat;
    background-size: cover;
}
.cont2 li a{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
}
.cont2 li a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    /*opacity: 0;*/
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.cont2 li a:hover::after{
    /*opacity: 1;*/
    background-color: rgba(0, 0, 0, .2);
}
.cont2 li .txtBox{
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    z-index: 10;
}
.cont2 li strong{
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -.1px;
    color: #fff;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.cont2 li p{
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}



/* cont3 */
.cont3{}
.cont3 ul{
    display: flex;
    justify-content: space-between;
}
.cont3 li{
    width: 29%;
}
.cont3 li:nth-child(1){
    margin-top: -9%;
}
.cont3 li:nth-child(2){
    margin-top: 3%;
}
.cont3 li:nth-child(3){
    margin-top: -6%;
}
.cont3 li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* cont4, cont5 */
.cont4{
    background: #F4FAF8;
}
.cont4 .container,
.cont5 .container{
    width: 1200px;
    max-width: 100%;
}
.cont4 .videoWrap,
.cont5 .videoWrap{
    position: relative;
    padding-bottom: 56.25%;
}
.cont4 .videoWrap iframe,
.cont5 .videoWrap iframe{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.youtube-thumbnail{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 10;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
}


/* cont6 */
.cont6{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/main/cont6_bg.png) no-repeat;
    background-size: cover;
    height: 40vw;
    text-align: center;
}
.cont6 .txtBox{}
.cont6 .title{
    font-size: 34px;
    color: #fff;
    line-height: 34px;
    letter-spacing: -.1px;
    margin-bottom: 0;
}
.cont6 p{
    padding-top: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.7px;
}
.cont6 a{
    padding: 0 22px;
    border: 1px solid hsla(0, 0%, 100%, .5);
    display: inline-block;
    height: 42px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    letter-spacing: -.7px;
    margin-top: 30px;
    transition: 0.3s;
}
.cont6 a:hover{
    background-color: #fff;
    color: #222;
}






@media (max-width: 991px) {
    /* cont1 */
    .cont1 .swiper-slide .thumb {
        height: 30vw;
    }



    /* cont2 */
    .cont2 li .txtBox{
        width: 100%;
        bottom: 10%;
    }
    .cont2 li strong{
        font-size: 26px;
    }
    .cont2 li p{
        font-size: 15px;
        line-height: 1.4;
    }







}





@media (max-width: 768px) {
    /* cont공통 */
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }
    .cont {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cont .title{
        margin-bottom: 30px;
    }
    .cont .title h3{
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -.08px;
    }
    .cont .title p{
        font-size: 14px;
        line-height: 24px;
    }
    .cont .title p br{
        display: none;
    }
    .cont .moreBtn{
        padding-top: 12px;
    }




    /* cont1 */
    .cont1 .titBox{
        padding-left: 12px;
        padding-right: 12px;
    }
    .cont1 .titBox p{
        font-size: 18px;
    }
    .cont1 .titBox p br{
        display: none;
    }
    .cont1 .titBox span{
        font-size: 14px;
    }
    .cont1 .swiper-container{
        padding-left: 12px;
        margin-top: 30px;
    }
    .cont1 .swiper-slide .thumb {
        height: 48vw;
    }
    .cont1 .swiper-button-next{display: none;}
    .cont1 .swiper-container::after{
        width: 12px;
    }



    /* cont2 */
    .cont2 ul{
        display: block;
    }
    .cont2 li{
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 16px;
    }
    .cont2 li .txtBox {
        width: unset;
        bottom: 20%;
    }


    /* cont3 */
    .cont3 ul{
        justify-content: center;
        flex-wrap: wrap;
    }
    .cont3 li {
        width: 47%;
    }
    .cont3 li:nth-child(1){
        margin-right: 16px;
        margin-top: 3%;
    }
    .cont3 li:nth-child(2) {
        order: 3;
        width: 70%;
        margin-top: 16px;
    }



    /* cont6 */
    .cont6{
        height: 138vw;
    }
    .cont6 .title{
        white-space: nowrap;
        font-size: 24px;
        margin-bottom: 0;
    }
    .cont6 p,
    .cont6 a{
        font-size: 14px;
    }




}