#top {
    padding: 66px 0 0;
}

.myTopMvImg {
    padding-top: 60%;
    overflow: hidden;
}

.myTopMv h2 {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 1.6rem;
    text-align: left;
    padding: 5px 10px;
    background: rgba(255,255,255,0.7);
}

.mySlideItem {
    overflow: hidden;
    background: #fff;
}

.slick-dots {
    bottom: -35px;
}

.mySlideView {
    overflow: hidden;
    padding-top: 60%;
}

.mySlideTitle {
    padding: 20px 10px;
}

.mySlideTitle h3 {
    margin: 0 0 15px;
}

.myCenterSlide {
    background: #fff;
}

.myCenterSlide { margin: 0 0 50px;}
.myCenterSlide .slick-next { right: 20px; z-index: 99;}
.myCenterSlide .slick-prev { left: 15px; z-index: 100;}

.myCenterSlide .myPostItem {
    border-radius: unset;
    padding: 0 2.5px;
    background: none;
}

.myCenterSlide .myPostItem a {
    background: #fff;
}

.myCenterSlide .myPostTitle {
    padding: 10px;
}
.myCenterSlide .myPostTitle h3 {
    margin: 0 0 10px;
}

.myCenterSlide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 2px;
    margin: 0 5px;
    padding: 0 !important;
    cursor: pointer;
    background: #BA0015;
    min-height: unset;
    opacity: 0.5;
    transition: 0.5s;
}

.myCenterSlide .slick-dots li.slick-active {
    opacity: 1;
}

.about {
    background: #fff;
    min-height: 100vh;
}

.about .container {
    background: url("/img/aboutBackx3.jpg") center center no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.about .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myAboutContent {
    width: 100%;
}

.about img {
    width: 65%;
    margin: 0 auto 20px;
}

.about h2 {
    font-size: 2rem;
    margin: 0 0 20px;
}

.about .myButton {
    width: 80%;
    margin: 20px auto 0;
    display: block;
}

@media screen and (min-width: 768px){
    .myTopMvImg {
        padding-top: 35%;
        overflow: hidden;
    }

    .myTopMv h2 {
        font-size: 25px;
        padding: 30px 10px 30px 10px;
        min-width: 650px;
        bottom: 7%;
    }

    .myCenterSlide {
        margin: 0;
    }

    #about {
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .about img {
        width: 310px;
    }

    .about .myButton {
        width: 310px;
    }

    .about .container {
        background: url(/img/aboutBack_pc.jpg) center center no-repeat;
        background-size: cover;
    }
}