@charset "UTF-8";
/* 초기화 및 초기 세팅 */
:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
    --hd_height: 9rem;
    --hd_height_m: 5.6rem;
    --height_sm: 3.2rem;
    --height_md: 4.2rem;
    --height: 4.4rem;
    --height_lg: 4.7rem;
    --ic_date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
    --ic_time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-clock' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0'/%3E%3C/svg%3E");
}
div::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}
div::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 100px;
}
html {
    font-size: 10px;
}
body {
    margin: 0 auto;
    padding: 0;
}
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
dd,
dl,
dt,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
button,
img,
input,
label,
select {
    vertical-align: middle;
}
button,
input {
    margin: 0;
    padding: 0;
}
input[type="submit"] {
    cursor: auto;
}
button {
    cursor: auto;
}
select {
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
    word-break: keep-all;
}
hr {
    display: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.un_reboot_a {
    color: var(--main);
    text-decoration: underline;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
}
img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}
.container-fluid {
    max-width: 2560px;
}
.mobile_wr {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    box-sizing: content-box;
}
/*메인*/
.idx_pg {
    min-height: 780px;
    padding-top: var(--hd_height);
}
.curs_pointer {
    cursor: pointer;
}
/*서브*/
.sub_tit {
    position: relative;
}
.sub_pg {
    min-height: 780px;
    background: #fff;
    padding-top: var(--hd_height);
}
.over_hidden {
    overflow: hidden;
}
.text_dynamic {
    white-space: pre-line;
}
.text-gray {
    color: #999;
}
.text-gray2 {
    color: #AAB1B7;
}
.text-gray3 {
    color: #666;
}
.text-black {
    color: #000;
}
.text-center{
    text-align: center;
}
.dot_list li {
    list-style: none;
    margin-bottom: 1.0rem;
    display: flex;
}
.dot_list li:before {
    content: "·";
    vertical-align: middle;
    margin-right: 0.5rem;
}
.dot_list li:last-child {
    margin-bottom: 0;
}
.dot_list.fs_10 li {
    margin-bottom: 0.3rem;
}
.line_h1 {
    line-height: 1.0em;
}
.line_h1_1 {
    line-height: 1.1em;
}
.line_h1_2 {
    line-height: 1.2em;
}
.line_h1_3 {
    line-height: 1.3em;
}
.line_h1_4 {
    line-height: 1.4em;
}
.line_h1_5 {
    line-height: 1.5em;
}
.line_h1_6 {
    line-height: 1.6em;
}
.line_h1_7 {
    line-height: 1.7em;
}
.line_h1_8 {
    line-height: 1.8em;
}
.line_h1_9 {
    line-height: 1.9em;
}
.line_h2 {
    line-height: 2.0em;
}
/*폰트커스텀 기본사이즈 10px*/
.tit_h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #313131;
}
.tit_h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #676767;
}
.main_menu {
    font-size: 1.7rem;
    font-weight: 700;
    color: #ffffff;
}
.sub_menu {
    font-size: 1.6rem;
    font-weight: 500;
    color: #373737;
}
.box_body {
    font-size: 1.5rem;
    font-weight: 600;
    color: #676767;
}
.box_number {
    font-size: 4.4rem;
    font-weight: 800;
    color: #33A02C;
}
.box_span {
    font-size: 2.0rem;
    font-weight: 600;
    color: #676767;
}
/*table 수정 251217*/
table.tbl_2 th{
    padding: 0 1rem;
}

table.tbl_1 th{
    padding: 0 1rem;
}

table.tbl_2{
    width: 1880px;
}
.table_head {
    font-size: 1.5rem;
    font-weight: 700;
    color: #444444;
}
.table_body {
    font-size: 1.5rem;
    font-weight: 400;
    color: #616161;
}
.table_btn {
    font-size: 1.5rem;
    font-weight: 700;
    color: #33A02C;
}
.header_title_sub{
    align-items: center;
}
.header_title_sub .btn{
    font-size: 2.2rem !important;
    height: auto;
    font-weight: 600;
}
.header_tit_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.w_109 {
    width: 109px;
    white-space: nowrap;
}
.table_number {
    font-size: 1.6rem;
    font-weight: 500;
    color: #9C9C9C;
}
.form_title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #313131;
}
.form_input {
    font-size: 1.4rem;
    font-weight: 400;
    color: #9C9C9C;
}
.form_list {
    font-size: 1.4rem;
    font-weight: 400;
    color: #444444;
}
.form_btn {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
}
.fs_8 {
    font-size: 0.8rem;
}
.fs_9 {
    font-size: 0.9rem;
}
.fs_10 {
    font-size: 1.0rem;
}
.fs_11 {
    font-size: 1.1rem !important;
}
.fs_12 {
    font-size: 1.2rem !important;
}
.fs_13 {
    font-size: 1.3rem !important;
}
.fs_14 {
    font-size: 1.4rem !important;
}
.fs_15 {
    font-size: 1.5rem !important;
}
.fs_16 {
    font-size: 1.6rem !important;
}
.fs_17 {
    font-size: 1.7rem !important;
}
.fs_18 {
    font-size: 1.8rem !important;
}
.fs_19 {
    font-size: 1.9rem !important;
}
.fs_20 {
    font-size: 2.0rem !important;
}
.fs_21 {
    font-size: 2.1rem !important;
}
.fs_22 {
    font-size: 2.2rem;
}
.fs_23 {
    font-size: 2.3rem;
}
.fs_24 {
    font-size: 2.4rem;
}
.fs_25 {
    font-size: 2.5rem;
}
.fs_26 {
    font-size: 2.6rem;
}
.fs_27 {
    font-size: 2.7rem;
}
.fs_28 {
    font-size: 2.8rem;
}
.fs_29 {
    font-size: 2.9rem;
}
.fs_30 {
    font-size: 3.0rem;
}
.fs_31 {
    font-size: 3.1rem;
}
.fs_32 {
    font-size: 3.2rem;
}
.fs_33 {
    font-size: 3.3rem;
}
.fs_34 {
    font-size: 3.4rem;
}
.fs_35 {
    font-size: 3.5rem;
}
.fs_36 {
    font-size: 3.6rem;
}
.fs_37 {
    font-size: 3.7rem;
}
.fs_38 {
    font-size: 3.8rem;
}
.fs_39 {
    font-size: 3.9rem;
}
.fs_40 {
    font-size: 4.0rem;
}
.fs_41 {
    font-size: 4.1rem;
}
.fs_42 {
    font-size: 4.2rem;
}
.fs_43 {
    font-size: 4.3rem;
}
.fs_44 {
    font-size: 4.4rem;
}
.fs_45 {
    font-size: 4.5rem;
}
.fs_46 {
    font-size: 4.6rem;
}
.fs_47 {
    font-size: 4.7rem;
}
.fs_48 {
    font-size: 4.8rem;
}
.fs_49 {
    font-size: 4.9rem;
}
.fs_50 {
    font-size: 5.0rem;
}
.fs_51 {
    font-size: 5.1rem;
}
.fs_52 {
    font-size: 5.2rem;
}
.fw_100 {
    font-weight: 100;
}
.fw_200 {
    font-weight: 200;
}
.fw_300 {
    font-weight: 300;
}
.fw_400 {
    font-weight: 400;
}
.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.fw_800 {
    font-weight: 800;
}
.fw_900 {
    font-weight: 900;
}
.wh_pre {
    white-space: pre-line;
    text-align: center;
}
.wh_nowrap {
    white-space: nowrap;
}
.break_all {
    word-break: break-all;
}
/*글자 줄임말/자르기*/
.line_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-break: break-all;
}
.line1_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line2_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line3_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
/* 폼 사각형 */
.sq_guide {
    display: flex;
    flex-wrap: wrap;
}
.sq_guide li {
    width: 70px;
    height: 40px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0.5rem;
}
/* 스크롤바 none */
.scroll_bar_none {
    -ms-overflow-style: none;
}
.scroll_bar_none::-webkit-scrollbar {
    display: none;
}
/*테이블 반응형때*/
.touch_scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
/* 버튼 */
.btn {
    height: var(--height);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-sm {
    height: var(--height_sm);
    border-radius: 0.6rem;
    font-size: 1.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-weight: 400;
}
.btn-md {
    height: var(--height_md);
    border-radius: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
}
.btn-lg {
    height: var(--height_lg);
    font-weight: 600;
    font-size: 1.8rem;
}
.btn-link {
    height: auto;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    flex-shrink: 0;
}
.btn-icon {
    height: auto;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    flex-shrink: 0;
}
.btn-icon img {
    flex-shrink: 0;
}
.btn-primary2 {
    background: var(--primary-light);
    border-color: var(--primary-light);
    color: #fff;
}
.btn-primary2:focus,
.btn-primary2:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}
.btn-primary3 {
    background: #FF8D69;
    border-color: #FF8D69;
    color: #fff;
}
.btn-primary2:focus,
.btn-primary3:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}
.btn-light-primary {
    background: #FFF1ED;
    border-color: #FFF1ED;
    color: var(--primary);
}
.btn-light-primary:focus,
.btn-light-primary:hover {
    color: var(--primary);
}
.btn.disabled,
.btn:disabled {
    opacity: 1;
    color: #fff;
    background: #E1E2E4;
    border-color: #E1E2E4;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-group-toggle .btn {
    margin-right: 0.6rem;
}
.btn-group-toggle .btn input[type=checkbox],
.btn-group-toggle .btn input[type=radio],
.btn-group-toggle .btn-group .btn input[type=checkbox],
.btn-group-toggle .btn-group .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
/* 인풋 자동완성 초기화 */
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0 1000px var(--bg) inset;
    box-shadow: 0 0 0 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}
input:autofill,
input:autofill:active,
input:autofill:focus,
input:autofill:hover {
    -webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0 1000px var(--bg) inset;
    box-shadow: 0 0 0 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}
/* 입력 인풋 */
.form-control {
    height: 4.4rem;
}
.form-control-sm {
    height: var(--height_sm);
    border-radius: 0.8rem;
}
.form-control-md {
    height: var(--height_md);
    border-radius: 0.6rem;
}
.form-control-lg {
    height: var(--height_lg);
}
.form-control-auto {
    height: auto;
}
input.form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
input.form-control:focus,
input[type='date'].form-control:focus,
input[type='time'].form-control:focus,
.custom-select:focus,
textarea.form-control:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 2px rgb(9 118 58 / 20%);
}
.ip_wr .ip_tit {
    margin-bottom: 0.8rem;
}
.ip_wr .ip_tit h5 {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000;
}
.ip_wr .ip_tit.required h5::after {
    content: "*";
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: -1.5rem;
    color: red;
}
/* form-text */
.form-text {
    display: none;
    margin-top: 0.7rem;
    margin-left: 0;
    font-size: 1.4rem;
    color: #000;
}
.ip_valid .ip_valid {
    display: flex;
    color: #59C48F;
}
.ip_invalid .ip_invalid {
    display: flex;
    color: var(--primary);
}
/*.form-row*/
.form-row {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}
.form-row > .col,
.form-row > [class*=col-] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
/* textarea 높이 */
textarea.form-control {
    min-height: 20rem;
    padding: 1.0rem 1.5rem;
    line-height: 2.6rem;
}
.form-control textarea {
    min-height: 14rem;
    padding: 0;
    line-height: 2.6rem;
    border: 0;
    width: 100%;
}
.form-control textarea:focus {
    color: var(--text);
    background-color: var(--bg);
    border-color: var(--gray);
    outline: 0;
    box-shadow: 0 0 0 0 var(--border);
}
.form-control textarea::placeholder {
    color: var(--input_placeholder) !important;
    opacity: 1;
}
.custom-select::placeholder {
    color: var(--input_placeholder) !important;
    opacity: 1;
}
.form-control textarea:disabled,
.form-control textarea[readonly] {
    background-color: var(--input_disabled);
    opacity: 1;
}
/* 셀렉트 박스 */
.custom-select {
    padding-right: 3.5rem;
    background-size: 1.2rem;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    background-color: #fff;
}
.custom-select_st2 {
    padding-right: 1.6rem;
    background-size: 1.08rem;
    padding-left: 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #727A82;
    height: 2.6rem;
    border: 0;
    width: auto;
}
/* 날짜 선택 */
input.form-control[type="date"],
input.form-control[type="time"] {
    position: relative;
}
input.form-control[type="date"]::-webkit-calendar-picker-indicator,
input.form-control[type="time"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    background: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
input.form-control[type="date"]::before,
input.form-control[type="time"]::before {
    content: '';
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.6rem;
    background: var(--gray);
    cursor: pointer;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
input.form-control[type="time"]::before {
    -webkit-mask-image: var(--ic_time);
    mask-image: var(--ic_time);
}
input.form-control[type="date"]::before {
    -webkit-mask-image: var(--ic_date);
    mask-image: var(--ic_date);
}
/*패스워드*/
.form-password {
    position: relative;
}
.form-password .form-control {
    padding-right: 3.0rem;
}
.form-password img {
    width: 3.0rem;
    height: 3.0rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -1.5rem;
    cursor: pointer;
}
.form_time_wr {
    position: relative;
}
.form_time_wr .form-control {
    padding-right: 5.0rem;
}
.form_time_wr .form_time {
    color: var(--primary);
    font-size: 1.4rem;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
}
/* 체크박스*/
.checks_wr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1rem;
}
.checks_wr .checks {
    margin-right: 3rem;
    margin-bottom: 1rem;
}
.checks label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checks label.chk_right {
    flex-flow: row-reverse;
    justify-content: flex-end;
}
.checks input {
    display: none;
}
.checks .ic_box {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
    flex-shrink: 0;
}
.checks input:checked + .ic_box {
}
.chk_right .ic_box {
    margin-right: 0;
    margin-left: 0.5rem;
}
.checks input:checked ~ .chk_p {}
.chk_p {
    padding-top: 0.1rem;
}
.checks.primary_checks .ic_box {
    background-color: #eae9f0;
    border-radius: 50%;
    background-image: none;
}
.checks.primary_checks input:checked + .ic_box {
}
.radios_wr {
    display: flex;
    flex-wrap: wrap;
}
.radios_wr .radios {
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.radios label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.radios label.chk_right {
    flex-flow: row-reverse;
    justify-content: flex-end;
}
.radios input {
    display: none;
}
.radios .ic_box {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    border-radius: 2.0rem;
    border: 1px solid #7A7C85;
}
.radios input:checked + .ic_box {
    border-color: var(--primary);
}
.radios input:checked + .ic_box:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--primary);
    border: 0.24rem solid #fff;
}
/* 이미지 업로드 */
.image_upload {
    display: inline-block;
    position: relative;
    margin-right: 1.0rem;
}
.upload_box {
    width: 8rem;
    border: 1px solid var(--border);
    overflow: hidden;
    cursor: pointer;
    background: url("../img/btn_add_img.png") no-repeat center 2.0rem / 2.6rem;
    border-radius: 1.0rem;
    position: relative;
}
.upload_box .max_img {
    position: absolute;
    bottom: 1.2rem;
    width: 100%;
    left: 0;
    font-size: 1.3rem;
    text-align: center;
    color: #999;
    font-weight: 500;
}
.image_upload.on .upload_box {
    background: none;
}
.upload_del {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem !important;
    border-radius: 50%;
    background-color: transparent;
    padding: 0 !important;
    display: none;
}
.upload_del img {
    width: 100%;
}
.image_upload.on .upload_del {
    display: flex;
}
/* 페이지네이션 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
}
.pagination li {
    height: 100%;
}
.pagination a {
    color: #000;
    font-weight: 500;
    margin: 0 0.4rem;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pagination a.on {
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
    color: #fff;
}
.pagination a.arrow {
    background-color: #fff;
    color: #626C79;
}
.pagination a.arrow {
    margin: 0;
}
.pagination a.arrow.disabled img {
    opacity: 0.3;
}
/* 페이저 */
.pager {
    background: #ffffff;
    border-radius: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 45px;
    margin: 3rem auto 0;
    border: 1px solid var(--border);
}
/* 테이블 */
.table_01 {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px #eee solid;
    line-height: 140%;
}
.table_01 th {
    border-bottom: 1px solid #eee;
    color: #1C1C1E;
    font-weight: 500;
    padding: 0.7rem 1.2rem;
    background: #F8F8F8;
    vertical-align: top;

}
.table_01 td {
    border-bottom: 1px solid #eee;
    padding: 0.7rem 1.2rem;
    color: #1C1C1E;
}
/* 테이블 슬래쉬 */
.table_01 th.slash {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><line x1='0' y1='100%25' x2='100%25' y2='0' stroke='rgb(77,77,77)' /></svg>");
    background-repeat: no-repeat;
}
.table_01 th.backslash {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><line x1='0' y1='0' x2='100%25' y2='100%25' stroke='rgb(77,77,77)' /></svg>");
    background-repeat: no-repeat;
}
.table_01 th.backslash,
.table_01 th.slash {
    text-align: left;
}
.backslash div,
.slash div {
    text-align: right;
}
/*테이블 반응형때*/
.table_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 !important;
}
/* 이미지 크롭 */
.rect {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.rect:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.rect img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.rect2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.rect2:after {
    content: "";
    display: block;
    padding-bottom: 41.795%;
}
.rect2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.rect3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.rect3::after {
    content: '';
    display: block;
    padding-bottom: calc(120/500*100%);
}
.rect3 > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}
/*기본모달*/
.modal_btn_wrap {
    padding: 0;
}

body {
    padding-right: 0 !important;
}
body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0 !important;
}
.modal {
    padding-right: 0 !important;
}
.modal-sm {
    max-width: 36rem;
    margin: 1.75rem auto;
    padding: 0 1.6rem;
}
.modal-md {
    max-width: 48rem;
    margin: 1.75rem auto;
    padding: 0 1.6rem;
    max-height: calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
}
.modal-default {
    max-width: 62rem;
    margin: 1.75rem auto;
    padding: 0 1.6rem;
}
.modal {
    overflow-y: auto;
}
.modal .modal-header {
    align-items: center;
    border-bottom: 0;
    justify-content: space-between;
}
.modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 1.8rem;
    flex: 1 1 auto;
}
.modal .modal-header .close {
    text-shadow: none;
    opacity: 1;
    width: 2.4rem;
    padding: 0;
    margin: 0;
}
.modal .modal-content {
    border: 0;
    border-radius: 1.5rem;
}
.modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    margin: 0 2rem;
    border-top: 1px solid var(--border);
    font-weight: 600;
}
.modal .modal-footer > * {
    margin: 0;
}
.modal .modal-footer {
    border: 0;
    padding: 0;
    display: block;
}
.modal .modal-footer .form-row {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
}
.modal-sm .modal-footer {
    padding: 0;
    border-top-left-radius: 0;
}

.modal .modal-sm .modal-header {
    padding-bottom: 1.0rem;
}
.modal .modal-sm .modal-body {
    border: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.modal .modal-md .modal-body {
    border: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.modal .modal-default .modal-body {
    border: 0;
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.modal_bottom .modal-body {
    border: 0;
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.border-bottom {
    border-bottom: 1px solid #e2e2e2 !important;
}
/* 토스트팝업 */
.toast {
    color: #fff;
    border-radius: 0.6rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
/* toast */
.toast {
    position: fixed;
    top: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1.4rem;
    box-shadow: none;
    font-weight: 300;
    width: 100%;
    max-width: 400px;
    z-index: 9999;
    border: 0;
    background: transparent;
}
.toast-body {
    padding: 1.3rem 2rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 0.6rem;
    text-align: center;
}
.toast-body p {
    display: flex;
    align-items: center;
    line-height: 1.3;
    justify-content: center;
}
.toast-body p i {
    margin-right: 0.6rem;
}
/* 뱃지 */
.badge {
    padding: 0.8rem 1.5rem;
    border-radius: 0;
    font-weight: 500;
    font-size: 1.5rem;
}
.badge-primary2 {
    background-color: #2273D1;
    color: #fff;
}
.badge-primary3 {
    background-color: #FFEAE5;
    color: var(--primary);
}
.badge-gray {
    background-color: #F0F0FA;
    color: #555A8D;
}
.badge-gray2 {
    background-color: #F2F2F2;
    color: #958080;
}
.badge-disabled {
    color: #999;
    background: #ddd;
}
.badge-sm {
    font-size: 1.0rem;
    line-height: 1.6rem;
    padding: 0 0.4rem;
    border-radius: 0.1rem;
}
.badge-sm2 {
    font-size: 1.0rem;
    line-height: 1.9rem;
    padding: 0 0.5rem;
    border-radius: 0.4rem;
}
.badge-md {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
    padding: 0.9rem 1.6rem;
    border-radius: 0.6rem;
}
/*터치*/
.touch_scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
/* List Style */
.list_style_1 li {
    display: flex;
    padding-bottom: 0.3rem;
    line-height: 1.4;
}
.list_style_1 li > span {
    display: inline-block;
    width: 9.5rem;
    padding-right: 0.5rem;
    color: #999;
    flex-shrink: 0;
}
.list_style_2 li {
    display: flex;
    padding-bottom: 0.8rem;
}
.list_style_2 li:before {
    content: '-';
    display: inline-block;
    margin-right: 1.0rem;
}
/*탭*/
/*nav-tabs*/
.nav-tabs {
    background: #F5F6F8;
    border-radius: 0.8rem;
    padding: 0.8rem;
    border: 0;
    flex-wrap: nowrap;
}
.nav-tabs .nav-link {
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #999;
    border: 0;
    margin-bottom: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-radius: 0.8rem;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background: #fff;
    color: #000;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.06);
}
/*nav-pills*/
.nav-pills {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    flex-wrap: nowrap;
}
.nav-pills .col {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 1rem;
    background: #AAB1B7;
    color: #fff;
}
/*nav_tab_line*/
.nav_tab_line {
    width: 100%;
    margin: 0;
    background-color: #fff;
}
.nav_tab_line {
    border: unset;
}
.nav_tab_line .nav-item {
    text-align: center;
    background-color: #fff;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}
.nav_tab_line .nav-link {
    border: 1px solid white;
    color: #CBCFD3;
    height: 4.8rem;
    padding: 1rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    background: transparent;
}
.nav_tab_line .nav-item.show .nav-link,
.nav_tab_line .nav-link.active {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}
/*커스텀 스위치*/
.custom-switch {
    padding: 0;
    width: 4.9rem;
    height: 3.3rem;
}
.custom-switch .custom-control-label::after {
    width: 2.6rem;
    height: 2.6rem;
    background-color: #fff;
    border-radius: 3rem;
    top: 0.3rem;
    left: 0.3rem;
}
.custom-control-label::after {
    position: absolute;
    top: 0.3rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    cursor: pointer;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    left: 1.2rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}
.custom-control-label::before {
    background-color: #EBEBEB;
    border: 0;
    top: 0;
    cursor: pointer;
}
.custom-switch .custom-control-label::before {
    left: 0;
    width: 4.9rem;
    height: 3.2rem;
    border-radius: 2rem;
}
/*d_flex*/
.d_flex_center_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*마진*/
.mt_1 {
    margin-top: 0.1rem;
}
.mt_6 {
    margin-top: 0.6rem;
}
.mt_07 {
    margin-top: 0.7rem;
}
.mt_8 {
    margin-top: 0.8rem;
}
.mt_12 {
    margin-top: 1.2rem;
}
.mt_14 {
    margin-top: 1.4rem;
}
.mt_16 {
    margin-top: 1.6rem;
}
.mt_17 {
    margin-top: 1.7rem;
}
.mt_18 {
    margin-top: 1.8rem;
}
.mt_20 {
    margin-top: 2.0rem;
}
.mt_22 {
    margin-top: 2.2rem;
}
.mt_24 {
    margin-top: 2.4rem;
}
.mt_25 {
    margin-top: 2.5rem;
}
.mt_27 {
    margin-top: 2.7rem;
}
.mt_28 {
    margin-top: 2.8rem;
}
.mt_33 {
    margin-top: 3.3rem;
}
.mt_35 {
    margin-top: 3.5rem;
}
.mt_36 {
    margin-top: 3.6rem;
}
.mt_40 {
    margin-top: 4.0rem;
}
.mt_44 {
    margin-top: 4.4rem;
}
.mt_45 {
    margin-top: 4.5rem;
}
.mt_48 {
    margin-top: 4.8rem;
}
.mt_53 {
    margin-top: 5.3rem;
}
.mt_60 {
    margin-top: 6.0rem;
}
.mt_70 {
    margin-top: 7.0rem;
}
.mt_80 {
    margin-top: 8.0rem;
}
.mb_3 {
    margin-bottom: 0.3rem;
}
.mb_4 {
    margin-bottom: 0.4rem;
}
.mb_6 {
    margin-bottom: 0.6rem;
}
.mb_7 {
    margin-bottom: 0.7rem;
}
.mb_07 {
    margin-bottom: 0.7rem;
}
.mb_8 {
    margin-bottom: 0.8rem;
}
.mb_9 {
    margin-bottom: 0.9rem;
}
.mb_12 {
    margin-bottom: 1.2rem;
}
.mb_14 {
    margin-bottom: 1.4rem;
}
.mb_16 {
    margin-bottom: 1.6rem;
}
.mb_18 {
    margin-bottom: 1.8rem;
}
.mb_20 {
    margin-bottom: 2.0rem;
}
.mb_21 {
    margin-bottom: 2.1rem;
}
.mb_22 {
    margin-bottom: 2.2rem;
}
.mb_24 {
    margin-bottom: 2.4rem;
}
.mb_25 {
    margin-bottom: 2.5rem;
}
.mb_27 {
    margin-bottom: 2.7rem;
}
.mb_28 {
    margin-bottom: 2.8rem;
}
.mb_35 {
    margin-bottom: 3.5rem;
}
.mb_36 {
    margin-bottom: 3.6rem;
}
.mb_40 {
    margin-bottom: 4.0rem;
}
.mb_42 {
    margin-bottom: 4.2rem;
}
.mb_45 {
    margin-bottom: 4.5rem;
}
.mb_48 {
    margin-bottom: 4.8rem;
}
.mb_50 {
    margin-bottom: 5.0rem;
}
.mb_60 {
    margin-bottom: 6.0rem;
}
.mb_70 {
    margin-bottom: 7.0rem;
}
.mr_4 {
    margin-right: 0.4rem;
}
.mr_6 {
    margin-right: 0.6rem;
}
.mr_8 {
    margin-right: 0.8rem;
}
.mr_12 {
    margin-right: 1.2rem;
}
.mr_16 {
    margin-right: 1.6rem;
}
.mr_20 {
    margin-right: 2.0rem;
}
.mr_24 {
    margin-right: 2.4rem;
}
.mr_n10 {
    margin-right: -1.0rem;
}
.mr_n20 {
    margin-right: -2.0rem;
}
.ml_6 {
    margin-left: 0.6rem;
}
.ml_8 {
    margin-left: 0.8rem;
}
.ml_16 {
    margin-left: 1.6rem;
}
.ml_24 {
    margin-left: 2.4rem;
}
.my_4 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.my_20 {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}
.my_40 {
    margin-top: 4.0rem;
    margin-bottom: 4.0rem;
}
.mx_3 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
.mx_8 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}
.mx_20 {
    margin-left: 2.0rem;
    margin-right: 2.0rem;
}
.mt_n10 {
    margin-top: -1rem;
}
.mx_n05 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.mx_n20 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
}
/*패딩*/
.pt_6 {
    padding-top: 0.6rem;
}
.pt_07 {
    padding-top: 0.7rem;
}
.pt_14 {
    padding-top: 1.4rem;
}
.pt_20 {
    padding-top: 2.0rem;
}
.pt_24 {
    padding-top: 2.4rem;
}
.pt_25 {
    padding-top: 2.5rem;
}
.pt_27 {
    padding-top: 2.7rem;
}
.pt_28 {
    padding-top: 2.8rem;
}
.pt_37 {
    padding-top: 3.7rem;
}
.pt_48 {
    padding-top: 4.8rem;
}
.pt_50 {
    padding-top: 5.0rem;
}
.pt_60 {
    padding-top: 6.0rem;
}
.pt_80 {
    padding-top: 8.0rem;
}
.pt_120 {
    padding-top: 12.0rem;
}
.pb_07 {
    padding-bottom: 0.7rem;
}
.pb_14 {
    padding-bottom: 1.4rem;
}
.pb_16 {
    padding-bottom: 1.6rem;
}
.pb_18 {
    padding-bottom: 1.8rem;
}
.pb_20 {
    padding-bottom: 2.0rem;
}
.pb_24 {
    padding-bottom: 2.4rem;
}
.pb_25 {
    padding-bottom: 2.5rem;
}
.pb_28 {
    padding-bottom: 2.8rem;
}
.pb_33 {
    padding-bottom: 3.3rem;
}
.pb_40 {
    padding-bottom: 4.0rem;
}
.pb_50 {
    padding-bottom: 5.0rem;
}
.pb_60 {
    padding-bottom: 6.0rem;
}
.pb_70 {
    padding-bottom: 7.0rem;
}
.pb_80 {
    padding-bottom: 8.0rem;
}
.pb_90 {
    padding-bottom: 9.0rem;
}
.pb_100 {
    padding-bottom: 10.0rem;
}
.pb_114 {
    padding-bottom: 11.4rem;
}
.pl_12 {
    padding-left: 1.2rem;
}
.pl_16 {
    padding-left: 1.6rem;
}
.pl_18 {
    padding-left: 1.8rem;
}
.pl_20 {
    padding-left: 2.0rem;
}
.pl_26 {
    padding-left: 2.6rem;
}
.pl_40 {
    padding-left: 4.0rem;
}
.pr_16 {
    padding-right: 1.6rem;
}
.py_7 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
.py_8 {
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
}
.py_11 {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
.py_13 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
.py_20 {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
}
.py_25 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py_28 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}
.py_35 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.px_8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.px_12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.px_16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.px_17 {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}
.px_18 {
    padding-left: 1.7rem;
    padding-right: 1.8rem;
}
.px_20 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
}
.px_22 {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
.p_20 {
    padding: 2rem;
}
.vh_100 {
    min-height: 100vh;
}
.vh_100_vh {
    height: 100vh;
}
.w-auto {
    width: auto;
}
.rounded-md {
    border-radius: 0.6rem;
}
.rounded {
    border-radius: 0.8rem;
}

.card {
    border-radius: 0;
    border: 1px solid var(--primay-dark);
}

.card-header {
    height: 60px;
    color: #fff;
    align-items: center;
    display: flex;
    text-align: left;
    padding: 2rem;
}

.card-link:hover {
    text-decoration: none;
}

.card-body {
    text-align: center;
    height: 55px;
    align-items: center;
    display: flex;
    text-align: left;
    color: var(--sub_menu);
    padding: 0;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: var(--primary);
}

/* .tbl_1 {
  width: 1200px;
  height: 250px;
  text-align: center;
} */

thead {
    background-color: var(--primary-light);
    height: 60px;
}

table {
    border-radius: 1rem;
    overflow: hidden;
}

.btn-primary {
    font-size: 1.5rem;
    /* background-color: #fff; */
    border: 1px solid var(--primary);
    border-radius: 1rem;
    margin-left: 0.5rem;
    padding: 0 3rem;

}

/* bar */
.bar {
    height: 1.2rem;
    background-color: #F8F8F8;
}
/*버튼*/
.bottom_btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    padding: 0.6rem 2rem 1rem;
    max-width: 576px;
    transform: translateX(-50%);
    z-index: 16;
}
.go_top2 {
    width: 4.2rem;
    height: 4.2rem;
    background-color: rgba(230,230,230,0.68);
    background-size: 1.4rem auto;
    z-index: 1000;
    border-radius: 50%;
    display: none;
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
}
.go_top2.show {
    display: block;
}
/*PC 모바일 헤더 공통*/
.logo {
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.log_txt {
    font-size: 1.8rem;
    display: flex;
    padding-left: 1.0rem;
}
.log_txt span {
    display: inline-block;
    padding: 0 1.0rem;
    border-right: 1px solid var(--border);
}
.log_txt span:last-child {
    border-right: 0;
}
/*PC헤더 스타일*/
.hd_pc {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid var(--border);
    z-index: 999;
}
.hd_pc .logo img {
    width: 12rem;
}
.hd_pc .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--hd_height);
    max-width: 1236px;
}
.hd_pc .nav_ul {
    display: flex;
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 2.0rem;
}
.hd_pc .nav_ul .nav_li {
    position: relative;
}
.hd_pc .nav_ul .nav_li > a {
    padding: 0 2.0rem;
    display: flex;
    height: var(--hd_height);
    align-items: center;
}
.hd_pc .nav_ul .nav_li:hover > a {
    color: var(--primary);
}
.hd_pc .nav_ul .nav_li:hover .dropdown-menu {
    display: block;
}
.hd_pc .nav_ul2 {
    display: none;
    min-width: 20rem;
    font-size: 1.5rem;
}
.hd_pc .nav_li:hover .nav_ul2 {
    display: block;
    position: absolute;
    background: var(--bg);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--border);
    z-index: 9999;
}
.hd_pc .nav_ul2 a {
    display: block;
    padding: 1.4rem 2rem;
    white-space: nowrap;
    border-bottom: 1px solid var(--border);
}
.hd_pc .nav_ul2 a:hover {
    color: var(--primary);
    background: #F7F8F9;
}
.hd_pc .nav_ul2 li:last-child a {
    border-bottom: 0;
}
.hd_pc .nav_ul2 a span {
    display: none;
}
.hd_pc .nav_a img {
    display: none;
}
/* 헴버거메뉴 */
.hd_menu_btn {
    background-size: 3.0rem auto;
    cursor: pointer;
    width: 3.0rem;
    height: 3.0rem;
}
.hd_menu_btn a {
    display: block;
}
.m_menu_wr {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: -200%;
    width: 100%;
    height: 100%;
    z-index: 1010;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: start;
    max-width: 412px;
}
.m_nav .nav_a img {
    width: 2.0rem;
}
.m_nav .nav_ul2 {
    display: none;
}
/* x버튼 */
.menu_hd {
    display: none;
    opacity: 0;
    height: var(--hd_height_m);
}
.m_nav .menu_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 1.6rem;
    opacity: 0;
}
.menu_on .m_nav .menu_hd {
    opacity: 1;
}
.close_btn {
    width: 3.0rem;
}
/* 메뉴 열렸을때 외부 */
.menu_on .m_menu_wr {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.m_nav {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    max-width: 0;
    transform: translateX(0%);
    visibility: hidden;
    opacity: 0;
}
.menu_on .m_nav {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    max-width: 100%;
    overflow-y: auto;
}
.m_nav .nav_ul .nav_a {
    color: var(--text);
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding: 1.45rem 1.6rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.m_nav .nav_ul .nav_ul2 {
    background: #fff;
}
.m_nav .nav_ul .nav_ul2 a {
    color: var(--text);
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding: 1.45rem 1.6rem;
}
.m_nav .nav_ul .nav_ul2 a span {
    margin-right: 0.5rem;
}
.menu_on .nav_log .btn-link {
    color: var(--gray);
    padding-bottom: 2.0rem;
}
.menu_bg {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 99998;
    visibility: hidden;
    opacity: 0;
}
.menu_on .menu_bg {
    visibility: visible;
    opacity: 1;
}
.m_nav .logo {
    display: inline-block;
}
.m_nav_menu > ul > li {
    border-bottom: 1px solid var(--border);
    margin-bottom: 2.2rem;
}
.m_nav_menu > ul > li:last-child {
    border-bottom: 0;
}
.menu_tit {
    color: #AAB1B7;
    font-weight: 600;
}
.menu_link li a {
    display: flex;
    justify-content: space-between;
    padding: 1.15rem 0;
    color: #313131;
}
/* 헤더 */
.hd_m {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 5.6rem !important;
    width: 100%;
    max-width: 767px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1.6rem;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.03);
    z-index: 1000;
}
.hd_m.sdw_none {
    border-bottom: 0;
    box-shadow: none;
}
.hd_m .logo img {
    width: 9.6rem;
    display: flex;
}
.hd_m .log_txt {
    font-size: 1.4rem;
    padding-left: 0.5rem;
}
.hd_m .log_txt span {
    padding: 0 0.5rem;
}
.hd_m button {
    border: 0;
    background: transparent;
    width: 3.0rem;
}
.hd_m .page_tit {}
.hd_m .hd_btn {
    min-width: 7rem;
    display: flex;
    align-items: center;
}
.hd_m.hd_trs {
    background: transparent;
}
.hd_m.hd_trs .page_tit {
    display: none;
}
.hd_m.hd_trs.fix {
    background: #fff;
}
.hd_m.hd_trs.fix .page_tit {
    display: -webkit-box;
}
/*검색*/
.sch_ip {
    display: flex;
    border: 1px solid var(--border);
    background: #fff;
    padding: 0 1.5rem;
    border-radius: 0.8rem;
}
.sch_ip .form-control {
    height: 4.8rem;
    padding: 0.5rem 0;
    color: #7F7F7F;
}
.sch_ip .form-control:focus {
    background-color: transparent;
}
.sch_ip .form-control::placeholder {
    color: #CBC9D1;
    opacity: 1;
}
.sch_ip button {
    width: 2.0rem;
    height: 2.0rem;
    border: 0;
    background: transparent;
}
/*회색 검색*/
.sch_gray.sch_ip {
    background: #F5F6F8;
    border: 0;
}
.ul_list {}
.ol_list {
    padding-left: 2rem;
}
.ol_list li {
    margin-bottom: 0.5rem;
    line-height: 140%;
}
/*노데이터*/
.no_data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.item_opt_counter {
    position: relative;
    width: 8.7rem;
    height: 2.8rem;
    line-height: 2.8rem;
    border-radius: 3.6rem;
    border: 1px solid #CBCFD3;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.item_opt_counter_btn {
    width: 26%;
    height: 3rem;
    vertical-align: top;
    padding: 0;
}
.item_opt_counter_btn.disabled,
.item_opt_counter_btn:disabled {
    opacity: 0.3;
    background: transparent;
    border-color: transparent;
}
.item_opt_counter .quantity {
    width: 48%;
    height: 100%;
    vertical-align: top;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    text-align: center;
    border: unset;
}
.collapse_cate {
    position: relative;
}
.collapse_cate .btn-group .btn,
.collapse_cate .btn-group-toggle .btn {
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
}
/*하단메뉴*/
.bt_menu {
    width: calc(100% + 2px);
    max-width: 767px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
    margin-left: -1px;
}
.bt_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 5.0rem;
    height: 6.4rem;
    border-top: 1px solid var(--border);
}
.bt_menu ul li {}
.bt_menu ul li a {
    display: inline-block;
    color: #999;
    font-weight: 600;
    font-size: 1.2rem;
}
.bt_menu ul li .ico {
    width: 2.4rem;
    display: block;
    margin: 0 auto;
}
.bt_menu ul li p {
    margin-top: 0.4rem;
}
.bt_menu ul li .img_on {
    display: none;
}
.bt_menu ul li.on a {
    color: var(--primary);
}
.bt_menu ul li.on .img_on {
    display: block;
}
.bt_menu ul li.on .img_off {
    display: none;
}
/*로그인,회원가입*/
.login_pg,
.sign_pg {
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
}
.sign_wr {
    max-width: 48rem;
}
.sign_box {
    border: 1px solid var(--border);
    padding: 6.0rem 5.0rem 5.0rem;
    border-radius: 1.8rem;
}
.log_btn a {
    display: inline-block;
    font-weight: 400;
    color: #666;
    padding: 0 0.5rem;
    border-right: 1px solid #E3E3E3;
}
.log_btn a:last-child {
    border-right: 0;
}
/*메인*/
.shop_info {
    background: #fff;
    padding: 4.0rem 0;
}
.select_shop .sel_arrow {
    width: 3.6rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    margin-left: 1.0rem;
}
.select_shop .dropdown-menu {
    width: 100%;
    max-width: 30rem;
    border-color: var(--border);
    box-shadow: 0 0.6rem 2.0rem rgba(0,0,0,0.11);
    border-radius: 1.8rem;
    padding: 1.8rem;
}
.select_shop .dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding: 1.5rem 0;
}
.select_shop .dropdown-menu li:last-child {
    border-bottom: 0;
}
.select_shop .name {
    font-size: 2.6rem;
    font-weight: 700;
}
.select_shop_wr .select_shop .name {
    font-size: 4.0rem;
}
.shop_info_bt .row {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}
.shop_info_bt .col,
.shop_info_bt .col-auto {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.shop_state {
    background: rgba(170,177,183,0.2);
    border-radius: 0.6rem;
}
.shop_state .btn {
    color: #999;
    font-weight: 600;
    margin: 0;
    border-radius: 0.6rem !important;
}
.shop_state .btn.active {
    color: #000;
    border-color: #000;
    background: #fff;
}
.shop_state .btn.stop.active {
    color: #fff;
    background: #AAB1B7;
    border-color: #AAB1B7;
}
.main_order {
    background: #F5F6F8;
    padding: 4rem 0;
}
.main_order .col-lg-4 {
    max-width: 39rem;
}
.box_sdw {
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.03);
}
.noti_swiper li .item {
    padding: 2.0rem 0;
    border-bottom: 1px solid var(--border);
    display: block;
}
.noti_swiper li:last-child .item {
    border-bottom: 0;
}
.pagination_custom .swiper-pagination {
    position: static;
}
.pagination_custom .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_custom .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 1.0rem;
    background: #E3E3E3;
    opacity: 1;
    margin: 0 0.25rem !important;
}
.pagination_custom .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary);
    width: 2.0rem;
}
/*공지사항*/
.notice_list {
    background: #F8F8F8;
    border-radius: 2.4rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
.notice_list li {
    border-bottom: 1px solid #fff;
    padding: 1.7rem 2rem;
}
.notice_list li:last-child {
    border-bottom: 0;
}
/*faq*/
.faq_accordion {}
.faq_accordion .card {
    border: 0;
    border-radius: 0;
}
.faq_accordion .card-header {
    border: 0;
    padding: 0;
    background: transparent;
}
.faq_accordion .card-header button {
    border: 0;
    background: 0;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    position: relative;
    color: var(--text);
}
.faq_accordion .card-header button img {
    transform: rotate(0deg);
    transition: all 0.2s ease;
    width: 2.4rem;
}
.faq_accordion .card-header button[aria-expanded="true"] {
    border: 0;
}
.faq_accordion .card-header button[aria-expanded="true"] img {
    transform: rotate(180deg);
    transition: all 0.2s ease;
}
.faq_accordion .card-header .faq_q {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 1.0rem;
}
.faq_accordion .card-body {
    padding: 2rem 1.6rem;
    background: #F8F8F8;
    border-radius: 2.4rem;
}
.faq_accordion .faq_a {
    margin-right: 0.8rem;
}
.faq_accordion .collapse {
    padding-bottom: 0;
}
/*푸터*/
.ft {
    padding: 4.0rem 0;
}
.ft .ft_customer .btn {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    height: 4.2rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.ft .fnb a {
    display: inline-block;
    font-weight: 400;
    color: #777;
    padding: 0 0.5rem;
    border-right: 1px solid #E3E3E3;
}
.ft .fnb a:last-child {
    border-right: 0;
}
.ft span.line {
    margin: 0 2.0rem;
}

/* 메인페이지 시작 */

.card-img-top,
.title_wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* nav */
.card-header {
    display: flex;
}

.menu_icon {
    width: 23px;
    height: 23px;
    margin-left: 8.5rem;
}

.nav_storage {
    position: sticky;
    top: 3rem;
    height: calc(100vh - 6rem);
}

.storage_logo_img {
    margin-top: 1rem;
}

/* 초기 상태에서는 화살표 아래 아이콘을 보여줌 */
.card-header[aria-expanded="false"] .menu_icon::after {
    content: "";
    position: absolute;
    top: 1.9rem;
    right: 1.9rem;
    width: 2.3rem;
    height: 2.3rem;
    background-image: url("../img/nav_icon.png");
    /* FontAwesome에서 아래 화살표 아이콘 코드 */
    background-size: contain;
    background-repeat: no-repeat;
}

/* 펼쳐진 상태에서는 화살표 위 아이콘을 보여줌 */
.card-header[aria-expanded="true"] .menu_icon::after {
    content: "";
    position: absolute;
    top: 1.9rem;
    right: 1.9rem;
    width: 2.3rem;
    height: 2.3rem;
    background-image: url("../img/nav_icon2.png");
    /* FontAwesome에서 아래 화살표 아이콘 코드 */
    background-size: contain;
    background-repeat: no-repeat;
}

/*상단 헤더*/
.wrap {
    padding: 3.0rem 2.0rem;
}

.nav {
    background-color: #fff;
}

/* 사이드바 전환 애니메이션 */
.nav_storage {
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateX(0);
    width: 16.666667%;
    /* col-2 기본 너비 */
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.nav_storage.hidden {
    opacity: 0;
    transform: translateX(-100%);
    width: 0;
    flex: 0 0 0;
    max-width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.collapse .card-body:first-child {
    border-bottom: 1px solid #e2e2e2;
}

.card-body:hover {
    color: var(--primary);
    font-weight: 700;
}

/* 사이드바가 숨겨질 때 col-10을 전체 너비로 확장 */
.col-10.ddd {
    flex: 0 0 100%;
    max-width: 100%;
    transition: all 0.4s ease;
}

/* col-2가 숨겨질 때 부드러운 전환 효과 */
.nav_storage {
    transition: all 0.4s ease;
}

/* ddd 상태일 때 내부 요소들도 부드럽게 확장 */
.col-10.ddd .content {
    transition: all 0.4s ease;
}

.col-10.ddd .boxse {
    transition: all 0.4s ease;
}

.col-10.ddd .box {
    transition: all 0.4s ease;
}

/* 테이블들이 전체 너비를 사용하도록 */
.col-10.ddd .tbl_wrap {
    width: 100%;
}

.col-10.ddd .border-bottom {
    width: 100%;
}

.col-10.ddd table {
    width: 98%;
    transition: all 0.4s ease;
}

/* 박스들이 공간을 채우도록 */
.col-10.ddd .boxse {
    width: 100%;
}

.col-10.ddd .container_wrap {
    width: 100%;
}

.nav_sub_btn a {
    width: 100%;
    height: 100%;
    padding: 2rem;

}

/* content */

.content {
    background: url("../img/nav_bg.png") top left no-repeat;
    background-size: 84px 82px;
    background-color: #fbfbfb;
}

.title_wrap {
    /* padding-left: 3.7rem;
    padding-top: 3.5rem; */
    padding-right: 3rem;
    display: flex;
}

.header_title {
    padding-left: 1rem;
}

.border-bottom {
    width: 100%;
    padding: 3rem;
}

.nav_btn {
    width: 50px;
    height: 50px;
}

.nav_btn a {
    width: 5rem;
    height: 5re,;
    display: block;
}

/* box */

.container_wrap {
    padding: 3rem 4rem 0 5rem;
}

.boxse {
    margin-right: 5rem;

}

.box {
    width: 210px;
    height: 125px;
    background-color: var(--primary-bright);
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    border: 2px solid var(--primary);
}

.box_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box_num_wrap {
    display: flex;
    margin-top: 0.6rem;
}

.box_span {
    margin-top: 1.7rem;
    margin-left: 0.3rem;
}

.card-header:hover {
    background-color: var(--primary-dark);
}

.container_wrap {
    display: flex;
}

/* table */
.index_tit2 {
    padding-top: 3rem;
}

.sub1_tbl_scroll {
    padding: 0.5rem 3rem 0 4.9rem;
}

.main_tbl_scroll {
    width: 100%;
    overflow-x: scroll;
}

.tbl_main_wrap_3 {
    padding-bottom: 2.5rem;
}

table {
    margin-top: 2.0rem;
    width: 100%;
    text-align: center;
}

.tbl_scroll {
    margin-top: 0.6rem;
    width: 100%;
    overflow-x: hidden;
}

.tbl_list {
    height: 60px;
}

.tbl_list {
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;
}

.tbl_list:last-child {
    border-bottom: none;
}

.col-10.ddd {
    max-width: 100%;
    flex: 0 0 100%;
}

/* 메인페이지 끝 */

/* 서브페이지-1 시작 */

.tbl_scroll_sub1 {
    width: 100%;

}

.sub2_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub2_btn_3p {
    margin-top: 1rem;
}

.sub2_btn_3p button {
    margin-left: 0.5rem;
}

.table_btn:hover {
    background-color: #ECF6EF;
    color: var(--primary);
}

.table_btn:active {
    color: var(--primary)!important;
    background-color: #fff!important;
    border-color: var(--primary)!important;
    box-shadow: none!important;
}

.table_btn:focus {
    color: var(--primary)!important;
    background-color: #fff!important;
    border-color: var(--primary)!important;
    box-shadow: none!important;
}

.excel:active {
    color: var(--primary)!important;
    background-color: #fff !important;
    border-color: var(--primary) !important;
    box-shadow: none!important;
}

.excel:focus {
    color: var(--primary) !important;
    background-color: #fff !important;
    border-color: var(--primary) !important;
    box-shadow: none !important;
}

/* sub_1 table */

.sub1_tbl_wrap {
    width: 100%;
}

.table_head_2 {
    height: 58px;
}

.tbl_list_2 {
    height: 55px;
    line-height: 2rem;
}

.tbl_til_sub1 {
    margin-top: 1rem;
}

.excel {
    background-image: url("../img/download.png");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position-x: 11.2rem;
    background-position-y: 0.8rem;
    width: 150px;
    white-space: nowrap;
}

.excel span {
    margin-right: 3rem;
}

.tbl_list_2:hover {
    background-color: #ECF6EF;
}

.check_btn_wrap {
    padding-left: 2rem;
}

.check_btn img {
    width: 17px;
    height: 17px;
}

.check_btn {
    border: none;
    background-color: transparent;
}

.btn_tbl_td {
    background-color: #ffffff;
    color: #616161;
    font-size: 1.4rem;
    border: 1px solid #d0d0d0;
    width: 8rem;
    height: 3rem;
    border-radius: 1rem;
}

.btn_tbl_td:hover {
    background-color: #ffffff;
    font-weight: 500;
}

.btn_tbl_td.active,
.btn_tbl_td.focus,
.btn_tbl_td:active,
.btn_tbl_td:focus {
    background-color: #ffffff !important;
    color: #616161 !important;
    font-size: 1.4rem;
}

/* page-navigation */
.pagination .page-item a {
    font-weight: 500;
    font-size: 1.6rem;
    color: #9c9c9c;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: transparent;
}

.active .page-link {
    background-color: var(--primary);
}

.pagination .pg-item a:hover {
    background-color: #F0F0F0;
    color: var(--primary);
}

.pagination .page-item .page-link-flow:hover {
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #F0F0F0;
}

/* 서브페이지-1 끝 */

/* 서브페이지-2 시작 */
.header_title_sub {
    display: flex;
    align-items: center;
}

.form_tit {
    margin-bottom: 2rem;
}

.header_title_sub span {
    font-weight: 500;
}

.header_tit_icon {
    margin: 0 0.5rem;
}

.form_container_wrap {
    width: 1170px;
    margin: 0 auto;
}

.form_container_wrap .form_tit {
    padding: 3rem 0.6rem 1rem;
}

.form_container_wrap .form_sub_tit {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1rem;
}

.form_selct_storage {
    /* width: 550px; */
    height: 45px;
    border-color: #D6D6D6;
    border-radius: 1rem;
    color: #959595;
    padding: 0 1.6rem;
    background: #fff url("../img/form_select_flow.png") center right 1.6rem no-repeat;
    background-size: 10px 7px;
}

.sub_2_no_bg {
    background-image: none;
}

.form_selct_storage:focus {
    border: 0.2rem solid #B7DCB5;
}

.form_input:focus {
    border: 0.2rem solid #B7DCB5;
    color: #959595;
}

.form_group .col-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.form_input {
    /* width: 550px; */
    height: 45px;
    border-color: #D6D6D6;
    border-radius: 1rem;
    color: #959595;
    padding: 0 1.6rem;
    background-color: #fff;
}

.form_long_input {
    height: 13rem;
    padding-bottom: 8.5rem;
}

.btn_sub2 {
    width: 150px;
    height: 50px;
    font-weight: 700;
    color: #fff;
    background-color: var(--primary);
}

.btn_sub2_1 {
    width: 150px;
    height: 50px;
    font-weight: 700;
    color: var(--primary);
    border-color: var(--primary);
    background-color: #fff;
    font-size: 1.5rem;
}

.btn_sub2_1:hover {
    background-color: var(--primary-bright);
}

.btn_sub2:hover {
    background-color: var(--primary-dark);
}

.btn_sub2:focus {
    background-color: var(--primary);
}

.sub_button {
    text-align: center;
    margin-top: 5rem;
    padding-bottom: 3rem;
}

/* 서브페이지-2 끝 */

/* 초기 상태에서는 화살표 아래 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="false"] img {
    transform: rotate(0deg);
}
/* 펼쳐진 상태에서는 화살표 위 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="true"] img {
    transform: rotate(180deg);
}

/* 서브페이지-7 시작 */

.sub7_scroll {
    padding-left: 5.6rem;
    padding-right: 4.2rem;
}

.sub7_container_wrap {
    width: 100%;
}

.sub7_tit_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: end;
}

.sub7_hd_check {
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: 2.3rem;
    padding-left: 2.1rem;
}

.sub7_hd_check button {
    width: 17px;
    height: 17px;
    margin-right: 0.5rem;
    margin-bottom: 0.2rem;
}

.sub7_title {
    margin-top: 1%;
}

.sub7_select {
    width: 117px;
    height: 42.5px;
}

.sub7_btn_3p {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.content_box_wrap_sub7 {
    margin-bottom: 1.5rem;
}

.content_group_wrap {
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #D9D9D9;
    align-items: center;
    padding: 1.2rem;
}

.table_btn_upload {
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0;
}

.sub7_content {
    justify-content: center;
    text-align: center;
}

.sub7_box_tit {
    padding-top: 1rem;
    color: #676767;
}

.sub7_box_bg {
    padding: 1.6rem 2rem;
}

.sub7_container_wrap {
    text-align: center;
}

.sub7_title_btn_wrap {
    padding-top: 1rem;
    padding-bottom: 1.6rem;
}

.sub7_content_text {
    background-color: #2C55A0;
    color: #fff;
    border-radius: 50rem;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.8rem;
    display: inline-block;
}

.sub7_content_date {
    color: #676767;
    padding-top: 0.8rem;
}

.sub7_content_date {
    font-size: 1.6rem;
    color: #676767;
}

.sub7_box_bg {
    background-color: #F3F5FB;
    white-space: nowrap;
    border-radius: 1.2rem;
}

.sub7_box_nb {
    font-size: 2.2rem;
    color: #000;
}

.sub7_check_btn_all {
    padding-left: 0;
}

.sub7_box_wrap {
    padding: 0 2rem;
}

.sub7_bg_red {
    background-color: #D10000;
}

.sub7_bg_primary {
    background-color: var(--primary);
}

/* 서브페이지-7 끝 */

/* 서브페이지-8 시작*/
.search_result_wp.on ~ .input_search {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input_search_wp {
    position: relative;
}
.input_search {
    background-color: #fff;
    height: var(--height);
    padding: 0.8rem 3.5rem 0.8rem 4.6rem;
    border: 1px solid var(--gray-40);
    border-radius: 1.2rem;
}
.input_search input {
    background: transparent url("../img/search.png") no-repeat left 15px top 50%;
    border-color: transparent !important;
    background-size: 18px 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0.8rem 3.5rem 0.8rem 4.6rem;
}
.input_search input.active,
.input_search input:active,
.input_search input:focus,
.input_search input:focus-visible,
.input_search input:focus-within {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.btn_del {
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    top: 50%;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.btn_del img {
    width: 18px;
}

/*검색창 결과*/
.search_result_wp {
    display: none;
    z-index: 10;
    position: absolute;
    top: 3.9rem;
    left: 0;
    background-color: #fff;
    width: 100%;
    max-height: 210px;
    border: 1px solid var(--gray-40);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;

}

.btn_mini { font-size: 1.2rem; font-weight: 400; height: 2.2rem !important; background-color: #E4E6E8; color: var(--gray-70); border-radius: 0.2rem; text-align: center; line-height: 11px; padding: 0.5rem 0.8rem !important;}
.btn_mini:hover { background-color: #e6e6e6;}

.search_result_wp.on {
    display: block;
}
.search_result_wp .result_wp_top {
    height: 111px;
    overflow-y: scroll;
    border-bottom: 1px solid var(--gray-20);
}
.search_result_wp .result_wp_top .result_word {
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.search_result_wp .result_wp_top .result_word span {
    font-size: 1.4rem;
}
.search_result_wp .result_word:hover {
    background-color: var(--gray-30);
    cursor: pointer;
}
.search_result_wp .result_wp_btm {
    padding: 1rem 2rem;
    text-align: right;
}

/*인풋 - 검색*/
.search_result_wp.on ~ .input_search { border-bottom-left-radius: 0; border-bottom-right-radius: 0;}


.search_result_wp.on { display: block;}
.search_result_wp .result_wp_top { height: 90px; overflow-y: scroll; border-bottom: 1px solid var(--gray-40);}
.search_result_wp .result_wp_top .result_word {padding: 0.8em 2rem; font-size: 1.4rem; font-weight: 300;}
.search_result_wp .result_wp_top .result_word span { font-size: 1.4rem;}
.search_result_wp .result_word:hover { background-color: var(--gray-20); cursor: pointer;}
.search_result_wp .result_wp_btm { padding: 1rem 2rem;}
/* 서브페이지-8 끝*/

/* 서브페이지-9 시작 */
.sub9_scroll {
    padding-top: 1rem;
    padding-left: 5rem;
    padding-right: 3.3rem;
}

.sub9_content {
    display: flex;
    text-align: left;
    justify-content: left;
}

.sub9_date {
    margin-left: 0.8rem;
}

.sub9_content_wrap {
    background-color: #fff;
    border-radius: 1.2rem;
    border: 1px solid #E5E9F1;
    margin-top: 1.5rem;
}

.sub9_btn_3p {
    margin-right: 0;
}

.sub9_container {
    padding: 3rem 4rem;
}

.content_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.list_text {
    color: #676767;
}

.content_list span {
    font-size: 2.2rem;
    font-weight: 600;
    text-align:right
}

.sub9_row_wrap {
    padding-top: 0.2rem;
}

.sub9_col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0.4rem 0;
}

.sub9_row {
    margin-left: -1.7rem;
    margin-right: -1.5rem;
}

.sub9_title {
    margin-top: 0.9rem;
    margin-bottom: 2rem;
}

.content_list {
    padding-top: 1.5rem;
}

/* 서브페이지-9 끝 */

/* 서브페이지-11 */
.list_span {
    background-color: #FFEDED;
}

.list_span_text {
    font-weight: 600;
    color: #FF0000;
}

.btn-outline-primary .btn_primary_delete {
    height: 5.4rem;
}

.sub11_span {
    color: #FF0000;
}

/* 모달 */
.storage_modal_ft {
    font-weight: 500;
    height: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal_ft_two .modal_ft_btn_1 .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    margin: 0;
}
.modal_ft_two .modal_ft_btn_2 .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
}

.modal_ft_btn_1,
.modal_ft_btn_2 {
    padding-right: 0;
    padding-left: 0;
}

.ip_num { display: none;}
.ip_num .ip_num { display: flex; text-align: right;}

.sub_8_nav.nav-tabs { background-color: transparent;}
.sub_8_nav.nav-tabs .nav-link, .sub_8_nav .nav-tabs .nav-link.active { margin-right: 2.0rem; color: #8D94A6; font-size: 2.5rem; font-weight: 700; box-shadow :none}
.sub_8_nav.nav-tabs .nav-link.active { color: #33A02C !important; background-color: transparent !important;}
.tit_1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem;}

.ip_tit h5 { font-size: 1.8rem !important; font-weight: 600 !important;}
.form-control { border: 1px solid #D6D6D6 !important; border-radius: 1.2rem;}
input.form-control::placeholder { color: #959595 !important;}

.pg_bbox { padding: 3.0rem 3.0rem 3.0rem 4.9rem;}

.ship_box { height: 100%; border: 1px solid #E5E9F1; background-color: #fff; border-radius: 1.2rem;}
.img_bbox { border: 1px solid #E5E9F1; background-color: #fff; width: 705px; height: 414px; border-radius: 1.2rem; overflow: hidden;}
.img_bbox.img_bbox_1 { background-image: url(../img/sub8_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img_bbox.img_bbox_2 { background-image: url(../img/sub8_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ship_in_box {
    height: 47rem;
    overflow-y: scroll;
    padding-right: 1rem;
}
.ship_in_box::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}
.ship_in_box:hover::-webkit-scrollbar {
    width: 1.2rem;
    height: 1.2rem;
}
.ship_in_box::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 100px;
}

.sub8_cont { padding-bottom: 8.5rem; position: relative;}
.bottom_bar { border-bottom-left-radius: 1.2rem; border-bottom-right-radius: 1.2rem;
    background-color: #fff; width: calc(100% - 1.0rem);
    position: absolute; bottom: 0; left: 0.5rem; padding: 1.6rem;
    display: flex; justify-content: end;
    box-shadow: 0px -4px 6px #0000000d;
    }

.btn_primary_54 { 
    font-size: 1.8rem; 
    padding: 0.5rem 8rem; height: 5.4rem; }


.measure_box_top { position: relative; width: 100%; height: 100%;}
.measure_box_bottom { position: relative; width: 100%; height: 100%;}
/*선박정보 값*/
.po_num_txt { position: absolute; font-size: 1.8rem; font-weight: 500; color: #000;}
.po_num_txt.length-overall { top:2.5rem; left: 34rem;}
.po_num_txt.sheer_left { top: 6rem; left: 14rem;}
.po_num_txt.sheer_right { top: 6rem; right: 14rem;}
.po_num_txt.freeboard { top: 10rem; left: 30.5rem;}
.po_num_txt.waterline { top: 10rem; right: 11.5em;}
.po_num_txt.draft { top: 13.7rem; left: 27.5rem;}
.po_num_txt.depth { top: 12.8rem; right: 27.5rem;}
.po_num_txt.draftaft_left { top: 18rem; left: 4rem;}
.po_num_txt.draftaft_right { top: 17.8rem; right: 4.8rem;}
.po_num_txt.length_between_perpendiculars { top: 20.5rem; left: 34.5rem;}

.po_num_txt.freeboard.freeboard_bm { top: 26rem; left: 19rem;}
.po_num_txt.depth_left { top: 29rem; left: 10rem;}
.po_num_txt.draft.draft_bm { top: 29.9rem; left: 22rem;}
.po_num_txt.waterline.waterline_bm { top: 29rem; right: 12rem;}
.po_num_txt.breath { top: 36.8rem; left: 34.5rem;}

/*탱크설계 값*/
.outer_total_len { top: 2.5rem; left: 33rem;}
.inner_total_len { top: 18.5rem; left: 26rem;}
.tank_id { top: 22.3rem; right: 29rem;}
.shell_len { top: 26.2rem; left: 26rem;}
.outer-diam { top: 25.8rem; right: 5rem;}

/*반응형 max 1900*/
@media (max-width: 1900px) {
    .table_ov_wrap {
        width: 100%;
        overflow: hidden;
    }
    .table_ov_wrap .main_tbl_scroll .tbl_4 {
        width: 1880px;
    }
    .sub1_tbl_scroll {
        width: 100%;
    }
    .tbl_1,
    .tbl_3 {
        width: 1200px;
    }
    .tbl_2, {
        width: 1800px;
    }
@media (max-width : 1600px) {
    .form_container_wrap {
        width: 100%;
        padding: 0 3rem 0 4.9rem;
    }
}
@media (max-width:1500px) {
    .img_bbox { width: 550px;}
    .po_num_txt { position: absolute; font-size: 1.8rem; font-weight: 500; color: #000;}
    /*선박정보*/
    .po_num_txt.length-overall { top:6rem; left: 26rem;}
    .po_num_txt.sheer_left { top: 9rem; left: 11rem;}
    .po_num_txt.sheer_right { top: 9rem; right: 11rem;}
    .po_num_txt.freeboard { top: 12.2rem; left: 23.5rem;}
    .po_num_txt.waterline { top: 12.2rem; right: 16rem;}
    .po_num_txt.draft { top: 15.2rem; left: 20.8rem;}
    .po_num_txt.depth { top: 14.5rem; right: 20.8rem;}
    .po_num_txt.draftaft_left { top: 18.5rem; left: 3.3rem;}
    .po_num_txt.draftaft_right { top: 18.5rem; right: 3.3rem;}
    .po_num_txt.length_between_perpendiculars { top: 21rem; left: 26.5rem;}

    .po_num_txt.freeboard.freeboard_bm { top: 24.8rem; left: 15.2rem;}
    .po_num_txt.depth_left { top: 27.1rem; left: 6.5rem;}
    .po_num_txt.draft.draft_bm { top: 27.7rem; left: 17rem;}
    .po_num_txt.waterline.waterline_bm { top: 25.5rem; right: 6rem;}
    .po_num_txt.breath { top: 32.8rem; left: 27rem;}

    /*탱크설계*/
    /*탱크설계 값*/
    .outer_total_len { top: 6rem; left: 25.5rem;}
    .inner_total_len { top: 18.5rem; left: 20rem;}
    .tank_id { top: 21.5rem; right: 22rem;}
    .shell_len { top: 24.5rem; left: 20rem;}
    .outer-diam { top: 25rem; right: 4rem;}
}
@media (max-width:1250px) {
    .img_bbox { width: 705px;}

    /*선백정보*/
    .po_num_txt.length-overall { top:2.5rem; left: 34rem;}
    .po_num_txt.sheer_left { top: 6rem; left: 14rem;}
    .po_num_txt.sheer_right { top: 6rem; right: 14rem;}
    .po_num_txt.freeboard { top: 10rem; left: 30.5rem;}
    .po_num_txt.waterline { top: 10rem; right: 11.5em;}
    .po_num_txt.draft { top: 13.7rem; left: 27.5rem;}
    .po_num_txt.depth { top: 12.8rem; right: 27.5rem;}
    .po_num_txt.draftaft_left { top: 18rem; left: 4rem;}
    .po_num_txt.draftaft_right { top: 17.8rem; right: 4.8rem;}
    .po_num_txt.length_between_perpendiculars { top: 20.5rem; left: 34.5rem;}

    .po_num_txt.freeboard.freeboard_bm { top: 26rem; left: 19rem;}
    .po_num_txt.depth_left { top: 29rem; left: 10rem;}
    .po_num_txt.draft.draft_bm { top: 29.9rem; left: 22rem;}
    .po_num_txt.waterline.waterline_bm { top: 29rem; right: 12rem;}
    .po_num_txt.breath { top: 36.8rem; left: 34.5rem;}

    .loc_wp_mo { flex: 0 0 100%; max-width: 100%; margin-top: 3rem;}

    /*탱크설계 값*/
    .outer_total_len { top: 2.5rem; left: 33rem;}
    .inner_total_len { top: 18.5rem; left: 26rem;}
    .tank_id { top: 22.5rem; right: 29rem;}
    .shell_len { top: 26.2rem; left: 26rem;}
    .outer-diam { top: 25.8rem; right: 5rem;}

}

/*반응형 max 992px lg*/
@media (max-width: 991.98px) {
    .hd_m {
        display: flex;
    }
    .bt_menu {
        display: block;
    }
    .m_menu_wr {
        max-width: 100%;
        transition: none;
    }
    .menu_on .m_menu_wr {
        max-width: 100%;
        transition: none;
        justify-content: center;
    }
    .m_nav {
        transition: none;
    }
    .menu_on .m_nav {
        max-width: 767px;
    }
    .menu_bg {
        display: none;
    }

    /*로그인,회원가입*/
    .login_pg {
        padding-top: 9.0rem;
        padding-bottom: 3.5rem;
    }
    .sign_pg {
        padding-top: 4.5rem;
        padding-bottom: 3.5rem;
    }
    .sign_pg .tit_h2 {
        font-size: 2.0rem;
    }
    .sign_wr {
        max-width: 100%;
    }
    .sign_box {
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    /*메인*/
    .select_shop .name {
        font-size: 2.0rem;
    }
    .select_shop_wr .select_shop .name {
        font-size: 3.0rem;
    }
    .main_order {
        padding: 3rem 0;
    }
    .main_order .col-lg-4 {
        max-width: 100%;
    }
    .noti_swiper_wr {
        margin-top: 1.2rem;
    }
    .noti_swiper li .item {
        padding: 1.0rem 0;
        border-bottom: 0;
    }
    .ft {
        padding: 4rem 0;
        max-width: 767px;
        margin: 0 auto;
    }

    .btn-lg {
        height: var(--height);
        font-size: 1.5rem;
    }
    .tit_h2 {
        font-size: 2.5rem;
    }
    .tit_h3 {
        font-size: 2.0rem;
    }
    .fs_18 {
        font-size: 1.6rem !important;
    }
    /*메인*/
    .idx_pg {
        padding-top: var(--hd_height_m);
        min-height: 100vh;
    }
    /*서브*/
    .sub_pg {
        padding-top: var(--hd_height_m);
        min-height: 100vh;
    }
    /*전체사이즈*/

    .modal.modal_full {
        overflow-y: auto;
    }
    .modal.modal_full .modal-title button {
        border: 0;
        background: transparent;
        width: 4.8rem;
    }
    .modal.modal_full .modal-content {
        border-radius: 0;
        max-height: 100vh;
        height: 100vh;
    }
    .modal.modal_full .modal-dialog {
        margin: 0 auto;
    }
    .modal.modal_full .modal-title {
        width: 100%;
        background: #fff;
        padding: 2.4rem 0.4rem 0.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .modal.modal_full .modal-body {
        border-bottom: 0;
    }
    .modal.modal_full .modal-footer {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        display: block;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .modal.modal_full .modal-footer .form-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .modal.modal_full .bg-black .modal-title {
        background: #000;
    }
    /*하단 팝업*/
    .modal_bottom.modal {
        padding-right: 0 !important;
        overflow-y: hidden;
    }
    .modal_bottom.modal.fade {}
    .modal_bottom.modal.show .modal-dialog {
        padding-right: 0 !important;
        transform: translate(-50%, 0);
    }
    .modal_bottom.modal .modal-dialog {
        transform: translate(0, 5rem);
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        transform: translate(-50%, 5rem);
        left: 50%;
    }
    .modal_bottom.modal .modal-title button {
        border: 0;
        background: transparent;
        width: 3.2rem;
        position: absolute;
        right: 2.0rem;
        top: 1.6rem;
    }
    .modal_bottom.modal .modal-dialog {
        justify-content: flex-end;
        margin: 0 auto;
        min-height: 100%;
    }
    .modal_bottom.modal .modal-content {
        border-radius: 2.0rem 2.0rem 0 0;
        margin-top: 3.0rem;
    }
    .modal_bottom.modal .modal-body {
        border-bottom: 0;
        padding: 2rem 0 5.6rem;
    }
    .modal-backdrop {
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
    /*rounded*/
    .rounded-lg {
        border-radius: 1.2rem !important;
    }

}

/*반응형 max 767px md*/
@media (max-width: 767.98px) {
    .bt_menu ul {
        padding: 0 2.5rem;
    }
    /*메인*/
    .select_shop .dropdown-menu {
        max-width: 100%;
    }
}
/*반응형 max 576px sm*/
@media (max-width: 575.98px) {
    .shop_state .btn {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .go_top2 {
        transform: translateX(0);
    }
}

@media (max-width:390px) {
    .shop_state .btn {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

/*반응형 max 360px*/
@media (max-width: 360px) {
    html {
        font-size: 9.4px;
    }
}