.main01 {
    position: relative;
}

.main01-slide img {
    max-width: 100%;
}

.main01 .slick-prev, .main01 .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 63px;
    height: 62px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.main01 .slick-prev
{
    left: 54px;
    background: url( "../img/prev.png" ) no-repeat;
}
.main01 .slick-next
{
    right: 54px;
    background: url( "../img/next.png" ) no-repeat;
}

.main01 .slick-dots
{
    position: absolute;
    bottom: 125px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.main01 .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 0;  
}

.main01 .slick-dots li button {
    background: url( "../img/dot.png" ) no-repeat;

    width: 18px;
    height: 18px;

    color: transparent;
    border: 0;
    outline: none;

    cursor: pointer;
}

.main01 .slick-dots li.slick-active button
{
    background: url( "../img/active-dot.png" ) no-repeat;

    width: 18px;
    height: 18px;

    color: transparent;
    border: 0;
    outline: none;

    cursor: pointer;
}

.slide-text {
    position: absolute;
    bottom: 182px;
    left: 226px;
    color: #fff;
}

.slide-text .title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 17px;
}

.slide-text .desc {
    font-size: 15px;
    font-weight: 300;
}

.main02 {
    padding-top: 50px;
    padding-bottom: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row01, .row02, .row03 {
    display: flex;
    flex-wrap: wrap;
}

.col01, .col02 {
    padding: 3px;
    box-sizing: border-box;
}

.main02 img {
    width: 100%;
}

/* location */
.location {
    padding: 100px 0;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1564px;
    }
}

.location-title {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

.location-line {
    width: 47px;
    border-top: 3px solid #333333;
}

.location-address, .location-tel {
    font-size: 17px;
    color: #6f6f6f;
    font-weight: 300;
}

.location-address {
    margin-bottom: 15px;
}

.location-tel {
    margin-bottom: 20px;
}

@media (max-width: 1581px) {
    .col01, .col02 {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .main01 {
        padding-top: 64px;
    }

    .main01 .slick-prev, .main01 .slick-next {
        background-size: 31.5px 31px;
        width: 31.5px;
        height: 31px;
    }

    .main01 .slick-prev {
        left: 5vw;
    }

    .main01 .slick-next {
        right: 5vw;
    }

    .main01 .slick-dots li button {
        background-size: 9px 9px;
    }

    .main01 .slick-dots li.slick-active button {
        background-size: 9px 9px;
    }

    .main01 .slick-dots {
        bottom: 20px;
    }

    .main01 .slick-dots li {
        width: 9px;
        height: 9px;
    }
}

@media (max-width: 768px) {

    .location {
        padding: 0 0 20px
    }

    .location-title {
        font-size: 40px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0px;
    }

    .main01 {
        overflow: hidden;
    }

    .main02 {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .location .row {
        width: 100%;
        margin: 0;
    }

    .main01 .slide-text {
        top: 50%;
        left: 25%;
        text-align: center;
    }

    .main01 .title {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .main01 .desc {
        font-size: 10px;
    }

    .main01 img {
        height: 300px;
        object-fit: cover;
    }
}