.beginner_main {
    width: 100%;
    background-color: #131b32;
}

.beginner_bg::before {
    content: '';
    background-image: url(../../images/ingame.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.beginner_head {
    font-size: 56px;
    text-shadow: 4px 4px 8px #000;
    text-align: center;
    padding: 50px 0;
    /* font-family: 'Zen Maru Gothic', serif; */
}

@media screen and (max-width: 600px) {
    .beginner_head {
        font-size: 40px;
        padding: 25px 0;
    }
}

.mainTopHalf {
    height: 200px;
    width: 100%;
    background-color: #192349;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: inset 0 0 10px 15px #192349;

}

.mainTopInner {
    height: 100%;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/ingame.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 10px 15px #192349;
    opacity: 0.45;
}

.topTxtInner {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
}

.topImgTitle {
    font-size: 28px !important;
    font-weight: 700;
}

.beginner {
    /* font-family: 'Zen Maru Gothic', serif; */
    text-align: center;
}

.beginner_icon_img {
    width: 5%;
}

.beginner_contents {
    display: flex;
    min-height: 750px;
    width: 90%;
    margin: 0 auto;
    /* font-family: 'Zen Maru Gothic', serif; */
}

@media screen and (max-width: 600px) {
    .beginner_contents {
        display: block;
        min-height: fit-content;
        width: 100%;
    }
}

.beginner_contents_menu {
    margin-top: 40px;
    width: 30%;
    /* min-width: fit-content; */
}

@media screen and (max-width: 600px) {
    .beginner_contents_menu {
        margin-top: 0;
        width: 100%;
    }
}

.beginner_contents_menu li a {
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .beginner_contents_menu li a {
        font-size: 12px;
    }
}

/* .tab {
    white-space: nowrap;
} */

@media screen and (max-width: 600px) {
    .tab {
        display: flex;
        text-align: center;
        margin: auto;
        overflow-x: scroll;
    }
}

.tab li a {
    display: block;
    margin: 0 2px;
    padding: 10px 20px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .tab li a {
        white-space: nowrap;
    }
}

.tab li.active a {
    /* background: rgba(255, 255, 255, 0.5); */
    /* background: linear-gradient(135deg, #FF007A 0%, #00DBF9 100%); */
    background: linear-gradient(90deg, #FC8804 0%, #FFF700 20%, #75F505 40%, #07ACEF 60%, #1207F4 80%, #4B0BD1 100%);
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    font-weight: 700;
    /* border-radius: 25px 0 0 0; */
}

/* @media screen and (max-width: 600px) {
    .tab li.active a {
        border-radius: 25px 0;
    }
} */

.beginner_contents_main {
    background: #00000036;
    width: 75%;
}

@media screen and (max-width: 600px) {
    .beginner_contents_main {
        width: 100%;
    }
}

.area {
    display: none;
    opacity: 0;
    background: none;
    padding: 24px 50px;
}

@media screen and (max-width: 600px) {
    .area {
        padding: 12px;
    }
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.area_row.is-active {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 600px) {
    .area_row.is-active {
        flex-direction: column;
        justify-content: center;
    }
}

.area_row.is-active .img_wrapper {
    width: 100%;
}

.area_row.is-active .img_wrapper img {
    width: 100%;
    object-fit: contain;
}

.area h3 {
    text-shadow: 2px 2px 1px #000;
    margin: 24px 0;
    border-bottom: 1px solid;
}

.area h5 {
    margin: 32px 0 8px;
}

@media screen and (max-width: 600px) {
    .area h3 {
        font-size: 20px;
    }

    .area h5 {
        font-size: 16px;
    }
}

.area ul {
    margin: 24px;
}

@media screen and (max-width: 600px) {
    .area ul {
        margin: 16px 8px;
    }
}

.area li {
    font-size: 20px !important;
    line-height: 1.7;
    margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
    .area li {
        font-size: 14px !important;
        margin-bottom: 4px;
    }
}

.area li a {
    cursor: pointer;
    text-decoration: underline;
    color: #49a5ff;

}

.area table th {
    border: #000;
}

.flex_area {
    display: flex;
}

.nft_box {
    display: flex;
    text-align: center;
    padding: 24px;
    gap: 40px;
}

@media screen and (max-width: 600px) {
    .nft_box {
        padding: 12px 0;
        gap: 0;
    }
}

.nft_box_img {
    width: 100px;
}

.gcoin_img {
    width: 15px;
}

.withdraw {
    padding: 32px 32px 0;
}

@media screen and (max-width: 600px) {
    .withdraw {
        padding: 16px 0 0;
    }
}

.withdraw_inner {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 600px) {
    .withdraw_inner {
        display: block;
    }
}

.withdraw_img {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.img_wrapper {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .img_wrapper {
        text-align: center;
    }
}

.img_wrapper img {
    width: 100%;
}

#deck tr {
    background: #000;
}

#deck th,
#deck td {
    border: 1px solid #535353;
    padding: 4px 8px;
}

#deck th {
    background: #242424;
}

.withdraw_inner .dli-arrow {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding-right: 16px;
    position: relative;
}

.withdraw_inner .dli-arrow::before,
.withdraw_inner .dli-arrow::after {
    content: "";
    display: block;
    position: absolute;
}

.withdraw_inner .dli-arrow::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

.withdraw_inner .dli-arrow::after {
    width: 12px;
    border-bottom: 2px solid #fff;
    right: 0;
    top: 50%;
}

.padding {
    padding: 8px;
    /* margin-top: 40px; */
}

.treasure_img {
    width: 100%;
    /* display: flex; */
    margin-bottom: 32px;
}

.battle_img {
    width: 70%;
}

.treasure_img img {
    height: 200px;
}

.skill_img {
    width: 70%;
    border-radius: 8px;
}

@media screen and (max-width: 600px) {

    .battle_img,
    .treasure_img img,
    .skill_img {
        width: 100%;
    }

    .treasure_img img {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .withdraw_inner .dli-arrow::before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: -130px;
        top: -3px;
        margin-top: -3px;
    }

    .withdraw_inner .dli-arrow::after {
        border-bottom: 2px solid #fff;
        transform: rotate(90deg);
        right: -132px;
        top: -6px;
    }
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}