@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.navbar-ggt {
    top: 0;
}

@font-face {
    font-family: "LINESeedSansTH_Bd";
    src: url("../../font/LINESeedSansTH_Bd.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.font-LINESeedSansTH_Bd {
    font-family: "LINESeedSansTH_Bd";
}

.font-kanit {
    font-family: "Kanit", sans-serif !important;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100dvh;

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

.ci-gray {
    color: #444444;
}

.ci-primary {
    color: #356a6f;
}

.ci-primary-50 {
    color: #779893;
}

.fw-bold {
    font-weight: bold;
}

.mainLayout {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 100%;
    min-height: 100dvh;
    color: #fff;
    background: #140e0c;
    margin: 45px auto auto;
    overflow: hidden;

}

.logo_Ro {
    width: 180px;
    filter: drop-shadow(0px 4px 15px #ffffffea);
}

.dragon_contentLayout {
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100%;
    padding: 40px 30px;
    gap: 10px;
    overflow: hidden;

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

.dragon_mainLayout {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    /* min-height: 100dvh; */
    z-index: 3;

    background: url("../../img/bg/banner.png");
    background-position: top center;
    background-size: cover;
}

.dragon_logo {
    width: 700px;
}

.dragon_titleEvent {
    width: 700px;
}

.dragon_dateDetail {
    font-size: 25px;
    color: #368d91;
    font-family: "LINESeedSansTH_Bd";
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 5px rgb(255 255 255 / 50%);
}

.dragon_objectSun {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    /* height: 100%; */
}

.dragon_objectSun img,
.dragon_logo img,
.dragon_objectHr img,
.dragon_frameLayout img,
.dragon_rewardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dragon_character {
    width: 1000px;
    position: absolute;
    z-index: 3;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 87%);
}

.dragon_Cloud01 {
    width: 500px;
    position: absolute;
    z-index: 4;
    bottom: -300px;
    left: -100px;
}

.dragon_Cloud02 {
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: -300px;
    left: 0;
}

.dragon_character img,
.dragon_Cloud01 img,
.dragon_Cloud02 img,
.dragon_Title img,
.dragon_detail img,
.dragon_detail02 img,
.dragon_reward img,
.dragon_title02 img,
.dragon_rewardImg03 img,
.dragon_rewardTitle img,
.dragon_rewardImg04 img,
.dragon_rewardImg05 img,
.dragon_frameLayout04_footer img,
.dragon_quest img,
.dragon_quest02 img,
.dragon_quest03 img,
.dragon_questBgFooter img,
.dragon_questImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dragon_objectHr {
    width: 100%;
    height: 250px;
    position: absolute;
    top: -200px;
    left: 0;
    filter: drop-shadow(0px 5px 10px #000);
}

.dragon_character_h {
    width: 200px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(99%, -21%);
}

/* Content  */
.dragon_contentMainLayout {
    position: relative;
    z-index: 3;
    width: 100%;
    /* height: 100dvh; */
    padding-top: 130px;

    background: url("../../img/bg/banner02.png");
    background-position: top center;
    background-size: cover;
}

.dragon_LayoutContent {
    width: 100%;
    height: 100%;
    padding: 20px;

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

.dragon_Title {
    width: 650px;
}

.dragon_copyRight {
    font-size: 14px;
    color: #ffffff7d;
    font-family: "LINESeedSansTH_Bd";
    text-shadow: 0px 0px 8px #293d6e, 0px 0px 7px #000;
}

.dragon_detail {
    width: 300px;
}

.dragon_frameLayout {
    position: relative;
    width: 750px;
    height: 420px;

    background: url("../../img/frame_img.png");
    background-position: center;
    background-size: cover;
    padding: 30px;
    margin-bottom: 250px;
}

.dragon_frameDetail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 80%);
    width: 600px;
    min-height: 150px;
    height: 150px;
    padding: 30px;
    font-size: 16px;

    background: #000000a8;
    border: 1px solid #165264;
    text-align: center;
}

.dragon_frameLayout02 {
    position: relative;
    width: 750px;
    min-height: 900px;

    background: url("../../img/bg/01_bg.png");
    background-position: center;
    background-size: cover;
    padding: 50px;
    padding-top: 120px;
    margin-bottom: 200px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dragon_detail02 {
    width: 600px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.dragon_character02 {
    width: 280px;
    min-width: 280px;
}

.dragon_character02_2 {
    width: 350px;
}

.dragon_detail03 {
    color: #356a6f;
    font-size: 40px;
    font-weight: 800;
    font-family: "LINESeedSansTH_Bd";
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #ffffff, 0 0 25px #ffffff, 0 0 30px #ffffff, 0 0 35px #ffffff;
}

.dragon_des {
    width: 350px;
    font-size: 18px;
}

.dragon-text-end {
    text-align: end;
}

.dragon-text-18 {
    font-size: 18px;

}

.dragon_frameLayout03 {
    position: relative;
    width: 750px;
    min-height: 900px;

    background: url("../../img/bg/02_bg.png");
    background-position: center;
    background-size: cover;
    padding: 70px;
    padding-top: 80px;

    display: flex;
    flex-direction: column;
}

.dragon_reward {
    width: 500px;
}

.reward_layoutDetail {
    color: #444444;
    width: 100%;
    height: 180px;
    padding: 20px;
    background: #fff;
    font-family: "LINESeedSansTH_Bd";

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    gap: 10px;
    font-size: 14px;

}

.reward_layoutTitle {
    width: 180px;
    min-width: 180px;
    height: 180px;
    padding: 20px;
    font-size: 20px;

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

    background: #407f85;
    font-family: "LINESeedSansTH_Bd";

}

.reward_TableDetail {
    color: #000;
    width: 100%;
    height: 180px;
    padding: 20px;
    background: #e4f0f1;
    border: 1px solid #407f85;
    font-family: "LINESeedSansTH_Bd";

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    gap: 10px;
    font-size: 14px;

}

.reward_TableTitle {
    width: 180px;
    min-width: 180px;
    height: 180px;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;

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

    background: #fff;
    color: #407f85;
    border: 1px solid #407f85;
    font-family: "LINESeedSansTH_Bd";

}

.reward_TableReward {
    width: 60px;
}

.dragon_frameMainLayout04 {
    width: 740px;
    padding: 30px;
    background: #123032;
}

.dragon_frameLayout04 {
    position: relative;
    width: 794px;
    min-height: 1000px;
    margin-bottom: 150px;

    background: url("../../img/bg/03_bg.png");
    background-position: top;
    background-size: cover;
    padding: 110px;
    padding-top: 130px;

    gap: 10px;
    display: flex;
    flex-direction: column;
}

.dragon_title02 {
    width: 400px;
    padding-top: 8px;
    padding-bottom: 80px;
}

.dragon_rewardImg {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dragon_rewardImg03 {
    width: 100px;
    height: 100px;
}

.dragon_rewardImg04 {
    width: 450px;
}

.dragon_rewardTitle {
    width: 400px;
}

.dragon_rewardLayout02 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 340px;

    background: url("../../img/bg/04_bg.png");
    background-position: center;
    background-size: cover;

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

.dragon_rewardImg05 {
    width: 180px;
}

.dragon_frameLayout04_footer {
    position: absolute;
    bottom: -100px;
    right: 0px;
    width: 794px;
}

.dragon_frameLayoutQuest {
    width: 100%;
    height: 100%;

    padding: 30px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.dragon_quest {
    width: 550px;
}

.dragon_quest02 {
    width: 450px;
}

.dragon_quest03 {
    width: 220px;
}

.dragon_questBg_sm {
    width: 100%;
    height: 310px;
    padding: 40px 60px;

    background: url("../../img/event/bg_sm.png");
    background-position: center;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.quest_tableTitle {
    border: 1px solid #cdac85;
    background: #9a704d;
    color: #fff;

    width: 150px;
    height: 40px;
    padding: 5px 10px;

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

}

.quest_tableDetail {
    border: 1px solid #cdac85;
    background: #fff;
    color: #000;

    width: 100%;
    height: 40px;
    padding: 5px 10px;

    display: flex;
    align-items: center;
}

.dragon_questBg {
    position: relative;
    width: 100%;
    padding: 40px 60px;

    background: url("../../img/event/bg_full.png");
    background-position: top;
    background-size: cover;

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

.dragon_questBgFooter {
    width: 100%;

    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
}

.dragon_questImg {
    width: 600px;
}

.btn_back {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1099;

    width: 80px;
    height: 30px;
    overflow: hidden;
    border-radius: 10px;

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

    background: url("../../img/btn.png");
    background-position: center;
    background-size: cover;
    text-decoration: none !important;
}

.btn_back button {
    background: transparent;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
    color: #575757;
    text-transform: uppercase;
}