.box-area .text-list-wrap {
    padding: 0 0 1.4285rem;
    /* padding: 0 0 20px 20px; */
}
.tab-cont-wrap .box-title-wrap {
    margin-bottom: 0.7142rem;
    /* margin-bottom: 10px; */
}

.img-box-item {
    margin-top: 20px;
}
.img-box-item:last-child {
    margin-top: 0;
}
.img-box-item .box-wrap {
    padding-top: 20px;

}
.img-box-item:last-child .box-area {
    margin-bottom: 0;
}
.img-box-item .title {
    font-weight: 700;
    font-size: 16px;
    color: #010A5A;
}

/* Container Management */
.tab-cont-wrap.cntr-manage .cntr-img-wrap {
    margin-top: 1.4285rem;
    /* margin-top: 20px;*/
}
.tab-cont-wrap .cntr-img-wrap:only-child {
    margin-top: 0;
}
.tab-cont-wrap.cntr-manage .cntr-img-list .cntr-img {
    padding-bottom: 84.507%;
}
/* Inside of the stuffed container */
.tab-cont-wrap.cntr-manage .cntr-img-list.stuffed-cntr .cntr-img-item .cntr-img-area {
    width: calc(50% - 0.7142rem);
    /* width: calc(50% - 10px); */
}
.tab-cont-wrap.cntr-manage .cntr-img-list.stuffed-cntr .cntr-img-item .cntr-img {
    padding-bottom: 51.7241%;
}

/* STOWING */
.tab-cont-wrap.cntr-manage .cntr-img-list.stowing .cntr-img-area {
    width: calc(50% - 0.7142rem);
    /* width: calc(50% - 10px); */
}
.tab-cont-wrap.cntr-manage .cntr-img-list.stowing .cntr-img-area .cntr-img {
    padding-bottom: 80.6451%;
}
.tab-cont-wrap.cntr-manage .cntr-img-list.stowing .text.label {
    font-size: 1.1428rem;
    /* font-size: 16px; */
}

/* packing */
.cntr-img-wrap .cntr-img-list.abnormal-state .cntr-img-area {
    width: 35.6187%;
}
.cntr-img-wrap .cntr-img-list.abnormal-state .cntr-img-area:last-child {
    width: 25.0836%;
}
.cntr-img-wrap .cntr-img-list.abnormal-state .cntr-img-area:last-child .cntr-img {
    padding-bottom: 120%;
}

.cntr-img-wrap .cntr-img-list.normal-state .cntr-img-area:nth-child(2) {
    width: 26.7558%;
}
.cntr-img-wrap .cntr-img-list.normal-state .cntr-img-area:last-child {
    width: 29.7658%;
}
.cntr-img-wrap .cntr-img-list.normal-state .cntr-img-area:nth-child(2) .cntr-img {
    padding-bottom: 112.5%;
}
.cntr-img-wrap .cntr-img-list.normal-state .cntr-img-area:last-child .cntr-img {
    padding-bottom: 101.1235%;
}

/* packing - other-packing / shoring */
.cntr-img-wrap .cntr-img-list.other-packing .cntr-img-area,
.cntr-img-wrap .cntr-img-list.shoring .cntr-img-area {
    width: 48.67%;
}
.cntr-img-wrap .cntr-img-list.other-packing .cntr-img-area .cntr-img {
    padding-bottom: 65.2173%;
}
.cntr-img-wrap .cntr-img-list.shoring .cntr-img-area .cntr-img {
    padding-bottom: 83.4688%;
}


/* 모바일 */
.mo-wrapper .cntr-list-wrap .list-title {
    padding: 1.3571rem 1.1428rem;
    /* padding: 19px 16px; */
    border-radius: 5px;
    background-color: #eceff3;
    color: #010A5A;
    font-weight: 700;
    font-size: 1.2142rem;
    /* font-size: 17px; */
    line-height: 1.3;
}

.mo-wrapper .cntr-list-wrap .cntr-list {
    margin-top: 4rem;
    /* margin-top: 56px; */
}

.mo-wrapper .cntr-list-wrap .cntr-list:first-child {
    margin-top: 1rem;
}

.mo-wrapper .cntr-item-wrap .cntr-item {
    display: flex;
    justify-content: space-between;
    padding: 1.4285rem 1.1428rem;
    /* padding: 20px 16px; */
    border-bottom: 1px solid #d0d0d0;
    font-size: 1.0714rem;
    /* font-size: 15px; */
    line-height: 1.3;
    color: #4D5359;
}
.mo-wrapper .cntr-item-wrap .cntr-item-list .item {
    width: calc(100% - 5.4285rem);
    /* width: calc(100% - 76px); */
}