@charset "UTF-8";
/*
Theme Name:			tcrews
Author:				THE CREWS
Author URI:			
Description:		더크루
Version:			v0.1
Licence URI:		http://tcrews.co.kr

*/


.main01{
    width: 100%;
}


.main01 .main-swiper{
    position: relative;
}


.main01 .main-txt{
    position: absolute;
    text-shadow: 2px 2px 3px rgba(0,0,0, .3), -2px -2px 3px rgba(0,0,0, .3);
    top: 50%;
    left: 50%;
    z-index: 5;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.main01 .main-txt p{
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
}

.main01 .main-txt .ourplace-img{
    display: block;
    width: 85%;
    margin: 0 auto;
}
.main01 .main-txt .ourplace-img img{
    width: 100%;
}
.main01 .main-txt .img{
    width: 80%;
    margin: 13% auto 0 auto;
}

.main01 .main-swiper .img{
    width: 100%;
}
.main01 .main-swiper .img img{
    width: 100%;
    display: block;
}
.main01 .main-swiper .txt{
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
}
.main01 .main-swiper .txt b{
    font-weight: 600;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.2rem;
}

.main01 .pagination-box{
    position: absolute;
    bottom: 5rem;
    right: 3rem;
    width: 15rem;
    z-index: 5;
    display: flex;
    align-items: center;
}
.main01 .pagination-box .btn-box{
    width: 5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.pagination-box .swiper-button-prev,
.pagination-box .swiper-button-next{
    position: relative;
    top: 0;
    margin: 0;
    left: inherit;
    right: inherit;
}

.pagination-box .slide-pause .swiper-button-pause{
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
    border: none;
    background-color: transparent;
    background: url('http://ourplacekorea.com/wp/images/common/icon_pause.svg') no-repeat center;
}
.pagination-box .slide-pause .swiper-button-play{
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    border: none;
    background-color: transparent;
    background: url('http://ourplacekorea.com/wp/images/common/icon_play.svg') no-repeat center;
}
.main01 .swiper-pagination{
    color: #fff;
    position: relative;
    width: auto;
    margin-left: 1rem;
    margin-top: 0;
    top: 0;
}
.main01 .swiper-pagination-current{
    font-weight: 600;
}

.main02{
    background: url('http://ourplacekorea.com/wp/images/main/main2-bg.jpg')no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
}
.main02 .inner{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.main02 .right{
    width: 50%;
}
.main02 .img img{
    width: 100%;
}
.main02 .btn{
    background-color: #fff;
    color: #2a5b8b;
    font-weight: 400;
    font-size: 1rem;
    border: none;
    padding: 1rem 1.5rem;
    cursor: pointer;
    line-height: inherit;
    height: auto;
}
.main02 .txt strong{
    letter-spacing: 0.8rem;
}
.main02 .txt p{
    font-weight: 300;
    line-height:1.6;
    font-size: 1rem;
    margin: 1rem 0;
}
/* 메인 공통 텍스트 */
.green{
    color: #c0f181;
    font-weight: 500;
    font-size: 1rem;
    display: block;
}
.txt strong{
    font-weight: 600;
    font-size: 3.4375rem;
    display: block;

    line-height: 1.6;
}
.txt b{
    font-weight: 500;
    font-size: 1.125rem;
    display: block;
    line-height:1.6;
}


/* main03 */
.main03{
    background: url('http://ourplacekorea.com/wp/images/main/test.jpg')no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #000;
    z-index: 1;
    position: relative;
}

.main03 .inner{
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.main03 .green{
    color: #619b16;
}
.main03 .txt{
    width: 100%;
}
.main03 .txt b{
    font-weight: 600;
    line-height:1.6;
}
.main03 .txt p{
    font-weight: 400;
    color: #666666;
    line-height:1.6;
}
.main03 ul{
    width: 40rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    color: #fff;
}
.main03 ul li{
    width: 32%;
    box-sizing: border-box;

}
.main03 ul li a{
    display: block;
    width: 100%;
    padding: 1.2rem 0;
    font-weight: 400;
    font-size: 1rem;
}
.main03 ul li:nth-child(1) a{
    background-color: #000;
}
.main03 ul li:nth-child(2) a{
    background-color: #313131;
}
.main03 ul li:nth-child(3) a{
    background-color: #606060;
}

/* main04 */
.main04{
    background-color: #fff;
    width: 100%;
    height: 100vh;
    color: #000;
}

.main04 .inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main04 .left{
    margin-right: 2%;
}
.main-board{
    width: 49%;
}


/* main05 */
.main05{
    background: url('http://ourplacekorea.com/wp/images/main/main5-bg.jpg')no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
}

.main05 .inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main05 .left ul{
    margin-top: 1rem;
}
.main05 .left ul li{
    margin-bottom: 1rem;
    font-weight: 500;
}

@media all and (max-width:1080px){


    .txt b{
        font-size: 1.3rem;
    }
    .txt strong{
        line-height: 1.2;
    }

    .main01 .main-txt{
        width: 100%;
        top: 30%;
        transform: translate(-50%, -30%);
    }
    .main01 .main-txt span{
        margin: 0 auto 1rem auto;
    }
    .main01 .main-txt .ourplace-img{
        width: 50%;
    }
    .main01 .main-txt .img{
        width: 45%;
        margin: 10% auto 0 auto;
    }

    .main01 .main-swiper .txt{
        bottom: 7rem;
        left: 0;
        font-size: 1.25rem;
    }
    .main01 .main-swiper .txt b{
        font-size: 1.7rem;
    }
    .main01 .pagination-box{
        width: 100%;
        right: 0;
        bottom: unset;
        top: 30%;
        box-sizing: border-box;
        padding: 0 5%;
        transform: translateY(-30%);
    }
    .main01 .pagination-box .btn-box{
        width: 100%;
    }
    .main01 .swiper-pagination{
        position: absolute;
        top:520%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
        width: 100px;
        height: 50px;
        font-size: 1.5rem;
    }
    .pagination-box .swiper-button-prev,
    .pagination-box .swiper-button-next{
        width: 3.5rem;
        height: 3.5rem;
    }

    .main02{
        height: auto;
        padding: 10% 0;
    }
    .main02 .inner,
    .main05 .inner{
        flex-wrap: wrap;
    }
    .main02 .right{
        width: 100%;
        order: 1;
        margin: 1.5rem 0;
    }
    .main02 .left{
        width: 100%;
        order: 2;
        text-align: center;
    }
    .main02 .btn{
        font-size: 1.25rem;
        padding: 1.3rem 2rem;
    }
    .main02 .txt p,
    .main03 .txt p{
        font-size: 1.2rem;
    }
    .txt{
        width: 100%;
        text-align: center;
    }

    .main03{
        background: url('http://ourplacekorea.com/wp/images/main/m/main3-bg.jpg')no-repeat center;
        height: auto;
        padding: 10% 0;
    }
    .main03 .mainPhoto-swiper{
        margin-top: 2rem;
    }
    .main03 .mainPhoto-swiper,
    .main03 .mainPhoto-swiper .img,
    .main03 .mainPhoto-swiper .img img{
        width: 100%;
    }
    .main03 .mainPhoto-swiper{
        position: relative;
    }
    .main03 .mainPhoto-swiper .swiper-button-next,
    .main03 .mainPhoto-swiper .swiper-button-prev{
        width: 3.5rem;
        height: 3.5rem;
    }
    .main03 ul li a{
        font-size: 1.25rem;
    }

    .main04,
    .main05{
        height: auto;
        padding: 10% 0;
    }
    .main04 .inner{
        flex-wrap: wrap;
        align-content: center;
    }
    .main-board{
        width: 100%;
        box-sizing: border-box;
    }

    
    .main04 .txt{
        margin-bottom: 1.5rem;
    }
    .main04 .left{
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .main05 .inner{
        align-content: center;
    }
    .main05 .left,
    .main05 .right{
        width: 100%;
    }
    .main05 .left ul{
        text-align: center;
    }
    .main05 .left ul li{
        font-size: 1.125rem;
    }
    .main05 .right iframe{
        width: 100%;
        margin-top: 2rem;
    }
    aside{
        display: none;
    }




}
@media all and (max-width:767px){

    .main01 .main-txt{
        top: 40%;
        transform: translate(-50%, -40%);
    }

    .main01 .main-txt .ourplace-img{
        width: 80%;
    }
    .main01 .main-txt p{
        font-size: 0.875rem;
    }
    .main01 .pagination-box{
        top: 45%;
        transform: translateY(-45%);
        padding: 0 1%;
    }
    .main01 .main-txt .img{
        width: 80%;
    }
    .pagination-box .swiper-button-prev,
    .pagination-box .swiper-button-next,
    .pagination-box .swiper-button-prev::after, 
    .pagination-box .swiper-button-next::after{
        width: 3rem !important;
        height: 3rem !important;
    }
    .main01 .swiper-pagination{
        top: 350%;
        font-size: 1rem;
    }
    .main01 .main-swiper .txt{
        bottom: 5%;
    }
    .main01 .main-swiper .txt b{
        font-size: 1rem;
    }
    .main01 .main-swiper .txt p{
        font-size: 0.875rem;
    }

    .txt{
        word-break: keep-all;
    }
    .txt b{
        font-size: 1rem;
    }
    .txt strong{
        font-size: 1.65rem;
        line-height: 1.2;
        margin: 0.3rem 0;
    }
    .green{
        font-size: 0.875rem;
    }

    .main02,
    .main03{
        padding: 15% 0;
    }
    .main02 .txt strong{
        letter-spacing: 0.2rem;
    }
    .main02 .btn{
        font-size: 0.875rem;
        padding: 0.8rem 1.5rem;
    }
    .main03 ul li a{
        font-size: 0.875rem;
        padding: 0.9rem 0;
    }
    .main02 .txt p,
    .main03 .txt p{
        font-size: 0.875rem;
    }
    .main03 .txt b{
        margin-bottom: 1rem;
    }
    .main03 .mainPhoto-swiper,
    .main03 ul{
        margin-top: 1.5rem;
    }
    .main04{
        padding: 15% 0;
    }

    .main05{
        padding: 15% 0;
    }
    .main05 .left ul li{
        font-size: 0.875rem;
    }
    .main05 .right iframe{
        margin-top: 1rem;
        height: 250px;
    }

}