.mainLayout_content {
    position: relative;

    width: 100%;
    max-width: 800px;
    /* min-height: 100dvh; */
    margin: 0 auto;
    padding-bottom: 150px;

    background: #2c394b;
    overflow: hidden;
}

.object_footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

    width: 100%;
}

/* ==== banner ==== */
.banner_mainLayout {
    position: relative;
    width: 100%;
    /* min-height: 100dvh; */
    padding: 50px;
    margin-top: 56px;



    display: flex;
    flex-direction: column;
    align-items: center;

    background: url("../images/Banner/main_bg.png");
    background-position: top;
    background-size: cover;

    color: #fff;
}

.banner_content {
    position: relative;
    width: 100%;
    height: 1350px;
    /* padding-top: 650px; */
    padding-bottom: 100px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.banner_content_layout {
    position: relative;
    z-index: 2;
    width: 750px;
    min-width: 750px;
    height: 610px;
    padding: 50px 100px;


    background: url("../images/Banner/content_bg.png");
    background-position: center;
    background-size: cover;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: "DBHelvethaicaMonX", sans-serif;
}

.banner_content_layout h5 {
    color: #2b1404;
    font-weight: 500;
}

.banner_content_layout h4 {
    position: absolute;
    bottom: 80px;
    color: #a54f09;
    font-weight: 500;
    text-transform: uppercase;
}

.banner_content_title {
    width: 500px;
}

.banner_content_footer {
    position: absolute;
    z-index: 1;
    bottom: -20px;

    width: 680px;
    min-width: 680px;
    height: 260px;
    padding: 50px 100px;
    padding-bottom: 20px;

    background: url("../images/Banner/content_bg_02.png");
    background-position: bottom;
    background-size: cover;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;

    font-family: "DBHelvethaicaMonX";
}

.banner_content_footer h3 {
    color: #ffebbe;
    line-height: 36px;

    text-shadow: 2px 2px #000;
}

.banner_content_footer h4 {
    color: #ffe095;
    line-height: 27px;

    text-shadow: 2px 2px #000;
}

.banner_content_footer_icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;
    filter: drop-shadow(1px 1px 5px #ff6000);
}

/* ===== tab ===== */
.tab_mainLayout {
    position: relative;
    width: 100%;
    height: 180px;
}

.tab_layout {
    position: relative;
    width: 100%;
    height: 150px;
    padding: 0 20px;

    background: url("../images/tab/bg.png");
    background-position: top;
    background-size: cover;

    display: flex;
    align-items: start;
    justify-content: space-between;

    color: #fff;
}

.tab_menu {
    position: relative;
    top: -10px;
    width: 200px;
    height: 180px;
    padding: 0 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "aAbsoluteEmpire", sans-serif;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    text-shadow: 0px 0px 5px #1eb3ff;
    cursor: pointer;
    overflow: hidden;
}

/* สร้างพื้นหลังหลัก */
.tab_menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    z-index: 0;
}

.tab_menu:hover::before,
.tab_menu.active::before {
    background: url("../images/tab/active.png") top/cover no-repeat;
    opacity: 1;
}

.tab_menu>* {
    position: relative;
    z-index: 1;
}

.tab_menu span {
    color: #fff;
}

/* Content  */

.content_mainLayout {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 20px 50px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content_titleLayout {
    width: 600px;
}

/* Content - Section 01  */
.content_mapLayout {
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;

    background: #161c25;
}

.content_map_text {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    color: #d9d9d9;
    text-align: center;
    font-family: "LINESeedSansTH", sans-serif;

}

.content_01_map {
    width: 100%;
}

/* Content - Section 02 Map  */
.content_map_mainLayout {
    width: 700px;
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}



/* HerosriaSiege  */
.herosriasiege_mapMain {
    position: relative;
    z-index: 3;
    width: 800px;
    filter: drop-shadow(0px 0px 50px #ffffff42);

}

.herosriasiege_mapMain img {
    position: relative;
    z-index: 3;
}


.herosriasiege_detailLayout {
    width: 320px;
    height: 35px;
    padding: 5px 10px;

    display: flex;
    align-items: center;
    gap: 10px;

    background: #212a3a;
    border: 1px solid #52555a;

    font-size: 14px;
    color: #e7e7e7;
    font-family: "LINESeedSansTH", sans-serif;
}

.herosriasiege_detail_icon {
    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.herosriasiege_detailLayout_02 {
    min-width: 90px;
    height: 35px;
    padding: 5px 10px;

    display: flex;
    align-items: center;
    gap: 10px;

    background: #131a26;
    border: 1px solid #52555a;

    font-size: 14px;
    color: #b3b3b3;
    font-family: "LINESeedSansTH", sans-serif;
}

.herosriasiege_bottom {
    margin-bottom: 180px;
}

.herosriasiege_thirdBg {
    position: relative;
    width: 100%;
    height: 550px;
    padding: 0px;

    background: url("../images/content/HerosriaSiege/04/bg.png");
    background-position: top;
    background-size: cover;

    display: flex;
    align-items: end;
    justify-content: center;
    color: #fff;
}

.herosriasiege_thirdFooter {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;

    width: 150%;
    height: 700px;
    background: linear-gradient(180deg, #ebc38c00 0%, #2c394bec 100%);
}

.herosriasiege_third_map {
    height: 290px;
}

.herosriasiege_third_map_02 {
    width: 400px;
}

.herosriasiege_third_map_03 {
    width: 100%;
}

.herosriasiege_chamberBg {
    position: relative;
    width: 100%;
    height: 550px;
    padding: 0px;

    background: url("../images/content/HerosriaSiege/05/bg.png");
    background-position: top;
    background-size: cover;

    display: flex;
    align-items: end;
    justify-content: center;
    color: #fff;
}

/* ==== Siege Reward ====  */
.siege_rewardMainLayout {
    width: 500px;
    min-height: 150px;
    padding: 20px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

    background: #e1e3e6;
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #000000b7;
}

.siege_rewardItemLayout {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;

    background: #fff;
    border: 5px solid #9fabba;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.siege_rewardItem {
    width: 100px;
    min-width: 100px;
}

.siege_tableRewardMainLayout {
    font-family: "DBHelvethaicaMonX", sans-serif;

    width: 100%;
    min-height: 300px;
    background: #e1e3e6;
    box-shadow: 1px 1px 3px #000000b7;
    border-radius: 20px;
    /* padding-bottom: 20px; */
}

.siege_tableRewardTitle {
    width: 100%;
    min-height: 60px;
    padding: 10px 20px;

    background: #215bac;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #3289d5;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 35px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.siege_tableContentMainLayout {
    width: 100%;
    /* min-height: 300px; */

    display: flex;
    gap: 0.2px;
    align-items: stretch;
}

.siege_tableContentLayout {
    width: 100%;
    padding: 20px;
    border-left: 1px solid #9fabba93;
    border-right: 1px solid #9fabba93;
    border-top: 1px solid #9fabba93;
    border-bottom: 1px solid #ffffffc9;

    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.siege_tableContentLayout#reward_06 {
    border-bottom-right-radius: 20px;
}

.siege_tableContentLayout#reward_05 {
    border-bottom-left-radius: 20px;
}

.tableCraftMaterialMainLayout {
    font-family: "DBHelvethaicaMonX", sans-serif;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #e1e3e6;
    box-shadow: 1px 1px 3px #000000b7;
    border-radius: 20px;
    overflow: hidden;
}


.tableCraftMaterial {
    background: #e1e3e6;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.tableCraftMaterial thead th {
    background: #c3cddb;
    vertical-align: middle;
    border-right: 1px solid #ffffffec;
}

.tableCraftMaterial thead th:last-child {
    border-right: none;
}

.tableCraftMaterial thead th span {
    color: #3373ce;
    font-size: 23px;
    line-height: 20px;
    font-weight: 500;
    vertical-align: middle;
}

.tableCraftMaterial tbody td {
    background: #e9ebee;
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 10px;
}

.tableCraftMaterial tbody td span {
    color: #5b5b5b;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.tableCraftMaterial tbody tr:nth-child(even) td {
    background: #f4f6f8;
}

.siege_rewardListMainLayout {
    width: 600px;
    min-height: 150px;
    border-radius: 20px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 30px; */

    background: #e1e3e6;
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #000000b7;
}

.siege_rewardList {
    width: 100%;
    min-height: 150px;
    padding: 15px 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

    background: #e1e3e6;
    border-bottom: 1px solid #fff;
}

.siege_rewardList:last-child {
    border-bottom: 0px solid #fff;

}

/* Modal  */
.modal_titleLayout {
    width: 100%;
    min-height: 40px;
    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1f56a7;
    font-family: "LINESeedSansTH", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.modal_close {
    position: absolute;
    top: -50px;
    border: 0px solid transparent;
    background: transparent;

    width: 50px;
    height: 50px;
    padding: 10px;
}

.modal_mainContentLayout {
    width: 100%;
    /* height: 100%; */
    background: #f3f3f3;
    border-bottom: 1px solid #fff;

    display: flex;
}

.modal_contentopic {
    width: 150px;
    min-width: 150px;
    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #dfdfdf;
    text-align: center;
}

.modal_contenDetail {
    width: 100%;
    padding: 10px;
}

.modal_contentDetailLayout {
    width: 100%;
    min-height: 100px;
    padding: 20px;

    display: flex;
    align-items: start;
    gap: 10px;
    font-family: "LINESeedSansTH", sans-serif;

}

.modal_contentImg {
    width: 130px;
    min-width: 130px;
}

.modal_contenthr {
    width: 100%;
    height: 5px;
    border-bottom: 1px dashed #dfdfdf;
}

.modal_mainLayoutContentLayout {
    width: 100%;
    height: calc(100dvh - 150px);
    overflow: auto;

    display: flex;
    flex-direction: column;
}