﻿@font-face {
    font-family: FSAlbert;
    src: url(./font/FSAlbert.otf);
}
body {
    background-color: #f8f8f9;
    font-family: FSAlbert;
}
main {
    padding-top: 2em;
    background-color: white;
}
.mb-1 {
    margin-bottom: 1em;
}
.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.position-relative {
    position: relative;
}

.position-absolute-left {
    position: absolute;
    left: 0;
}

.position-absolute-left-1 {
    position: absolute;
    left: 1em;
}

.text-bold {
    font-weight: bold;
}

.size-A4 {
    max-width: 210mm;
}

.text-padding-right-1{
    padding-right: 1em;
}

.text-padding-left-1 {
    padding-left: 1em;
}

.text-padding-left-2 {
    padding-left: 2em;
}

.text-padding-left-3 {
    padding-left: 3em;
}

.text-under-line {
    text-decoration: underline;
}

.text-cn-privacy-font {
    font-family: FSAlbert;
    font-size: 16px;
}


.text-tw-privacy-font {
    font-family: FSAlbert;
    font-size: 16px;
}

.text-en-privacy-font {
    font-family: FSAlbert;
    font-size: 16px;
}

.text-kr-privacy-font {
    font-family: FSAlbert;
    font-size: 15px;
}

.text-oblique {
    font-style: oblique;
}

.text-black {
    color: black;
}
.table{
    border-collapse: collapse;
}
.table td{
    border:1px solid #ccc;
}