.youtubeBox>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.indicator>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.indicator {
    transition: .5s;
    padding: 0 0 15% 0;
    margin: 0 0.5% 1%;
    width: 19%;
    position: relative;
    background: #F9F5F1;
    /* border-radius: 8px; */
    overflow: hidden;
}

.indicator:hover{
    opacity: .7;
    transition: .5s;
}

.indicator > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    position: static;
    margin: 30px auto 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.carousel-indicators .active {
    opacity: .7;
    transition: .5s;
}


.carousel-item > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.carousel-inner {
    padding: 0 0 75%;
    background: #F9F5F1;
    /* border-radius: 8px; */
    overflow: hidden;
}

.carousel-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    height: 100%;
}

.afterCarouselInner {
    margin: 75px 0 0 0 !important;
    padding: 0 0 66.9%;
    overflow: visible;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-background-size: 35% 35%;
    background-size: 35% 35%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #D9885B;
    outline: #000000;
    border: 1px solid rgba(30,30,30,0);
    border-radius: 50%;
    transition: all .5s;
}

.voiceSlider .indicator {
    padding: 0 0 13.9% 0;
}

.coverWr .carousel-inner {
    padding: 0 0 33%;
    overflow: hidden;
}

/*modal*/


.modal-lg {
    max-width: 1300px !important;
}

.modalCloseBtn {
    color: #FFF;
    background: #D9885B;
    border: 1px solid #D9885B;
    padding: 3px 7px;
    transition: .5s;
}

.modalCloseBtn:hover {
    color: #D9885B;
    background: #E6E6F2;
    transition: .5s;
}

.worksLk01 {
    padding: 0 0 66.9%;
}

.worksLk01 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.modal-content {
    overflow-y: initial !important;
}

.modal-body {
	height: calc(100vh - 1.75rem * 7);
    overflow-y: auto;
}

.carousel-indicators {
    max-width: 100%;
}

/*-----*/


.listNumber01 .col-6.is-hidden,
.listNumber02 .col-6.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0 !important;
    pointer-events: none;
}

.listNumber01 .col-6,
.listNumber02 .col-6 {
    transition: all 0.4s ease 0s
}