* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --white: rgba(255, 255, 255, 1);
    --black: rgba(0, 0, 0, 1);
    --gold: rgba(205, 169, 70, 1);
    --brown: rgba(156, 132, 83, 1);
    --gray001: rgba(236, 238, 243, 1);
    --gray002: rgba(251, 251, 253, 1);
    --gray003: rgba(35, 31, 30, 1);
    --gray004: rgb(180, 180, 180);
    --green: rgba(61, 179, 73, 1);
    --font_cond: 'db_heaventregular';
    --font_light: 'db_heaventlight';
    --font_med: 'db_heaventmed';
    --font_bold: 'db_heaventbold';
}

html {
    background-color: var(--black);
    margin: 0px;
    padding: 0px;
}
body {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    word-break: break-word;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.d-mobile {
    display: none;
}
.d-desktop {
    display: block;
}

.d-mobile01 {
    display: none;
}
.d-desktop01 {
    display: block;
}

.d-flex {
    display: flex;
}
.d-grid {
    display: grid;
    display: -ms-grid;
}

.ms-col-1 {
    -ms-grid-column: 1;
}
.ms-col-2 {
    -ms-grid-column: 2;
}
.ms-col-3 {
    -ms-grid-column: 3;
}
.ms-col-4 {
    -ms-grid-column: 4;
}
.ms-col-5 {
    -ms-grid-column: 5;
}
.ms-col-6 {
    -ms-grid-column: 6;
}
.ms-col-7 {
    -ms-grid-column: 7;
}
.ms-col-8 {
    -ms-grid-column: 8;
}
.ms-col-9 {
    -ms-grid-column: 9;
}
.ms-col-10 {
    -ms-grid-column: 10;
}
.ms-col-11 {
    -ms-grid-column: 11;
}
.ms-col-12 {
    -ms-grid-column: 12;
}
.ms-col-13 {
    -ms-grid-column: 13;
}
.ms-col-14 {
    -ms-grid-column: 14;
}
.ms-col-15 {
    -ms-grid-column: 15;
}

.ms-row-1 {
    -ms-grid-row: 1;
}
.ms-row-2 {
    -ms-grid-row: 2;
}
.ms-row-3 {
    -ms-grid-row: 3;
}

.ab-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}
.align-start {
    align-items: flex-start;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.flex-dir-col {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-dir-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.justify-code {
    justify-content: flex-start;
}

.mg01 {
    margin: 15px;
}
.mg02 {
    margin: 15px;
}
.mgAuto {
    margin: auto;
}
.mgt01 {
    margin-top: 10px;
}
.mgt02 {
    margin-top: 2rem;
}
.mgt03 {
    margin-top: -1.5%;
}
.mgt04 {
    margin-top: 3rem;
}
.mgt05 {
    margin-top: 0.5rem;
}
.mgt06 {
    margin-top: 1rem;
}
.mgl01 {
    margin-left: 10px;
}
.mgl02 {
    margin-left: 15px;
}
.mgl03 {
    margin-left: 1rem;
}
.mgl04 {
    margin-left: 38px;
}
.mgr01 {
    margin-right: 1rem;
}
.mgr02 {
    margin-right: 15px;
}
.mgb01 {
    margin-bottom: 1rem;
}
.mgb02 {
    margin-bottom: 2rem;
}
.mgb03 {
    margin-bottom: 0.5rem;
}

.pdt05 {
    padding-top: 0.5rem;
}
.pdb02 {
    padding-bottom: 2rem;
}
.pdb05 {
    padding-bottom: 0.5rem;
}
.pdl01 {
    padding-left: 1rem;
}

.br01 {
    display: block;
}

.color-white {
    color: var(--white);
    color: #fff;
}
.color-black {
    color: var(--black);
    color: #000;
}
.color-gold {
    color: var(--gold);
    color: #cda946;
}
.color-goldGrad {
    background: #FFF296;
    background: linear-gradient(to top, #FFF296 8%, #EDD573 29%, #FFF16D 37%, #BF932A 47%, #FFE571 78%, #E4CE57 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color-gray {
    color: #797a7e;
}
.color-red {
    color: #f70006;
}
.color-blue {
    color: #007bff;
}
.color-pink {
    color: #f10691;
}
.color-green {
    color: #3ab54b;
}

.position-relative {
    position: relative;
}

.txt-center {
    text-align: center;
}

.font-light01 {
    font-family: 'db_heaventlight';
    line-height: 1.8;
    font-size: 0.8rem;
    font-size: calc(0.5rem + 1.1vmin);
}
.font-light02 {
    font-family: 'db_heaventlight';
    line-height: 1.8;
    font-size: 1.7rem;
    font-size: calc(0.4rem + 1vmin);
}
.font-light03 {
    font-family: 'db_heaventlight';
    line-height: 1.8;
    font-size: 0.8rem;
    font-size: calc(0.8rem + 1vmin);
}
.font-light04 {
    font-family: 'db_heaventlight';
    line-height: 1.8;
    font-size: 1rem;
    font-size: clamp(0.8rem, 1vw, 1rem);
}
.font-light05 {
    font-family: 'db_heaventlight';
    line-height: 1.8;
    font-size: 1rem;
    font-size: clamp(0.3rem, 1vw, 1rem);
}

.font-cond01 {
    font-family: 'db_heaventregular';
    line-height: 1.8;
    font-size: 2rem;
    font-size: clamp(0.9rem, 2vw, 2rem);
}
.font-cond02 {
    font-family: 'db_heaventregular';
    line-height: 1.8;
    font-size: 0.95rem;
    font-size: calc(0.6rem + 1vmin);
}
.font-cond03 {
    font-family: 'db_heaventregular';
    line-height: 1.8;
    font-size: clamp(0.9rem, 1.5vw, 1.5rem);
    font-size: calc(1rem + 1vmin);
}
.font-cond04 {
    font-family: 'db_heaventregular';
    line-height: 1.8;
    font-size: 0.8rem;
    font-size: calc(0.8rem + 1vmin);
}
.font-cond05 {
    font-family: 'db_heaventregular';
    line-height: 1.8;
    font-size: 1.7rem;
    font-size: calc(0.45rem + 1vmin);
}

.font-med01 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 1.4rem;
    font-size: calc(0.6rem + 1vmin);
}
.font-med02 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 1.7rem;
    font-size: clamp(0.8rem, 1.3vw, 1.3rem);
}
.font-med03 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 2.7rem;
    font-size: clamp(1rem, 2.7vw, 2.7rem);
}
.font-med04 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 0.9rem;
    font-size: calc(0.5rem + 1vmin);
}
.font-med05 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 0.9rem;
    font-size: calc(0.3rem + 1vmin);
}
.font-med06 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 2.7rem;
    font-size: clamp(1.7rem, 2.7vw, 2.7rem);
}
.font-med07 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 1.4rem;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
}
.font-med08 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 1.1rem;
    font-size: clamp(1rem, 1.3vw, 1.3rem);
}
.font-med09 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 1.6rem;
    font-size: clamp(0.9rem, 1.8vw, 1.6rem);
}
.font-med10 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 1.7rem;
    font-size: calc(0.4rem + 1vmin);
}
.font-med11 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: 1.6rem;
    font-size: clamp(1.3rem, 1.8vw, 1.6rem);
}
.txt-num01 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: calc(3.1rem + 1vmin);
    font-size: clamp(2rem, 4vw, 4rem);
    letter-spacing: 3px;
}
.txt-num02 {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: calc(2.1rem + 1vmin);
    font-size: clamp(1.3rem, 3vw, 3rem);
    letter-spacing: 3px;
}

.font-bold01 {
    font-family: 'db_heaventbold';
    line-height: 1.8;
    font-size: 1.4rem;
    font-size: calc(0.5rem + 1vmin);
}
.font-bold02 {
    font-family: 'db_heaventbold';
    line-height: 1.8;
    font-size: calc(1.8rem + 1vmin);
    font-size: clamp(1rem, 2vw, 2rem);
}
.font-bold03 {
    font-family: 'db_heaventbold';
    line-height: 1.8;
    font-size: 3.3rem;
    font-size: calc(2rem + 1vmin);
}
.font-bold04 {
    font-family: 'db_heaventbold';
    line-height: 1.8;
    font-size: 0.75rem;
    font-size: calc(0.3rem + 1vmin);
}
.font-bold05 {
    font-family: 'db_heaventbold';
    line-height: 1.8;
    font-size: 3.1rem;
    font-size: calc(2.5rem + 1vmin);
}
.font-bold06 {
    font-family: 'db_heaventbold';
    line-height: 1.8;
    font-size: calc(1.5rem + 1vmin);
    font-size: clamp(0.8rem, 2vw, 1.5rem);
}

.w90 {
    width: 90%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
    border: none;
    transition: box-shadow 100ms ease-in-out 0s;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    margin-top: -2% !important;
    background-color: #333333;
}

.btn-lg {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.5;
    border-radius: 5rem;
}

.content-grid01 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    margin: 0 7%;
}
.content-grid02 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1.6fr 2fr;
    -ms-grid-columns: 1.6fr 2fr;
    margin: 0;
}
.content-grid03 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr;
    -ms-grid-columns: auto 1fr;
}
.content-grid04 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
}
.content-grid05 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    margin: 0 7%;
}
.content-grid06 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    margin: 0;
}
.content-grid07 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
}
.content-grid08 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr auto;
    -ms-grid-columns: 1fr auto;
}
.content-grid09 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
}

.content-grid10 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr;
    -ms-grid-columns: auto 1fr;
}
.content-grid11 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 5.5fr;
    -ms-grid-columns: 1fr 5.5fr;
}

.content {
    position: relative;
    padding-top: 70px;
}

/* banner style */
.banners-tip .lSPager {
    padding-bottom: 20px!important;
    margin-top: -40px!important;
} 
.lSPager {
    margin-top: 25px!important;
}
.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: var(--gold) !important;
    height: 12px;
    width: 12px;
}
.lSAction > a , .lSSlideOuter .lSPager.lSpg > li a{
    z-index: 98 !important;
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: var(--white) !important;
    border-radius: 50%;
    z-index: 10;
}
.lSSlideOuter .lSPager.lSpg {
    margin: -38px 0 0!important;
    padding: 0 0 15px 0 !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.lSSlideOuter .lSPager.lSpg > li.active {
    cursor: pointer;
    padding: 0 5px;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
}
.lSAction > .lSNext {
    background-position: 0 !important;
    right: 10px;
}
.lSAction > .lSPrev {
    background-position: 0;
    width: 40px;
    height: 40px;
    /* right: 13.5%;
    left: auto; */
    background-image: url(../images/button/bt04.png);
}
.lSAction > .lSNext {
    background-position: 0;
    width: 40px;
    height: 40px;
    /* right: 11%; */
    background-image: url(../images/button/bt05.png);
}
.vdo-tips .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: black !important;
    height: 12px;
    width: 12px;
}
.vdo-tips .lSSlideOuter .lSPager.lSpg {
    margin: 19px 0 0!important;
    padding: 0 0 15px 0 !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner {
    padding-right: 0px;
    padding-left: 0px;
}
.stl-bnw {
    width: 100%;
}
.height100 {
    height: 100%;
}
.fragment1-banner1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
    margin-top: 7%;
    margin-left: -17.5%;
}
.fragment1-banner2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    margin-top: 5%;
    margin-right: -12.5%;
}

.fragment1-banner3 {
    position: absolute;
    width: 35%;
    top: 6%;
    left: 32%;
    transform: translate(-50%, 0);
}

/* .fragment2-banner1 {
    position: absolute;
    width: 53%;
    margin-top: 7%;
    margin-left: -17.5%;
}
.fragment2-banner2 {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    margin-top: 5%;
    margin-right: -12.5%;
}

.fragment2-banner3 {
    position: absolute;
    width: 35%;
    top: 6%;
    left: 32%;
    transform: translate(-50%, 0);
} */
/* end banner style */

.menu-right {
    display: block;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    margin-top: 125px;
}
.tabmenu-right-chat {
    margin-bottom: 3%;
    width: 100%;
    height: auto;
}
.ic-chat {
    width: 75px;
    height: auto;
    object-fit: contain;
}
.menu-chat {
    display: block;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    margin-top: 355px;
}
.tabmenu-right1 {
    width: auto;
    height: auto;
    padding: 8px 5px;
    background-image: linear-gradient(to left, #9b7338, #ffe399 11%, #d3a34e 15%, #f8e886 68%, #c0982d, #cfa954);
    border: none;
    border-radius: 1rem 0 0 1rem;
    margin-bottom: 2%;
    opacity: 1;
}
.tabmenu-right1:hover, .tabmenu-right2:hover, .tabmenu-right3:hover {
    background-color: var(--black);
    opacity: 0.9;
}
.tabmenu-right2 {
    width: auto;
    height: auto;
    padding: 8px 5px;
    background-image: linear-gradient(to left, #828a8d, #d6e2e9 11%, #9daeb5 15%, #fdfcff 68%, #7a838a, #969fa6);
    border: none;
    border-radius: 1rem 0 0 1rem;
    margin-bottom: 3%;
}
.tabmenu-right3 {
    width: auto;
    height: auto;
    padding: 8px 5px;
    background-image: linear-gradient(to left, #857568, #b5a398 11%, #817162 15%, #fde7d0 68%, #8d7760, #957f68);
    border: none;
    border-radius: 1rem 0 0 1rem;
    margin-bottom: 3%;
}
.menu-right a {
    text-decoration: none;
}
.ic-menu1 {
    width: 25px;
    height: auto;
    object-fit: contain;
}
a.anchor {
    display: block; 
    position: relative; 
    top: -100px; 
    visibility: hidden; 
}

.sty-intro {
    background-color: black;
    width: 100%;
    height: auto;
    padding: 2% 0;
}

.sty-num {
    background-image: url(../images/bg/bg01.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#simLuxury {
    background-image: url(../images/bg/bg02.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
    background-position: center;
}

#howtoBuy {
    background-image: url(../images/bg/bg03.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
    background-position: center;
}

#adveartorial {
    background-image: url(../images/bg/bg04.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
    background-position: center;
}

.btn-dragon {
    background-image: linear-gradient(6deg, #dab058 0%, #38261c 100%);
    border-radius: 15px;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font: 1.125rem 'Oswald', Arial, sans-serif;
    height: 50px;
    letter-spacing: 1px;
    margin: 0 15px;
    padding: 2px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 180px;
    z-index: 2;
}

.btn-dragon:hover {
	color: #fff;
}

.btn-dragon span {
	align-items: center;
	background: #000000;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
    font-family: 'db_heaventregular';
    font-size: calc(0.9rem + 1vmin);
    font-size: clamp(0.64rem, 1.1vw, 1.5rem);
    padding: 5px;
}

.btn-dragon:hover span {
	background: transparent;
}

.sty-ic-menuBtn {
    width: 28px;
    height: auto;
    object-fit: contain;
    margin-right: 0.5rem;
}

.img-txt-intro {
    width: 700px;
    height: auto;
    object-fit: contain;
    margin: 45px 0 15px;
}
.img-intro {
    width: 68%;
    height: auto;
    object-fit: contain;
    margin-top: -5%;
}
.im-txt-dragon {
    width: 55%;
    height: auto;
    object-fit: contain;
    margin-top: 15px;
}
.txt-dragon {
    background: #FFEB82;
    background: linear-gradient(to bottom, #FFEB82 24%, #E4C559 32%, #FFEC5F 39%, #CD9A2D 62%, #FFF06E 74%, #FFEB82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-content {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 7%;
}

.card-content01 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(4, 25%);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    margin: 0 7%;
}

.card-dragon01 {
    background: rgb(202,164,63);
    background-image: linear-gradient(225deg, rgba(202,164,63,1) 0%, rgba(235,197,98,1) 19%, rgba(196,148,46,1) 29%, rgba(243,214,84,1) 56%, rgba(233,200,97,1) 72%, rgba(212,166,78,1) 85%, rgba(250,232,130,1) 94%, rgba(143,103,44,1) 100%);
    border: 1px solid #f0e9a5;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    -webkit-box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    margin: 10px;
    position: relative;
}
.card-dragon02 {
    background: rgb(202,164,63);
    background-image: linear-gradient(225deg, rgba(202,164,63,1) 0%, rgba(235,197,98,1) 19%, rgba(196,148,46,1) 29%, rgba(243,214,84,1) 56%, rgba(233,200,97,1) 72%, rgba(212,166,78,1) 85%, rgba(250,232,130,1) 94%, rgba(143,103,44,1) 100%);
    border: 1px solid #f0e9a5;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    -webkit-box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    margin: 10px;
    position: relative;
}
.card-dragon02::after {
    background: rgba(0, 0, 0, 0.596);
    content: "";    
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 10px;
    z-index: 20;   
}
.card-swan01 {
    background: rgb(173,180,186);
    background: linear-gradient(225deg, rgba(173,180,186,1) 0%, rgba(120,129,136,1) 19%, rgba(239,244,248,1) 29%, rgba(201,214,222,1) 56%, rgba(135,142,148,1) 72%, rgba(222,227,233,1) 85%, rgba(109,116,122,1) 94%, rgba(144,153,158,1) 100%);
    border: 1px solid #fffefc;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    -webkit-box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    margin: 10px;
    position: relative;
}
.card-swan02 {
    background: rgb(173,180,186);
    background: linear-gradient(225deg, rgba(173,180,186,1) 0%, rgba(120,129,136,1) 19%, rgba(239,244,248,1) 29%, rgba(201,214,222,1) 56%, rgba(135,142,148,1) 72%, rgba(222,227,233,1) 85%, rgba(109,116,122,1) 94%, rgba(144,153,158,1) 100%);
    border: 1px solid #fffefc;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    -webkit-box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    margin: 10px;
    position: relative;
}
.card-swan02::after {
    background: rgba(0, 0, 0, 0.596);
    content: "";    
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 10px;
    z-index: 20;   
}
.card-lucky01 {
    background: rgb(154,137,117);
    background: linear-gradient(225deg, rgba(154,137,117,1) 0%, rgba(121,103,89,1) 19%, rgba(232,214,194,1) 29%, rgba(180,159,138,1) 56%, rgba(217,196,179,1) 72%, rgba(152,134,114,1) 85%, rgba(113,95,81,1) 94%, rgba(137,121,105,1) 100%);
    border: 1px solid #fff8e4;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    -webkit-box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    margin: 10px;
    position: relative;
}
.card-lucky02 {
    background: rgb(154,137,117);
    background: linear-gradient(225deg, rgba(154,137,117,1) 0%, rgba(121,103,89,1) 19%, rgba(232,214,194,1) 29%, rgba(180,159,138,1) 56%, rgba(217,196,179,1) 72%, rgba(152,134,114,1) 85%, rgba(113,95,81,1) 94%, rgba(137,121,105,1) 100%);
    border: 1px solid #fff8e4;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    -webkit-box-shadow: rgb(0 0 0 / 45%) 0px 86px 36px -78px;
    margin: 10px;
    position: relative;
}
.card-lucky02::after {
    background: rgba(0, 0, 0, 0.596);
    content: "";    
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 10px;
    z-index: 20;   
}
.zIndex {
    z-index: 98;
}
.txt-title {
    font-family: 'db_heaventmed';
    line-height: 1.8;
    font-size: calc(1.8rem + 1vmin);
    font-size: clamp(0.5rem, 1.8vw, 2.3rem);
    letter-spacing: 3px;
}

.card-detail {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2.5fr;
    -ms-grid-columns: auto;
    width: 100%;
    height: 100%;
}

.img-grade {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sty-grade01 {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, 0);
    word-break: normal;
}

.sty-grade02 {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, 0);
    word-break: normal;
}

.sty-status01 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    word-break: normal;
    z-index: 99;
}

.sty-status02 {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, 0);
    word-break: normal;
    z-index: 99;
}

.img-ais {
    width: 27%;
    height: auto;
    object-fit: contain;
}

.btn-more {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 2.5fr;
    -ms-grid-columns: 1fr 1fr 2fr;
    align-items: center;
}

.img-share {
    width: 40%;
    height: auto;
    object-fit: contain;
    margin: 5px;
}

.img-cart {
    width: auto;
    height: 32px;
    object-fit: contain;
    margin: 0 5px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 5px;
}
.btn-view {
    display: flex;
    font-family: 'db_heaventmed';
    font-size: 0.9rem;
    font-size: clamp(0.5rem, 0.8vw, 0.8rem);
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 0 5px;
    height: 32px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.txt-line-none {
    text-decoration: none;
}
.txt-line {
    text-decoration: underline;
}

#numDragonmore, #numSwanmore, #numLuckymore {
    display: none;
}

.btn-outline-white {
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'db_heaventmed';
    font-size: 0.9rem;
    font-size: clamp(0.7rem, 1.5vw, 1rem);
    border: 1.5px solid #fff;
    border-radius: 8px;
    color: #fff;
    padding: 8px;
    height: auto;
    width: 150px;
    margin-top: 35px;
    cursor: pointer;
    transition: background .5s ease;
}
.btn-outline-white:focus-visible {
    outline: none;
}
.btn-outline-white:hover {
    background-color: black;
}

.btn-outline-black {
    background-color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'db_heaventmed';
    font-size: 0.9rem;
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    border: 1.5px solid #000;
    border-radius: 8px;
    color: #000;
    padding: 8px;
    height: auto;
    width: 150px;
    margin: 35px auto 0;
    cursor: pointer;
}
.btn-outline-black:focus-visible {
    outline: none;
}

.btn-outline-transp {
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'db_heaventmed';
    font-size: 0.9rem;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    border: 1.5px solid #000;
    border-radius: 8px;
    color: #000;
    padding: 8px;
    height: auto;
    width: 150px;
    margin: 35px auto 0;
    cursor: pointer;
}
.btn-outline-transp:focus-visible {
    outline: none;
}

.sty-bannertip {
    width: 84%;
    height: auto;
    margin: auto;
    object-fit: contain;
}

.vdo-tips .lSSlideWrapper {
    margin: 0 8% ;
    position: relative;
}

.arr-prev {
    width: 40px !important;
    height: 40px;
    background: url(../images/button/bt04.png);
    margin: 20px 20px;
    display: inline-block;
    cursor: pointer;
    object-fit: contain;
    position: absolute;
    top: 38%;
    left: 4%;
    transform: translate(-50%, 0);
}

.arr-next:hover {
    opacity: 0.5;
    cursor: pointer;
}

.arr-next {
    width: 40px !important;
    height: 40px;
    background: url(../images/button/bt05.png);
    margin: 20px 20px;
    display: inline-block;
    cursor: pointer;
    object-fit: contain;
    position: absolute;
    top: 38%;
    right: 2%;
    transform: translate(-50%, 0);
}

.arr-prev:hover {
    opacity: 0.5;
    cursor: pointer;
}

.stl-thumbVDO {
    width: 98%;
}

.sty-frameVDO {
    position: relative;
    object-fit: contain;
    width: 60%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

iframe.simVDO {
    width: 65vw !important;
    height: calc(65vw*0.5) !important;
}

iframe.sty-howtoVDO {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 56%;
    height: 87%;
}

.sty-ifrHowto {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 15px;
    width: 60%;
    word-break: inherit;
}

.box_overflow {
    max-height: 45vh;
    overflow-y: scroll;
    padding: 15px 25px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.box_overflow::-webkit-scrollbar {
    width: 5px;
}

.box_overflow::-webkit-scrollbar-track {
    background: rgb(255, 255, 255); 
}

.box_overflow::-webkit-scrollbar-thumb {
    background: rgb(136 136 136);
    border-radius: 50px;
}

.box_overflow::-webkit-scrollbar-thumb:hover {
    background: rgb(27, 27, 27)
}

button.btn-close01 {
    border-radius: 50%;
    padding: 0.5em;
    width: 30px;
    height: 30px;
    background-color: #000;
    border: 2px solid #000;
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    cursor: pointer;
}

button.btn-close01:hover {
    background-color: #000;
    color: #ffffff;
    opacity: 1;
}

button.btn-close01::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: white;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
}

button.btn-close01::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: white;
    height: 2px;
    top:12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
}

.modal01 {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 77%);
}

.abBtnClose {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -55px;
    margin-right: 0;
}
button.btn-close {
    border-radius: 50%;
    padding: 0.5em;
    width: 40px;
    height: 40px;
    background-color: #404042;
    border: 2px solid #404042;
    color: #ffffff;
    position: relative;
    opacity: 1;
    cursor: pointer;
}
button.btn-close:hover {
    background-color: #000;
    color: #ffffff;
    opacity: 1;
}

button.btn-close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: white;
    width: 2px;
    left: 16px;
    top: 9px;
    bottom: 8px;
    transform: rotate(45deg);
}
button.btn-close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: white;
    height: 2px;
    top: 17px;
    left: 8px;
    right: 9px;
    transform: rotate(45deg);
}

.card-article {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    width: 90%;
    height: 100%;
    margin: auto;
    background-color: white;
    position: relative;
}

.card-article:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.btn-readMore {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, 0);
}

.article-content {
    padding: 5% 5% 25%;
}
.ellip {
    display:block;
    height:100%;
}
.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    max-width:100%;
}
.ellip,
.ellip-line {
    position:relative;
    overflow:hidden;
}
.card-info {
    width: 55%;
    height: auto;
    background-color: white;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 30px 30px;
}
.bd-bottom03 {
    border-bottom: 5px solid #cda946;
    width: 115px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#paymentHowto {
    background-image: url(../images/bg/bg07.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
    background-position: center;
}

.ic-visa {
    width: 100px;
    height: auto;
    object-fit: contain;
    margin: 10px;
}

.ic-mastercard {
    width: 100px;
    height: auto;
    object-fit: contain;
    margin: 10px;
}

.sty-payCard {
    background-color: #fff;
    border: 1px solid #003499;
    margin: 10px;
    width: fit-content;
    height: auto;
}

.ic-bank {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.sty-payCard01 {
    background-color: #fff;
    border: 1px solid #003499;
    margin: 10px;
    width: fit-content;
    height: auto;
}
.ic-bankPay {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.btn-sty01 {
    background-image: url(../images/button/bt13.png);
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 80%;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btn-sty02 {
    background-image: url(../images/button/bt13.png);
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 35%;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btn-sty03 {
    background-image: url(../images/button/bt13.png);
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 35%;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btn-sty05 {
    background-color: #404042;
    border: none;
    border-radius: 5px;
    width: 176px;
    height: 35px;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.sty-code-mob {
    position: relative;
}

.sty-im-freebies {
    width: 200px;
    height: auto;
    object-fit: contain;
    margin-left: 20px;
}

.w-btn-backHome {
    width: 260px;
}

/* -------------------------------------------------------Response------------------------------------------------------------------------- */

@media only screen and (max-width : 1500px) {
    .txt-title {
        font-size: 1.5rem;
        font-size: clamp(0.5rem, 1.4vw, 1.5rem);
    }
    .sty-grade01 {
        top: 12%;
    }
    .sty-grade02 {
        top: 35%;
    }
    .font-med05 {
        font-size: 0.75rem;
        font-size: calc(0.4rem + 1vmin);
    }
    .card-content {
        margin: 0 5%;
    }
    .btn-more {
        grid-template-columns: 0.5fr 1fr 3fr;
        -ms-grid-columns: 0.5fr 1fr 3fr;
    }
    .img-share {
        width: 90%;
    }
}

@media only screen and (max-width : 1440px) {
    .font-bold02 {
        font-size: calc(1.2rem + 1vmin);
        font-size: clamp(1rem, 2vw, 1.5rem);
    }
    .font-bold06 {
        font-size: calc(0.8rem + 1vmin);
        font-size: clamp(0.8rem, 2vw, 1.2rem);
    }
    .article-content {
        padding: 5% 5% 35%;
    }
}

@media only screen and (max-width : 1200px) {
    .sty-grade01 {
        top: 10%;
    }
    .card-content {
        margin: 0 1%;
    }
    .img-cart {
        margin: 0 2px;
        padding: 8px 3px;
    }
    .sty-bannertip {
        width: 95%;
    }
    .font-med05 {
        font-size: 0.75rem;
        font-size: calc(0.2rem + 1vmin);
    }
}

@media only screen and (min-width: 992px) {

}
@media only screen and (max-width : 992px) {
    .txt-title {
        font-size: 1.5rem;
        font-size: clamp(0.5rem, 1.3vw, 1.5rem);
    }
    .btn-sty02 {
        width: 50%;
    }
    .ic-chat {
        width: 70px;
    }
}

@media only screen and (max-width : 930px) {   
    .d-mobile {
        display: block;
    }
    .d-desktop {
        display: none;
    }
    .mgt-mob01 {
        margin-top: 1rem;
    }
    .mgt-mob02 {
        margin-top: 2rem;
    }
    .content {
        padding-top: 60px;
    }
    .svg-inline--fa {
        height: 1.1em !important;
    }
    .tabmenu-right1, .tabmenu-right2, .tabmenu-right3 {
        padding: 4px 2px;
    }
    .img-txt-intro {
        width: 70%;
    }
    .im-txt-dragon {
        width: 100%;
    }
    .sty-num {
        background-size: auto;
        background-position: top;
    }
    .card-content {
        display: contents;
        grid-template-columns: none;
        -ms-grid-columns: none;
    }
    .img-cart {
        margin: 0 2px;
        padding: 8px 5px;
        height: 39px;
    }
    .btn-view {
        font-size: 0.9rem;
        font-size: clamp(0.9rem, 0.8vw, 0.8rem);
        padding: 0 9px;
        height: 39px;
    }
    .card-dragon {
        margin: 10px;
    }
    .card-info {
        width: 80%;
    }
    .img-intro {
        width: 90%;
    }
    .txt-title {
        font-size: 5rem;
        font-size: clamp(1rem, 5vw, 5rem);
    }
    .font-med05 {
        font-size: 0.75rem;
        font-size: calc(0.5rem + 1vmin);
    }
    .sty-grade01 {
        top: 13%;
    }
    .sty-grade02 {
        top: 24%;
    }
    .font-med02 {
        font-size: clamp(1.8rem, 1.3vw, 1.3rem);
    }
    .font-bold02 {
        font-size: 2rem;
        font-size: clamp(1rem, 4vw, 4rem);
    }
    .sty-status {
        top: 20%;
    }
    .card-content-mob {
        display: grid;
        display: -ms-grid;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: 1fr 1fr;
    }
    .vdo-tips .lSSlideWrapper {
        margin: 0 3%;
    }
    .arr-next, .arr-prev {
        display: none;
    }
    .stl-thumbVDO {
        width: 90%;
    }
    .sty-frameVDO {
        width: 100%;
    }
    iframe.sty-howtoVDO {
        width: 93%;
    }
    iframe.simVDO{
        width: 95vw !important;
        height: calc(95vw*0.56) !important;
    }
    .card-content01 {
        grid-template-columns: repeat(2, 50%);
        -ms-grid-columns: 1fr 1fr;
        margin: 0 1%;
    }
    .content-grid02 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .content-grid04 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .content-grid05 {
        margin: 0;
    }
    .article-content {
        padding: 5% 5% 25%;
    }
    .btn-sty02 {
        margin-left: 60px;
        margin-bottom: 10px;
    }
    .modal-content {
        width: 80%;
    }
    .btn-sty03 {
        width: 75%;
    }
    .sty-payCard01 {
        margin: 5px;
    }
    .sty-payCard {
        width: 95%;
    }
    /* font mob */
    .font-light02, .font-med10 {
        font-size: 0.8rem;
        font-size: calc(0.6rem + 1.1vmin);
    }
    .font-light02.mgt-contact01 {
        font-size: 0.8rem;
        font-size: calc(0.5rem + 1.1vmin);
    }
    #trans_money > div font span.font-light02, #trans_money > div font.font-med10 {
        font-size: 0.8rem;
        font-size: clamp(0.75rem, 1.2vw, 1.2rem);
    }
    .sty-payCard > div font span.font-light02, .sty-payCard > div font.font-med10 {
        font-size: 0.8rem;
        font-size: clamp(0.75rem, 1.2vw, 1.2rem);
    }
    .font-med01 {
        font-size: 1.5rem;
        font-size: calc(0.7rem + 1vmin);
    }
    .font-med07 {
        font-size: 1.2rem;
        font-size: clamp(1.2rem, 1.8vw, 1.4rem);
    }
    .font-light04 {
        font-size: 1rem;
        font-size: clamp(0.9rem, 1vw, 1rem);
    }
    .od-succ div font.font-med04 {
        font-size: 1rem;
        font-size: calc(0.65rem + 1vmin);
    }
    .text-1632.font-cond02 {
        font-size: 1rem;
        font-size: calc(0.7rem + 1vmin);
    }
    .text-1418.font-cond05 {
        font-size: 1rem;
        font-size: calc(0.55rem + 1vmin);
    }
    .menu-chat {
        margin-top: 322px;
    }
}

@media only screen and (max-width : 768px) {  
    .content-grid10 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .content-grid11 {
        grid-template-columns: 1fr 2fr;
        -ms-grid-columns: 1fr 2fr;
    }
    .justify-code {
        justify-content: center;
    }
    .sty-code-mob {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -5px;
    }
    .sty-im-freebies {
        width: 135px;
    }
}

@media only screen and (max-width : 600px) {  
    .menu-chat {
        margin-top: 305px;
    }
    #myBtn {
        bottom: 15px;
    }
    #paymentHowto {
        padding: 3% 0 0;
    }
    .btn-dragon {
        height: 43px;
        margin: 0 10px;
    }
    .sty-ic-menuBtn {
        width: 20px;
        margin-right: 0.5rem;
    }
    .txt-title {
        font-size: 4rem;
        font-size: clamp(1rem, 4vw, 4.5rem);
    }
    .sty-grade01 {
        top: 11%;
    }
    .sty-grade02 {
        top: 31%;
    }
    .font-med02 {
        font-size: clamp(0.8rem, 1.3vw, 1.3rem);
    }
    .btn-view {
        font-size: 0.9rem;
        font-size: clamp(0.7rem, 0.8vw, 0.8rem);
    }
    .btn-outline-white {
        margin-top: 20px;
    }
    .card-info {
        width: 100%;
        padding: 10px 15px 30px;
    }
    .btn-sty02 {
        margin-left: 20px;
    }
}
@media only screen and (max-width : 520px) { 
    .img-cart {
        padding: 8px 3px;
        height: 32px;
    }
    .btn-view {
        padding: 0 3px;
        height: 32px;
    }
    .card-content {
        margin: 0;
    }
    .btn-outline-black {
        width: 70%;
    }
    .article-content {
        padding: 5% 5% 35%;
    }
    .content-grid09 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .mg02 {
        margin: 4px;
    }
    .ic-bankPay {
        width: 117px;
    }
    .d-mobile01 {
        display: block;
    }
    .d-desktop01 {
        display: none;
    }
    .mg01 {
        margin: 8px;
    }
    .br01 {
        display: none;
    }
}
@media only screen and (max-width : 400px) { 
    .txt-title {
        font-size: 2rem;
        font-size: clamp(0.9rem, 2.5vw, 2.5rem);
    }
    .img-share {
        width: 100%;
    }
    .btn-view {
        font-size: 0.3rem;
        font-size: clamp(0.5rem, 1vw, 1rem);
    }
    .ic-bank {
        width: 114px;
    }
    .mg01 {
        margin: 2px;
    }
    .sty-payCard01 {
        margin: 0px;
    }
}

@media only screen and (max-width : 378px) {
    .btn-dragon {
        margin: 0 5px;
    }
    .img-intro {
        width: 98%;
    }
    .card-dragon01, .card-dragon02, .card-swan01, .card-swan02, .card-lucky01, .card-lucky02 {
        padding: 3px;
        margin: 3px;
    }
    .sty-grade01 {
        top: 9%;
    }
    .sty-grade02 {
        top: 35%;
    }
    .card-content {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
        margin: 0 4%;
    }
    .font-bold02 {
        font-size: calc(1.5rem + 1vmin);
        font-size: clamp(0.5rem, 4vw, 4rem);
    }
    .font-bold06 {
        font-size: calc(1.5rem + 1vmin);
        font-size: clamp(0.5rem, 2vw, 1.5rem);
    }
    .sty-status {
        top: 25%;
    }
    .content-grid01 {
        margin: 0 5%;
    }
    .modal-content {
        padding: 10px;
    }
    .sty-payCard {
        width: 100%;
        margin: 10px 0px;
    }
    .ic-bank {
        width: 112px;
    }
    .btn-view {
        padding: 0;
    }
    #trans_money > div font span.font-light02, #trans_money > div font.font-med10 {
        font-size: 0.8rem;
        font-size: clamp(0.6rem, 1.2vw, 1.2rem);
    }
}

@media only screen and (max-width : 330px) {
    .font-med02 {
        font-size: clamp(0.5rem, 1.3vw, 1.3rem);
    }
    .ic-bank {
        width: 109px;
    }    
    .ic-bankPay {
        width: 95px;
    }
    .mg02 {
        margin: 2px;
    }
    .sty-payCard > div font span.font-light02, .sty-payCard > div font.font-med10 {
        font-size: 0.8rem;
        font-size: clamp(0.7rem, 1.2vw, 1.2rem);
    }
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* --------------------------------------------------------------IE------------------------------------------------------------------------ */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) { 
    .color-white {
        color: white;
    }
    .color-black {
        color: black;
    }
    .color-gold {
        color: rgba(205, 169, 70, 1);
    }
    .truncate {
        display: block;
        max-height: 3.6em;
        line-height: 1.8em;
    }
    iframe.sty-howtoVDO {
        top: 3.5%;
        height: 53%;
    }
    .im-txt-dragon {
        width: 55%;
        height: 55%;
    }
    #howtoBuy {
        overflow-x: hidden;
    }
    .color-goldGrad {
        background: transparent;
        color: rgba(205, 169, 70, 1) !important;
    }
}

#myBtn {
    background-image: url(../images/button/arr-up-w.png);
    background-position: 50%, 50%;
    background-size: 27%;
    background-repeat: no-repeat;
    z-index: 1000;
}
