@charset "utf-8";

.frm-input {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    border: 0;
    height: 40px;
    font-size: 16px;
    color:var(--text-sub-color);
    background-color:var(--color-textbox);
    border:1px solid var(--color-input-border);
    border-radius: 5px;
}
.frm-input.small {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 1rem;
}

.frm-input[disabled] {
    background-color: var(--color-surface-disabled);
    color: var(--color-2-text-disabled);
    cursor: not-allowed;
}
[data-theme="dark"] .frm-input[disabled]  {
   color:var(--text-sub-color);
}
.frm-input.wd-100 {
    width: 100%;
    max-width: 100px;
}
.frm-input.wd-500 {
    width: 100%;
    max-width: 500px;
}
.frm-input.wd-200 {
    width: 100%;
    max-width: 200px;
}
.frm-input.wd-xs {
    height: 35px;
    line-height: 35px;
}
.frm-input.wd-300 {
    width: 100%;
    max-width: 300px;
}
.frm-input.grid-100 {
    width: 100%;
}
select.frm-input {
    padding-left: 10px;
    padding-right: 20px;
    background-image: url(../images/icon/icon_chevron_down.svg);
    background-repeat:no-repeat;
    background-position:calc(100% - 5px) 50%;
    background-size:10px 10px;
    color:var(--text-sub-color);
    background-color:var(--color-textbox);
    border:1px solid var(--color-input-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[data-theme="dark"] select.frm-input {
    background-image: url(../images/icon/icon_chevron_down_dark.svg);
}

.frm-input textarea.frm-input {
    height: 100px;
}

.frm-input.wd--150 {
    width: 100%;
    max-width: 150px;
}
.from-group .frm_fail {
    display: block;
    position: relative;
    color: #f2391f;
    margin-left: 10px;
}
.from-group-col-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.from-group-col {
    position: relative;
    width: 50%;
}
.from-group-col.wd-40 {width: 40%;}
.from-group-col.wd-60 {width: 60%;}
.from-group-col.pdr-5 {padding-right: 5px;}
.from-group-col.pdl-5 {padding-left: 5px;}
.from-group-text {
    font-size: 16px;
    color:var(--text-sub-color);
    margin-bottom: 20px;
    border:1px solid var(--border-light-color);
    background-color:var(--color-textbox);
    padding: 20px;
    border-radius: 10px;
}
.from-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px dashed var(--border-light-color);
    padding-bottom: 15px;
}
.from-group.vt-center {align-items: center;}
.from-group .from-group {margin-bottom: 0;}
.from-group .from-group {border-style: solid;}
.from-group.mt15 {margin-top: 15px;}
.from-group .from-group.border--bottom-0 {
    border-bottom: 0;
    padding-bottom: 0;
}
.from-group.mt20 {margin-top: 16px;}
.from-group .from-group__head {
    display: block;
    padding-top: 10px;
}
.from-group.vt-center .from-group__head {padding-top: 0;}
.from-group .from-group__head .title {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color:var(--text-sub-color);
    font-weight: 500;
}
.from-group .from-group__head.pdt-0 {padding-top: 0;}
.from-group .from-group__head.pdt-2 {padding-top: 2px;}
.from-group .title2 {
    display: inline-block;
    position: relative;
    font-size: 17px;
    color:var(--text-sub-color);
    font-weight: 400;
    padding-left: 10px;
}
.from-group .title3 {
    display: inline-block;
    position: relative;
    font-size: 17px;
    color:var(--text-sub-color);
    font-weight: 500;
}
.from-group .title2::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #679c61;
    border-radius: 50%;
}
.from-group .from-group__body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 140px);
    font-size: 15px;
    color:var(--text-sub-color);
    margin-left: auto;
    align-items: center;
}
.from-group .from-group__body.wd-160 {width: calc(100% - 160px) !important;}
.from-group .from-group__body.wd-200 {width: calc(100% - 200px) !important;}
.from-group .from-group__body.wd-60 {width: calc(100% - 60px) !important;}
.from-group .from-group__body.wd-100 {width: calc(100% - 100px) !important;}
.from-group .from-group__body.grid-100 {width: 100% !important;}
.from-group .from-group__body.mt-10 {margin-top: 10px;}
.from-group .from-group__body.no-flex {display: block;}
.from-group .from-group__body.pdr-100 {padding-right: 100px;}
.from-group .from-group__body .city {width: 100px;}
.from-group .from-group__body .city-local {
    width: calc(100% - 100px);
    padding-left: 10px;
}
.from-group .from-group__body.v_center {align-self: flex-end;}
.from-group .from-group__body .input-col {width: 50%;}
.from-group .from-group__body .input-col.pdr-5 {padding-right: 5px;}
.from-group .from-group__body .input-col.pdl-5 {padding-left: 5px;}
.from-group #msg_mb_id {
    display: block;
    position: relative;
    width: 100%;
    color: #f2391f;
}
.from-group .from-group__tooltip {
    position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}
.from-group.no--flex {display: block;}
.from-group.no--flex .from-group__head {width: 100%;}
.from-group.no--flex .from-group__body {
    width: 100% !important;
    margin-top: 10px;
}
.from-group .from-group__body.pt {padding-top: 0.78514px;}
.from-group .from-group__body.pdt-10 {padding-top: 10px;}
.from-group .from-group__body .mb_5 {margin-bottom: 5px;}
.from-group__close {
    position: absolute;
    top: 3px;
    right: 0;
}
.from-group.duplicate .from-group__close {top: 10px;}
.from-group__inbtn {
    position: relative;
    width: 100%;
    padding-right: 20px;
}
.from-group__inbtn .b-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
}
.from-group__inbtn .b-btn--xs {
    height: 35px;
    line-height: 35px;
}
.from-group__inbtn + .from-group__inbtn {
    margin-top: 10px;
}
.from-group.b-btn {padding: 0 18px;}
.from-group.last {margin-bottom: 0;}
.from-group.no--b {
    border: 0;
    padding-bottom: 0;
}
.from-group .frm-input {width: 100%;}
.from-group .grid--100 {width: 100%;}
textarea.frm-input {
    padding: 10px;
    line-height: 1.3;
    height: 200px;
}
.from-group .ml--10 {margin-left: 10px;}
.from-group .ml--5 {margin-left: 5px;}
.from-group .frm_fail.ml--0 {margin-left: 0;}
.from-group .frm_fail.mt--10 {margin-top: 10px;}
.from-group .frm_fail.ds--in {display: inline;}
.from-group .from-pass {
    display: block;
    position: relative;
    color: #08a600;
    margin-left: 10px;
    font-size: 15px;
}
.from-group:last-child {border-bottom: 0;}
.form-hint {
    position: relative;
    padding-left:20px;
    font-size: 14px;
    color:var(--text-sub-color);
    margin-top: 5px;
    margin-left:140px;
}
.form-hint::before {
    content: "";
    display:block;
    position: absolute;
    left: 0;
    top: 2px;
    width:15px;
    height:15px;
    background-image:url(../images/icon/icon_exclamation.svg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    forced-color-adjust: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
}
[data-theme="dark"] .form-hint::before {
    background-image:url(../images/icon/icon_exclamation_dark.svg);
}
.form-hint-invalid {
    position: relative;
    padding-left:20px;
    font-size: 14px;
    color:var(--color-2-icon-danger-static);
    margin-top: 5px;
}
.form-hint-invalid::before {
    content: "";
    display:block;
    position: absolute;
    left: 0;
    top: 0;
    width:12px;
    height:12px;
    background-image:url(../images/icon/icon_system_danger.svg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-color: var(--color-2-icon-danger-static);
    forced-color-adjust: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
}
.from-group .from-group__body.is-error .frm-input {
    border-color: var(--color-2-icon-danger-static);
}

.form-hint-success {
    position: relative;
    padding-left:20px;
    font-size: 14px;
    color:var(--color-2-icon-success-static);
    margin-top: 5px;
}
.form-hint-success::before {
    content: "";
    display:block;
    position: absolute;
    left: 0;
    top: 0;
    width:12px;
    height:12px;
    background-image:url(../images/icon/icon_system_success.svg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-color: var(--color-2-icon-success-static);
    forced-color-adjust: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
}
.from-group .from-group__body.is-success .frm-input {
    border-color: var(--color-2-icon-success-static);
}

.form-hint-information {
    position: relative;
    padding-left:20px;
    font-size: 14px;
    color:var(--color-2-icon-information-static);
    margin-top: 5px;
}
.form-hint-information::before {
    content: "";
    display:block;
    position: absolute;
    left: 0;
    top: 0;
    width:12px;
    height:12px;
    background-image:url(../images/icon/icon_system_information.svg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-color: var(--color-2-icon-information-static);
    forced-color-adjust: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
}

.email-box {
    position: relative;
    width: 100%;
}
.email-box__items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.email-box__item {
    position: relative;
    margin: 0;
}
.email-box__item:nth-child(1) {
    width: 30%;
    padding-right: 10px;
}
.email-box__item:nth-child(1)::after {
    display: block;
    content: "@";
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 13px;
    color:var(--text-sub-color);
    transform: translateY(-50%);
    visibility: visible;
    clear: both;
}
.email-box__item:nth-child(2) {
    width: 30%;
    padding-left: 10px;
}
.email-box__item:nth-child(3) {
    width: 40%;
    padding-left: 5px;
}
.email-box .frm-input {
    width: 100%;
}
.email-box--mt-10 {
    margin-top: 10px;
}

.checkbok.all {
    font-size: 18px;
    line-height: 18px;
}
.checkbox.ml10 {margin-left: 10px;}
.checkbox.mb5 {margin-bottom: 5px;}
.modal-body .from-group .from-group__body {width: calc(100% - 160px);}

.date-box-items {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 500px;
    gap: 30px;
}
.date-box-item {
    position: relative;
}
.date-box-item--fst::after {
    content: "~";
    display: block;
    position: absolute;
    top: 10px;
    right: -19px;
    color:var(--text-sub-color);
}
.date-box-item .date-box {width: 100%;}
.date-box {
    display: inline-block;
    width: 150px;
    position: relative;
}

.date-box i {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 13px;
    font-size: 18px;
}
.day-box {
    display: inline-block;
    width: 80px;
    position: relative;
}
.attachment-add {
    width:100%;
    margin-bottom:10px;
}
.attachment {
    display:flex;
    align-items:center;   
    justify-content:space-between;
    width:100%; 
}
.attachment + .attachment {margin-top:10px;}
.attachment .frm-input {
    width:calc(100% - 100px);
}
.attachment .attachment__btn-box {width:90px;}
.attachment .attachment__btn-box .b-btn {
    width:100%;
}
.pick-frm {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
}
.pick-frm .ml10 {margin-left: 10px;}
.pick-frm + .pick-frm {margin-top:5px;}
.form-input-group {
    position: relative;
}
.pick-frm .pick-btn {padding:0 10px;}

.inline-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.inline-group__item + .inline-group__item {
    margin-left: 10px;
}
.inline-group__item.wd-150 {
    width: 150px;
}
.inline-group__item.wd-300 {
    width: 300px;
}

.inline-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.inline-group__item + .inline-group__item {
    margin-left: 10px;
}
.inline-group__item.wd-150 {
    width: 150px;
}
.inline-group__item.wd-300 {
    width: 300px;
}

.input-box {
    position: relative;
}
.input-box__text {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:10px;
}
.input-box .frm-input {
    padding-right:40px;
}