button {
    background: none;
    border: 0;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    outline: none;
}

.blind {
    overflow: hidden;
    padding: 0;
    border: 0;
    color: #ffffff;
}

#content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 200;
}

#weaponThum {
    position: relative;
    height: 465px;
}

#thumList [data-idx] {
    position: absolute;
    left: 0px;
    right: 0;
    opacity: 0 !important;
    width: 100%;
    transition: all 0.45s ease-out;
}

#thumList [data-idx].active {
    opacity: 1 !important;
}

#thumList [data-idx] .thum {
    display: block;
    margin: 0 auto;
}

#thumList [data-idx][data-idx="0"] .thum {
    opacity: 0;
}

#weaponSpec {
    transform: translateY(-10%);
    z-index: 2;
}

.able {
    position: relative;
    background: url(../images/redrobo_bar.png) no-repeat 50% 0;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 214px;
    z-index: -1;
}

#weaponSpec .discription {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #ffffff;
    line-height: 1.5em;
    text-align: left;
    text-shadow: 0 4px 10px black;
    padding: 30px 0px 0px 0px;
}

#weaponSpec .discription span {
    color: #fff9cc;
}

#specA,
#specB {
    width: 36%;
}

#weaponSpec .weaponName {
    width: 28%;
    max-width: 208px;
}

#weaponSpec .weaponName::before {
    content: "";
    background: url(../images/redrobo_guns.png) no-repeat 50% 0;
    background-size: contain;
    position: absolute;
    width: 208px;
    height: 242px;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#weaponSpec .weaponName .txt {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Overpass', sans-serif;
    vertical-align: middle;
    line-height: 28px;
    font-style: normal;
}

#specA .count,
#specB .count {
    margin: 0px 3px;
    min-width: 36px;
    font-family: 'Quantico', sans-serif;
    line-height: 25px;
    font-size: 14px;
    color: #fff9cc;
    font-style: normal;
}

#specA .count {
    text-align: right;
}

#specA .gauge,
#specB .gauge {
    background-color: #ffffff7a;
}

#specB>li {
    justify-content: flex-end;
}

#weaponInfomation .spec [data-type] {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
}

#weaponInfomation .spec [data-type] .gauge {
    width: 290px;
    height: 8px;
}

#weaponInfomation .spec [data-type] .gauge .bar {
    display: block;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    transition: width 0.45s ease-in-out;
}

#specA .gauge .bar {
    float: right;
}

.spec .gauge .bar {
    background-color: #e3d5b2;
}

.control {
    width: 100%;
    position: absolute;
    top: 20%;
}

.btn_prev {
    position: absolute;
    left: 0%;
    z-index: 2;
    display: block;
}

.btn_next {
    position: absolute;
    right: 0%;
    z-index: 2;
    display: block;
}

.btn_prev:hover,
.btn_next:hover {
    filter: drop-shadow(2px 4px 6px black);
}

/* RWD */
@media (max-width: 1440px) {
    #weaponInfomation .spec [data-type] .gauge {
        width: 60%;
    }
}

@media (max-width: 1024px) {

    #weaponSpec .discription {
        font-size: 14px;
        padding: 30px 1% 0px 1%;
    }
}

@media (max-width: 768px) {

    #weaponThum {
        width: 80%;
        height: 34.2vw;
        margin: 0 auto;
    }

    #weaponSpec {
        transform: translateY(0%);
    }

    #weaponSpec .weaponName::before {
        top: 9%;
        width: 150px;
        height: 180px;
    }

    .control {
        top: 6%;
    }

    .control button {
        width: 14%;
    }

    #weaponSpec .weaponName {
        width: 22%;
    }

    #weaponSpec .weaponName .txt {
        font-size: 20px;
        line-height: 20px;

    }

    #weaponInfomation .spec [data-type] .gauge {
        width: 48%;
    }
}

@media (max-width: 425px) {

    .titleBox {
        margin-top: 10%;
    }

    .able {
        height: 120px;
    }

    #specA .gauge,
    #specB .gauge,
    #special {
        display: none;
    }

    #weaponSpec .discription {
        font-size: 12px;
    }

    #weaponSpec .discription::before {
        bottom: 120px;
    }

    #weaponSpec .weaponName::before {
        top: 8%;
        width: 90px;
        height: 100px;
    }

    #weaponSpec .weaponName .txt {
        font-size: 14px;
        line-height: 14px;
    }

    #weaponInfomation .spec [data-type] {
        height: 20px;
    }

    #weaponInfomation .spec [data-type] .gauge {
        width: 40%;
    }

    .blind {
        font-size: 12px;
    }

    #specA .count,
    #specB .count {
        margin: 0px 1px;
        font-size: 12px;
        text-shadow: 1px 1px 0 #000000;
    }
}

@media (max-width: 375px) {

    #weaponSpec .discription {
        font-size: 14px;
    }

    #specA,
    #specB {
        width: 40%;
    }

    #specA .count, #specB .count {
        min-width: 20px;
    }

    #weaponSpec .weaponName .txt {
        font-size: 12px;
        line-height: 0px;
    }

}