:root {
    color-scheme: dark light;
}

body {
    clear: both;
    margin: 0px !important;
    display: block;
    background: var(--body-background);
    font-family: SamsungOne400, "Microsoft Yahei", 微软雅黑, STXihei, "华文细黑", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Malgun Gothic", "MS PGothic", "Apple SD Gothic Neo", "Apple SD 고딕 Neo", AppleGothic, "Microsoft NeoGothic", "Droid sans", Dotum, 돋움, 굴림, arial, Helvetica, sans-serif;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    color: var(--color);
    margin: 0px !important;
    position: inherit;
    word-break: break-word;
}

table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

tr,
td,
th {
    border: 2px solid var(--color);
}

.subject {
    font-weight: 420;
    margin: 0 0 0.5rem 0;
}

header {
    text-align: left;
    border-bottom: 1px solid lightgray;
    background: var(--header-background);
    /* margin: 2em; */
    padding: 1.2em;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color);
}

section {
    padding-left: 1rem;
}

h1 {
    font-size: 2.5rem;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    color: var(--color);
}

h2 {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    padding-left: 0.5rem;
    font-weight: bold;
    color: var(--color);
    line-height: 1.2;
    word-wrap: break-word;
    text-align: left;
    hyphens: manual;
    -webkit-text-size-adjust: 100%;
}

h3 {
    margin-top: 1.5rem;
    padding-left: .5rem;
    color: var(--color);
    line-height: 1.2;
    word-wrap: break-word;
    text-align: left;
    hyphens: manual;
    -webkit-text-size-adjust: 100%;
}

h4 {
    margin-top: 1.5rem;
    padding-left: .5rem;
    color: var(--color);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.685;
    word-wrap: break-word;
    text-align: left;
    hyphens: manual;
    -webkit-text-size-adjust: 100%;
}

p,
em {
    text-align: left;
    background: var(--background);
    box-sizing: border-box;
    padding: .5em;
    line-height: 1.625;
    font-weight: 300;
    font-size: 1.2rem;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: manual;
}

ul {
    padding-left: 0;
}

ul li {
    font-size: 1.2rem;
    padding-left: .75rem;
    display: block;
    position: relative;
    list-style: none;
    box-sizing: border-box;
    color: var(--color-363636);
    margin: .6rem;
    font-weight: 300;
}

ul li:before {
    position: absolute;
    left: 0;
    top: .625rem;
    display: block;
    width: .25rem;
    height: .25rem;
    background-color: var(--color-363636);
    border-radius: 50%;
    vertical-align: middle;
    content: '';
}

li strong {
    text-align: left;
    text-align: left;
    background: var(--background);
    box-sizing: border-box;
    line-height: 1.625;
    font-weight: bold;
    font-size: 1.2rem;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: manual;
}

.pd-0 {
    padding: 0;
}

li span {
    text-align: left;
    text-align: left;
    background: var(--background);
    box-sizing: border-box;
    line-height: 1.625;
    font-weight: 300;
    font-size: 1.2rem;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: manual;
}

ol {
    padding-left: 1.5rem;
}

ol li {
    font-size: 1.2rem;
    padding-left: .75rem;
    color: var(--color-363636);
    margin: .6rem;
    font-weight: 300;
}

a {
    /*text-decoration: none !important*/
    color: var(--color);
}

.text-style-default {
    font-size: 1.6rem;
    /* margin-top: 4.5em; */
    color: var(--color);
    font-family: SamsungOne800;
}

a:hover {
    color: var(--color);
    cursor: pointer;
}

address {
    margin-left: 0.5em;
    text-align: left;
    margin-right: 0.5em;
    margin-top: 1rem;
    /* font-size: x-large; */
    background: var(--background);
    /* padding-left: 1em; */
    box-sizing: border-box;
    /* padding-right: 1em; */
    line-height: 1.625;
}

.dropDownContainer {
    margin: 1em;
    /* padding: 0em; */
    display: block;
    position: relative;
    justify-content: space-between;
}


#div-legalDate {
    display: flex;
    justify-content: flex-end;
}

.selectionmenu {
    background: var(--background);
    min-width: max-content;
    width: 16rem;
    cursor: pointer;
    color: var(--color-363636);
    vertical-align: middle;
    font-size: .8rem;
    line-height: 1.3;
    text-transform: uppercase !important;
    text-align: left !important;
    border-radius: 50rem !important;
    height: 3rem;
    padding: .6875rem 1.5rem;
    margin: 1rem;
    border-width: 1px;
    border-style: solid;
    border-color: #9E9E9E;
    overflow: hidden;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, background-image .15s ease-in-out, border-color .15s ease-in-out, border-width 60ms ease-out, opacity .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .3s ease-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, background-image .15s ease-in-out, border-color .15s ease-in-out, border-width 60ms ease-out, opacity .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .3s ease-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, background-image .15s ease-in-out, border-color .15s ease-in-out, border-width 60ms ease-out, opacity .15s ease-in-out, transform .15s ease-in-out, box-shadow .3s ease-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, background-image .15s ease-in-out, border-color .15s ease-in-out, border-width 60ms ease-out, opacity .15s ease-in-out, transform .15s ease-in-out, box-shadow .3s ease-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .3s ease-out;
}

.menuselected {
    cursor: pointer;
    color: var(--color-363636);
    box-sizing: border-box;
    line-height: 1.3;
    background-color: var(--background);
    border-color: #9E9E9E;
    height: 3rem;
    padding: .6875rem 1.5rem;
    font-size: 1rem;
}

#div-language {
    display: flex;
    justify-content: flex-start;
}


#container {
    box-shadow: 0 4px 8px 0 #9e9e9e;
    transition: 0.3s;
    background: var(--background);
    margin: 1em;
    border-radius: .5em;
    padding: 0.5em;
}

.container:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);

}

.text-align-left {
    text-align: left;
}

.padding-left-5 {
    padding-left: 5px;
    ;
}