@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400&display=swap');
* {
    font-family: 'Noto Sans', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    line-height: 20px;
}
:root {
    /* ===== for css ===== */
    --main-height: 40px;
    --removeHeight: calc(100% - var(--header-height));
    --header-height: 50px;
    --hdr-items-height: 36px;
    --optact-height: 30px;
    --main-gap: 6px;
    --second-gap: 10px;
    --edge-gap: 14px;
    --y-space: 20px;
    --whiteColor: #ffffff;
    --main-color: #262626;
    --text-light-color: #969ba0;
    /* --link-text-color: #1a75ff; */
    /* --dangerColor: #e9235e; */
    --active-background: #edf1f5;
    /* --itemover: #0f151b66; */
    --menu-opt-backgd: #0d132566;
    /* --box-shadow: 0 0 6px #00151f33; */
    /* --h-line-height: 24px; */
    --font-weight: bold;
    --primary-font-size: 16px;
    /* --narate-font-size: 14px; */
    --secondary-font-size: 18px;
    --scroll-bar-display: none;
    /* --min-side: 400px; */
    --max-width: 600px;
    --secondary-max-width: 800px;
    --border-color: #afb2b4;
    --outline-border: 1px solid var(--border-color);
    --headerBorderLight: #abaeb24d;
    /* --headerBorderDark: #abaeb24d; */
    --hdr-shadow: 0 1px 0 var(--headerBorderLight);
    --side-border: 1px solid var(--headerBorderLight);
    --border-radius: 6px;
    --secondary-border-radius: 14px;
    --transition-time: 0.2s;
    --sec-trans-time: 0.3s;


    /* ========== for javascript ========== */
    --absolute-container: #0f151b66;

    /* login support language options */
    --lang-list-spt: calc(var(--main-height) + var(--main-gap));
}


html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: var(--whiteColor);
}
input, button {
    background: none;
    outline: none;
    border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s 0s;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    letter-spacing: 1px;
}




/* menu bar */
section#menu-bar {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    background-color: var(--menu-opt-backgd);
    -webkit-animation: ease-out menuContainer var(--transition-time);
    animation: ease-out menuContainer var(--transition-time);
    /* font-size: var(--primary-font-size); */
}
@-webkit-keyframes menuContainer {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes menuContainer {
    from {opacity: 0;}
    to {opacity: 1;}
}
#menu-inner-container {
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: var(--whiteColor);
    right: 0;
    -webkit-transition: ease-out var(--transition-time);
    transition: ease-out var(--transition-time);
    -webkit-animation: ease-out anmtsdprfl var(--transition-time);
    animation: ease-out anmtsdprfl var(--transition-time);
}
@-webkit-keyframes anmtsdprfl {
    from {right: -100%;}
    to {right: 0;}
}
@keyframes anmtsdprfl {
    from {right: -100%;}
    to {right: 0;}
}
#menu-header {
    padding: 0 14px 0 6px;
    width: 100%;
    height: var(--header-height);
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    background-color: var(--whiteColor);
    justify-content: space-between;
}
#menu-header > div:first-child {
    display: flex;
    align-items: center;
    gap: var(--second-gap);
}
#menu-close {
    width: var(--main-height);
    height: var(--main-height);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#menu-close + div {
    font-size: var(--secondary-font-size);
    font-weight: var(--font-weight);
    color: var(--main-color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#langslct {
    padding-left: var(--main-gap);
    height: var(--hdr-items-height);
    display: flex;
    align-items: center;
    gap: var(--main-gap);
    border: var(--outline-border);
    border-radius: var(--border-radius);
    overflow: hidden;
}
#langslct > div:first-child, #menu-langarrow {
    width: var(--optact-height);
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#hdrlngsltr {
    font-size: var(--primary-font-size);
}
#menu-langarrow {
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}
#menu-listcnt {
    height: 100%;
    width: 100%;
    padding-top: var(--header-height);
    overflow-y: auto;
    /* -ms-overflow-style: var(--scroll-bar-display);
    scrollbar-width: var(--scroll-bar-display); */
}
/* #menu-listcnt::-webkit-scrollbar {
    display: var(--scroll-bar-display);
} */
.undrd-lst {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--second-gap) 0 0 0;
    position: relative;
    display: block;
    list-style-type: none;
    font-size: var(--primary-font-size);
    color: var(--main-color);
}
.menu-opt {
    width: 100%;
    padding: 0 var(--edge-gap);
    margin-bottom: var(--y-space);
}
.menu-opt > div {
    overflow: hidden;
    border: var(--outline-border);
    border-radius: var(--border-radius);
    -webkit-transition: ease-out var(--transition-time);
    transition: ease-out var(--transition-time);
}
.menu-opt > div > div:first-child {
    width: 100%;
    height: var(--header-height);
    padding-left: var(--edge-gap);
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: ease-out var(--transition-time);
    transition: ease-out var(--transition-time);
}
.menu-opt > div > div:first-child > p {
    font-size: var(--primary-font-size);
    font-weight: bold;
    color: var(--main-color);
}
#mopt-icon {
    height: var(--main-height);
    width: var(--main-height);
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--text-light-color);
    -webkit-transition: ease-out var(--transition-time);
    transition: ease-out var(--transition-time);
}
.menu-opt > div > div:last-child {
    width: 100%;
    padding-bottom: var(--second-gap);
    display: none;
}
.menu-opt > div > div:last-child > div:first-child {
    width: calc(100% - (var(--edge-gap) * 2));
    border-top: var(--side-border);
    margin: 0 auto;
}
.mopt-lst, .menu-list {
    margin: 0;
    min-height: var(--header-height);
    position: relative;
    align-items: center;
    display: flex;
}
.mopt-lst {
    padding: 0 var(--main-gap) 0 var(--edge-gap);
}
.mopt-lst > div:first-child {
    font-size: var(--primary-font-size);
}
.mopt-lst > div:last-child {
    margin-left: auto;
    width: var(--hdr-items-height);
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--text-light-color);
}
.mnlst-cnt {
    width: 100%;
}
.mnlst-cnt:nth-of-type(2), .mnlst-cnt:nth-of-type(3) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: var(--side-border);
}
.mnlst-cnt:last-child {
    margin-bottom: var(--y-space);
}
.mnlst-cnt > div {
    padding: 0 var(--edge-gap);
    width: 100%;
    height: var(--main-height);
    display: flex;
    align-items: center;
    font-size: var(--secondary-font-size);
    font-weight: var(--font-weight);
    color: var(--main-color);
}
.menu-list {
    padding: 0 var(--main-gap);
}
.menu-list > div:nth-of-type(1) {
    width: var(--main-height);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.menu-list > div:nth-of-type(2) {
    font-size: var(--primary-font-size);
}
.menu-list > div:nth-of-type(3) {
    margin-left: auto;
    width: var(--hdr-items-height);
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--text-light-color);
}

/* laguage menu */
#dropup-cont {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 7;
    top: 0;
    opacity: 1;
    background-color: var(--menu-opt-backgd);
    -webkit-animation: ease-out lgnsptOptcnt var(--transition-time);
    animation: ease-out lgnsptOptcnt var(--transition-time);
}
@-webkit-keyframes lgnsptOptcnt {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes lgnsptOptcnt {
    from {opacity: 0;}
    to {opacity: 1;}
}
#landBar-clsr {
    width: 100%;
    height: 100%;
    top: 0;
}
#dropup-bar {
    position: absolute;
    z-index: 1;
    height: fit-content;
    max-height: var(--removeHeight);
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--secondary-border-radius) var(--secondary-border-radius) 0 0;
    background-color: var(--whiteColor);
    -webkit-transition: ease-in var(--transition-time);
    transition: ease-in var(--transition-time);
    -webkit-animation: ease-out LSOitem var(--transition-time);
    animation: ease-out LSOitem var(--transition-time);
}
@-webkit-keyframes LSOitem {
    from {bottom: -100%;}
    to {bottom: 0;}
}
@keyframes LSOitem {
    from {bottom: -100%;}
    to {bottom: 0;}
}
#langBarCls {
    width: 100%;
    height: var(--hdr-items-height);
    display: flex;
    align-items: center;
}
#langBarCls > div {
    margin: 0 auto;
    width: var(--main-height);
    height: 4px;
    border-radius: 2px;
    background-color: var(--text-light-color);
}
#dropbar-content {
    height: calc(100% - var(--hdr-items-height));
    width: 100%;
    padding-bottom: var(--second-gap);
    overflow-y: auto;
    /* -ms-overflow-style: var(--scroll-bar-display);
    scrollbar-width: var(--scroll-bar-display); */
}
/* #dropbar-content::-webkit-scrollbar {
    display: var(--scroll-bar-display);
} */
.spt-langopt {
    width: 100%;
}
.spt-langopt > div {
    width: 100%;
    height: var(--header-height);
    display: flex;
    align-items: center;
    padding: 0 var(--edge-gap);
    column-gap: var(--main-gap);
}
.spt-langopt > div > div {
    width: var(--main-height);
    height: var(--main-height);
    display: none;
    align-items: center;
    justify-content: space-around;
    position: absolute;
}
.spt-langopt > div > span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: var(--transition-time);
    transition: var(--transition-time);
}



/* body bar */
#prcdcnt {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: var(--sec-trans-time);
    transition: var(--sec-trans-time);
}
#prcdcnt #header {
    padding: 0 6px 0 14px;
    width: 100%;
    height: var(--header-height);
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: var(--whiteColor);
    justify-content: right;
}
#menu-btn {
    width: var(--hdr-items-height);
    height: var(--hdr-items-height);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#menu-btn > div {
    display: block;
}
.bar1, .bar2, .bar3 {
    width: 22px;
    height: 2px;
    background: var(--main-color);
}
.bar2 {
    margin: var(--main-gap) 0;
}
#bodyAccess-cont {
    width: 100%;
    height: 100%;
    padding-top: var(--header-height);
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: var(--scroll-bar-display);
    scrollbar-width: var(--scroll-bar-display);
}
#bodyAccess-cont::-webkit-scrollbar {
    display: var(--scroll-bar-display);
}

.body-bar {
    padding: var(--main-height) 0 var(--y-space) 0;
    height: fit-content;
    width: 100%;
}
.pcdtpnm {
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
.body-motto {
    width: 100%;
    margin-top: 30px;
    padding: 0 50px;
}
.body-motto > div {
    margin: 0 auto;
    width: fit-content;
    max-width: var(--secondary-max-width);
    line-height: 24px;
    font-size: var(--secondary-font-size);
    text-align: center;
    color: var(--main-color);
}

.access-bar {
    margin-top: auto;
    padding: var(--main-height) var(--edge-gap) var(--y-space) var(--edge-gap);
    height: fit-content;
    width: 100%;
}
.access-bar > div {
    margin: 0 auto;
    height: fit-content;
    width: 100%;
    max-width: var(--max-width);
}
#pcdlginbtn {
    width: 100%;
    height: var(--header-height);
    border-radius: var(--border-radius);
    font-size: var(--primary-font-size);
    background-color: var(--main-color);
    color: var(--whiteColor);
}
#pcdrgtrbtn {
    margin-top: 10px;
    width: 100%;
    height: var(--header-height);
    border-radius: var(--border-radius);
    font-size: var(--primary-font-size);
    color: var(--main-color);
}


/* ===== POLICIES ===== */
.policy-cont {
    position: relative;
    width: 100%;
    height: 100%;
    padding: var(--header-height) var(--edge-gap);
    box-sizing: border-box;
    overflow-y: auto;
    -ms-overflow-style: var(--scroll-bar-display);
    scrollbar-width: var(--scroll-bar-display);
}
.policy-cont::-webkit-scrollbar {display: var(--scroll-bar-display);}
.policy-box {
    width: 100%;
    max-width: var(--secondary-max-width);
    margin: 0 auto;
}
.policy-box > p {line-height: 28px;}


