.tab li[code="0"] .tab_item img:nth-child(1) {
    display: inline;
}

.tab li[code="0"] .tab_item img:nth-child(2) {
    display: none;
}

.tab li[code="0"].active .tab_item img:nth-child(1) {
    display: none;
}

.tab li[code="0"].active .tab_item img:nth-child(2) {
    display: inline;
}


.tab li[code="1"] .tab_item img:nth-child(1) {
    display: inline;
}

.tab li[code="1"] .tab_item img:nth-child(2) {
    display: none;
}

.tab li[code="1"].active .tab_item img:nth-child(1) {
    display: none;
}

.tab li[code="1"].active .tab_item img:nth-child(2) {
    display: inline;
}

.tab .tab_item {
    font-size: 50px;
}

.sindang .contents .img_slider {
    width: 100%;
    height: 750px;
    border: 0px solid #333;
    box-sizing: border-box;
}

.sindang .img_box {
    box-sizing: border-box;
    overflow: hidden;
}

.sindang .img_box .img_zone {
    width: 1734px;
    height: 754px;
}

.sindang .img_box .img_zone img {
    width: 1734px;
    height: 754px;
    object-fit: fill;
}

.swiper-buttons {
    position: absolute;
    width: 1734px;
    height: 100px;
    top: 650px;
}

.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    margin: 0 10px !important;
    background: #FFFFFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #D60182;
}
