.inner{
    margin: 70px auto 100px;
}
.equipment_Status_bg {
}
.Status_top {
    padding-top: 100px;
}
.big_txt {
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
}
.Status_bottom {
    /* padding: 60px 0 0; */
}
.rescue_ship>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rescue_ship>ul>li {
    width: 49%;
    margin-right: 2%;
    cursor: pointer;
    box-shadow: 0px 6px 24px 10px rgb(1 58 148 / 6%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.rescue_ship>ul>li:nth-child(2n){margin-right: 0;}
.rescue_ship .rescue_ship_img>img{
    width: 100%;
    height: 130px;
    /* background-image:url(/images/cat.jpg) ; */
    background-position:center center ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ship_txt {
    padding: 10px;
    text-align: center;
}
.ship_txt>p:nth-child(1) {
    font-weight: bold;
    padding-bottom: 7px;
}
.ship_txt>p:nth-child(2){
    font-size: 15px;
    line-height: 1.3;
}
/* 슬릭inner */
.slick_inner {
    width: 95%;
    margin: 70px auto 0 auto;
}
.slick-initialized .slick-slide  {
    padding: 0 14px !important;
}

/* 슬릭 이미지 */
.Status_top .slick-slide .yote{
    height: 400px;
    object-fit: cover;
}
.Status_top .slick-slide .wind{
    height: 400px;
    object-fit: cover;
}.Status_top .slick-slide .supfing{
    height: 400px;
    object-fit: cover;
}

.yote, .wind, .supfing {
    border-top: 5px solid #16469D;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 7px 5px 5px 5px;
    display: flex;
    flex-direction: column;
}

.yote_txt>.top_,
.wind_txt>.top_,
.supfing_txt>.top_ {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.top_ {
    width: 100%;
}
.left,.right {
    word-break: keep-all;
    width: 48%;
}
.left>h2,
.right>h2 {
    font-weight: bold;
    padding-bottom: 10px;
}
.left>p>span,
.right>p>span {
    font-weight: bold;
    /* line-height: 22px; */
}
.left>p,
.right>p {
    padding-bottom: 7px;
}

.supfing_txt>p:nth-child(1) {
    padding-bottom: 10px;
}
.supfing_txt>p>span {
    font-weight: bold;
}

.wind_txt>img {
    height: 86%;
}
.yote>img {
    /* padding: 0 0 20px 10px; */
    width: 100%;
    height: 200px;
}

.wind>img {
    /* padding: 0 0 20px 10px; */
    width: 100%;
    height: 200px;
}
.supfing>img {
    width: 100%;
    height: 200px;
    /* height: 25%; */
    /* padding-left: 10px; */
}
.material {
    font-size: 15px;
    padding-bottom: 25px;
    padding-top: 10px;
    word-break: keep-all;
}


/* 슬릭(딩기요트) */
.slick_img{
    /* border-radius: 10px; */
    overflow: hidden;
}
.slick_img .slick-dots{
    bottom: 16px;
}
.Status_top .slick-slide img{
    height: 540px;
    object-fit: cover;
}

/* 도트위치 */

.slick_wrap .slick-dots{
    bottom: 4px;
}
.slick-dots li {
    background-color: #000;
}
