/*@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|Inter:300,400,600,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Sarabun:300,400,600,700|Inter:300,400,600,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto+Mono:wght@300;400;500;600;700&family=Sarabun:wght@300;400;500;600;700&display=swap');
:root {
    --color-main: rgb(32, 17, 96);
    --font-default: 'Inter', 'Sarabun';
    --font-input-default: 'Inter', 'Sarabun';
    --font-size: 16px;
    --container-width-default: 1200px;
    --main-content-height: calc(100vh - 50px - 220px);
    --mpf-main-content-height: calc(100vh - 150px);

    --placeholder-color: #c0c0c0;
    --header-height: 50px;
    --header-height-minus: calc(100vh - 50px);
    --btn-height: 36px;
    --btn-line-height: 34px;
    --textbox-height: 36px;
    --color-theme-logo-fg: #ea5dbe;
    --color-theme-logo-fg-2: #2a7de2;
    --color-theme-logo-bg: #201060;
    --color-theme-lt-fg: #4a4b73;
    --color-theme-lt-bg: #f7f9ff;
    --color-link: #1c148c;
    --color-link-2: #5600ff;
    --color-gray-svg-filter: invert(42%) sepia(93%) saturate(12%) hue-rotate(139deg) brightness(129%) contrast(114%);
    --color-disabled-svg-filter: invert(42%) sepia(93%) saturate(12%) hue-rotate(139deg) brightness(169%) contrast(114%);
    --color-default: #8a8a8a;
    --color-default-hover: #9b9b9b;
    --color-default-active: #7e7e7e;
    --color-default-w1: #f8f8f8;
    --color-default-w2: #f0f0f0;
    --color-default-w3: #e8e8e8;
    --color-default-bd: #d0d0d0;
    --color-primary: #3949a1;
    --color-primary-hover: #4b59a8;
    --color-primary-active: #2e3d92;
    --color-primary-w1: #f1f2fb;
    --color-primary-w2: #e9eaf7;
    --color-primary-w3: #e2e4f3;
    --color-primary-bd: #bec3e2;
    --color-primary-svg-filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(208deg) brightness(54%) contrast(114%);
    --color-success: #39a171;
    --color-success-hover: #49af7f;
    --color-success-active: #399168;
    --color-success-w1: #ebf5e8;
    --color-success-w2: #e6f3e2;
    --color-success-w3: #e1f0dc;
    --color-success-bd: #9bdc9a;
    --color-success-svg-filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(139deg) brightness(89%) contrast(114%);
    --color-warning: #e0830e;
    --color-warning-hover: #fd8b2e;
    --color-warning-active: #c96615;
    --color-warning-w1: #fdfaf5;
    --color-warning-w2: #f8f3ec;
    --color-warning-w3: #f7f0e7;
    --color-warning-bd: #efbc91;
    --color-warning-svg-filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(9deg) brightness(89%) contrast(119%);
    --color-danger: #dc4763;
    --color-danger-hover: #eb617a;
    --color-danger-active: #c4475e;
    --color-danger-w1: #fdf6f8;
    --color-danger-w2: #faeff2;
    --color-danger-w3: #f8eaee;
    --color-danger-bd: #ea94a5;
    --color-danger-svg-filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(334deg) brightness(79%) contrast(114%);
}
* {
    margin: 0;
}
body {
    font-size: var(--font-size);
    font-family: var(--font-default);
    background-color: #ffffff;
    color: #404040;
}
/*
h2 {
    font-weight: 400;
}
*/

.vertical-align-middle { vertical-align: middle; }
.margin-right-8px { margin-right: 8px; }
.margin-right-12px { margin-right: 12px; }
.margin-right-16px { margin-right: 16px; }
a {
    color: var(--color-link-2);
}
a.no-dec {
    color: #404040;
    text-decoration: none;
}
label {
    /*font-size: 0.95rem;*/
    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
}
h1.theme-a {
    font-weight: 600;
    font-size: 3.0rem;
    margin-top: 24px;
    margin-bottom: 32px;
}

hr.theme-a {
    border: none;
    /*border-top: 1px solid #dddddd;*/
    border-top: 1px solid #f0f0f0;
    margin: 16px 0;
}
hr.theme-b {
    border: none;
    border-top: 1px solid #bbbbcc;
    margin: 16px 0;
}
.main-header {
    background-color: rgb(32, 17, 96);
    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: 220px;
    padding: 32px 16px;
    text-align: center;
    background-color: #fcfcfc;
    color: #808080;
    box-sizing: border-box;
}
.main-footer ul {
    list-style: none;
    padding-left: 0;
}
.main-footer ul li a {
    font-size: 0.9rem;
    color: #808080;
    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: 32px;
    font-size: 0.9rem;
    color: #202020;
}

.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: 0 12px;
    height: var(--textbox-height);
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 0.9rem;
    vertical-align: middle;
    /*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;
}
.textbox::placeholder {
    color: var(--placeholder-color);
    letter-spacing: 1.0px;
}
.textarea {
    font-family: var(--font-default);
    padding: 16px 20px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.4rem;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}
.textarea:hover {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
    border-color: #d0d0d4;
}
.textarea:focus {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
    border-color: #a0a0a4;
}
.combobox {
    font-family: var(--font-default);
    font-size: 0.9rem;
    padding: 0 12px;
    height: 40px;
    outline: none;
    border: 1px solid #e0e0e4;
    border-radius: 8px;
    cursor: pointer;

    padding-right: 40px;
    background: url('../svg/chevron-down.svg') no-repeat;
    background-size: 10px;
    background-position: right 16px center;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.combobox:hover {
    border-color: #d0d0d4;
}
.combobox:focus {
    border-color: #a0a0a4;
}
.checkbox-wrapper span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
}
.checkbox-wrapper input {
    vertical-align: middle;
}
.checkbox-wrapper-v2 {
    cursor: pointer;
    display: inline-block;
}
.checkbox-wrapper-v2 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.checkbox-wrapper-v2 input {
    vertical-align: middle;
    display: none;
}
.checkbox-wrapper-v2 div[data-type="panel"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 20%;
    background-color: #f0f0f2;
    vertical-align: middle;
}
.checkbox-wrapper-v2 div[data-type="panel"] > img {
    display: none;
    filter: invert(100%);
}
.checkbox-wrapper-v2:hover div[data-type="panel"] {
    background-color: #e8e8ea;
}
.checkbox-wrapper-v2.checked div[data-type="panel"] {
    background-color: var(--color-primary);
    text-align: center;
}
.checkbox-wrapper-v2.checked div[data-type="panel"] > img {
    display: inline-block;
    width: 1.0rem;
    margin-top: 4px;
}
.checkbox-wrapper-v2.checked.color-success div[data-type="panel"] {
    background-color: var(--color-success);
}

ul.theme-a {
    list-style: none;
}
.form-group-1 {
    position: relative;
    padding-top: 28px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.form-group-1 label {
    position: absolute;
    top: 0px;
    left: -6px;
    z-index: 1;
    padding: 0 8px;
    display: inline-block;
    color: #202020;
    background-color: transparent;
    font-weight: 600;
}
.form-group-1 input[type="text"],
.form-group-1 input[type="password"],
.form-group-1 input[type="email"],
.form-group-1 input[type="number"],
.form-group-1 input[type="tel"],
.form-group-1 input[type="date"],
.form-group-1 select,
.form-group-1 textarea {
    font-family: var(--font-input-default);
    padding: 0 20px;
    height: 40px;
    outline: none;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    font-size: 0.9rem;
    background-color: #ffffff;
    box-sizing: border-box;

    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.form-group-1 input[type="date"] {
    -moz-appearance: unset;
    -webkit-appearance: unset;
    appearance: unset;
}
.form-group-1 input::placeholder {
    color: var(--placeholder-color);
}
.form-group-1 textarea {
    padding: 16px 20px;
    height: unset;
    line-height: 1.5rem;
}
.form-group-1 select {
    cursor: pointer;
    padding-right: 40px;
    background: url('../svg/chevron-down.svg') no-repeat;
    background-size: 10px;
    background-position: right 16px center;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.form-group-1 input[type="text"]:hover,
.form-group-1 input[type="password"]:hover,
.form-group-1 input[type="email"]:hover,
.form-group-1 input[type="number"]:hover,
.form-group-1 input[type="tel"]: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 input[type="email"]:focus,
.form-group-1 input[type="number"]:focus,
.form-group-1 input[type="tel"]:focus,
.form-group-1 select:focus,
.form-group-1 textarea:focus {
    border-color: #a0a0a4;
}
.form-group-1 div[data-type="info"] {
    font-size: 0.9rem;
    color: #b0b0b0;
    margin-top: 8px;
}

.form-group-2 {
    position: relative;
    padding-top: 28px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.form-group-2 label {
    position: absolute;
    top: 0px;
    left: -6px;
    padding: 0 8px;
    display: inline-block;
    color: #202020;
    background-color: transparent;
    font-weight: 600;
}
.form-group-2 input[type="text"],
.form-group-2 input[type="password"],
.form-group-2 input[type="email"],
.form-group-2 input[type="number"],
.form-group-2 input[type="tel"],
.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 #e2e2e2;
    border-radius: 4px;
    font-size: 0.9rem;
}
.form-group-2 input::placeholder {
    color: var(--placeholder-color);
}
.form-group-2 textarea {
    padding: 16px 20px;
    height: unset;
    line-height: 1.5rem;
}
.form-group-2 select {
    cursor: pointer;
    padding-right: 40px;
    background: url('../svg/chevron-down.svg') no-repeat;
    background-size: 10px;
    background-position: right 16px center;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.form-group-2 input[type="text"]:hover,
.form-group-2 input[type="password"]:hover,
.form-group-2 input[type="email"]:hover,
.form-group-2 input[type="number"]:hover,
.form-group-2 input[type="tel"]: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 input[type="email"]:focus,
.form-group-2 input[type="number"]:focus,
.form-group-2 input[type="tel"]:focus,
.form-group-2 select:focus,
.form-group-2 textarea:focus {
    border-color: #a0a0a4;
}
.form-group-2-panel {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    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, 
        #f586d1 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, #f586d1, 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: rgb(8, 8, 64);
}
.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(8, 8, 64, 1),
    rgba(8, 8, 64, 0.85),
    rgba(8, 8, 64, 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;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
}
.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: 12px;
}
.mod-19-1 h1 {
    color: #404040;
    line-height: 3.6rem;
}
.mod-19-1 div[data-type="date"] {
    margin-top: 8px;
    font-size: 0.8em;
    color: #808080;
}
.mod-19-1 div[data-type="content"],
.mod-19-1 p[data-type="content"] {
    color: #606060;
    line-height: 2.0rem;
}
.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-31 {
    padding: 16px 0;
    margin-bottom: 8px;
}
.mod-31-t i {
    margin-right: 8px;
}
.mod-31-t > img {
    margin-right: 8px;
    vertical-align: middle;
    width: 20px;
    filter: var(--color-gray-svg-filter);
    margin-top: -2px;
}
.mod-31-t {
    color: #202020;
    font-weight: 600;
    margin-bottom: 16px;
}
.mod-31-t h3 {
    font-size: 1.2rem;
}
.mod-31-v {
    color: #808080;
    line-height: 1.8rem;
}
.mod-31-v h1 {
    color: #202020;
}
.mod-31-v p {
    line-height: 1.8rem;
}
.mod-31-v ul {
    list-style: none;
    padding-left: 0;
}
.mod-31.mod-31-inline {
    display: inline-block;
}
.mod-31.mod-31-mini {
    padding: 4px 0;
    margin-bottom: 2px;
}
.mod-31.mod-31-mini .mod-31-t {
    font-size: 0.7rem;
    margin-bottom: 6px;
}
.mod-31.mod-31-mini .mod-31-v {
    font-size: 0.9rem;
}
.mod-31.mod-31-mini .mod-31-v {
    font-size: 0.9rem;
}

.mod-32-1 {
    display: block;
    margin-top: 16px;
}

.mod-33-1 {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 16px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}
.mod-33-p {
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.mod-33-p h1 {
    margin-bottom: 1.6rem;
}
.mod-33-p table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.mod-33-p td, .mod-33-p th {
    border: 1px solid #f0f0f0;
    padding: 8px 16px;
}
.mod-34-1 {
    margin-top: 1.0rem;
}
.mod-34-1 button, .mod-34-1 a {
    font-family: var(--font-default);
    font-size: 1.0rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: #404040;
    background-color: #ffffff;
    padding: 0;
    outline: none;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 48px;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);*/
    vertical-align: middle;
    margin-right: 8px;
    text-align: center;
    margin-top: 3px;
    
    
    background-repeat: no-repeat;
    background-position: center;
}
.mod-34-1-i-back {
    background-image: url('../svg/v2/arrow-back.svg');
    background-size: 70%;
}
.mod-34-1 button:hover, .mod-34-1 a:hover {
    background-color: #f8f8f8;
}
.mod-34-1 button:active, .mod-34-1 a:active {
    background-color: #f0f0f0;
}
.mod-34-1 button i, .mod-34-1 a i {
    line-height: 48px;
}
.mod-34-1 h1, .mod-34-1 h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
}
.mod-35-1 {
    text-decoration: none;
}
.mod-35-1 img {
    border-radius: 6px;
    padding: 4px 8px;
    background-color: #1e0e5c;
    height: 30px;
}
.mod-35-1:hover {
    opacity: 0.9;
}
.mod-36-1 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #f2f2f2;
}
.mod-37-1 {
    text-align: center;
    padding: 32px 16px;
    padding-bottom: 48px;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
}
.mod-37-1 h1 {
    font-weight: 600;
    font-size: 3.0rem;
    margin-top: 8px;
    margin-bottom: 32px;
}
.mod-37-1 p {
    color: #808080;
    margin-bottom: 32px;
    line-height: 1.8rem;
}
.mod-38-1 {
    text-align: center;
    padding: 32px 16px;
    padding-bottom: 48px;
    border-radius: 12px;
}
.mod-38-1 h1 {
    font-weight: 700;
    font-size: 4.0rem;
    margin-top: 24px;
    margin-bottom: 64px;
}
.mod-38-1 h1 > span {
    background-color: #1f105e;
    border-radius: 12px;
    padding: 12px 36px;
    padding-bottom: 24px;
}
.mod-38-1 h1 > span > span:first-child {
    color: #ea5dbe;
}
.mod-38-1 h1 > span > span:nth-child(2) {
    color: #2a7de2;
}
.mod-38-1 h2 {
    font-weight: 700;
    font-size: 3.0rem;
    margin-top: 8px;
    margin-bottom: 32px;
}
.mod-38-1 p {
    color: #808080;
    margin-bottom: 20px;
    line-height: 1.8rem;
}
.mod-38-1 img {
    border-radius: 12px;
    margin: 16px 0;
    width: 50%;
    height: auto;
    object-fit: cover;
    margin-bottom: 32px;
}
.mod-38-1-theme-a {
    padding: 128px 0;
    background-color: #f0f8ff;
}
.mod-38-1-theme-a p {
    color: #515e7b;
}
.mod-38-1-theme-b {
    background-color: #f0f8ff;
    margin-bottom: 64px;
}
.mod-38-1-theme-b h2 {
    color: #4363ab;
    font-weight: 600;
}
.mod-38-1-theme-b p {
    color: #515e7b;
}

.mod-39-1 {
    text-align: center;
    font-size: 0;
    margin-bottom: 64px;
    background-color: #fcfcfc;
}
.mod-39-2 {
    display: inline-block;
    font-size: 1.0rem;
    color: #404040;
    /*background-color: #ffffff;
    border: 1px solid #f0f0f0;*/
    border-radius: 12px;
    padding: 16px;
    padding-bottom: 24px;
    margin: 8px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}
.mod-39-2 h3 {
    margin: 16px 0;
}
.mod-39-2 h3 > a {
    text-decoration: none;
    color: #404040;
}
.mod-39-3 img {
    border-radius: 12px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f9f9f9;
}
.mod-39-2 p {
    color: #909090;
    margin-bottom: 40px;
    line-height: 1.8rem;
    text-align: left;
}
.mod-40-1 {
    background-color: #fcfcfc;
    text-align: center;
}
.mod-40-1 p {
    color: #808080;
    line-height: 1.8rem;
    padding: 16px;
}
.mod-41-2 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-41-2 > a {
    text-decoration: none;
}
.mod-41-2 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    vertical-align: top;
}
.mod-41-3 {
    display: inline-block;
    width: calc(100% - 72px);
    margin-left: 12px;
    vertical-align: top;
}
.mod-41-3 div[data-type="name"] {
    margin-bottom: 6px;
}
.mod-41-3 div[data-type="name"] > a {
    color: #202020;
    text-decoration: none;
}
.mod-41-3 div[data-type="datetime"] {
    color: #808080;
    font-size: 0.9rem;
    margin-bottom: 12px;
}
.mod-41-3 div[data-type="message"] {
    color: #606060;
    background-color: #f9f9f9;
    padding: 16px;
    border-radius: 12px;
    line-height: 1.8rem;
    margin-bottom: 8px;
}
.mod-42-1 a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 128px;
    height: 128px;
    padding: 16px;
    margin: 8px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    color: #404040;
    vertical-align: top;
}
.mod-42-1 a > i {
    display: block;
    font-size: 2.0rem;
    margin: 16px 0;
}
.mod-42-1 a > img {
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    margin: 16px auto;
    filter: var(--color-gray-svg-filter);
}
.mod-43-1-1 {
    display: inline-block;
    margin-left: 16px;
    font-size: 1.5rem;
    font-weight: 500;
    vertical-align: middle;
    color: #404040;
}
.mod-44-1 {
    float: right;
    margin-right: 12px;
    margin-top: 12px;
}
.mod-45-a {
    white-space: nowrap;
    overflow-x: auto;
}
.mod-45-1 {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
}
.mod-45-4 {
    font-weight: 600;
    margin-top: 6px;
    margin-left: 6px;
}
.mod-45-5 {
    float: right;
}
.mod-45-2 {
    padding: 8px;
    height: 36px;
    border-bottom: 1px solid #f0f0f0;
}
.mod-45-3 {
    padding: 16px;
    height: 300px;
}
.mod-46-1 {
    padding: 0 24px;
    color: #808080;
    font-size: 0.9rem;
    margin-bottom: 8px;
}
.mod-46-2 {
    padding: 0 24px;
    color: #202020;
    font-weight: 500;
    font-size: 0.95rem;
}

.mod-wrap-1 {
    padding: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    margin-bottom: 16px;
}

.mod2-1-1 {
    margin-bottom: 4px;
}
.mod2-1-1 > input:first-child,
.mod2-1-1 > textarea:first-child {
    width: calc(100% - 50px);
    display: inline-block;
}
.mod2-1-1-3e {
    margin-bottom: 4px;
}
.mod2-1-1-3e > input:first-child,
.mod2-1-1-3e > select:first-child,
.mod2-1-1-3e > textarea:first-child
.mod2-1-1-3e > input:nth-child(3),
.mod2-1-1-3e > select:nth-child(3),
.mod2-1-1-3e > textarea:nth-child(3)
{
    width: calc(100% - 50px);
    display: inline-block;
}
.mod2-1-2 {
    margin-bottom: 4px;
}
.mod2-1-2 > input {
    width: calc(50% - 24px);
    display: inline-block;
}
.mod2-1-2 > input:first-child {
    width: calc(40% - 24px);
}
.mod2-1-2 > input:nth-child(2) {
    width: calc(60% - 24px);
}
.mod2-2-1 {
    padding: 16px;
    border-radius: 16px;
    background-color: #f8f8f8;
    color: #404040;
    font-family: 'Roboto Mono';
    font-size: 0.9rem;
}

.dropdown {
    display: none;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 16px 32px -8px rgba(0, 0, 16, 0.24);
    border-radius: 8px;
    z-index: 100;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: left;
}
.dropdown.active {
    display: inline-block;
    animation: dropdown-k1 0.1s linear;
}
.dropdown ul {
    padding-left: 0;
    list-style: none;
}
.dropdown ul > li > a,
.dropdown ul > li > button {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 0.9rem;
    font-family: var(--font-default);
    font-weight: 500;
    color: #202020;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}
.dropdown ul > li > a:hover,
.dropdown ul > li > button:hover {
    background-color: #f8f8f8;
}
.dropdown ul > li > a:active,
.dropdown ul > li > button:active {
    background-color: #f0f0f0;
}
.dropdown ul > li > a > span,
.dropdown ul > li > button > span {
    vertical-align: middle;
}
.dropdown ul > li > a > img,
.dropdown ul > li > button > img {
    margin-left: 0;
    margin-right: 14px;
    /* width: 1.0em;
    height: 1.0em; */
    line-height: var(--btn-height);
    vertical-align: middle;
    filter: invert(100%) brightness(50%);
}
.dropdown ul > li > hr.theme-a {
    margin: 8px 0;
}
.dropdown ul > li > span[data-type="label"] {
    display: inline-block;
    font-weight: 500;
    font-size: 0.7rem;
    color: #909098;
    margin-left: 18px;
    margin-top: 12px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.dropdown .dropdown-btn-primary > span { color: var(--color-primary); }
.dropdown .dropdown-btn-primary:hover > span { color: var(--color-primary-hover); }
.dropdown .dropdown-btn-primary:active > span { color: var(--color-primary-active); }
.dropdown .dropdown-btn-primary > img { filter: var(--color-primary-svg-filter); }

.dropdown .dropdown-btn-success > span { color: var(--color-success); }
.dropdown .dropdown-btn-success:hover > span { color: var(--color-success-hover); }
.dropdown .dropdown-btn-success:active > span { color: var(--color-success-active); }
.dropdown .dropdown-btn-success > img { filter: var(--color-success-svg-filter); }

.dropdown .dropdown-btn-warning > span { color: var(--color-warning); }
.dropdown .dropdown-btn-warning:hover > span { color: var(--color-warning-hover); }
.dropdown .dropdown-btn-warning:active > span { color: var(--color-warning-active); }
.dropdown .dropdown-btn-warning > img { filter: var(--color-warning-svg-filter); }

.dropdown .dropdown-btn-danger > span { color: var(--color-danger); }
.dropdown .dropdown-btn-danger:hover > span { color: var(--color-danger-hover); }
.dropdown .dropdown-btn-danger:active > span { color: var(--color-danger-active); }
.dropdown .dropdown-btn-danger > img { filter: var(--color-danger-svg-filter); }

@keyframes dropdown-k1 {
    0% {
        opacity: 0;
        /*transform: translate(0, -16px);*/
    }
    100% {
        opacity: 1;
        /*transform: translate(0, 0);*/
    }
}



.eff-scroll-in {
    opacity: 0;
}
.eff-scroll-in-active {
    opacity: 1;
    animation: eff-scroll-in-k1 0.3s linear;
}
@keyframes eff-scroll-in-k1 {
    0% {
        opacity: 0;
        transform: translate(0, 16px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.mod-postjob-no-data {
    padding: 150px 0;
    text-align: center;
    font-size: 1.5em;
    color: #999999;
}

.mod-dynamic-block {
    margin-bottom: 16px;
}
.mod-dynamic-block-body {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 70px);
    font-size: 1.0rem;
    margin-right: 10px;
}

.mod-auto-complete-list-sp1 {
    margin-bottom: 4px;
}
.mod-auto-complete-list-sp {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.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;
    border-radius: 12px;
    font-size: 0.8em;
    padding: 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: 300px;
    z-index: 10;
}
.mod-auto-complete-list-a.active {
    display: inline-block;
}
.mod-auto-complete-item-a {
    padding: 6px 12px;
    cursor: pointer;
}
.mod-auto-complete-item-a:hover {
    background-color: #f8f8fa;
}
.mod-auto-complete-item-a.active {
    background-color: #ececef;
    color: #202020;
}

body.no-header .mod-mpf-1-hd {
    display: none;
}
body.no-header .mod-mpf-hd-kick {
    display: none;
}
body.no-sidebar .mod-mpf-1-1 {
    display: none;
}
body.no-sidebar .mod-mpf-1-0.top-menu-active .mod-mpf-1-1 {
    display: block;
    animation: mod-ani-fade-in 0.1s linear, mod-ani-trans-x-m 0.1s ease;
}
body.no-sidebar .mod-mpf-1-2 {
    margin-left: 0;
    width: 100%;
}
body.submitting {
    opacity: 0.5;
    pointer-events: none;
}

.mod-mpf-1-hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    z-index: 10;
    transition: border-bottom-color 0.5s ease;
}
.mod-mpf-1-hd.no-bottom-border {
    border-bottom-color: transparent;
}
.mod-mpf-1-hd-logo {
    display: inline-block;
    margin: 5px 8px;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    /* border: 1px solid #f0f0f0; */
    border-radius: 8px;
    padding: 2px 12px;
    padding-right: 18px;
    /*background-color: #f2f2f2;*/
}
.mod-mpf-1-hd-logo img {
    height: 30px;
    padding: 2px 0;
    vertical-align: middle;
    margin-right: 12px;
}
.mod-mpf-1-hd-logo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 700;
    color: #202020;  
}

.mod-mpf-1-hd-user {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 12px;
    border: 1px solid transparent;
    border-radius: 10px;
}
.mod-mpf-1-hd-user:hover {
    display: inline-block;
    vertical-align: middle;
    border-color: #e0e0e4;
}
.mod-mpf-1-hd-user-nt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 1px;
    text-align: right;
}
.mod-mpf-1-hd-user-name {
    font-size: 0.8rem;
    /*letter-spacing: -1px;*/
    color: #606060;
    vertical-align: middle;
}
.mod-mpf-1-hd-user-type {
    font-size: 0.6rem;
    color: #b0b0b0;
    vertical-align: middle;
    margin-top: 2px;
}
.mod-mpf-1-hd-user-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    /*margin-bottom: 3px;*/
}

.mod-mpf-1-hd-user-panel {
    display: none;
    position: absolute;
    z-index: 101;
    top: var(--header-height);
    right: 0;
    width: 300px;
    height: var(--header-height-minus);
    background-color: #ffffff;
    overflow-y: auto;
    border-left: 1px solid #e8e8e8;
    /*box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.04);*/
}
.mod-mpf-1-hd-user-panel.active {
    display: block;
    animation: mod-ani-fade-in 0.1s linear, mod-ani-trans-x-p 0.1s ease;
}
.mod-mpf-1-hd-user-panel ul {
    padding-left: 0;
    list-style: none;
}

.mod-mpf-1-hd-user-panel ul > li > a {
    display: block;
    color: #202020;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 10px 16px;
}
.mod-mpf-1-hd-user-panel ul > li > a:hover {
    background-color: rgba(0, 0, 32, 0.06);
}
.mod-mpf-1-hd-user-panel ul > li > a.active {
    color: #4c4e90;
    background-color: #e5e8f5;
}
.mod-mpf-1-hd-user-panel ul > li > a > i {
    width: 32px;
    text-align: center;
    color: #a0a0a0;
    margin-right: 8px;
}
.mod-mpf-1-hd-user-panel ul > li > a.active > i {
    color: #787ab1;
}

.mod-mpf-1-hd-user-panel ul > li > a > img {
    width: 20px;
    text-align: center;
    color: #a0a0a0;
    margin-left: 8px;
    margin-right: 20px;
    vertical-align: middle;
    filter: var(--color-gray-svg-filter);
}

.mod-mpf-1-hd-user-panel ul > li > span[data-type="label"] {
    display: inline-block;
    font-weight: 500;
    font-size: 0.7rem;
    color: #909098;
    margin-left: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.mod-mpf-1-hd-user-panel-user {
    text-align: center;
}
.mod-mpf-1-hd-user-panel-user img[data-type="image"] {
    margin-top: 32px;
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 12px;
}
.mod-mpf-1-hd-user-panel-user div[data-type="name"] {
    margin-top: 24px;
    color: #202020;
    font-size: 0.9rem;
    font-weight: 600;
}
.mod-mpf-1-hd-user-panel-user div[data-type="type"] {
    margin-top: 6px;
    color: #909090;
    font-size: 0.8rem;
}







.mod-mpf-1-hd-right {
    float: right;
    /*margin-top: 4px;*/
    margin-right: 8px;
    
}
.mod-mpf-1-hd-right.guess {
    line-height: 44px;
}






.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;
    border-radius: 100%;
    border: none;
    outline: none;
    color: #333333;
    background-color: transparent;
    margin: 0 8px;
    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;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.6em;
    font-weight: bold;
    border-radius: 100%;
    background-color: #ec163e;
    color: #ffffff;
    
}
.mod-mpf-1-hd-noti-panel {
    display: none;
    position: absolute;
    z-index: 101;
    top: var(--header-height);
    right: 0;
    width: 400px;
    height: var(--header-height-minus);
    background-color: #ffffff;
    overflow-y: auto;
    border-left: 1px solid #e8e8e8;
    /*box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.04);*/
}
.mod-mpf-1-hd-noti-panel > h3 {
    padding: 16px;
}
.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[data-read="0"] > a {
    background-color: #caf1d4;
}
.mod-mpf-1-hd-noti-panel ul li[data-read="0"] > a:hover {
    background-color: #d5f7dd;
}
.mod-mpf-1-hd-noti-panel ul li[data-read="0"] > a:active {
    background-color: #c5ebcf;
}
.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 > a {
    display: block;
    color: #444444;
    text-decoration: none;
    padding: 16px;
}
.mod-mpf-1-hd-noti-panel ul li > a:hover {
    background-color: #f8f8f8;
}
.mod-mpf-1-hd-noti-panel ul li > a:active {
    background-color: #f0f0f0;
}
.mod-mpf-1-hd-noti-panel ul li > a div[data-type="image"] {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-1-hd-noti-panel ul li > a div[data-type="image"] img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
}

.mod-mpf-1-hd-noti-panel ul li > a 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 > a div[data-type="title"] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #202020;
    line-height: 1.5rem;
}
.mod-mpf-1-hd-noti-panel ul li > a div[data-type="date"] {
    font-size: 0.8rem;
    color: #909090;
    margin-top: 4px;
}
.mod-mpf-1-hd-noti-panel ul li > a div[data-type="action"] {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-1-hd-noti-panel ul li > a 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;
    animation: mod-ani-fade-in 0.1s linear, mod-ani-trans-x-p 0.1s ease;
}
.mod-mpf-1-hd-noti-panel.mod-mpf-1-hd-noti-panel-full {
    display: block;
    position: unset;
    width: unset;
    height: unset;
    z-index: unset;
    box-shadow: unset;
    border: 1px solid #e8e8e8;
}








.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: 24px;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
    z-index: 10;
}
.mod-mpf-1-ft-1-1 {
    float: right;
    margin-right: 16px;
    margin-top: 4px;
    font-size: 0.7rem;
    color: #808080;
}

body.no-footer .mod-mpf-1-ft,
body.no-footer .mod-mpf-ft-kick {
    display: none;
}

.mod-mpf-hd-kick {
    height: 50px;
}

.mod-mpf-hd-top-sep {
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #f8f8f8;
    margin: 0 16px;
}

.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;
}
select.mod-mpf-hd-lang-cbb {
    font-weight: 600;
    height: 28px;
}




#wstitle {
    font-size: 0.95rem;
    font-weight: 400;
    color: #202020;
    margin-left: 8px;
}

.mod-mpf-ft-kick {
    height: 50px;
}
.mod-mpf-1-0 {
    font-size: 0;
}
.mod-mpf-1-1 {
    position: fixed;
    top: var(--header-height);
    left: 0;
    z-index: 10;
    /*display: inline-block;
    vertical-align: top;*/
    background-color: #ffffff;
    width: 240px;
    max-width: 240px;
    height: var(--header-height-minus);
    /*min-height: var(--main-content-height);*/
    
    font-size: 1.0rem;
    
    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;
}
body.no-sidebar .mod-mpf-1-1 {
    border-right: 1px solid #f0f0f0;
}

.mod-mpf-1-1-p {
    display: none;
}
.mod-mpf-1-1-p.active {
    display: block;
}

/*.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: #202020;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 10px 16px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.mod-mpf-1-1 ul > li > a:hover {
    background-color: rgba(0, 0, 32, 0.06);
}
.mod-mpf-1-1 ul > li > a.active {
    color: #65668b;
    background-color: #eff0f5;
}
.mod-mpf-1-1 ul > li > a > img {
    /* width: 20px; */
    text-align: center;
    color: #a0a0a0;
    margin-left: 8px;
    margin-right: 20px;
    vertical-align: middle;
    filter: var(--color-gray-svg-filter);
}
.mod-mpf-1-1 ul > li > a > i {
    width: 40px;
    text-align: center;
    color: #a0a0a0;
    margin-right: 8px;
}
.mod-mpf-1-1 ul > li > a.active > i {
    color: #787ab1;
}

.mod-mpf-1-1 ul > li > span[data-type="label"] {
    display: inline-block;
    font-weight: 500;
    font-size: 0.7rem;
    color: #909098;
    margin-left: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.mod-mpf-1-1 ul > li > span[data-type="copyright"] {
    display: inline-block;
    font-weight: 400;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin-left: 16px;
    margin-top: 24px;
    margin-bottom: 8px;
}
.mod-mpf-1-1 ul > li > a > span > img {
    vertical-align: middle;
    width: 1.0rem;
    height: 1.0rem;
    object-fit: contain;
    filter: invert(42%) sepia(93%) saturate(12%) hue-rotate(139deg) brightness(50%) contrast(114%);
}
.mod-mpf-1-1 ul > li > hr.theme-a {
    margin: 12px 0;
}
.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: 1px solid #f2f2f2;
    border-radius: 100%;
}
.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: 1px solid #f2f2f2;
    border-radius: 12px;*/
    margin-bottom: 32px;
}
.mod-mpf-2-3-1:hover {
    border-color: #e2e2e2;
}
.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: 12px;
    border: 1px solid #f2f2f2;
}
.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-o {
    font-size: 0.9em;
    color: #808080;
    margin-bottom: 8px;
}
.mod-mpf-2-3-1-2-o i {
    width: 24px;
    margin-right: 8px;
    text-align: center;
    vertical-align: top;
}
.mod-mpf-2-3-1-2-o .mod-mpf-2-3-1-2-o-vi {
    margin-top: 2px;
    vertical-align: top;
    margin-right: 8px;
    width: 18px;
}
.mod-mpf-2-3-1-2-o .mod-mpf-2-3-1-2-o-vv {
    width: calc(100% - 50px);
    display: inline-block;
    line-height: 1.5rem;
}
.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;
    margin-bottom: 8px;
}
.mod-mpf-2-3-1-2-2 i {
    color: #f44336;
    margin-right: 8px;
}
.mod-mpf-2-3-1-2-3 {
    font-size: 0.9em;
    color: #808080;
    margin-bottom: 8px;
}
.mod-mpf-2-3-1-2-3 i {
    color: #f44336;
    margin-right: 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;
    color: #808080;
    margin-bottom: 8px;
}
.mod-mpf-2-3-1-2-5 i {
    color: #333333;
    margin-right: 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-2-r {
    text-align: right;
}
.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: 12px;
    border: 1px solid #f2f2f2;
}
.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-4-v2 a {
    text-decoration: none;
}
.mod-mpf-2-4-v2-1 {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #f2f2f2;
}
.mod-mpf-2-4-v2-2 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 190px);
    padding-left: 16px;
}
.mod-mpf-2-4-v2-2-vcenter {
    margin-top: 16px;
}
.mod-mpf-2-4-v2-2 > a:nth-child(3) {
    margin-top: 8px;
}
.mod-mpf-2-4-v2-2-t1 {
    color: #202020;
    font-weight: 600;
    font-size: 1.0em;
}
.mod-mpf-2-4-v2-2-t2 {
    color: #666666;
}
.mod-mpf-2-4-v2-2-mr1 {
    margin-right: 16px;
}
.mod-mpf-2-4-v2-2-rr {
    color: #f44336;
}
.mod-mpf-2-4-v2-3 {
    margin-top: 8px;
}


.mod-mpf-2-6-pn-1 {
    border-radius: 12px;
    /*padding: 16px;*/
    padding-top: 14px;
    margin-bottom: 32px;
    /*border: 1px solid #f2f2f2;*/
}
.mod-mpf-2-6-h3 {
    margin-bottom: 8px;
}
.mod-mpf-2-6-pr {
    /*color: #444444;*/
    color: #808080;
}
.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 {
    cursor: pointer;
    color: #333333;
}
.mod-mpf-2-13-1-1 > div {
    padding: 16px 0;
    padding-bottom: 8px;
}
.mod-mpf-2-13-1-1 > div:nth-child(2) {
    display: none;
    color: #4caf50;
    padding-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 {
    
}
.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 #ececec;
    border-radius: 12px;
    /*padding: 16px;*/
    margin-bottom: 16px;
}
.mod-mpf-2-14-i a {
    text-decoration: none;
}
.mod-mpf-2-14-i a img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
}
.mod-mpf-2-14-i a img:hover {
    opacity: 0.9;
}
.mod-mpf-2-14-i a[data-type="title"] {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.5rem;
    color: #404040;
    margin: 16px 16px;
    overflow-y: hidden;
}
.mod-mpf-2-14-i a[data-type="title"].fixed-height {
    height: 69px;
}
.mod-mpf-2-14-i div[data-type="date"] {
    font-size: 0.8em;
    color: #a0a0a0;
    margin: 16px 16px;
    padding-top: 0;
}
.mod-mpf-2-14-i.wide {
    min-height: 103px;
}
.mod-mpf-2-14-i.wide > a[data-type="image"] {
    float: right;
    padding: 11px;
}
.mod-mpf-2-14-i.wide > a[data-type="image"] > img {
    width: 80px;
    border-radius: 12px;
}
.mod-mpf-2-14-i.wide > a[data-type="title"] {
    font-size: 1.0rem;
    height: auto;
}




.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: 20px;
    padding-top: 18px;
    border-radius: 12px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    width: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 16px;
}
.mod-mpf-2-16-1 a {
    text-decoration: none;
    color: #333333;
}
.mod-mpf-2-16-1-1 {
    font-size: 1.0rem;
    color: #808080;
}
.mod-mpf-2-16-1-1 > i {
    margin-right: 8px;
}
.mod-mpf-2-16-1-1 > img {
    margin-right: 8px;
    vertical-align: middle;
    filter: var(--color-gray-svg-filter);
}
.mod-mpf-2-16-1-2 {
    color: #202020;
    font-weight: normal;
    margin-top: 16px;
}
.mod-mpf-2-16-1-2.mod-mpf-2-16-1-2-big {
    font-size: 3.0rem;
    font-weight: 500;
}
.mod-mpf-2-16-1-3 {
    float: right;
}
.mod-mpf-2-16-bp {
    
}
.mod-mpf-2-16-bp-br {
    text-align: right;
}
.mod-mpf-2-16-1-ab {
    margin-right: -8px;
    margin-bottom: -8px;
}
.mod-mpf-2-16-1-ab.btn > img {
    width: 18px;
    height: 18px;
    margin-top: 8px;
}
.mod-mpf-2-f-1 {
    padding: 32px;
    margin: 16px 0;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.mod-mpf-2-f-1-1 {
    font-weight: 600;
}
.mod-mpf-2-f-1-1 > i {
    margin-right: 8px;
}
.mod-mpf-2-f-1 > a {
    text-decoration: none;
}
.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;
    color: #808080;
}
.mod-mpf-2-20-1 > span,
.mod-mpf-2-20-1 > a {
    display: inline-block;
}

.mod-mpf-2-21 {
    position: fixed;
    top: -50px;
    left: 240px;
    width: calc(100% - 240px);
    background-color: #ffffff;
    border-bottom: 1px solid #f8f8f8;
    z-index: 9;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}
.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: 4px 16px;
}
.mod-mpf-2-21-1 {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}
.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: #303030;
    font-weight: bold;
    font-size: 1.0em;
}
.mod-mpf-2-21-2-2 {
    color: #808080;
    font-size: 0.8rem;
}
.mod-mpf-2-22-0 {
    height: calc(100vh - 300px);
    overflow-y: auto;
    margin-bottom: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 16px;
}
.mod-mpf-2-22-0-l {
    max-height: calc(100vh - 81px);
    overflow-y: auto;
    margin-bottom: 16px;
}
.mod-mpf-2-22-1 {
    margin-bottom: 16px;
}
.mod-mpf-2-22-1.mod-right {
    text-align: right;
}
.mod-mpf-2-22-1-1 {
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-2-22-1-1 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
}
.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;
    margin-top: 8px;
}
.mod-mpf-2-22-1-2 {
    display: inline-block;
    vertical-align: top;
    padding: 16px;
    border-radius: 12px;
    background-color: #f0f0f4;
    color: #333344;
    max-width: 50%;
    word-break: break-word;
    margin-left: 8px;
    line-height: 1.6rem;
}
.mod-mpf-2-22-1.mod-right .mod-mpf-2-22-1-2 {
    text-align: left;
    background-color: #afe4b4;
}
.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-2-30 {
    margin-bottom: 16px;
}

.mod-mpf-chatsend-wrapper form {
    width: calc(100% - 114px);
    display: inline-block;
    vertical-align: top;
}
.mod-mpf-chatsend-wrapper textarea {
    height: 100px;
}
.mod-mpf-chatsend-wrapper button {
    width: 100px;
    height: 100px;
    vertical-align: top;
    margin-left: 9px;
}

.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;
}
.btn {
    font-family: var(--font-default);
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--color-default);
    padding: 0 16px;
    outline: none;
    height: var(--btn-height);
    line-height: var(--btn-line-height);
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);*/
    vertical-align: middle;
    text-align: center;
}
.btn:hover {
    background-color: var(--color-default-hover);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.btn:active {
    background-color: var(--color-default-active);
}

.btn i {
    margin-left: 0;
    margin-right: 8px;
    line-height: var(--btn-height);
    /*width: 20px;*/
    /*vertical-align: middle;*/
}
.btn img {
    margin-left: 0;
    margin-right: 10px;
    /* width: 1.0em;
    height: 1.0em; */
    line-height: var(--btn-height);
    vertical-align: middle;
}
.btn span { vertical-align: middle; }
.btn-i {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: var(--btn-height);
    padding: 0;
}
.btn-i img {
    margin-right: 0;
}
a.btn-i {
    position: relative;
}
a.btn-i img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-i-circle {
    border-radius: 50px;
}
.btn-i-large {
    width: 50px;
    height: 50px;
}
.btn-i > i {
    margin-left: 0;
    margin-right: 0;
    width: unset;
}
.btn-i-left > i {
    margin-left: 0px;
    margin-right: 8px;
}
.btn-i-right > i {
    margin-left: 8px;
    margin-right: 0px;
}
.btn-i-right > img {
    margin-left: 8px;
    margin-right: 0px;
}
.btn-i-arrow-right {
    background-image: url('../svg/arrow-right.svg');
    background-size: 45%;
    transform: rotate(0deg);
}
.btn-circle { border-radius: 100%; }

.btn.btn-t { color: #222222; background-color: transparent; border: none; }
.btn.btn-t:hover { color: #222222; background-color: #22222210; border: none; box-shadow: none; }
.btn.btn-t:active { color: #222222; background-color: #22222220; border: none; }

.btn.btn-ol { color: #222222; background-color: #ffffff; border: 1px solid var(--color-default-bd); }
.btn.btn-ol:hover { background-color: var(--color-default-w1); border-color: var(--color-default-bd); box-shadow: none; }
.btn.btn-ol:active { background-color: var(--color-default-w2); border-color: var(--color-default-bd); }

.btn.btn-lt { color: #222222; background-color: var(--color-default-w1); border: none; }
.btn.btn-lt:hover { background-color: var(--color-default-w2); border: none; box-shadow: none; }
.btn.btn-lt:active { background-color: var(--color-default-w3); border: none; }

.btn:disabled { color: #d0d0d0; background-color: #f8f8f8; box-shadow: none; cursor: default; }

.btn img { filter: invert(100%) brightness(100%); }
.btn.btn-t img, .btn.btn-ol img, .btn.btn-lt img { filter: invert(100%) brightness(50%); }

/* === */

.btn.btn-primary { color: #ffffff; background-color: var(--color-primary); }
.btn.btn-primary:hover { background-color: var(--color-primary-hover); }
.btn.btn-primary:active { background-color: var(--color-primary-active); }

.btn.btn-primary.btn-t { color: var(--color-primary); background-color: transparent; border: none; }
.btn.btn-primary.btn-t:hover { color: var(--color-primary-hover); background-color: var(--color-primary-w1); border: none; box-shadow: none; }
.btn.btn-primary.btn-t:active { color: var(--color-primary-active); background-color: var(--color-primary-w2); border: none; }

.btn.btn-primary.btn-ol { color: var(--color-primary); background-color: #ffffff; border: 1px solid var(--color-primary-bd); }
.btn.btn-primary.btn-ol:hover { color: var(--color-primary-hover); background-color: var(--color-primary-w1); border-color: var(--color-primary-bd); box-shadow: none; }
.btn.btn-primary.btn-ol:active { color: var(--color-primary-active); background-color: var(--color-primary-w2); border-color: var(--color-primary-bd); }

.btn.btn-primary.btn-lt { color: var(--color-primary); background-color: var(--color-primary-w1); border: none; }
.btn.btn-primary.btn-lt:hover { color: var(--color-primary); background-color: var(--color-primary-w2); border: none; box-shadow: none; }
.btn.btn-primary.btn-lt:active { color: var(--color-primary); background-color: var(--color-primary-w3); border: none; }

.btn.btn-primary:disabled { color: #d0d0d0; background-color: #f8f8f8; box-shadow: none; cursor: default; }

.btn.btn-primary img { filter: invert(100%) brightness(100%); }
.btn.btn-primary.btn-t img,.btn.btn-primary.btn-ol img, .btn.btn-primary.btn-lt img { filter: var(--color-primary-svg-filter); }

/* === */

.btn.btn-success { color: #ffffff; background-color: var(--color-success); }
.btn.btn-success:hover { background-color: var(--color-success-hover); }
.btn.btn-success:active { background-color: var(--color-success-active); }

.btn.btn-success.btn-t { color: var(--color-success); background-color: transparent; border: none; }
.btn.btn-success.btn-t:hover { color: var(--color-success-hover); background-color: var(--color-success-w1); border: none; box-shadow: none; }
.btn.btn-success.btn-t:active { color: var(--color-success-active); background-color: var(--color-success-w2); border: none; }

.btn.btn-success.btn-ol { color: var(--color-success); background-color: #ffffff; border: 1px solid var(--color-success-bd); }
.btn.btn-success.btn-ol:hover { color: var(--color-success-hover); background-color: var(--color-success-w1); border-color: var(--color-success-bd); box-shadow: none; }
.btn.btn-success.btn-ol:active { color: var(--color-success-active); background-color: var(--color-success-w2); border-color: var(--color-success-bd); }

.btn.btn-success.btn-lt { color: var(--color-success); background-color: var(--color-success-w1); border: none; }
.btn.btn-success.btn-lt:hover { color: var(--color-success); background-color: var(--color-success-w2); border: none; box-shadow: none; }
.btn.btn-success.btn-lt:active { color: var(--color-success); background-color: var(--color-success-w3); border: none; }

.btn.btn-success:disabled { color: #d0d0d0; background-color: #f8f8f8; box-shadow: none; cursor: default; }

.btn.btn-success img { filter: invert(100%) brightness(100%); }
.btn.btn-success.btn-t img,.btn.btn-success.btn-ol img, .btn.btn-success.btn-lt img { filter: var(--color-success-svg-filter); }

/* === */

.btn.btn-warning { color: #ffffff; background-color: var(--color-warning); }
.btn.btn-warning:hover { background-color: var(--color-warning-hover); }
.btn.btn-warning:active { background-color: var(--color-warning-active); }

.btn.btn-warning.btn-t { color: var(--color-warning); background-color: transparent; border: none; }
.btn.btn-warning.btn-t:hover { color: var(--color-warning-hover); background-color: var(--color-warning-w1); border: none; box-shadow: none; }
.btn.btn-warning.btn-t:active { color: var(--color-warning-active); background-color: var(--color-warning-w2); border: none; }

.btn.btn-warning.btn-ol { color: var(--color-warning); background-color: #ffffff; border: 1px solid var(--color-warning-bd); }
.btn.btn-warning.btn-ol:hover { color: var(--color-warning-hover); background-color: var(--color-warning-w1); border-color: var(--color-warning-bd); box-shadow: none; }
.btn.btn-warning.btn-ol:active { color: var(--color-warning-active); background-color: var(--color-warning-w2); border-color: var(--color-warning-bd); }

.btn.btn-warning.btn-lt { color: var(--color-warning); background-color: var(--color-warning-w1); border: none; }
.btn.btn-warning.btn-lt:hover { color: var(--color-warning); background-color: var(--color-warning-w2); border: none; box-shadow: none; }
.btn.btn-warning.btn-lt:active { color: var(--color-warning); background-color: var(--color-warning-w3); border: none; }

.btn.btn-warning:disabled { color: #d0d0d0; background-color: #f8f8f8; box-shadow: none; cursor: default; }

.btn.btn-warning img { filter: invert(100%) brightness(100%); }
.btn.btn-warning.btn-t img,.btn.btn-warning.btn-ol img, .btn.btn-warning.btn-lt img { filter: var(--color-warning-svg-filter); }

/* === */

.btn.btn-danger { color: #ffffff; background-color: var(--color-danger); }
.btn.btn-danger:hover { background-color: var(--color-danger-hover); }
.btn.btn-danger:active { background-color: var(--color-danger-active); }

.btn.btn-danger.btn-t { color: var(--color-danger); background-color: transparent; border: none; }
.btn.btn-danger.btn-t:hover { color: var(--color-danger-hover); background-color: var(--color-danger-w1); border: none; box-shadow: none; }
.btn.btn-danger.btn-t:active { color: var(--color-danger-active); background-color: var(--color-danger-w2); border: none; }

.btn.btn-danger.btn-ol { color: var(--color-danger); background-color: #ffffff; border: 1px solid var(--color-danger-bd); }
.btn.btn-danger.btn-ol:hover { color: var(--color-danger-hover); background-color: var(--color-danger-w1); border-color: var(--color-danger-bd); box-shadow: none; }
.btn.btn-danger.btn-ol:active { color: var(--color-danger-active); background-color: var(--color-danger-w2); border-color: var(--color-danger-bd); }

.btn.btn-danger.btn-lt { color: var(--color-danger); background-color: var(--color-danger-w1); border: none; }
.btn.btn-danger.btn-lt:hover { color: var(--color-danger); background-color: var(--color-danger-w2); border: none; box-shadow: none; }
.btn.btn-danger.btn-lt:active { color: var(--color-danger); background-color: var(--color-danger-w3); border: none; }

.btn.btn-danger:disabled { color: #d0d0d0; background-color: #f8f8f8; box-shadow: none; cursor: default; }

.btn.btn-danger img { filter: invert(100%) brightness(100%); }
.btn.btn-danger.btn-t img,.btn.btn-danger.btn-ol img, .btn.btn-danger.btn-lt img { filter: var(--color-danger-svg-filter); }

/* === */

.btn img[src="/public/assets/svg/pen-sq.svg"]   { margin-bottom: 4px; }
.btn img[src="/public/assets/svg/user.svg"]     { margin-bottom: 3px; }
.btn img[src="/public/assets/svg/picture.svg"]  { margin-bottom: 2px; }

.btn-mini {
    padding: 0 12px;
    font-size: 0.8rem;
    height: 28px;
    line-height: 28px;
}

.btn.btn-disabled,
.btn.btn-disabled:hover,
.btn.btn-disabled:active {
    color: #d0d0d0;
    background-color: #f8f8f8;
    cursor: default;
}
.btn.btn-disabled > img {
    filter: var(--color-disabled-svg-filter);
}

.svg-filter-gray { filter: var(--color-gray-svg-filter) !important; }
.svg-filter-success { filter: var(--color-success-svg-filter) !important; }
.svg-filter-warning { filter: var(--color-warning-svg-filter) !important; }
.svg-filter-danger { filter: var(--color-danger-svg-filter) !important; }

.mod-mpf-1-hd-noti-close-btn {
    float: right;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.mod-mpf-1-hd-noti-close-btn:hover {
    box-shadow: none;
    background-color: #fcfcfc;
}
.mod-mpf-1-hd-noti-close-btn i {
    line-height: 50px;
}


.mod-mpf-block {
    display: block;
}
.mod-mpf-w100 {
    width: 100%;
}
.mod-mpf-block-w100 {
    display: block;
    width: 100%;
}
.mod-mpf-pulse-status {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 20px;
    animation: none;
    vertical-align: middle;
}
.mod-mpf-pulse-status.mod-mpf-pulse-status-success {
    animation: mod-mpf-pulse-status-success 3s infinite;
}
.mod-mpf-pulse-status.mod-mpf-pulse-status-danger {
    animation: mod-mpf-pulse-status-danger 3s infinite;
}
@keyframes mod-mpf-pulse-status-success {
    0% {
        box-shadow: 0 0 0 0 rgba(44, 204, 92, 0.4);
        background-color: #4dc962;
    }
    35% {
        box-shadow: 0 0 0 10px rgba(44, 204, 92, 0);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(44, 204, 92, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(44, 204, 92, 0);
        background-color: #f0f0f0;
    }
}
@keyframes mod-mpf-pulse-status-danger {
    0% {
        box-shadow: 0 0 0 0 rgba(204, 76, 44, 0.4);
        background-color: #df3b3b;
    }
    35% {
        box-shadow: 0 0 0 10px rgba(44, 204, 92, 0);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(44, 204, 92, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(44, 204, 92, 0);
        background-color: #f0f0f0;
    }
}

/* ====================== */

.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: #201060;
}
.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: #eb5dbe;
    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: #e052b3;
    transition: background-color ease 0s;
}
.mod-mad-btn:active {
    background-color: rgb(219, 77, 174);
}
.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;
}


.mod-ani-fade-in {
    animation: mod-ani-fade-in 0.5s ease;
}
@keyframes mod-ani-fade-in {
    0% { opacity: 0; }
    100% { opacity: 100%; }
}

.mod-ani-trans-x-m {
    animation: mod-ani-trans-x-m 0.5s ease;
}
@keyframes mod-ani-trans-x-m {
    0% { transform: translateX(-16px); }
    100% { transform: translateX(0); }
}

.mod-ani-trans-x-p {
    animation: mod-ani-trans-x-p 0.5s ease;
}
@keyframes mod-ani-trans-x-p {
    0% { transform: translateX(16px); }
    100% { transform: translateX(0); }
}



.mod-mpf-hd-m-btn {
    display: none;
    text-align: center;
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    border: none;
    outline: none;
    color: #1f105e;
    background-color: #ffffff;
    cursor: pointer;
}
body.no-sidebar .mod-mpf-hd-m-btn {
    display: inline-block;
}
.mod-mpf-hd-m-btn img {
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(215deg) brightness(19%) contrast(84%);
}


.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;
}

.breadcrumb a {
    color: #808080;
    text-decoration: none;
}
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;
}

.mod-mpf-breadcrumb a {
    color: #808080;
    text-decoration: none;
}
ul.mod-mpf-breadcrumb {
    padding: 16px 0;
}
ul.mod-mpf-breadcrumb li {
    display: inline-block;
    font-weight: normal;
    font-size: 0.9rem;
}
ul.mod-mpf-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-wrapper {
    overflow-x: auto;
}
.table-1 {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 0.9rem;
}
.table-1 th {
    border: 1px solid #ffffff;
    color: #515157;
    background-color: #f1f1f3;
    padding: 6px 12px;
    font-weight: 600;
}
.table-1 th:first-child {
    /*border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;*/
}
.table-1 th:last-child {
    /*border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;*/
}
.table-1 td {
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
    padding: 6px 12px;
}
.table-1 td > img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}
/*
.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: 6px 12px;
}
.table-2 td {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 6px 12px;
}
.table-2.table-2-center td {
    text-align: center;
}
.block-w100 {
    display: block;
    width: 100%;
}
.w100 {
    width: 100%;
}
img {
    max-width: 100%;
}
img.image-in-table {
    width: 32px !important;
    height: 32px !important;
    object-fit: cover;
    border-radius: 4px;
}
img.svg-in-table {
    width: 16px !important;
    height: 16px !important;
}

.container {
    max-width: var(--container-width-default);
    padding: 16px;
    box-sizing: border-box;
    margin: 0 auto;
}
.container-fluid {
    padding: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: unset;
}
.main-header-container {
    max-width: var(--container-width-default);
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 auto;
}
.main-header-container-right {
    float: right;
    margin-top: 0;
}
.main-header-container-right-1 {
    display: inline-block;
    color: #ccccdd;
    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;
    margin-right: 16px;
}
.main-header-social li a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.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: #eb5dbf;
}

.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: #ffffff;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.08);
}
.main-header-desktop-btn:hover {
    background-color: rgba(255, 255, 255, 0.16);
}
.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);
    border-radius: 12px;
    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-radius: 6px;
    /*border-bottom: 1px solid #f0f0f0;*/
    color: #202020;
}
.main-mobile-menu ul li.sep span {
    font-size: 0.95rem;
    display: inline-block;
    padding: 16px;
    padding-bottom: 8px;
    color: #a0a0a0;
    font-weight: 600;
}
.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: 100;
}
.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;
}

.container.docs p {
    display: block;
    color: #707070;
    margin-bottom: 24px;
}
.container.docs pre code {
    padding: 24px;
    font-family: 'Roboto Mono', 'Sarabun';
    font-size: 0.8rem;
    background-color: #f9f9f9;
    border-radius: 12px;
    display: block;
    overflow-x: auto;
    margin-bottom: 24px;
}
.container.docs pre code .f-comment {
    color: #909090;
}
.container.docs pre code .f-const {
    color: #b34444;
}
.container.docs pre code .f-new {
    color: #b34444;
}
.container.docs pre code .f-red {
    color: #b34444;
}
.container.docs pre code .f-require {
    color: #8144b3;
}
.container.docs pre code .f-func {
    color: #8144b3;
}
.container.docs pre code .f-varname {
    font-weight: 600;
    color: #161616;
}
.container.docs pre code .f-string {
    color: #347579;
}
.container.docs pre code .f-number {
    color: #356b7c;
}
.container.docs pre code .f-args {
    color: #b9820d;
}

.h1-kick { height: 2.0rem; }
.h2-kick { height: 1.5rem; }
.h3-kick { height: 1.0rem; }
.h4-kick { height: 0.75rem; }
.h5-kick { height: 0.5rem; }
.h6-kick { height: 0.25rem; }

.vertical-align-top { vertical-align: top; }
.vertical-align-middle { vertical-align: middle; }
.vertical-align-bottom { vertical-align: bottom; }

.text-primary {
    color: var(--color-primary) !important;
    /* #4e73df */
}
.text-success {
    color: var(--color-success) !important;
    /* #46b45e */
}
.text-warning {
    color: var(--color-warning) !important;
}
.text-danger {
    color: var(--color-danger) !important;
}
.text-info {
    color: #0072ff !important;
}
.text-gray {
    color: #666666;
}
.text-bold {
    font-weight: bold;
}
.scroll-lock {
    overflow: hidden !important;
}
.text-size-0d8 { font-size: 0.8rem; }
.image-48 {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
}
img.image-person {
    border-radius: 100% !important;
}
img.image-company {
    border-radius: 16% !important;
}
.text-inline-block {
    display: inline-block;
    background-color: #ecf7f9;
    color: #404479;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 0.85rem;
}
.text-inline-block.text-inline-block-info {
    background-color: #ecf7f9;
    color: #404479;
}
.text-inline-block.text-inline-block-success {
    background-color: #ebf9f0;
    color: #407961;
}

.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;
    margin: 0 -8px;
}
.col {
    display: inline-block;
    /*font-size: var(--font-size);*/
    font-size: 1.0rem;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 8px;
    width: 100%;
    text-align: left;
}
.col.col-dec-1 {
    padding: 8px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
}
.row.row-center {
    text-align: center;
}

/*
.col-padding-0 {
    padding: 0;
}
.col-padding-1x {
    padding: 16px;
}
.col-padd-basic {
    padding: 8px;
}
.col-padd-basic-h {
    padding: 0 8px;
}
*/


/*
.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 #f0f0f0;
    }
    .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: #f8f8f8;
    }
    .main-mobile-menu ul li a:active {
        background-color: #f0f0f0;
    }

}



/* Mobile + Tablet */
@media only screen and (max-width: 1024px) {

    

    .main-header-mobile-btn {
        display: inline-block;
    }
    .main-mobile-menu {
        border-radius: 0;
    }
    .main-mobile-menu ul li a {
        border-radius: 0;
    }
    .main-mobile-menu ul li.sep span {
        display: block;
        border-top: 1px solid #f0f0f0;
    }





    .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: var(--header-height);
        left: 0;
        z-index: 100;
        width: 100%;
        max-width: unset;
        height: var(--header-height-minus);
        background-color: #ffffff;
        box-shadow: 8px 0 8px rgba(0, 0, 0, 0.08);
    }
    .mod-mpf-1-1 ul > li > a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .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 {
        position: unset;
        height: unset;
    }
    .mod-mpf-1-ft-1-1 {
        text-align: center;
        float: none;
        font-size: 0.6em;
        margin: 16px 0;
    }
    
    
    .mod-mpf-hd-lang {
        display: none;
    }
    .mod-mpf-hd-m-btn {
        display: inline-block;
    }
    
    .mod-mpf-1-hd-user-image {
        /*margin-top: 4px;*/
    }

    /* ===================== */

    .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
    }

    .mod-mpf-30-1 input {
        width: calc(100% - 70px);
    }
    .mod-mpf-30-1 button {
        width: 60px;
    }
    .mod-38-1-theme-b img {
        width: 100%;
    }



}







/* Desktop Only */
@media only screen and (min-width: 1025px) {

    .w100-d { width: 100%; }

    .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.col-d-420 { width: 420px; }
    .col.col-d-560 { width: 560px; }
    .col.col-d-720 { width: 720px; }

    body.d-no-header .mod-mpf-1-hd {
        display: none;
    }
    body.d-no-header .mod-mpf-hd-kick {
        display: none;
    }
    body.d-no-sidebar .mod-mpf-1-1 {
        display: none;
    }
    body.d-no-sidebar .mod-mpf-1-2 {
        margin-left: 0;
        width: 100%;
    }

    /*
    .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; }
    */

    .mod-mpf-30-1 input {
        width: calc(100% - 70px);
    }
    .mod-mpf-30-1 button {
        width: 60px;
    }


    

}

/* Tablet Only */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

    .w100-t { width: 100%; }

    .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-420 { width: 420px; }
    .col.col-t-560 { width: 560px; }

    /*
    .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%;
    }

    .mod-mpf-2-21-0 { width: 560px; }

    


}

/* Mobile Only  */
@media only screen and (max-width: 600px) {

    .w100-m { width: 100%; }
    .mgb16-m { margin-bottom: 16px; }

    .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; }
    */

    select.mod-mpf-hd-lang-cbb {
        display: none;
    }

    /*
    .mod-mpf-1-hd-logo {
        display: none;
    }
    */

    .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%;
        top: var(--header-height);
        right: 0;
        border: none;
        border-radius: 0;
        height: var(--header-height-minus);
        box-shadow: unset;
    }
    .mod-mpf-1-hd-noti-panel.mod-mpf-1-hd-noti-panel-full {
        border-radius: 12px;
    }
    .mod-mpf-1-hd-user-panel {
        position: fixed;
        width: 100%;
        top: var(--header-height);
        right: 0;
        border: none;
        border-radius: 0;
        height: var(--header-height-minus);
        box-shadow: unset;
    }
    .mod-mpf-1-hd-user-nt {
        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%;
    }

    .mod-mpf-udp-1-1 {
        display: block;
        text-align: center;
    }
    .mod-mpf-udp-1-2 {
        display: block;
        text-align: center;
        margin-bottom: 16px;
        float: none;
    }

    .mod-32-1 {
        text-align: center;
    }
    .mod-32-1 a {
        width: calc(50% - 16px);
    }

    .mod-mpf-2-f-1 {
        width: 100%;
    }
    
    .mod-mpf-2-22-0-l {
        max-height: unset;
        overflow-y: unset;
        margin-bottom: 16px;
    }


}


/* === */

*.text-monospace {
    font-family: 'Roboto Mono';
}
*.link-monospace {
    font-family: 'Roboto Mono';
    font-size: 0.9rem;
}

*[data-view-active="1"] {
    display: block;
    opacity: 1;
}
*[data-view-active="1"].ani-close {
    animation: kf-module-view-1 ease 0.5s;
    pointer-events: none;
}
*[data-view-active="0"] {
    display: none;
    opacity: 0;
}

@keyframes kf-module-view-1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* ND */

.nd-alertp {
    text-align: left;
    border-radius: 12px;
    margin-bottom: 24px;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-size: 1.0rem;
}
.nd-alertp-body {
    padding: 16px 24px;
}
.nd-alertp[data-type="none"] {
    margin-bottom: 0;
    opacity: 0;
}
.nd-alertp[data-type="none"] .nd-alertp-cp {
    display: none;
}
.nd-alertp[data-type="none"] .nd-alertp-body {
    padding: 0;
}
.nd-alertp[data-type="success"] {
    color: #25903c;
    background-color: #eff7ed;
}
.nd-alertp[data-type="warning"] {
    color: #d8ae33;
    background-color: #fff6ef;
}
.nd-alertp[data-type="danger"] {
    color: #e03a3a;
    background-color: #ffefef;
}
.nd-alertp-cp { float: right; }
.nd-alertp-cp button[data-type="close"] {
    font-family: var(--font-default);
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #404040;
    background-color: transparent;
    padding: 0px 32px;
    outline: none;
    height: 40px;
    line-height: 40px;
    border: none;
    /*border: 1px solid #cccccc;*/
    border-radius: 24px;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 64, 0.1);*/
    margin-top: 6px;
    vertical-align: middle;
    transition: background-color ease 0.2s;
}
.nd-alertp[data-type="success"] .nd-alertp-cp button[data-type="close"] {
    color: #25903c;
}
.nd-alertp[data-type="warning"] .nd-alertp-cp button[data-type="close"] {
    color: #d8ae33;
}
.nd-alertp[data-type="danger"] .nd-alertp-cp button[data-type="close"] {
    color: #e03a3a;
}
.nd-alertp .nd-alertp-cp button[data-type="close"] img {
    /* width: 16px;
    height: 16px; */
    margin-top: 8px;
}
.nd-alertp[data-type="success"] .nd-alertp-cp button[data-type="close"] img {
    filter: var(--color-success-svg-filter);
}
.nd-alertp[data-type="warning"] .nd-alertp-cp button[data-type="close"] img {
    filter: var(--color-warning-svg-filter);
}
.nd-alertp[data-type="danger"] .nd-alertp-cp button[data-type="close"] img {
    filter: var(--color-danger-svg-filter);
}

.c1 {
    font-size: 0.9rem;
    font-weight: 300;
    color: #808080;
}
.c1 strong {
    font-weight: 600;
}
.c2 {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}
.c3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
}
.c4 {
    text-align: right;
    margin-top: 16px;
}