/* Global css */
.modal-dialog.modal-notify.modal-success .badge,
.modal-dialog.modal-notify.modal-success .modal-header {
    background-color: #4E197D;
    padding: 8px 20px;
}
/* Page */
body,
html {
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}

input,button,
.modal-dialog.modal-notify.modal-success .badge, .modal-dialog.modal-notify.modal-success .modal-header {
    background-color: #4E197D;
}

.slogan{
    background-image: linear-gradient(0deg, #4E197D 0%, #000000 70%);
    padding: 12px;
}

.text-gray{
    color: #585b5f;
}
/* ./Global CSS */

/*  Modal µn¤J¡®µù¥U CSS */
.modal-dialog.modal-notify.modal-success .fa.fa-facebook-official {
    font-size: 20px;
    padding-right: 20px;
    color: #425BB4;
}

.modal-dialog.modal-notify.modal-success .fa.fa-google {
    font-size: 20px;
    padding-right: 20px;
    color: #FE4444;
}

body.modal-open {
    position: fixed;
    width: 100%;
    margin-left: -15px;
}

#RegModalForm {
    overflow-y: scroll;
}

.pt-r {
    position: relative;
}

.pt-ab {
    position: absolute;
}

i.fa.fa-eye, i.fa.fa-eye-slash {
    color: #9e9e9e !important;
    position: absolute;
    right: 0;
    top: 11px;
}

.login-error {
    color: #ec3c3c !important;
    text-align: center !important;
    background: transparent !important;
    border: 1.6px solid #ec3c3c !important;
    font-size: 14px;
    font-weight: 450;
    padding: 0.7rem;
}

.login-error i.fa {
    color: #ec3c3c !important;
}

.signup {
    font-size: 1.2rem;
    font-weight: 350;
    color: #fff !important;
    padding: 0.2rem 0;
}

.md-form span.required::before {
    content: '\ff0a ';
    color: #ff0000;
    font-weight: 450;
    font-size: 1rem;
    position: absolute;
    top: 9px;
    right: 0;
}

.btn.btn-sm.btn-warning.verification {
    color: #FFF !important;
    position: absolute;
    right: 0;
    top: -6px;
}
/* ./ Modal µn¤J¡®µù¥U CSS */


/* ªA°È±ø´Ú & ½æ®a­¶­± CSS */
#policy,
#policy h1,
#policy h2,
#policy h3,
#policy h5,
#policy h4,
#policy h5,
#policy h6 {
    font-weight: 350 !important;
    color: #585b5f;
}

.policy li {
    margin: 1rem 0;
}

.policy ol ul {
    list-style-type: disc;
}

.policy h5.text-primary,
.policy h4.text-primary,
.policy h5.text-primary,
.policy h5.deep-purple-text,
.policy h4.deep-purple-text,
.policy h5.deep-purple-text {
    font-weight: 450 !important;
}

.policy h5.text-primary,
.policy h5.deep-purple-text {
    font-size: 1.14rem;
    margin-top: 1.2rem;
}
/* ./ ªA°È±ø´Ú & ½æ®a­¶­± CSS */

/* ./ Ãö©ó§Ú­Ì CSS */
.about p {
    font-size: 16px;
    line-height: 2em;
}

.aboutimg img {
    width: 100%;
    max-width: 410px;
}

.aboutli li:nth-child(odd) {
    margin-right: 4%;
}

.aboutli li {
    border-bottom: #D9D9D9 1px solid;
    padding: 20px 0 20px 70px;
    min-height: 90px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-size: 60px 58px;
    background-position: 0 13px;
    width: 48%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.cf {
    zoom: 1;
}
/* ./ Ãö©ó§Ú­Ì CSS */