/* Import Local CSS */
@import "../reset.css";


/*===== Basic Style ====================
=======================================*/
body {
    font-size: 16px;
    line-height: 1.4548693;
    color: var(--colorFg15);
    background: var(--colorBg3);
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid var(--colorFg2);
    border-right: 1px solid var(--colorFg2);
    height: 100%;
    overflow: hidden;
    position: relative;
}
body > header {
    width: 100%;
    position: relative;
    background: var(--colorBg3);
    height: 120px;
    border-bottom: 1px solid var(--colorFg2);
    z-index: 5;
}
.logo {
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.logo img {
    width: 40%;
    margin: 0 auto;
    display: block;
}
.wrap {
    width: 100%;
    height: calc(100% - 120px);
    position: relative;
    top: 0;
    overflow: auto;
}
.inner {
    max-width: 900px;
    width: 100%;
    padding: 60px;
    margin: 0 auto;
}
.policy-wrap .inner {
    padding: 0;
}
.policy-wrap .inner #screen {
    padding: 60px;
}
section {
    margin-bottom: 24px;
}
.flex {
    display: flex;
    -webkit-box-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
}

.btn-inline {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.policy-wrap .btn-inline {
    padding: 0 60px 60px;
}
.btn-block {
    width: 100%;
    font-size: 1.1em;
    font-weight: var(--font-weight-semibold);
    padding: 13px;
    border-radius: var(--rounding-100);
    box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}
.btn-gray {
    color: var(--colorFg13);
    background-color: var(--colorBg5);
}
.btn-gold {
    color: var(--colorFg1);
    background-color: var(--color-gold);
}

.inner h1 {
    text-align: center;
    padding-bottom: 40px;
}

.info-title-area {
    font-size: 1.2rem;
}
.info-title-area strong {
    display: block;
    padding-top: 3px;
}

.content-text > section {
    font-size: 1.05rem;
    padding: 24px 30px;
    border: 1px solid var(--colorFg4);
    border-radius: var(--rounding-200);
    background: var(--colorBg1);
}

.content-text.sign > section {
    margin-bottom: 0;
}

.content-text > section dd {
    display: flex;
    gap: 6px;
    padding-top: 8px;
}
.content-text > section dd.none-flex {
    display: block;
    padding: 12px 12px 24px;
    border-bottom: 1px solid var(--colorFg7);
    margin-bottom: 12px;
}
.content-text > section dd img {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.content-text > section dd p {
    text-align: center;
    padding-top: 12px;
    font-weight: bold;
    font-size: .9rem;
    color: var(--colorFg11);
}
.w-qest{
    border: 2px red solid !important;
}
span.small {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
.margin-top-16 {
    margin-top: 16px;
}
.margin-top-12 {
    margin-top: 12px;
}
/*===== Basic Style ====================
=======================================*/


/*===== SweetAlert Style ===============
=======================================*/
div.swal2-container div.swal2-popup {
    padding: 0;
    width: 50%;
}
.swal2-icon {
    width: 1.5em !important;
    height: 1.5em !important;
    line-height: 2em !important;
    margin: 1.5em auto 0 !important;
}
.swal2-icon .swal2-icon-content {
    font-size: 1.75em !important;
}
div.swal2-container h2.swal2-title {
    /*color: var(--color-blue);*/
    font-family: var(--pretend);
    font-size: 16px;
    margin-top: 0.3em;
}
div.swal2-container .swal2-html-container {
    color: var(--colorFg15);
    font-family: var(--pretend);
    margin: 0.7em 0;
    padding: 0 0.7em;
}
div.swal2-container div.swal2-actions {
    /*justify-content: space-between;*/
    margin: 0;
}
div.swal2-container button.swal2-styled {
    margin: 0;
}
div.swal2-container button.swal2-styled.swal2-confirm,
div.swal2-container button.swal2-styled.swal2-cancel {
    /*min-width: 150px;*/
    font-family: var(--pretend);
    min-width: 50%;
    flex: 1;
}
div.swal2-container button.swal2-styled.swal2-confirm {
    border-radius: 0 0 0 var(--rounding-100);
}
div.swal2-container button.swal2-styled.swal2-confirm[aria-label="close-alert"] {
    border-radius: 0 0 var(--rounding-100) var(--rounding-100);
}
div.swal2-container button.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: none;
}
div.swal2-container button.swal2-styled.swal2-cancel {
    color: var(--colorFg14);
    border-radius: 0 0 var(--rounding-100) 0;
}
div.swal2-container label.swal2-input-label {
    color: var(--colorFg15);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
}
div.swal2-container textarea.swal2-textarea {
    height: 10.75em;
    margin: 1em 1em 2em;
}
div.swal2-container button.swal2-styled.swal2-confirm {
    background-color: var(--colorBg10) !important;
}
div.swal2-container button.swal2-styled.swal2-cancel {
    color: var(--colorFg13);
}
div.swal2-container button.swal2-styled.swal2-cancel {
    background-color: var(--colorBg3);
}
/*===== SweetAlert Style ===============
=======================================*/



#help-btn,
.help {
    border: 1px solid var(--colorFg13);
    border-radius: var(--rounding-100);
    padding: 5px 10px;
    display: block;
    /*font-size: 0.65em;*/
    background: var(--colorBg7);
    color: var(--colorFg1);
    width: 80px;
}


/*===== Policy Style ===============
===================================*/
.agree-area,
.sign-box,
.wrte-info {
    display: flex;
    -webkit-box-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    flex-direction: row;
    gap: 24px;

}
.add-test-note, .sign {
    padding-top: 24px;
}
.agree-area > p {
    width: 70%;
}
.agree-box {
    width: 30%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    flex-direction: row;
    gap: 8px;
}
.img-sign-box {
    width: 100px;
    height: 50px;
    border: 1px dashed var(--colorFg8);
}
.img-sign-box > p {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: .9em;
    color: var(--colorFg8);
    cursor: pointer;
}
#myImage {
    width: 100%;
    height: 100%;
    border: none;
}
canvas {
    width: 100%;
    height: 250px;
    position: relative;
    border: 1px solid var(--colorBg5);
    background: var(--colorBg1);
    border-radius: var(--rounding-100);
    margin-top: 6px;
}
.small-text {
    display: block;
    padding-bottom: 24px;
}
th.mom-th {
    background: var(--colorFg1);
    border-right: 1px solid var(--colorFg8);
}

.policy-info {
    padding: 0 60px 60px;
    font-size: 1.1em;
    line-height: 1.5;
}
/*===== Policy Style ===============
===================================*/

.border-red {
    border-bottom: 1px solid var(--color-red);
    padding-bottom: 6px;
}
.border-red > p {
    font-weight: var(--font-weight-semibold);
    color: var(--color-red);
}
