/* section1 */
/* slide */
article.main_article{
    width: 100%;
    height: 100vh;
    position: relative;
}

.slider-for{
    width: 75%;
    height: 100vh;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}

.prograssImg1,
.prograssImg2,
.prograssImg3,
.prograssImg4{
    width: 100%;
    height: 100vh;
    padding: 90px 0 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.prograssImg1 img,
.prograssImg2 img,
.prograssImg3 img,
.prograssImg4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_text{
    position: absolute;
    bottom: 80px;
    left: 110px;
}

.slickText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slickText .center{
    margin: auto;
}

.slickLine {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.arrowLocation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.arrowLocation .prev,
.arrowLocation .next {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #333;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pagingInfo {
    width: 50px;
    height: 50px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagingInfo .num {
    font-weight: 500;
    margin-right: 5px;
}

.slick-list {
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track{
    height: 100%;
    display: flex !important;
    align-items: flex-end;
}

.slider-nav{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.prograssText{
    bottom: 0;
    left: 0;
    padding: 0 0 80px 4.5%;
    box-sizing: border-box;
}

.artist_name{
    font-size: 22px;
    color: #fff;
}

.work_name{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
}

.period{
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}
/* //slide */
