/*@import url('https://fonts.googleapis.com/css?family=Kanit:400,700|Nunito:400,700,800&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Kanit:400,600,700|Open+Sans:300,400,600,700&display=swap');
:root {
    --color-main: rgb(32, 17, 96);
    --font-default: 'Open Sans', 'Kanit';
    --font-input-default: 'Open Sans', Tahoma;
    --font-size: 20px;
    --container-width-default: 1200px;
    --main-content-height: calc(100vh - 76px - 214px);
    --mpf-main-content-height: calc(100vh - 150px);
}
* {
    margin: 0;
}
body {
    font-size: var(--font-size);
    font-family: var(--font-default);
    background-color: #ffffff;
}
/*
h2 {
    font-weight: 400;
}
*/
a {
    color: #2a51a2;
}
label {
    /*font-size: 0.95rem;*/
    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
}
.breadcrumb a {
    color: #808080;
    text-decoration: none;
}
hr.theme-a {
    border: none;
    /*border-top: 1px solid #dddddd;*/
    border-top: 1px solid #e0e0e0;
    margin: 16px 0;
}
hr.theme-b {
    border: none;
    border-top: 1px solid #bbbbcc;
    margin: 16px 0;
}
.main-header {
    background-color: #ffffff;
    color: #ffffff;
}
.main-header ul {
    list-style: none;
    padding-left: 0;
}
.main-header ul li {
    display: inline-block;
}
.main-header a {
    color: #ffffff;
    text-decoration: none;
}
.main-header-list-2 {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-right: 32px;
}
.main-header-list-2 li {
    display: inline-block;
}
.main-header-list-2 li a {
    font-size: 0.8em;
    margin: 0 8px;
}
.main-header-contact-us {
    display: inline-block;
    font-size: 1.0rem;
}
.main-footer {
    height: 214px;
    padding: 32px 16px;
    text-align: center;
    background-color: rgb(32, 17, 96);
    background-color: #f0f0f4;
    color: #ffffff;
    color: #666677;
    /*box-shadow: 0 -8px 16px rgba(16, 8, 48, 0.4);*/
    box-sizing: border-box;
}
.main-footer ul {
    list-style: none;
    padding-left: 0;
}
.main-footer ul li a {
    color: #9e9aaf;
    color: #666677;
    text-decoration: none;
}
.main-footer ul li {
    display: inline-block;
}
.main-footer a {
    color: #ffffff;
    color: #666677;
    font-size: 1.0rem;
}

.main-footer[data-id="admin-login"] {
    height: 35px;
    color: #666666;
    padding: 8px;
    background-color: #f0f0f0;
    font-size: 0.7em;
}
.main-footer[data-id="admin-dashboard"] {
    height: 35px;
    color: #666666;
    padding: 8px;
    background-color: #f0f0f0;
    font-size: 0.7em;
}
.main-footer-copyright {
    margin-top: 16px;
    font-size: 0.95rem;
    font-weight: 700;
}

.main-footer-social {
    display: inline-block;
    vertical-align: middle;
    margin: 16px 0;
}
.main-footer-social li a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

h2.theme-light-big {
    font-size: 48px;
    font-weight: 200;
    font-style: italic;
}
section.theme-a {
    padding: 16px;
    color: #746a6a;
    background-color: var(--color-main);
}
.view-group {

}
.view {
    display: none;
}
.view.active {
    display: block;
}
.card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 4px;
}
.card-section {
    padding: 16px;
}
.button-logout i,
.button-theme-pink i,
.button-theme-blue i,
.button-theme-light-pink i
{
    
}
.button-tab {
    font-family: var(--font-default);
    font-size: var(--font-size);
    display: block;
    width: 100%;
    background-color: #ffffff;
    padding: 8px;
    outline: none;
    border: 2px solid #20116016;
    border-bottom: 2px solid #201160;
    border-left-width: 1px;
    border-right-width: 1px;
    cursor: pointer;
    position: relative;
}
.button-tab:hover {
    background-color: #f0f0f0;
}
.button-tab.active {
    font-weight: bold;
    background-color: #ffffff;
    border-color: #201160;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 8px;
}
.col:first-child .button-tab {
    border-left-width: 2px;
}
.col:last-child .button-tab {
    border-right-width: 2px;
}
.button-tab .noti {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}
.button-logout {
    font-family: var(--font-default);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #eb5dbe;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
.button-logout:hover {
    background-color: #e052b3;
    transition: background-color ease 0s;
}
.button-logout:active {
    background-color: rgb(219, 77, 174);
}

.button-theme-lt-gray {
    font-family: var(--font-default);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    background-color: #f0f0f0;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);
    transition: background-color ease 0.2s;
}
.button-theme-lt-gray:hover {
    background-color: #e0e0e0;
    transition: background-color ease 0s;
}
.button-theme-lt-gray:active {
    background-color: #d0d0d0;
}

.button-theme-pink {
    font-family: var(--font-default);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #eb5dbe;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);
    transition: background-color ease 0.2s;
}
.button-theme-pink:hover {
    background-color: #e052b3;
    transition: background-color ease 0s;
}
.button-theme-pink:active {
    background-color: rgb(219, 77, 174);
}
.button-theme-light-pink {
    font-family: var(--font-default);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(245, 149, 184);
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);
    transition: background-color ease 0.2s;
}
.button-theme-light-pink:hover {
    background-color: rgb(231, 133, 169);
    transition: background-color ease 0s;
}
.button-theme-light-pink:active {
    background-color: rgb(212, 114, 150);
}
.button-theme-blue {
    font-family: var(--font-default);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #2a7de2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);
}
.button-theme-blue:hover {
    background-color: #1e6ecf;
    transition: background-color ease 0s;
}
.button-theme-blue:active {
    background-color: #1664c4;
}
.button-clean {
    font-family: var(--font-default);
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.button-clean:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.button.theme-f {
    text-align: right;
}
.button.theme-f i {
    float: left;
    margin-right: 8px;
}
.button-sign-in-with {
    font-size: 0.9em;
    padding: 0;
    background-color: #ffffff;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);
}
.button-sign-in-with i {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.1);
}
.button-sign-in-with span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 4px;
    width: calc(100% - 56px);
    box-sizing: border-box;
}
.button-sign-in-with[data-id="facebook"],
.button-sign-in-with[data-id="linkedin"] {
    color: #f8f8f8;
    background-color: rgb(10, 113, 208);
}
.button-sign-in-with[data-id="facebook"]:hover,
.button-sign-in-with[data-id="linkedin"]:hover {
    color: #f8f8f8;
    background-color: rgb(17, 93, 192);
}
.button-sign-in-with[data-id="google"] {
    color: #f8f8f8;
    background-color: rgb(226, 88, 41);
}
.button-sign-in-with[data-id="google"]:hover {
    color: #f8f8f8;
    background-color: rgb(211, 77, 43);
}
.textbox {
    font-family: var(--font-default);
    padding: 8px 12px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}
.textbox:hover {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
    border-color: #d0d0d4;
}
.textbox:focus {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
    border-color: #a0a0a4;
}
.combobox {
    font-family: var(--font-default);
    padding: 4px 12px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.combobox:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-color: #d0d0d4;
}
.combobox:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-color: #a0a0a4;
}
ul.theme-a {
    list-style: none;
}
.form-group-1 {
    position: relative;
    padding-top: 16px;
}
.form-group-1 label {
    position: absolute;
    top: 6px;
    left: 12px;
    z-index: 1;
    padding: 0 8px;
    display: inline-block;
    background-color: #ffffff;
    letter-spacing: -1px;
    font-size: 0.95rem;
    font-weight: bold;
    font-family: var(--font-input-default);
}
.form-group-1 input[type="text"],
.form-group-1 input[type="password"],
.form-group-1 select,
.form-group-1 textarea {
    font-family: var(--font-input-default);
    padding: 16px 20px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    font-size: 0.9rem;
}
.form-group-1 input[type="text"]:hover,
.form-group-1 input[type="password"]:hover,
.form-group-1 select:hover,
.form-group-1 textarea:hover {
    border-color: #d0d0d4;
}
.form-group-1 input[type="text"]:focus,
.form-group-1 input[type="password"]:focus,
.form-group-1 select:focus,
.form-group-1 textarea:focus {
    border-color: #a0a0a4;
}

.form-group-2 {
    position: relative;
    padding-top: 16px;
}
.form-group-2 label {
    position: absolute;
    top: 6px;
    left: 12px;
    padding: 0 8px;
    display: inline-block;
    background-color: #ffffff;
    letter-spacing: -1px;
    font-size: 0.95rem;
    font-weight: bold;
    font-family: var(--font-input-default);
}
.form-group-2 input[type="text"],
.form-group-2 input[type="password"],
.form-group-2 select,
.form-group-2 textarea {
    font-family: var(--font-input-default);
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    font-size: 0.9rem;
}
.form-group-2 input[type="text"]:hover,
.form-group-2 input[type="password"]:hover,
.form-group-2 select:hover,
.form-group-2 textarea:hover {
    border-color: #d0d0d4;
}
.form-group-2 input[type="text"]:focus,
.form-group-2 input[type="password"]:focus,
.form-group-2 select:focus,
.form-group-2 textarea:focus {
    border-color: #a0a0a4;
}
.form-group-2-panel {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 16px;
}

.mod-1-0 {
    /*background-color: #fffffff0;*/
}
.mod-1-0 > .row > .col {
    vertical-align: bottom;
}
.mod-1-1-a {
    /*background: linear-gradient(90deg, #ffffffe0, #e0f0fff0);*/
    border: 2px solid #201160;
    border-top: none;
}
.mod-1-1 {
    padding: 8px;
    /*background-color: #e0f0ff;*/
    /*border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;*/
    border-bottom: 1px solid #d0d0d0;
}
.mod-1-1-1 {
    /*background: linear-gradient(90deg, #ffffffe0, #e0f0fff0);*/
    /*border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;*/
}
.mod-1-2 {
    list-style: none;
    padding-left: 0;
}
.mod-1-2 li button {
    font-family: var(--font-default);
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 8px;
    text-align: left;
    outline: none;
    cursor: pointer;
    transition: background-color ease 0.2s;
}
.mod-1-2 li button:hover {
    background-color: #f0f0f0;
    transition: background-color ease 0s;
}
.mod-1-2 li button > span:nth-child(1) {
    font-weight: 800;
}
.mod-1-2 li button > span:nth-child(5) {
    color: #808080;
}
.mod-1-2 li button.active {
    color: #ffffff;
    background-color: #201160;
}
.mod-1-2-1 {
    list-style: none;
    padding-left: 0;
}
.mod-1-2-1 li button {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 8px;
    text-align: left;
    outline: none;
    cursor: pointer;
    font-family: var(--font-default);
    transition: background-color ease 0.2s;
}
.mod-1-2-1 li button:hover {
    background-color: #f0f0f0;
    transition: background-color ease 0s;
}
.mod-1-2-1 li button > span:nth-child(1) {
    font-weight: 800;
}
.mod-1-2-1 li button > span:nth-child(5) {
    display: inline-block;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: #808080;
}
.mod-1-2-1 li button > span:nth-child(5).mod-red {
    border: 1px solid #530012;
    background-color: #ff0037;
    float: right;
}
.mod-1-2-1 li button > span:nth-child(5).mod-green {
    border: 1px solid #203f11;
    background-color: #78eb43;
    float: right;
}
.mod-1-2-1 li button > span:nth-child(5).mod-blue {
    border: 1px solid #002761;
    background-color: #0066ff;
    float: right;
}
.mod-1-2-1 li button[data-type="create"] {
    background-color: rgb(123, 174, 214);
    color: #ffffff;
    text-align: center;
    padding: 16px 8px;
    border-bottom: none;
}
.mod-1-2-1 li button[data-type="create"]:hover {
    background-color: rgb(112, 146, 209);
    
}
.mod-1-2-1 li button[data-type="create"] span:nth-child(1) {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 4px;
}
.mod-1-2-1 li button.active {
    color: #ffffff;
    background-color: #201160;
}

.mod-1-2-2 {
    list-style: none;
    padding-left: 0;
}
.mod-1-2-2 li button {
    font-family: var(--font-default);
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 8px;
    text-align: left;
    outline: none;
    cursor: pointer;
    transition: background-color ease 0.2s;
}
.mod-1-2-2 li button:hover {
    background-color: #f0f0f0;
    transition: background-color ease 0s;
}
.mod-1-2-2 li button > span:nth-child(1) {
    font-weight: 800;
}
.mod-1-2-2 li button > span:nth-child(5) {
    color: #808080;
}
.mod-1-2-2 li button.active {
    color: #ffffff;
    background-color: #201160;
}

.mod-1-2-3 {
    list-style: none;
    padding-left: 0;
}
.mod-1-2-3-i {
    border-bottom: 1px solid #d0d0d0;
}
.mod-1-2-3 li:last-child .mod-1-2-3-i {
    border-bottom: none;
}
.mod-1-2-3-i-1 {
    padding: 16px;
    display: inline-block;
    vertical-align: top;
}
.mod-1-2-3-i-1 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-1-2-3-i-2 {
    padding: 16px;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 180px);
}
.mod-1-2-3-i-friends-status {
    font-size: 0.9em;
    margin-bottom: 8px;
}
.mod-1-2-3-i-friends-status[data-status="friend"] {
    color: #46b45e;
}
.mod-1-2-3-i-friends-status[data-status="request"] {
    color: #e6a020;
}
.mod-1-2-3-i-friends-status[data-status="reject"] {
    color: #e24a36;
}
.mod-1-2-3-i-friends-message-label {
    font-size: 0.7em;
    letter-spacing: 0;
    margin-bottom: 8px;
    display: inline-block;
}
.mod-1-2-3-i-friends-message {
    font-size: 0.8em;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 8px 16px;
    margin-left: 32px;
}
.mod-1-2-3-i-time {
    font-size: 0.7em;
}
.mod-1-2-3-i-more {
    padding: 32px 16px;
    text-align: center;
}

.mod-1-3 {
    /*background-color: #e0f0ffe0;*/
    box-shadow: -8px 0 12px -4px rgba(0, 0, 0, 0.08);
    padding: 16px;
    border-left: 1px solid #ccccdd;
    box-sizing: border-box;
}
.mod-1-3-1 {
    display: inline-block;
    vertical-align: top;
}
.mod-1-3-1 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-1-3-2 {
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
}
.mod-1-3-2-1 {
    font-size: 1.2em;
    font-weight: bold;
}
.mod-1-3-2-2 {
    margin-bottom: 6px;
}
.mod-1-3-2-3 {
    display: inline-block;
    font-size: 0.9em;
}
.mod-1-3-2-3 div {
    margin-right: 24px;
    display: inline-block;
}
.mod-1-3-2-3 i {
    color: #f44336;
}
.mod-1-3-2-4 {
    display: inline-block;
    font-size: 0.9em;
}
.mod-1-3-2-c {
    color: #888888;
    font-size: 0.8em;
}
.mod-1-3-p {
    text-align: center;
    padding: 16px;
}
.mod-1-4 {
    border-top: 1px solid #ccccdd;
    text-align: center;
    background-color: #ffffff;
}
.mod-1-4 a {
    text-decoration: none;
}
.mod-2-0 {
    background: linear-gradient(90deg, 
    #f586d1 50%,
      #f4f4ff 50%,
      #f4f4ff 100%
  );
}
.mod-2-1-l {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: calc((100% - 1200px) / 2);
    height: 400px;
    background-color: #f3aedd;
    margin-top: -400px;
}
.mod-2-1-r {
    /*position: absolute;
    top: 0;
    right: 0;*/
    width: calc((100% - 1200px) / 2);
    height: 400px;
    background-color: #f4f4ff;
    margin-top: -400px;
    float: right;
}
.mod-2-1 {
    background-size: cover;
    background-repeat: no-repeat;
    /*max-width: var(--container-width-default);*/
    margin: 0 auto;
    height: 400px;
    max-width: var(--container-width-default);
    vertical-align: top;
    background-color: #ffffff;
}
.mod-2-2 {

}
.mod-2-3 {
    padding: 32px 16px;
    /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
    background: linear-gradient(90deg, #f586d1, #ffe2f600, #f3aedd00, #f4f4ff);
    height: 400px;
}
.mod-2-4 {
    display: inline-block;
    vertical-align: top;
}
.mod-2-4 table {
    border-collapse: collapse;
    width: 100%;
}
.mod-2-4 td {
    color: #333333;
    vertical-align: top;
    font-size: 1.2em;
    padding: 4px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mod-2-4 td:first-child {
    letter-spacing: -1px;
    color: #444444;
}
.mod-2-4 table tr td:nth-child(2) {
    padding-left: 16px;
}
.mod-2-4:nth-child(2) {
    padding-left: 16px;
    width: calc(100% - 360px);
}
.mod-2-4-1 {
    float: right;
}
.mod-2-5 {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    width: 240px;
    height: 240px;
}
.mod-2-5 img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-3-1 {
    /*color: #ffffff;*/

    /*background-color: var(--color-main);*/
    color: #666666;
    background-color: #ffffff;
    /*max-width: var(--container-width-default);*/
    margin: 0 auto;
}
.mod-3-2 {
    padding: 16px;
    color: #777777;
    /*background-color: #f0f0f0;*/
    border-radius: 2px;
    /*box-shadow: 0 8px 16px rgba(0, 0, 64, 0.2);*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 2px 16px rgba(32, 17, 96, 0.05);
    border-top: 2px solid #201160;
    margin-bottom: 16px;
}
.mod-3-3 {
    color: #808080;
    font-size: 32px;
    border: none;
    background-color: #ffffff;
    border-radius: 100%;
    /*padding: 8px;*/
    width: 42px;
    height: 42px;
    outline: none;
    cursor: pointer;
    transition: background-color ease 0.2s;
}
.mod-3-3:hover {
    color: #707070;
    background-color: #e0e0e0;
}
.mod-3-3:active {
    color: #606060;
    background-color: #d0d0d0;
}
.mod-3-3 i {
    font-size: 24px;
    
}
.mod-3-3-1 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 16px;
    color: #444444;
}
.mod-3-4 {
    list-style: none;
}
.mod-3-4-1-1 {
    display: inline-block;
    vertical-align: top;
}
.mod-3-4-1-1 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.mod-3-4-1-2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}
.mod-3-4-1-2-1 {
    font-weight: bold;
}
.mod-3-4-1-2-3 {
    color: #999999;
}
.mod-3-5 {
    list-style: none;
}
.mod-3-5-1-1 {
    display: inline-block;
    vertical-align: top;
}
.mod-3-5-1-1 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.mod-3-5-1-2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}
.mod-3-5-1-2-1 {
    font-weight: bold;
}
.mod-3-5-1-2-3 {
    color: #666666;
}
.mod-3-6 {
    list-style: none;
}
.mod-3-6-1-1 {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}
.mod-3-6-1-1-1 {
    font-weight: bold;
}
.mod-3-6-1-1-4 {
    padding: 8px 0;
}
.mod-3-6-1-1-4 a {
    display: inline-block;
    font-size: 1.2em;
}
.mod-3-7-1 { display: none; }
.mod-3-7-1.active { display: block; }
.mod-3-7-2 { display: none; }
.mod-3-7-2.active { display: block; }
.mod-4-1 {
    color: #666666;
    /*background-color: #f8f8f8;*/
    /*background-color: var(--color-main);*/
    background-size: cover;
    /*max-width: var(--container-width-default);*/
    margin: 0 auto;
}
.mod-4-2 {
    /*background-color: rgba(32, 17, 96, 0.7);*/
}
.mod-4-3 {

}
.mod-5-a-00 {
    background: linear-gradient(90deg, 
        #b8dbe8 50%,
        #f4f4ff 50%,
        #f4f4ff 100%
    );
}
.mod-5-a-01 {
    display: none;
}
.mod-5-a-0 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    max-width: var(--container-width-default);
    margin: 0 auto;
    height: 650px;
    background-color: #ffffff;
    /*background-position: center;
    background-repeat: no-repeat;*/
}
.mod-5-a-0[data-id="home"] {
    background-image: url('../img/A70I0664.png');
}
.mod-5-a-1 {
    padding: 64px 0;
    background: linear-gradient(90deg, #b8dbe8 , transparent,
        transparent, #f4f4ff);
    height: 650px;
    box-sizing: border-box;
}
.mod-5-a-1 > .container {
    padding-left: 32px;
}
.mod-5-0 {
    padding: 0 32px;
    top: -100px;
    position: absolute;
    width: var(--container-width-default);
    max-width: 100%;
    box-sizing: border-box;
    /*z-index: 1;*/
}
@media only screen and (min-width: 1200px) {
    .mod-5-0 {
        left: calc(50% - 600px);
    }
}
.mod-5-1 {
    display: block;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
}

/*.mod-5-1:hover span {
    font-size: 36px;
    transition: all ease 0.5s;
}*/
.mod-5-1 span {
    text-decoration: none;
    font-size: 48px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.mod-5-1-1 {
    padding: 64px 32px;
    background: linear-gradient(90deg, transparent, transparent, transparent, #00000060);
}
.mod-6-0 {
    background-color: #004070;
}
.mod-6-1 {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    max-width: var(--container-width-default);
    margin: 0 auto;
    height: 500px;
    position: relative;
    background-color: #ffffff;
}
.mod-6-1[data-id="home"] {
    background-image: url('../img/005.png');
}
.mod-6-2 {
    background: linear-gradient(90deg,
    rgba(0, 64, 112, 1),
    rgba(8, 8, 64, 0.85),
    rgba(0, 64, 112, 1)
    );
    padding: 64px 32px;
    height: 500px;
    box-sizing: border-box;
}
.mod-6-2-br1 {
    height: 64px;
}
.mod-7-0 {
    background: linear-gradient(90deg, 
        #f4f4ff 50%,
        #f586d1 50%,
        #f586d1 100%
    );
}
.mod-7-1 {
    background-size: cover;
    background-position: center;
    color: #333333;
    background-color: #ffffff;
    max-width: var(--container-width-default);
    margin: 0 auto;
    /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
}
.mod-7-2 {
    background: linear-gradient(270deg, #f586d1, transparent,
    #f4f4ff);
    
}
.mod-7-3 {
    padding: 32px;
}

.mod-9-1 {
    /*padding: 16px;*/
    
    background-color: var(--color-main);
    /*max-width: var(--container-width-default);*/
    margin: 0 auto;
}
.mod-9-1 h2 {
    color: #ffffff;
}
.mod-9-2 .card-section:nth-child(1) i {
    font-size: 32px;
}
.mod-10-1 {
    position: fixed;
    bottom: 0;
    right: 32px;
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.2);
}
.mod-10-1-1 {
    background-color: #ffc107;
    padding: 0 16px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.mod-10-1-1 a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.mod-11-1 {
    background-position: center;
    background-size: cover;
    /*min-height: var(--main-content-height);*/
    box-sizing: border-box;
}
/*
.mod-11-1[data-id="company-login"] .mod-11-2-1,
.mod-11-1[data-id="company-register"] .mod-11-2-1 {
    background-image: url('../img/003.png');
}
.mod-11-1[data-id="partner-login"] .mod-11-2-1,
.mod-11-1[data-id="partner-register"] .mod-11-2-1 {
    background-image: url('../img/004.png');
}
.mod-11-1[data-id="candidate-login"] .mod-11-2-1,
.mod-11-1[data-id="candidate-register"] .mod-11-2-1 {
    background-image: url('../img/002.png');
}
*/
.mod-11-2 {
    text-align: center;
    max-width: var(--container-width-default);
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}
.mod-11-2-1 img {
    width: 100%;
}
.mod-11-3 {
    color: #333333;
    /*margin: 0 16px;*/
    width: 100%;
    display: inline-block;
    padding: 32px 16px;
    border-radius: 4px;
    /*box-shadow: 0 8px 16px rgba(0, 0, 64, 0.5);*/
    /*background: linear-gradient(80deg, #55659e, #ffe2f6, #f586d1);*/
    /*background-color: #ffffff;*/
    box-sizing: border-box;
    text-align: left;
    /*min-height: calc(100% - 76px - 264px);*/
}
.mod-11-3 > .row {
    /*padding: 0 64px;*/
}
.mod-12 {
    border-collapse: collapse;
    width: 100%;
}
.mod-12 tr td {
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.mod-12 tr td:first-child i {
    color: #808080;
    width: 20px;
}
.mod-12 tr td:first-child span {
    color: #eb5dbe;
    margin-left: 8px;
    font-weight: bold;
}
.mod-13-1 {
    font-size: 64px;
    color: #201160;
}
.mod-13-1[data-lang="th"] {
    font-family: 'Kanit';
    font-weight: 300;
}
.mod-14 {
    list-style: none;
    padding-left: 0;
}
.mod-14-1 {
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 8px;
}
.mod-14-1-1 {
    color: #666666;
}
.mod-14-1-2 {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #cccccc;
    width: 100px;
    height: 100px;
}
.mod-14-1-2 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-14-2 {
    display: inline-block;
    vertical-align: top;
}
.mod-14-3 {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}
.mod-15-2 {
    display: none;
    /*min-height: calc(100vh - 64px);*/
    min-height: 100vh;
    margin: 32px 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #201160;
    color: #666666;
}
.mod-15-2.active {
    display: block;
}
.mod-15-2-1 {
    padding: 16px;
}
.mod-15-2-2 {
    float: right;
}
.mod-15-2-2 button {
    font-size: 0.8em;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}
.mod-15-2-3 {
    margin-bottom: 16px;
}
.mod-15-2-4 {
    display: inline-block;
    vertical-align: top;
}
.mod-15-2-4 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-15-2-5 {
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
}
.mod-15-2-5-1 {
    font-size: 1.2em;
    font-weight: bold;
}
.mod-15-2-5-2 {
    margin-bottom: 6px;
}
.mod-15-2-5-3 {
    display: inline-block;
    font-size: 0.9em;
}
.mod-15-2-5-3 div {
    margin-right: 24px;
    display: inline-block;
}
.mod-15-2-5-3 i {
    color: #f44336;
}
.mod-15-2-5-4 {
    display: inline-block;
    font-size: 0.9em;
}
.mod-15-2-5-cc {
    padding-top: 16px;
}
.mod-15-2-5-cc button {
    font-size: 0.7em;
}
.mod-15-2-6 {
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    margin-top: 16px;
}
.mod-15-2-6-c {
    display: inline-block;
    font-size: 1.0rem;
    width: 300px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 8px;
    margin: 8px;
    min-height: calc(100vh - 320px);
    overflow-y: auto;
}
.mod-15-2-6-c-1 {
    margin-bottom: 16px;
    padding-top: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-15-2-6-c-2 {
    float: right;
}
.mod-15-2-6-c-2 button {
    font-size: 0.8em;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}
.mod-15-2-6-c-i {
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 16px 8px;
    box-sizing: border-box;
    font-size: 0.8em;
    margin-bottom: 4px;
}
.mod-15-2-6-c-i button {
    font-size: 0.9em;
    float: right;
    margin-top: -4px;
}
.mod-16-1 {
    display: none;
    background-color: #f0f0f0;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 4px;
}
.mod-16-1-1 {
    display: inline-block;
    vertical-align: middle;
}
.mod-16-1 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-16-1.active {
    display: inline-block;
}
.mod-16-1 button {
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    color: #666666;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 8px;
    outline: none;
    cursor: pointer;
}
.mod-16-1 button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.mod-16-1 button:active {
    background-color: rgba(0, 0, 0, 0.2);
}
.mod-16-2 {
    font-size: 0.8em;
}
.mod-16-2 button {
    float: right;
}
.mod-16-2-i {
    min-height: 40px;
}
.mod-16-2-i img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-17-1-i {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;
}
.mod-17-1-i-1 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}
.mod-17-1-i-1 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-17-1-i-1-1 {
    font-size: 0.8em;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.mod-17-1-i-1-2 {
    float: right;
    font-size: 0.8em;
    margin-left: 8px;
    vertical-align: middle;
}
.mod-17-1-i-2 {
    padding: 8px;
}
.mod-17-1-i-2-1 {
    font-size: 0.6em;
}
.mod-17-1-i-2-2 {
    float: right;
    text-align: bold;
    color: #333333;
    font-size: 0.8em;
}
.mod-17-1-i-3 {
    margin-top: 16px;
    text-align: right;
}
.mod-18-1 {
    /*padding: 16px;*/
}
.mod-18-1-i {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /*padding: 16px;*/
    margin-bottom: 16px;
}
.mod-18-1-i a {
    text-decoration: none;
}
.mod-18-1-i a img:hover {
    opacity: 0.9;
}
.mod-18-1-i div[data-type="title"] {
    font-size: 0.9em;
    color: #333333;
    padding: 8px 16px;
}
.mod-18-1-i div[data-type="date"] {
    font-size: 0.7em;
    color: #808080;
    padding: 8px 16px;
    padding-top: 0;
}
.mod-19-1-img {
    border-radius: 4px;
}
.mod-19-1 h1 {
    color: #404040;
}
.mod-19-1 div[data-type="date"] {
    margin-top: 8px;
    font-size: 0.8em;
    color: #808080;
}
.mod-19-1 div[data-type="content"] {
    color: #666666;
}
.mod-20-1 {
    /*padding: 8px;*/
}
.mod-20-1-i {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /*padding: 16px;*/
    margin-bottom: 16px;
}
.mod-20-1-i a {
    text-decoration: none;
}
.mod-20-1-i a img:hover {
    opacity: 0.9;
}
.mod-20-1-i div[data-type="title"] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333333;
    padding: 8px 16px;
}
.mod-20-1-i div[data-type="date"] {
    font-size: 0.8rem;
    color: #808080;
    padding: 8px 16px;
    padding-top: 0;
}
.mod-21-1 {
    padding: 50px 0;
}
.mod-21-1-1 {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}
.mod-21-1-2 {
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
}
.mod-21-1-2 a {
    text-decoration: none;
}
.mod-21-1-2 a span:nth-child(1) {
    color: #333333;
    font-size: 1.5em;
}
.mod-21-1-2 a span:nth-child(3) {
    font-size: 1.0em;
}
.mod-21-1-3-p i {
    color: #f44336;
}
.mod-21-1-3-p span {
    color: #666666;
    font-size: 0.8em;
}
.mod-21-1-3 {
    float: right;   
}
.mod-21-1-4-h2 {
    margin-bottom: 8px;
}
.mod-21-1-4-pr {
    color: #666666;
    font-size: 0.8em;
}

.mod-21-2-1 {
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    color: #333333;
    padding: 16px 16px;
    border-bottom: 1px solid #e0e0e0;
}
.mod-21-2-1:hover {
    background-color: #f0f0f0;
}
.mod-21-2-1:last-child {
    border-bottom: none;
}
.mod-21-2-1 > div:nth-child(1) {
    font-size: 0.7em;
}
.mod-21-2-1 > div:nth-child(2) {
    font-weight: bold;
    margin-bottom: 4px;
}
.mod-21-2-1 > div:nth-child(3) {
    color: #666666;
    font-size: 0.8em;
}
.mod-21-2-1 > div:nth-child(3) i {
    color: #f44336;
}
.mod-21-3 {
    color: #666666;
    font-size: 0.8em;
}
.mod-21-4 {
    padding: 50px 0;
}
.mod-21-4-1 {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}
.mod-21-4-2 {
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
}
.mod-21-4-2 span:nth-child(1) {
    color: #333333;
    font-size: 1.5em;
}
.mod-21-4-2 span:nth-child(3) {
    font-size: 0.9em;
    color: #666666;
}
.mod-21-5 {
    color: #666666;
    font-size: 0.8em;
}
.mod-22-1 {
    color: #666666;
}
.mod-22-1-1 {
    list-style: none;
}
.mod-22-1-1 li {
    margin-bottom: 16px;
}
.mod-22-1-1-1 {
    border: 1px solid #e0e0e0;
    cursor: pointer;
    color: #333333;
}
.mod-22-1-1-1 > div {
    padding: 16px;
}
.mod-22-1-1-1 > div:first-child {
    background-color: #ffffff;
}
.mod-22-1-1-1 > div:nth-child(2) {
    display: none;
    color: #4caf50;
    margin-top: 8px;
}
.mod-22-1-1-1 i[class="fa fa-angle-up"] {
    display: none;
}
.mod-22-1-1-1 i[class="fa fa-angle-down"] {
    display: inline-block;
}
.mod-22-1-1-1.active > div:nth-child(2) {
    display: block;
}
.mod-22-1-1-1.active > div:first-child {
    background-color: #f8f8f8;
}
.mod-22-1-1-1.active i[class="fa fa-angle-up"] {
    display: inline-block;
}
.mod-22-1-1-1.active i[class="fa fa-angle-down"] {
    display: none;
}


.mod-23-1 {
    padding: 32px 16px;
    padding-bottom: 48px;
}
.mod-23-1-1 {
    text-align: center;
}
.mod-23-1-2 {
    text-align: center;
}
.mod-23-1-2 a {
    width: 50%;
}


.mod-postjob-no-data {
    padding: 150px 0;
    text-align: center;
    font-size: 1.5em;
    color: #999999;
}
.mod-auto-complete-list-a {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #f0f0f0;
    font-size: 0.8em;
    padding: 0px;
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: 300px;
}
.mod-auto-complete-list-a.active {
    display: inline-block;
}
.mod-auto-complete-item-a {
    padding: 4px 8px;
    cursor: pointer;
}
.mod-auto-complete-item-a:hover {
    background-color: #fff4fb;
}
.mod-auto-complete-item-a.active {
    background-color: #eb5dbe;
    color: #ffffff;
}

.mod-mpf-1-hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    z-index: 10;
}
.mod-mpf-1-hd-logo {
    width: 240px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
}
.mod-mpf-1-hd-logo img {
    height: 50px;
}
.mod-mpf-1-hd-user-name {
    font-size: 0.8em;
    /*letter-spacing: -1px;*/
    color: #808080;
    vertical-align: middle;
    margin-right: 4px;
}
.mod-mpf-1-hd-user-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mpf-1-hd-right {
    float: right;
    margin-right: 5px;
}






.mod-mpf-1-hd-noti-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.mod-mpf-1-hd-noti-btn {
    /*display: none;*/
    position: relative;
    font-size: var(--font-size);
    font-family: var(--font-default);
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    line-height: 48px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 100%;
    border: none;
    outline: none;
    color: #333333;
    background-color: transparent;
    transition: background-color ease 0.2s;
}
.mod-mpf-1-hd-noti-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: none;
}
.mod-mpf-1-hd-noti-count {
    position: absolute;
    top: 2px;
    right: -6px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 100%;
    background-color: #ff0000;
    color: #ffffff;
    line-height: initial;
    padding: 1px 7px;
}
.mod-mpf-1-hd-noti-panel {
    display: none;
    position: absolute;
    z-index: 101;
    top: 44px;
    right: 0;
    width: 400px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    border-radius: 4px;
}
.mod-mpf-1-hd-noti-panel ul {
    padding-left: 0;
}
.mod-mpf-1-hd-noti-panel ul li {
    display: block;
}
.mod-mpf-1-hd-noti-panel ul li > div {
    padding: 4px 8px;
    font-size: 0.7em;
    color: #444444;
    border-bottom: 1px solid #f0f0f0;
}
.mod-mpf-1-hd-noti-panel ul li > div a {
    color: #444444;
}
.mod-mpf-1-hd-noti-panel ul li > div div[data-type="image"] {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-1-hd-noti-panel ul li > div div[data-type="image"] img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
}

.mod-mpf-1-hd-noti-panel ul li > div div[data-type="content"] {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    margin-left: 8px;
}
.mod-mpf-1-hd-noti-panel ul li > div div[data-type="date"] {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    font-weight: bold;
    color: #909090;
}
.mod-mpf-1-hd-noti-panel ul li > div div[data-type="action"] {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-1-hd-noti-panel ul li > div div[data-type="action"] button {
    font-size: 16px;
    font-family: var(--font-default);
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #333333;
    /*background-color: #f0f0f0;*/
    background-color: transparent;
    padding: 0;
    transition: background-color ease 0.2s;
}
.mod-mpf-1-hd-noti-panel ul li[data-id="see-all"] a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 16px;
    color: #333333;
    font-size: 0.8em;
}
.mod-mpf-1-hd-noti-panel ul li[data-id="see-all"] a > i {
    width: 32px;
}
.mod-mpf-1-hd-noti-panel.active {
    display: block;
}







.mod-mpf-noti-panel {

}
.mod-mpf-noti-panel ul {
    padding-left: 0;
}
.mod-mpf-noti-panel ul li {
    display: block;
}
.mod-mpf-noti-panel ul li > div {
    padding: 4px 8px;
    font-size: 1.0em;
    color: #444444;
    border-bottom: 1px solid #f0f0f0;
}
.mod-mpf-noti-panel ul li > div a {
    color: #444444;
}
.mod-mpf-noti-panel ul li > div div[data-type="image"] {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-noti-panel ul li > div div[data-type="image"] img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.mod-mpf-noti-panel ul li > div div[data-type="content"] {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
    margin-left: 8px;
}
.mod-mpf-noti-panel ul li > div div[data-type="date"] {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    font-weight: bold;
    color: #909090;
}
.mod-mpf-noti-panel ul li > div div[data-type="action"] {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-noti-panel ul li > div div[data-type="action"] button {
    font-size: 24px;
    font-family: var(--font-default);
    /*width: 32px;
    height: 32px;*/
    text-align: center;
    cursor: pointer;
    /*line-height: 32px;*/
    border-radius: 4px;
    border: none;
    outline: none;
    color: #333333;
    /*background-color: #f0f0f0;*/
    background-color: transparent;
    padding: 0;
    transition: background-color ease 0.2s;
}
.mod-mpf-noti-panel ul li[data-id="see-all"] a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 16px;
    color: #333333;
}
.mod-mpf-noti-panel ul li[data-id="see-all"] a > i {
    width: 32px;
}












.mod-mpf-1-ft {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    z-index: 10;
}
.mod-mpf-1-ft-1-1 {
    float: right;
    margin-right: 16px;
    margin-top: 12px;
    font-size: 0.8em;
    color: #808080;
}
.mod-mpf-hd-kick {
    height: 50px;
}


/*
.main-header-social {
    display: inline-block;
    vertical-align: middle;
}
.main-header-social li a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}*/
.mod-mpf-hd-lang {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    vertical-align: middle;
    line-height: 50px;
}
.mod-mpf-hd-lang a {
    color: #aaaaaa;
    text-decoration: none;
}
.mod-mpf-hd-lang a[data-active="1"] {
    font-weight: bold;
    color: #200f60;
}

.mod-mpf-hd-m-btn {
    display: none;
    text-align: center;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    border: none;
    outline: none;
    color: #666666;
    background-color: #ffffff;
}



.mod-mpf-ft-kick {
    height: 50px;
}
.mod-mpf-1-0 {
    font-size: 0;
}
.mod-mpf-1-1 {
    position: fixed;
    top: 50;
    left: 0;
    z-index: 10;
    /*display: inline-block;
    vertical-align: top;*/
    width: 240px;
    max-width: 240px;
    height: calc(100% - 100px);
    /*min-height: var(--main-content-height);*/
    
    font-size: 1.0rem;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
    /*overflow-y: hidden;*/
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.mod-mpf-1-1::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
/*.mod-mpf-1-1:hover {
    overflow-y: auto;
}*/
.mod-mpf-1-1 ul {
    padding-left: 0;
    list-style: none;
}
.mod-mpf-1-1 ul > li > a {
    display: block;
    color: #333333;
    font-weight: 600;
    font-size: 0.9em;
    text-decoration: none;
    padding: 8px 16px;
}
.mod-mpf-1-1 ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.mod-mpf-1-1 ul > li > a.active {
    background-color: rgba(0, 0, 0, 0.08);
}
.mod-mpf-1-1 ul > li > a > i {
    width: 24px;
    text-align: center;
}

.mod-mpf-1-1 ul > li > span[data-type="label"] {
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    color: #808080;
    margin-left: 16px;
    margin-top: 24px;
    margin-bottom: 8px;
}
.mod-mpf-1-2 {
    margin-left: 240px;
    /*display: inline-block;
    vertical-align: top;*/
    width: calc(100% - 240px);
    /*height: calc(100% - 100px);*/
    min-height: var(--mpf-main-content-height);
    font-size: 1.0rem;
}
.mod-mpf-1-1-1 {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-1-1-2 {
    border-collapse: collapse;
    width: 100%;
}
.mod-mpf-1-1-2 td:first-child {
    vertical-align: top;
    width: 200px;
    font-weight: bold;
}
.mod-mpf-1-1-2 td {
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 16px;
}
.mod-mpf-1-1-3 {
    list-style: none;
}
.mod-mpf-1-1-3 img,
.mod-mpf-1-1-3 span,
.mod-mpf-1-1-3 button {
    vertical-align: middle;
}
.mod-mpf-1-1-3 li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

/* Default List */
.mod-mpf-2-1 {
    list-style: none;
}
.mod-mpf-2-2-1-1-1 {
    font-weight: bold;
}
.mod-mpf-2-2-1-1-3 {
    color: #808080;
}

.mod-mpf-2-2-2 {
    display: inline-block;
    text-align: center;
    color: #808080;
    font-size: 32px;
    border: none;
    background-color: #ffffff;
    border-radius: 100%;
    /*padding: 8px;*/
    width: 42px;
    height: 42px;
    outline: none;
    cursor: pointer;
    transition: background-color ease 0.2s;
}
.mod-mpf-2-2-2:hover {
    color: #707070;
    background-color: #e0e0e0;
}
.mod-mpf-2-2-2:active {
    color: #606060;
    background-color: #d0d0d0;
}
.mod-mpf-2-2-2 i {
    font-size: 24px;
    line-height: 42px;
}

/* Job List */
.mod-mpf-2-3-a {
    color: #808080;
    font-size: 0.9em;
}
.mod-mpf-2-3 {
    list-style: none;
    padding-left: 0px;
}

.mod-mpf-2-3-1 {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 16px 16px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-mpf-2-3-1:hover {
    /*background-color: rgba(0, 0, 0, 0.08);*/
}
.mod-mpf-2-3 li:last-child .mod-mpf-2-3-1 {
    border-bottom: none;
}
.mod-mpf-2-3-1-1 {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-2-3-1-1 img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-2-3-1-2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
    width: calc(100% - 90px);
}
.mod-mpf-2-3-1-2.mod-mpf-2-3-1-2-op-1 {
    width: calc(100% - 200px);
}
.mod-mpf-2-3-1-2-1 {
    font-weight: bold;
    margin-bottom: 8px;
}
.mod-mpf-2-3-1-2-1 a {
    text-decoration: none;
    color: #333333;
}
.mod-mpf-2-3-1-2-2 {
    font-size: 0.9em;
    color: #808080;
}
.mod-mpf-2-3-1-2-2 i {
    color: #f44336;
}
.mod-mpf-2-3-1-2-3 {
    font-size: 0.9em;
    float: right;
    color: #808080;
}
.mod-mpf-2-3-1-2-3 i {
    color: #f44336;
    margin-left: 8px;
}
.mod-mpf-2-3-1-2-4 {
    font-size: 0.7em;
    color: #808080;
}
.mod-mpf-2-3-1-2-5 {
    font-size: 0.9em;
    float: right;
    color: #808080;
}
.mod-mpf-2-3-1-2-5 i {
    color: #333333;
    margin-left: 8px;
}
.mod-mpf-2-3-1-2-6 {
    margin-top: 8px;
    font-size: 0.9em;
    color: #808080;
}
.mod-mpf-2-3-1-2-7 {
    font-size: 0.9em;
    color: #808080;
}
.mod-mpf-2-3-1-2-7 i {
    color: #ffffff;
}
.mod-mpf-2-3-1-3 {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-2-4 {
    padding: 32px 0;
}
.mod-mpf-2-4-1 {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-2-4-2 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 190px);
    padding-left: 16px;
}
.mod-mpf-2-4-2 > a {
    text-decoration: none;
}
/*.mod-mpf-2-4-2 > a > span:first-child,
.mod-mpf-2-4-2 > div > span:first-child {
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
}*/
.mod-mpf-2-4-2-t1 {
    color: #333333;
    font-weight: bold;
    font-size: 1.5em;
}
.mod-mpf-2-4-2-t2 {
    color: #666666;
}
.mod-mpf-2-4-2-mr1 {
    margin-right: 16px;
}
.mod-mpf-2-4-2-rr {
    color: #f44336;
}
.mod-mpf-2-4-3 {
    margin-top: 8px;
}
.mod-mpf-2-5-1 {
    float: right;
    color: #808080;
}
.mod-mpf-2-5-1 i {
    color: #f44336;
}
.mod-mpf-2-5-2 {
    color: #808080;
}
.mod-mpf-2-5-2 i {
    color: #f44336;
}
.mod-mpf-2-6-pn-1 {
    border-radius: 4px;
    padding: 16px;
    /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);*/
    margin-bottom: 16px;
    border: 1px solid #f0f0f0;
}
.mod-mpf-2-6-h3 {
    margin-bottom: 8px;
}
.mod-mpf-2-6-pr {
    /*color: #444444;*/
    color: #666666;
}
.mod-mpf-2-6-ul {
    list-style: none;
    color: #444444;
    padding-left: 24px;
}
.mod-mpf-2-6-m1-1-1 {
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 0;
}
.mod-mpf-2-6-m1-1-1:last-child {
    border-bottom: none;
}
.mod-mpf-2-6-m1-1-1 {
    /*padding-left: 32px;*/
    margin-left: 32px;
}
.mod-mpf-2-6-m1-1-1-1 {
    color: #333333;
    font-weight: bold;
}
.mod-mpf-2-6-m1-1-1-2 {
    color: #666666;
}
.mod-mpf-2-6-m1-1-1-3 {
    color: #808080;
}

.mod-mpf-2-6-m2 {
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    color: #333333;
    padding: 16px 16px;
    border-bottom: 1px solid #e0e0e0;
}
.mod-mpf-2-6-m2:hover {
    background-color: #f0f0f0;
}
.mod-mpf-2-6-m2:last-child {
    border-bottom: none;
}
.mod-mpf-2-6-m2 > div:nth-child(1) {
    font-size: 0.7em;
}
.mod-mpf-2-6-m2 > div:nth-child(2) {
    font-weight: bold;
    margin-bottom: 4px;
}
.mod-mpf-2-6-m2 > div:nth-child(3) {
    color: #666666;
    font-size: 0.8em;
}
.mod-mpf-2-6-m2 > div:nth-child(3) i {
    color: #f44336;
}

.mod-mpf-2-7 {
    list-style: none;
    padding-left: 0;
}
.mod-mpf-2-7-i {
    border-bottom: 1px solid #d0d0d0;
}
.mod-mpf-2-7 li:last-child .mod-mpf-2-7-i {
    border-bottom: none;
}
.mod-mpf-2-7-i-1 {
    padding: 16px;
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-2-7-i-1 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-2-7-i-2 {
    padding: 16px;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 180px);
}
.mod-mpf-2-7-i-friends-status {
    font-size: 0.9em;
    margin-bottom: 8px;
}
.mod-mpf-2-7-i-friends-status[data-status="friend"] {
    color: #46b45e;
}
.mod-mpf-2-7-i-friends-status[data-status="request"] {
    color: #e6a020;
}
.mod-mpf-2-7-i-friends-status[data-status="reject"] {
    color: #e24a36;
}
.mod-mpf-2-7-i-friends-message-label {
    font-size: 0.7em;
    letter-spacing: 0;
    margin-bottom: 8px;
    display: inline-block;
}
.mod-mpf-2-7-i-friends-message {
    font-size: 0.8em;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 8px 16px;
    margin-left: 32px;
}
.mod-mpf-2-7-i-time {
    font-size: 0.7em;
}
.mod-mpf-2-7-i-more {
    padding: 32px 16px;
    text-align: center;
}
.mod-mpf-2-8 {
    white-space: nowrap;
    overflow-x: scroll;
}
.mod-mpf-2-8-1 {
    display: inline-block;
    width: 300px;
    height: 300px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.mod-mpf-2-8-1-1 {
    color: #666666;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 0;
    padding-bottom: 12px;
}
.mod-mpf-2-8-1-1 button {
    float: right;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}
.mod-mpf-2-8-1-1 button i {
    line-height: 30px;
}
.mod-mpf-2-8-1-2 {
    padding: 16px 0;
}
.mod-mpf-2-8-1-2-i {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 8px 8px;
}
.mod-mpf-2-8-1-2-i img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mpf-2-8-1-2-i span {
    vertical-align: middle;
}
.mod-mpf-2-8-1-2-i button {
    float: right;
    margin-top: 0px;
}
.mod-mpf-2-9 {
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);*/
}
.mod-mpf-2-9-m1-1 {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mpf-2-9-m1-2 {
    vertical-align: middle;
}
.mod-mpf-2-10-1 {
    padding: 8px;
    margin-bottom: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.mod-mpf-2-10-1-1 {
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.mod-mpf-2-10-1-1 > img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 8px;
}
.mod-mpf-2-10-1-1 > div {
    vertical-align: middle;
}
.mod-mpf-2-10-1-1-hot {
    color: #f44336;
    font-weight: bold;
}
.mod-mpf-2-10-1-1-status {
    float: right;
}
.mod-mpf-2-10-1-1-no {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
}
.mod-mpf-2-10-1-2 {
    padding: 16px;
}
.mod-mpf-2-10-1-3 {
    text-align: center;
    padding: 16px 8px;
    border-top: 1px solid #e0e0e0;
}
.mod-mpf-2-10-table {
    border-collapse: collapse;
    width: 100%;
}
.mod-mpf-2-10-table td {
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.mod-mpf-2-10-table tr:last-child td {
    border-bottom: none;
}
.mod-mpf-2-10-table-td-1 > img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 8px;
}
.mod-mpf-2-10-table-td-1 > span {
    vertical-align: middle;
}

.mod-mpf-2-11-1 table {
    width: 100%;
    border-collapse: collapse;
}
.mod-mpf-2-11-1 table td {
    vertical-align: top;
    padding: 8px;
}
.mod-mpf-2-11-2 > img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mpf-2-11-2 > span {
    vertical-align: middle;
}

.mod-mpf-2-12-1 {
    padding: 32px 0;
}
.mod-mpf-2-12-1 > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mpf-2-12-1 > h1 {
    padding-left: 32px;
    vertical-align: middle;
    display: inline-block;
}
.mod-mpf-2-12-h2 {
    margin-bottom: 16px;
}
.mod-mpf-2-12-p {
    color: #666666;
    padding-left: 32px;
}
.mod-mpf-2-12-ul {
    color: #666666;
}

.mod-mpf-2-13 {
    color: #666666;
}
.mod-mpf-2-13-1 {
    list-style: none;
}
.mod-mpf-2-13-1 li {
    margin-bottom: 16px;
}
.mod-mpf-2-13-1-1 {
    border: 1px solid #e0e0e0;
    cursor: pointer;
    color: #333333;
}
.mod-mpf-2-13-1-1 > div {
    padding: 16px;
}
.mod-mpf-2-13-1-1 > div:first-child {
    background-color: #ffffff;
}
.mod-mpf-2-13-1-1 > div:nth-child(2) {
    display: none;
    color: #4caf50;
    margin-top: 8px;
}
.mod-mpf-2-13-1-1 i[class="fa fa-angle-up"] {
    display: none;
}
.mod-mpf-2-13-1-1 i[class="fa fa-angle-down"] {
    display: inline-block;
}
.mod-mpf-2-13-1-1.active > div:nth-child(2) {
    display: block;
}
.mod-mpf-2-13-1-1.active > div:first-child {
    background-color: #f8f8f8;
}
.mod-mpf-2-13-1-1.active i[class="fa fa-angle-up"] {
    display: inline-block;
}
.mod-mpf-2-13-1-1.active i[class="fa fa-angle-down"] {
    display: none;
}

.mod-mpf-2-14 {
    padding: 8px;
}
.mod-mpf-2-14-i {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /*padding: 16px;*/
    margin-bottom: 16px;
}
.mod-mpf-2-14-i a {
    text-decoration: none;
}
.mod-mpf-2-14-i a img:hover {
    opacity: 0.9;
}
.mod-mpf-2-14-i div[data-type="title"] {
    font-size: 0.9em;
    color: #333333;
    padding: 8px 16px;
}
.mod-mpf-2-14-i div[data-type="date"] {
    font-size: 0.7em;
    color: #808080;
    padding: 8px 16px;
    padding-top: 0;
}



.mod-mpf-2-15-1 {
    padding: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.mod-mpf-2-15-1-1 {
    padding: 8px;
}
.mod-mpf-2-15-1-1 > img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mpf-2-15-1-1 > div {
    vertical-align: middle;
}
.mod-mpf-2-15-1-1-hot {
    color: #f44336;
    font-weight: bold;
}
.mod-mpf-2-15-1-1-status {
    float: right;
}
.mod-mpf-2-15-1-1-no {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
}
.mod-mpf-2-15-1-2 {
    float: right;
}
.mod-mpf-2-16-1 {
    padding: 16px;
    border-radius: 4px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);*/
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.mod-mpf-2-16-1 a {
    text-decoration: none;
    color: #333333;
}
.mod-mpf-2-16-1-1 {
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
}
.mod-mpf-2-16-1-2 {
    color: #808080;
    font-weight: normal;
    margin-top: 8px;
}
.mod-mpf-2-16-1-3 {
    float: right;
}
.mod-mpf-2-f-1 {
    padding: 12px 16px;
    margin: 16px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    display: inline-block;
}
.mod-mpf-2-f-2 {
    padding: 12px 16px;
    margin: 16px;
    margin-left: 32px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    display: block;
}
.mod-mpf-2-17-0 {
    background-color: #f0f0f4;
    padding: 16px;
    padding-bottom: 24px;
}
.mod-mpf-2-17-0 h2 {
    margin-bottom: 24px;
}
.mod-mpf-2-17-1 {
    text-align: center;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 64, 0.08);
    /*border: 1px solid #cccccc;*/
    box-sizing: border-box;
    color: #c0c0c0;
}
.mod-mpf-2-17-1.active {
    color: #333333;
    /*border-color: #eb5dbe;*/
}
.mod-mpf-2-17-1 h3 {
    
    font-weight: normal;
}

.mod-mpf-2-17-1 h3 i {
    width: 32px;
}
.mod-mpf-2-17-1-2 {
    /*text-align: right;*/
    margin-top: 16px;
}
.mod-mpf-2-18 {
    list-style: none;
    padding-left: 0;
}
.mod-mpf-2-18-a {
    color: #808080;
    font-size: 0.9em;
}
.mod-mpf-2-18-1 {
    padding: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 16px;
    min-height: 60px;
}
.mod-mpf-2-18-1-1 {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    margin-bottom: 12px;
}
.mod-mpf-2-18-1-2 {
    float: right;
    text-align: right;
}
.mod-mpf-2-18-1-2-1 {
    font-size: 0.9rem;
    color: #808080;
}
.mod-mpf-2-18-1-2-2 {
    color: #f44336;
    font-weight: bold;
}
.mod-mpf-2-18-1-2-3 {
    font-weight: bold;
}
.mod-mpf-2-18-1-3 {
    display: inline-block;
    color: #666666;
    font-size: 0.9rem;
    vertical-align: middle;
    margin-left: 8px;
}
.mod-mpf-2-18-1-3 a {
    color: #666666;
    text-decoration: none;
}
.mod-mpf-2-18-1-4 {
    display: inline-block;
    vertical-align: middle;
}
.mod-mpf-2-18-1-4 img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-2-18-2 {
    padding: 8px 16px;
    text-align: center;
    background-color: #f0f0f0;
    color: #333333;
    font-size: 1.5rem;
    font-weight: bold;
}
.mod-mpf-2-18-3 {
    color: #666666;
    font-size: 0.95rem;
}
.mod-mpf-2-18-4 strong {
    color: #f44336;
}
.mod-mpf-2-18-5 {
    margin-bottom: 16px;
}
.mod-mpf-2-18-5 h3 {
    margin-bottom: 8px;
}
.mod-mpf-2-18-5 p {
    color: #666666;
}




.mod-mpf-2-19-1 {
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
}
.mod-mpf-2-19-1-1 {
    margin-top: 8px;
    color: #666666;
}
.mod-mpf-2-19-1-2 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
}
.mod-mpf-2-19-1-2-1 {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.mod-mpf-2-19-1-2-2 {
    color: #808080;
    font-size: 0.9rem;
}
.mod-mpf-2-19-1-3 {
    display: inline-block;
    vertical-align: middle;
}
.mod-mpf-2-19-1-3 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-2-19-1-4 {
    text-align: right;
    margin-top: 16px;
}

.mod-mpf-2-20-1 > i {
    width: 24px;
    text-align: center;
}
.mod-mpf-2-20-1 > span,
.mod-mpf-2-20-1 > a {
    display: inline-block;
}

.mod-mpf-2-21 {
    position: fixed;
    top: 0px;
    left: 240px;
    width: calc(100% - 240px);
    
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 9;
    height: 0;
    overflow: hidden;

    
    
    
}
.mod-mpf-2-21.ani {
    transition: top ease 0.2s;
}
.mod-mpf-2-21.active {
    height: auto;
    top: 50px;
}
.mod-mpf-2-21-0 {
    max-width: var(--container-width-default);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8px 16px;
}
.mod-mpf-2-21-1 {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-2-21-2 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 190px);
    padding-left: 16px;
}
.mod-mpf-2-21-2-1 {
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
}
.mod-mpf-2-21-2-2 {
    color: #666666;
    font-size: 0.8rem;
}

.mod-mpf-2-22-1 {
    margin-bottom: 16px;
}
.mod-mpf-2-22-1.mod-right {
    text-align: right;
}
.mod-mpf-2-22-1-1 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mpf-2-22-1-1-1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.mod-mpf-2-22-1-1-1-1 {
    font-weight: 700;
}
.mod-mpf-2-22-1-3 {
    color: #808080;
    font-size: 0.9rem;
    display: inline-block;
}
.mod-mpf-2-22-1-2 {
    display: inline-block;
    margin-top: 8px;
    padding: 16px;
    border-radius: 4px;
    background-color: #f0f0f4;
    color: #333344;
    max-width: 50%;
    word-break: break-word;
}
.mod-mpf-2-22-1.mod-right .mod-mpf-2-22-1-2 {
    text-align: left;
}
.mod-mpf-2-22-1-4 {
    display: inline-block;
    border: none;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, 0);
    color: #808080;
    outline: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.mod-mpf-2-22-1-4 > i {
    line-height: 32px;
}
.mod-mpf-2-22-1-4:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.mod-mpf-2-22-2 {
    padding: 16px;
    border-radius: 4px;
    background-color: #f0f0f4;
    color: #333344;
    word-break: break-word;
}
.mod-mpf-2-23 {
    margin-bottom: 16px;
}
.mod-mpf-2-23-1 {
    display: inline-block;
    vertical-align: middle;
}
.mod-mpf-2-23-1 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-2-23-2 {
    display: inline-block;
    vertical-align: middle;
}
.mod-mpf-2-23-2 h2 {
    font-size: 1.0rem;
    font-weight: 600;
    display: inline-block;
    margin-left: 8px;
}

.mod-mpf-2-24-wrapper {
    overflow-x: auto;
}
.mod-mpf-2-24 {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid #f0f0f0;*/
    font-size: 0.9em;
}
.mod-mpf-2-24 th {
    /*background-color: #e8e8e8;*/
    border: none;
    border-bottom: 2px solid #e8e8e8;
    border-left: none;
    border-right: none;
    padding: 6px 12px;
}
.mod-mpf-2-24 td {
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    padding: 6px 12px;
}
.mod-mpf-2-24 td:first-child img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 4px;
}
.mod-mpf-2-25 {
    padding: 32px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.mod-mpf-2-25 p {
    color: #666666;
    margin-bottom: 24px;
}
.mod-mpf-2-26-1 span {
    vertical-align: middle;
}
.mod-mpf-2-26-1 span:first-child {
    font-size: 2.0rem;
    letter-spacing: 4px;
    color: #297de2;
}
.mod-mpf-2-26-1 span:nth-child(2) {
    color: #666666;
}
.mod-mpf-2-26-2 {
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #333333;
    display: inline-block;
}
.mod-mpf-2-26-3 {
    color: #666666;
}

.mod-mpf-fg-1 label {
    display: block;
}

.mod-mpf-fg-1 input[type="text"],
.mod-mpf-fg-1 input[type="password"] {
    font-family: var(--font-default);
    padding: 8px 12px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.mod-mpf-fg-1 input[type="text"]:hover,
.mod-mpf-fg-1 input[type="password"]:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-color: #d0d0d4;
}
.mod-mpf-fg-1 input[type="text"]:focus,
.mod-mpf-fg-1 input[type="password"]:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-color: #a0a0a4;
}

.mod-mpf-fg-1 textarea {
    font-family: var(--font-default);
    padding: 8px 12px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.mod-mpf-fg-1 textarea:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-color: #d0d0d4;
}
.mod-mpf-fg-1 textarea:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-color: #a0a0a4;
}

.mod-mpf-fg-1 select {
    font-family: var(--font-default);
    padding: 7px 12px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.mod-mpf-fg-1 select:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-color: #d0d0d4;
}
.mod-mpf-fg-1 select:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-color: #a0a0a4;
}

















.mod-mpf-udp-1 {
    margin-bottom: 32px;
}
.mod-mpf-udp-1-2 {
    float: right;
}
.mod-mpf-udp-1-2 input {
    width: 50px;
}
.mod-mpf-img-40 {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mpf-wd120mf {
    width: 120px;
}
.mod-mpf-wd300mf {
    width: 300px;
}
.mod-mpf-btn {
    font-family: var(--font-default);
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #3397b9;
    padding: 0 20px;
    outline: none;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);*/
    vertical-align: middle;
    transition: background-color ease 0.2s;
}
.mod-mpf-btn:hover {
    background-color: #3085a1;
    transition: background-color ease 0s;
}
.mod-mpf-btn:active {
    background-color: #2c748b;
}
.mod-mpf-btn.mod-mpf-btn-disabled {
    background-color: #cccccc;
}
.mod-mpf-btn i {
    line-height: 40px;
    /*vertical-align: middle;*/
}

.mod-mpf-btn-clean {
    font-family: var(--font-default);
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #222222;
    background-color: #ffffff;
    padding: 0px 20px;
    outline: none;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d0d0d0;
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);*/
    vertical-align: middle;
    transition: background-color ease 0.2s;
}
.mod-mpf-btn-clean:hover {
    border-color: #c0c0c0;
    transition: background-color ease 0s;
}
.mod-mpf-btn-clean:active {
    border-color: #b0b0b0;
}
.mod-mpf-btn-clean i {
    line-height: 38px;
    /*vertical-align: middle;*/
}

.mod-mpf-block {
    display: block;
}
.mod-mpf-w100 {
    width: 100%;
}
.mod-mpf-block-w100 {
    display: block;
    width: 100%;
}

/* ====================== */

.mod-mad-1-hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    z-index: 10;
}
.mod-mad-1-hd-logo {
    width: 240px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
}
.mod-mad-1-hd-logo img {
    height: 50px;
}
.mod-mad-1-hd-user-name {
    font-size: 0.8em;
    /*letter-spacing: -1px;*/
    color: #808080;
    vertical-align: middle;
    margin-right: 4px;
}
.mod-mad-1-hd-user-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mad-1-hd-right {
    float: right;
    margin-right: 5px;
}

.mod-mad-1-ft {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    z-index: 10;
}
.mod-mad-1-ft-1-1 {
    float: right;
    margin-right: 16px;
    margin-top: 12px;
    font-size: 0.8em;
    color: #808080;
}
.mod-mad-hd-kick {
    height: 50px;
}

.mod-mad-hd-lang {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    vertical-align: middle;
}
.mod-mad-hd-lang a {
    color: #aaaaaa;
    text-decoration: none;
}
.mod-mad-hd-lang a[data-active="1"] {
    font-weight: bold;
    color: #200f60;
    line-height: 50px;
}

.mod-mad-hd-m-btn {
    display: none;
    text-align: center;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    border: none;
    outline: none;
    color: #666666;
    background-color: #ffffff;
}



.mod-mad-ft-kick {
    height: 50px;
}


.mod-mad-1-0 {
    font-size: 0;
}
.mod-mad-1-1 {
    position: fixed;
    top: 50;
    left: 0;
    /*display: inline-block;
    vertical-align: top;*/
    width: 240px;
    max-width: 240px;
    height: calc(100% - 100px);
    /*min-height: var(--main-content-height);*/
    
    font-size: 1.0rem;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.mod-mad-1-1::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
/*.mod-mad-1-1:hover {
    overflow-y: auto;
}*/
.mod-mad-1-1 ul {
    padding-left: 0;
    list-style: none;
}
.mod-mad-1-1 ul > li > a {
    display: block;
    color: #333333;
    font-weight: 600;
    font-size: 0.9em;
    text-decoration: none;
    padding: 8px 16px;
}
.mod-mad-1-1 ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.mod-mad-1-1 ul > li > a.active {
    background-color: rgba(0, 0, 0, 0.08);
}
.mod-mad-1-1 ul > li > a > i {
    width: 24px;
    text-align: center;
}

.mod-mad-1-1 ul > li > span[data-type="label"] {
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    color: #808080;
    margin-left: 16px;
    margin-top: 24px;
    margin-bottom: 8px;
}
.mod-mad-1-2 {
    margin-left: 240px;
    /*display: inline-block;
    vertical-align: top;*/
    width: calc(100% - 240px);
    /*height: calc(100% - 100px);*/
    min-height: var(--main-content-height);
    font-size: 1.0rem;
}

.mod-mad-2-1 {
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.mod-mad-2-1-1 {
    padding: 16px 16px;
    /*background-color: #f8f8f8;*/
    /*border-bottom: 1px solid #f0f0f0;*/
    box-sizing: border-box;
}
.mod-mad-2-1-1 h2 {
    font-size: 1.0em;
    font-weight: bold;
}
.mod-mad-2-1-bm {
    text-decoration: none;
    font-size: 0.9em;
    color: #333333;
    font-weight: bold;
}
.mod-mad-2-1-2 {
    padding: 16px;
}
.mod-mad-2-1-2 ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.9em;
    color: #404040;
}
.mod-mad-2-1-2 ul li {
    margin-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-mad-2-1-2 ul li:last-child {
    border-bottom: none;
}
.mod-mad-2-1-2 ul li img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 4px;
}
.mod-mad-2-1-2 ul li > div > div {
    display: inline-block;
    vertical-align: middle;
}
.mod-mad-2-1-2-1 {
    float: right;
    margin-top: 10px;
}
.mod-mad-2-1-2-2 {
    font-size: 0.8em;
}
.mod-mad-2-1-2-2-1 {
    font-weight: bold;
}
.mod-mad-2-1-2-2-2 {
    color: #808080;
}
.mod-mad-2-1-2 table {
    width: 100%;
    border-collapse: collapse;
}
.mod-mad-2-1-2 table td {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-mad-2-1-2 table tr:last-child td {
    border-bottom: none;
}
.mod-mad-2-1-3 {
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.mod-mad-2-1-3 ul {
    list-style: none;
    padding-left: 0;
}
.mod-mad-2-1-3 ul li a {
    padding: 16px;
    display: block;
    text-align: center;
}
.mod-mad-2-1-3 ul li a:hover {
    background-color: #fcfcfc;
}
.mod-mad-2-1-3 ul li a:active {
    background-color: #f8f8f8;
}

.mod-mad-2-2-1 {
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
}
.mod-mad-2-2-1-1 {
    margin-top: 8px;
    color: #666666;
}
.mod-mad-2-2-1-2 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
}
.mod-mad-2-2-1-2-1 {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.mod-mad-2-2-1-2-2 {
    color: #808080;
    font-size: 0.9rem;
}
.mod-mad-2-2-1-3 {
    display: inline-block;
    vertical-align: middle;
}
.mod-mad-2-2-1-3 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}
.mod-mad-2-2-1-4 {
    text-align: right;
    margin-top: 16px;
}
.mod-mad-2-3-1 {
    padding: 16px;
    background-color: #f0f0f0;
    border-radius: 4px;
}
.mod-mad-2-3-2 {
    text-decoration: none;
}
.mod-mad-2-3-2 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.mod-mad-2-4-usl {
    text-decoration: none;
}




ul.mod-mad-breadcrumb {
    padding: 16px 0;
}
ul.mod-mad-breadcrumb li {
    display: inline-block;
    font-weight: normal;
    font-size: 1.0em;
}
ul.mod-mad-breadcrumb li.sep {
    padding: 0 8px;
    color: #808080;
}
ul.mod-mad-breadcrumb li a {
    text-decoration: none;
    color: #666666;
}


.mod-mad-btn {
    font-family: var(--font-default);
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #3397b9;
    padding: 0px 20px;
    outline: none;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);*/
    vertical-align: middle;
    transition: background-color ease 0.2s;
}
.mod-mad-btn:hover {
    background-color: #3085a1;
    transition: background-color ease 0s;
}
.mod-mad-btn:active {
    background-color: #2c748b;
}
.mod-mad-btn.mod-mad-btn-disabled {
    background-color: #cccccc;
}
.mod-mad-btn i {
    line-height: 40px;
    /*vertical-align: middle;*/
}

.mod-mad-btn-clean {
    font-family: var(--font-default);
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #222222;
    background-color: #ffffff;
    padding: 0px 20px;
    outline: none;
    height: 40px;
    line-height: 38px;
    /*border: 2px solid #444444;*/
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);*/
    vertical-align: middle;
    transition: background-color ease 0.2s;
}
.mod-mad-btn-clean:hover {
    /*border-color: #888888;*/
    border-color: #c0c0c0;
    transition: background-color ease 0s;
}
.mod-mad-btn-clean:active {
    /*border-color: #cccccc;*/
    border-color: #b0b0b0;
}
.mod-mad-btn-clean i {
    line-height: 38px;
    /*vertical-align: middle;*/
}





/* ====================== */


.mod-ad-1-2 {
    max-width: var(--container-width-default);
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    box-sizing: border-box;
}
.mod-ad-1-3 {
    padding: 16px;
    box-sizing: border-box;
}
.mod-ad-2-1 {
    border-top: 2px solid #201160;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.mod-ad-2-1-1 {
    padding: 16px;
    /*background-color: #f8f8f8;*/
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.mod-ad-2-1-1 h2 {
    font-size: 0.9em;
    font-weight: bold;
}
.mod-ad-2-1-bm {
    text-decoration: none;
    font-size: 0.7em;
    color: #333333;
    font-weight: bold;
}
.mod-ad-2-1-2 {
    padding: 16px;
}
.mod-ad-2-1-2 ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.8em;
    color: #404040;
}
.mod-ad-2-1-2 ul li {
    margin-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-ad-2-1-2 ul li:last-child {
    border-bottom: none;
}
.mod-ad-2-1-2 ul li img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 4px;
}
.mod-ad-2-1-2 ul li > div > div {
    display: inline-block;
    vertical-align: middle;
}
.mod-ad-2-1-2-1 {
    float: right;
    margin-top: 10px;
}
.mod-ad-2-1-2-2 {
    font-size: 0.8em;
}
.mod-ad-2-1-2-2-1 {
    font-weight: bold;
}
.mod-ad-2-1-2-2-2 {
    color: #808080;
}
.mod-ad-2-1-2 table {
    width: 100%;
    border-collapse: collapse;
}
.mod-ad-2-1-2 table td {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-ad-2-1-2 table tr:last-child td {
    border-bottom: none;
}
.mod-ad-2-1-3 {
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.mod-ad-2-1-3 ul {
    list-style: none;
    padding-left: 0;
}
.mod-ad-2-1-3 ul li a {
    padding: 16px;
    display: block;
    text-align: center;
}
.mod-ad-2-1-3 ul li a:hover {
    background-color: #fcfcfc;
}
.mod-ad-2-1-3 ul li a:active {
    background-color: #f8f8f8;
}
.mod-ad-2-2-wrapper {
    overflow-x: auto;
}
.mod-ad-2-2 {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid #f0f0f0;*/
    font-size: 0.9em;
}
.mod-ad-2-2 th {
    /*background-color: #e8e8e8;*/
    border: none;
    border-bottom: 2px solid #e8e8e8;
    border-left: none;
    border-right: none;
    padding: 6px 12px;
}
.mod-ad-2-2 td {
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    padding: 6px 12px;
}
.mod-ad-2-2 td:first-child img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 4px;
}
.mod-ad-2-3 {
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 8px;
}
.mod-ad-2-4 {
    margin-top: 8px;
    float: right;
}
.mod-ad-2-4 a {
    font-family: var(--font-default);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #333333;
    background-color: #f0f0f0;
    padding: 6px 12px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);
    transition: background-color ease 0.2s;
}
.mod-ad-2-4 a:hover {
    background-color: #e0e0e0;
    transition: background-color ease 0s;
}
.mod-ad-2-4 a:active {
    background-color: #d0d0d0;
}
.admin-media-1-image-panel div[data-type="item"] {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 1px;
}
.admin-media-1-image-panel div[data-type="item"] button {
    font-family: var(--font-default);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #333333;
    background-color: #f0f0f0;
    padding: 6px 12px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color ease 0.2s;
}

ul.breadcrumb {
    padding: 16px 0;
}
ul.breadcrumb li {
    display: inline-block;
    font-weight: normal;
    font-size: 0.8em;
}
ul.breadcrumb li.sep {
    padding: 0 8px;
    color: #808080;
}

ul.breadcrumb-admin {
    padding: 16px 0;
}
ul.breadcrumb-admin li {
    display: inline-block;
    font-weight: normal;
    font-size: 0.8em;
}
ul.breadcrumb-admin li.sep {
    padding: 0 8px;
    color: #808080;
}

.profile-percent-text {
    font-size: 0.7em;
    margin-left: 32px;
    display: inline-block;
    vertical-align: middle;
}
.profile-percent-bar-base {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 12px;
    background-color: #201160;
    border-radius: 4px;
    overflow: hidden;
}
.profile-percent-bar-value {
    display: inline-block;
    width: 100%;
    height: 12px;
    background-color: rgb(235, 93, 190);
}
.table-1 {
    width: 100%;
    border-collapse: collapse;
}
.table-1 th {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 4px 8px;
}
.table-1 td {
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    padding: 4px 8px;
}
.table-1 tr:nth-child(odd) td {
    background-color: #ffffff;
}
.table-2 {
    width: 100%;
    border-collapse: collapse;
}
.table-2 th {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 4px 8px;
}
.table-2 td {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 4px 8px;
}
.table-2.table-2-center td {
    text-align: center;
}
.block-w100 {
    display: block;
    width: 100%;
}
.w100 {
    width: 100%;
}
img {
    max-width: 100%;
}

.container {
    max-width: var(--container-width-default);
    padding: 16px;
    box-sizing: border-box;
    margin: 0 auto;
}
.main-header-container {
    max-width: var(--container-width-default);
    padding: 8px 16px;
    box-sizing: border-box;
    margin: 0 auto;
}
.main-header-container-right {
    float: right;
    margin-top: 4px;
}
.main-header-container-right-1 {
    display: inline-block;
    color: #333344;
    vertical-align: middle;
}
.main-header[data-id="admin-dashboard"] .main-header-container-right {
    margin-top: -10px;
}


.main-header-social {
    display: inline-block;
    vertical-align: middle;
}
.main-header-social li a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.main-header-lang {
    display: inline-block;
    margin-left: 16px;
}
.main-header-lang a {
    color: #ccccdd;
}
.main-header-lang a[data-active="1"] {
    font-weight: bold;
    color: #3397b9;
}

.main-header-desktop-btn {
    
    /*display: none;*/
    font-size: var(--font-size);
    font-family: var(--font-default);
    font-weight: bold;
    height: 48px;
    cursor: pointer;
    padding: 8px 16px;
    margin-left: 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #333344;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.0);
}
.main-header-desktop-btn:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.main-header-noti-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.main-header-noti-btn {
    /*display: none;*/
    position: relative;
    font-size: var(--font-size);
    font-family: var(--font-default);
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    line-height: 48px;
    margin-left: 16px;
    border-radius: 100%;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color ease 0.2s;
}
.main-header-noti-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: none;
}

/*SP*/

.main-header-noti-btn-manage {
    display: inline-block;
    position: relative;
    font-size: var(--font-size);
    font-family: var(--font-default);
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    line-height: 48px;
    margin-left: 16px;
    border-radius: 100%;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color ease 0.2s;
}
.main-header-noti-btn-manage:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: none;
}
.main-header-noti-btn-manage > i {
    line-height: 48px;
}

/*SPEND*/

.main-header-noti-count {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 100%;
    background-color: #ff0000;
    color: #ffffff;
    line-height: initial;
    padding: 1px 7px;
}
.main-header-noti-panel {
    display: none;
    position: absolute;
    z-index: 101;
    top: 56px;
    right: 0;
    width: 400px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    border-radius: 4px;
}
.main-header-noti-panel ul {
    padding-left: 0;
}
.main-header-noti-panel ul li {
    display: block;
}
.main-header-noti-panel ul li > div {
    padding: 4px 8px;
    font-size: 0.7em;
    color: #444444;
    border-bottom: 1px solid #f0f0f0;
}
.main-header-noti-panel ul li > div a {
    color: #444444;
}
.main-header-noti-panel ul li > div div[data-type="image"] {
    display: inline-block;
    vertical-align: top;
}
.main-header-noti-panel ul li > div div[data-type="image"] img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
}

.main-header-noti-panel ul li > div div[data-type="content"] {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    margin-left: 8px;
}
.main-header-noti-panel ul li > div div[data-type="date"] {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    font-weight: bold;
    color: #909090;
}
.main-header-noti-panel ul li > div div[data-type="action"] {
    display: inline-block;
    vertical-align: top;
}
.main-header-noti-panel ul li > div div[data-type="action"] button {
    font-size: 16px;
    font-family: var(--font-default);
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #333333;
    /*background-color: #f0f0f0;*/
    background-color: transparent;
    padding: 0;
    transition: background-color ease 0.2s;
}
.main-header-noti-panel.active {
    display: block;
}
.main-header-mobile-btn {
    position: fixed;
    z-index: 100;
    top: 8px;
    right: 8px;
    display: none;
    text-align: center;
    width: 58px;
    height: 58px;
    border-radius: 4px;
    font-size: 1.5rem;
    border: none;
    outline: none;
    color: #666666;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.main-mobile-menu-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.main-mobile-menu-back.active {
    display: block;
}
.main-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
    max-width: 400px;
    height: 100%;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
}
.main-mobile-menu.active {
    display: block;
}
.main-mobile-menu ul {
    padding-left: 0;
    list-style: none;
}
.main-mobile-menu ul li a {
    display: block;
    font-size: 0.75em;
    padding: 16px;
    padding-left: 32px;
    text-decoration: none;
    border-bottom: 2px solid #f0f0f0;
}
.main-mobile-menu ul li.sep span {
    font-size: 0.95rem;
    display: inline-block;
    padding: 16px;
    padding-bottom: 8px;
    color: #666677;
    font-weight: bold;
}
.main-mobile-menu-logo {
    width: 100%;
}

.main-content {
    min-height: var(--main-content-height);
}
.main-content[data-id="admin-login"] {
    min-height: calc(100% - 35px);
}
.main-content[data-id="admin-dashboard"] {
    min-height: calc(100% - 46px - 35px);
}

.popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.popup.active {
    display: block;
}
.popup[data-popup-size="large"] .popup-panel {
    width: calc(100% - 64px);
    max-width: var(--container-width-default);
}
.popup-panel {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: 600px;
    max-width: calc(100% - 16px);
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    margin: 0 auto;
    margin-top: 64px;
    box-sizing: border-box;
    padding: 16px;
}
.popup-panel h2 {
    font-size: 24px;
    font-weight: bold;
}
.popup-panel h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.popup-template-group {
    display: none;
}

.text-primary {
    color: #4e73df !important;
}
.text-success {
    color: #46b45e !important;
}
.text-warning {
    color: #e6a020 !important;
}
.text-danger {
    color: #e24a36 !important;
}
.text-gray {
    color: #666666;
}
.text-bold {
    font-weight: bold;
}
.scroll-lock {
    overflow: hidden !important;
}
.float-right { float: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.inline-block { display: inline-block !important; }
.text-90p { font-size: 0.9em !important; }
.text-80p { font-size: 0.8em !important; }
.text-70p { font-size: 0.7em !important; }
.text-60p { font-size: 0.6em !important; }
.text-50p { font-size: 0.5em !important; }
.text-40p { font-size: 0.4em !important; }
.text-30p { font-size: 0.3em !important; }
.text-20p { font-size: 0.2em !important; }
.text-10p { font-size: 0.1em !important; }
.row {
    font-size: 0;
}
.col {
    display: inline-block;
    /*font-size: var(--font-size);*/
    font-size: 1.0rem;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 8px;
}
.col-padding-0 {
    padding: 0;
}
.col-padding-1x {
    padding: 16px;
}
.col-padd-basic {
    padding: 8px;
}
.col-padd-basic-h {
    padding: 0 8px;
}
.col-d-1 { width: calc(100% * (1/12)); }
.col-d-2 { width: calc(100% * (2/12)); }
.col-d-3 { width: calc(100% * (3/12)); }
.col-d-4 { width: calc(100% * (4/12)); }
.col-d-5 { width: calc(100% * (5/12)); }
.col-d-6 { width: calc(100% * (6/12)); }
.col-d-7 { width: calc(100% * (7/12)); }
.col-d-8 { width: calc(100% * (8/12)); }
.col-d-9 { width: calc(100% * (9/12)); }
.col-d-10 { width: calc(100% * (10/12)); }
.col-d-11 { width: calc(100% * (11/12)); }
.col-d-12 { width: calc(100% * (12/12)); }

.col-d-1-of-5 { width: calc(100% * (1/5)); }

.col:first-child { padding-left: 0; }
.col:last-child { padding-right: 0; }

.hidden {
    display: none !important;
}
/*.hidden-t {
    display: none;
}*/
.hidden-d {
    display: none !important;
}

.padd-t-r-8px { padding-right: 0; }
.padd-t-l-8px { padding-left: 0; }
.padd-d-r-8px { padding-right: 8px; }
.padd-d-l-8px { padding-left: 8px; }


/* Desktop + Tablet */
@media only screen and (min-width: 601px) {

    .main-mobile-menu {
        top: 50px;
        left: 25%;
        width: 50%;
        max-width: unset;
        height: calc(100% - 100px);
    }
    .main-mobile-menu-logo {
        width: unset;
        height: 50px;
        margin-left: 16px;
        margin-top: 16px;
    }
    .main-mobile-menu ul li {
        display: inline-block;
    }
    .main-mobile-menu ul li.long {
        background-color: #f0f0f0;
    }
    .main-mobile-menu ul li.sep {
        display: block;
        border-top: 1px solid #e0e0e0;
    }
    .main-mobile-menu ul li.sep.first {
        border-top: none;
    }
    .main-mobile-menu ul li a {
        border-bottom: none;
        padding: 16px 32px;
    }
    .main-mobile-menu ul li a:hover {
        background-color: #f0f0f0;
    }

}



/* Mobile + Tablet */
@media only screen and (max-width: 1024px) {

    

    .main-header-mobile-btn {
        display: inline-block;
    }
    .main-header-lang {
        display: none;
    }
    
    /*.main-mobile-menu.active {
        display: block;
    }*/
    .main-footer {
        height: auto;
    }
    .mod-2-5 {
        width: 100%;
        padding-top: 100%;
        height: auto;
        position: relative;
    }
    .mod-2-5 img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .mod-5-a-00 {
        background: none;
    }
    .mod-5-a-01 {
        display: block;
        width: 100%;
    }
    .mod-5-a-0 {
        height: auto;
    }
    .mod-5-a-0[data-id="home"] {
        background-image: none;
    }
    .mod-5-a-1 {
        height: auto;
    }
    .mod-5-a-1 {
        text-align: center;
    }
    .mod-5-a-1 > .container {
        padding-left: 16px;
    }
    .mod-5-a-1 {
        padding: 16px 0;
        background: none;
    }
    .mod-5-0 {
        position: static;
        padding: 8px 16px;
    }
    .mod-5-1 {
        margin: 8px 0;
    }
    .mod-6-1[data-id="home"] {
        position: static;
        height: auto;
        background-image: none;
    }
    .mod-6-2 {
        padding: 16px;
        height: auto;
        background: none;
        background-color: rgb(8, 8, 64);
    }
    .mod-6-2-br1 {
        height: 0;
    }
    .mod-11-1[data-id="company-login"],
    .mod-11-1[data-id="company-register"],
    .mod-11-1[data-id="partner-login"],
    .mod-11-1[data-id="partner-register"],
    .mod-11-1[data-id="candidate-login"],
    .mod-11-1[data-id="candidate-register"] {
        background-image: none;
    }
    .mod-11-1 {
        min-height: auto;
    }
    .mod-11-2 {
        /*padding: 16px;*/
    }
    
    .mod-11-3 > .row {
        padding: 0 0px;
    }
    
    h2.theme-light-big {
        font-size: 36px;
    }
    .mod-18-1 {
        overflow: scroll;
        white-space: nowrap;
    }
    .mod-18-1-i {
        display: inline-block;
        vertical-align: top;
        white-space: initial;  
    }

    /* ===================== */

    .mod-mpf-1-1 {
        overflow-y: auto;
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 1;
        height: calc(100% - 50px);
        background-color: #ffffff;
    }
    .mod-mpf-1-2 {
        margin-left: 0;
        width: 100%;
    }
    .mod-mpf-1-0.top-menu-active .mod-mpf-1-1 {
        display: block;
    }
    .mod-mpf-1-0.top-menu-active .mod-mpf-1-2 {
        /*margin-left: 240px;
        width: calc(100% - 240px);*/
    }
    .mod-mpf-1-ft-1-1 {
        text-align: center;
        float: none;
        font-size: 0.6em;
        margin-top: 14px;
    }
    
    .mod-mpf-1-hd-logo {
        display: none;
    }
    .mod-mpf-hd-lang {
        display: none;
    }
    .mod-mpf-hd-m-btn {
        display: inline-block;
    }
    .mod-mpf-1-ft {
        position: static;
        /* bottom: 0; */
        /* left: 0; */
        /* width: 100%; */
    }

    /* ===================== */

    .mod-mad-1-1 {
        overflow-y: auto;
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 10;
        height: calc(100% - 50px);
        background-color: #ffffff;
    }
    .mod-mad-1-2 {
        margin-left: 0;
        width: 100%;
    }
    .mod-mad-1-0.top-menu-active .mod-mad-1-1 {
        display: block;
    }
    .mod-mad-1-ft-1-1 {
        text-align: center;
        float: none;
        font-size: 0.6em;
        margin-top: 14px;
    }
    
    .mod-mad-1-hd-logo {
        display: none;
    }
    .mod-mad-hd-lang {
        display: none;
    }
    .mod-mad-hd-m-btn {
        display: inline-block;
    }
    .mod-mad-1-ft {
        position: static;
    }

    .mod-mpf-2-21 {
        left: 0;
        width: 100%;
    }
    .mod-mpf-2-21-0 {
        white-space: nowrap;
        overflow-x: auto
    }
    


}







/* Desktop Only */
@media only screen and (min-width: 1025px) {
    .col.col-d-1:nth-child(12n+1) { padding-left: 0; }
    .col.col-d-1:nth-child(12n+12) { padding-right: 0; }
    .col.col-d-2:nth-child(6n+1) { padding-left: 0; }
    .col.col-d-2:nth-child(6n+6) { padding-right: 0; }
    .col.col-d-3:nth-child(4n+1) { padding-left: 0; }
    .col.col-d-3:nth-child(4n+4) { padding-right: 0; }
    .col.col-d-4:nth-child(3n+1) { padding-left: 0; }
    .col.col-d-4:nth-child(3n+3) { padding-right: 0; }
    .col.col-d-6:nth-child(2n+1) { padding-left: 0; }
    .col.col-d-6:nth-child(2n+2) { padding-right: 0; }
    .col.col-d-12 { padding-left: 0; padding-right: 0; }

    

}

/* Tablet Only */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

    .col-t-1 { width: calc(100% * (1/12)); }
    .col-t-2 { width: calc(100% * (2/12)); }
    .col-t-3 { width: calc(100% * (3/12)); }
    .col-t-4 { width: calc(100% * (4/12)); }
    .col-t-5 { width: calc(100% * (5/12)); }
    .col-t-6 { width: calc(100% * (6/12)); }
    .col-t-7 { width: calc(100% * (7/12)); }
    .col-t-8 { width: calc(100% * (8/12)); }
    .col-t-9 { width: calc(100% * (9/12)); }
    .col-t-10 { width: calc(100% * (10/12)); }
    .col-t-11 { width: calc(100% * (11/12)); }
    .col-t-12 { width: calc(100% * (12/12)); }

    .col-t-1-of-5 { width: calc(100% * (1/5)); }

    .col.col-t-1:nth-child(12n+1) { padding-left: 0; }
    .col.col-t-1:nth-child(12n+12) { padding-right: 0; }
    .col.col-t-2:nth-child(6n+1) { padding-left: 0; }
    .col.col-t-2:nth-child(6n+6) { padding-right: 0; }
    .col.col-t-3:nth-child(4n+1) { padding-left: 0; }
    .col.col-t-3:nth-child(4n+4) { padding-right: 0; }
    .col.col-t-4:nth-child(3n+1) { padding-left: 0; }
    .col.col-t-4:nth-child(3n+3) { padding-right: 0; }
    .col.col-t-6:nth-child(2n+1) { padding-left: 0; }
    .col.col-t-6:nth-child(2n+2) { padding-right: 0; }
    .col.col-t-12 { padding-left: 0; padding-right: 0; }

    .hidden-d {
        display: block !important;
    }
    .hidden-t {
        display: none !important;
    }
    /*.hidden-m {
        display: block;
    }*/

    .padd-d-r-8px { padding-right: 0; }
    .padd-d-l-8px { padding-left: 0; }
    .padd-t-r-8px { padding-right: 8px; }
    .padd-t-l-8px { padding-left: 8px; }

    .main-content {
        min-height: calc(100vh - 76px - 248px);
    }

    .main-header-container-right-1 {
        display: none;
    }
    .main-header-desktop-btn {
        display: none;
    }
    .main-header-noti-btn {
        margin-right: 80px;
    }
    .main-header-noti-panel {
        right: 80px;
    }

    .mod-2-4:first-child {
        width: calc(40% - 16px);
    }
    .mod-2-4:nth-child(2) {
        width: calc(50% - 16px);
    }
    .mod-2-4:nth-child(3) {
        width: calc(10% - 16px);
    }
    /*
    .mod-11-3 {
        margin: 0;
        padding: 32px 16px;
    }
    */
    .mod-15-2-2 button {
        margin-right: 64px;
    }
    .mod-18-1-i {
        width: 35%;
    }

    .main-mobile-menu {
        top: 80px;
        left: 10%;
        width: 80%;
        max-width: unset;
        height: calc(100% - 160px);
    }

    .mod-mpf-2-22-1-2 {
        max-width: 70%;
    }


}

/* Mobile Only  */
@media only screen and (max-width: 600px) {

    .col-m-1 { width: calc(100% * (1/12)); }
    .col-m-2 { width: calc(100% * (2/12)); }
    .col-m-3 { width: calc(100% * (3/12)); }
    .col-m-4 { width: calc(100% * (4/12)); }
    .col-m-5 { width: calc(100% * (5/12)); }
    .col-m-6 { width: calc(100% * (6/12)); }
    .col-m-7 { width: calc(100% * (7/12)); }
    .col-m-8 { width: calc(100% * (8/12)); }
    .col-m-9 { width: calc(100% * (9/12)); }
    .col-m-10 { width: calc(100% * (10/12)); }
    .col-m-11 { width: calc(100% * (11/12)); }
    .col-m-12 { width: calc(100% * (12/12)); }

    .col-m-1-of-5 { width: calc(100% * (1/5)); }

    .col.col-m-1:nth-child(12n+1) { padding-left: 0; }
    .col.col-m-1:nth-child(12n+12) { padding-right: 0; }
    .col.col-m-2:nth-child(6n+1) { padding-left: 0; }
    .col.col-m-2:nth-child(6n+6) { padding-right: 0; }
    .col.col-m-3:nth-child(4n+1) { padding-left: 0; }
    .col.col-m-3:nth-child(4n+4) { padding-right: 0; }
    .col.col-m-4:nth-child(3n+1) { padding-left: 0; }
    .col.col-m-4:nth-child(3n+3) { padding-right: 0; }
    .col.col-m-6:nth-child(2n+1) { padding-left: 0; }
    .col.col-m-6:nth-child(2n+2) { padding-right: 0; }
    .col.col-m-12 { padding: 0; }

    .hidden-d {
        display: block !important;
    }
    /*.hidden-t {
        display: block;
    }*/
    .hidden-m {
        display: none !important;
    }

    .padd-d-r-8px { padding-right: 0; }
    .padd-d-l-8px { padding-left: 0; }
    .padd-t-r-8px { padding-right: 0; }
    .padd-t-l-8px { padding-left: 0; }

    .main-header-container-right-1 {
        display: none;
    }
    .main-header-desktop-btn {
        display: none;
    }
    .main-header-noti-btn {
        margin-right: 60px;
    }
    .main-header-noti-group {
        position: static;
    }
    .main-header-noti-panel {
        width: 100%;
        top: 70px;
    }

    .main-footer ul:first-child li {
        display: block;
    }

    .mod-2-1 {
        height: auto;
    }
    .mod-2-3 {
        padding: 0px;
        text-align: center;
        height: auto;
    }
    .mod-2-4:first-child {
        display: block;
        margin-bottom: 32px;
    }
    .mod-2-4:nth-child(2) {
        padding-left: 0;
        width: calc(90% - 16px);
    }
    .mod-2-4:nth-child(3) {
        width: calc(10% - 16px);
    }
    .mod-11-3 {
        margin: 0;
        padding: 16px;
        
    }
    .mod-14-2 {
        display: block;
        text-align: center;
    }
    .mod-14-1-2 {
        display: inline-block;
        width: 200px;
        height: 200px;
    }
    .mod-14-1-2 img {
        width: 200px;
        height: 200px;
    }
    .mod-14-3 {
        display: block;
        text-align: center;
    }
    .mod-18-1-i {
        width: 60%;
    }
    .mod-20-1 {
        padding: 0px;
    }
    .mod-1-2-3-i-1 {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .mod-1-2-3-i-2 {
        max-width: none;
    }

    .mod-mpf-1-hd-noti-panel {
        position: fixed;
        width: 100%;
    }
    .mod-mpf-1-hd-user-name {
        display: none;
    }
    .mod-mpf-2-13-1 {
        padding-left: 0;
    }
    .mod-mpf-2-4-1 {
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .mod-mpf-2-1 {
        padding-left: 0;
    }
    .mod-mpf-2-4-2-mr1 {
        display: block;
    }
    .mod-mpf-2-8 {
        white-space: normal;
        overflow-x: visible;
    }
    .mod-mpf-2-8-1 {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    .mod-mpf-1-1-3 {
        margin-top: 8px;
        padding-left: 0;
    }
    .mod-mpf-2-4-2 {
        width: auto;
    }

    .mod-11-2-1 {
        padding-bottom: 16px;
    }

    .mod-mpf-2-22-1-2 {
        max-width: 80%;
    }
    .mod-mpf-2-25 {
        width: 100%;
    }


}



