/*add direct by lee sun joo 2023 */
.tit_section {
    font-size: 1.125rem;
    font-weight: 500;
    color: #2a2e37;
    margin-bottom: 0.5rem;
    letter-spacing: -0.2px;
}
.form_inline select, .form_inline button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 36px !important;
    height: 36px !important;
}

.wrap_scroll_x {
    overflow-x: scroll;
    padding-bottom: 1rem;
}

p.reset {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.gutter_size_s {
    margin-left: -10px;
    margin-right: -10px;
}
.gutter_size_s > * {
    padding-left: 10px;
    padding-right: 10px;
}
.gutter_size_xs {
    margin-left: -6px;
    margin-right: -6px;
}
.gutter_size_xs > * {
    padding-left: 6px;
    padding-right: 6px;
}
.gutter_size_form {
    margin-left: -3px;
    margin-right: -3px;
}
.gutter_size_form > * {
    padding-left: 3px;
    padding-right: 3px;
}
.gutter_size_l {
    margin-left: -20px;
    margin-right: -20px;
}
.gutter_size_l > * {
    padding-left: 20px;
    padding-right: 20px;
}
.gutter_size_xl {
    margin-left: -25px;
    margin-right: -25px;
}
.gutter_size_xl > * {
    padding-left: 25px;
    padding-right: 25px;
}

.only_mobile {
    display: block;
}

.only_pc {
    display: block;
}

.txt_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt_body {
    min-height: 20rem;
    padding: 2rem 1.25rem;
    word-break: break-word;
}

.txt_inherit {
    color: inherit !important;
}

.txt_desc {
    font-size: 0.65rem;
    line-height: 1.6;
    color: #6f6ca2;
}

.txt_gray {
    font-size: 0.65rem;
    color: #a1a1a1;
    font-weight: 300;
}

.txt_day {
    color: #5e6c71;
    font-weight: 300;
}

.txt_strong {
    font-weight: 500;
    color: #151515;
}

.txt_label {
    color: #8f8a95;
}

.txt_th {
    color: #151515;
    font-weight: 600;
}

.txt_no_data {
    padding: 2rem 0;
    font-weight: 400;
    text-align: center;
    background: #eeeeee;
    font-size: 1rem;
    text-shadow: 1px 1px 0 #fff;
}

.txt_w_3w {
    width: 3rem !important;
}
.txt_w_4w {
    width: 4rem !important;
}
.txt_w_5w {
    width: 5rem !important;
}
.txt_w_6w {
    width: 6rem !important;
}
.txt_w_7w {
    width: 7rem !important;
}
.txt_w_8w {
    width: 8rem !important;
}
.txt_w_10w {
    width: 10rem !important;
}
.txt_w_12w {
    width: 12rem !important;
}
.txt_w_16w {
    width: 16rem !important;
}
.txt_w_20w {
    width: 20rem !important;
}
.txt_w_26w {
    width: 26rem !important;
}

.wrap_y_scroll {
    overflow-y: scroll;
    max-height: 15rem;
}

.wrap_x_scroll {
    overflow-x: scroll;
}
.wrap_x_scroll > .table th {
    white-space: nowrap !important;
}

.table_sj {
    width: 100%;
    font-size: 0.75rem;
}

.table_sj th, .table_sj td {
    border: 1px solid #dfdfdf;
}
.table_sj caption {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.table_sj thead tr th {
    border-top: 2px solid #000000;
    border-bottom: 0 none;
    text-align: center;
    padding: 0.625rem 1rem;
    background-color: #f2f2f2;
    letter-spacing: 0;
    font-weight: 500;
    vertical-align: middle;
}
.table_sj thead .tr_txt_left th {
    text-align: left;
}
.table_sj tbody tr:first-child th, .table_sj tbody tr:first-child td {
    border-top: 1px solid #dfdfdf;
}
.table_sj tbody .tr_txt_left td {
    text-align: left;
}
.table_sj tbody tr th {
    padding: 0.75rem 1rem;
    background-color: #f6f6f6;
    font-weight: 500;
}
.table_sj tbody tr td {
    padding: 0.75rem 1rem;
    color: #626262;
}
.table_sj tbody tr .bdr {
    border-right: 1px solid #dfdfdf;
}
.table_sj tbody tr .bdl {
    border-left: 1px solid #dfdfdf;
}

.table_sj tfoot td {
    background-color: #f2f2f2;
}
.table_sj .link_value {
    text-decoration: underline;
    color: #118ec7;
}

.table_sj-sm thead th {
    font-size: 0.825rem;
    padding: 0.325rem 0.75rem !important;
}
.table_sj-sm tbody td {
    padding: 0.325rem 0.5rem !important;
    font-size: 0.75rem;
}

.table_sj.table_center tr > th, .table_sj.table_center tr > td {
    text-align: center;
}
.table_sj-hover tbody > tr:hover {
    background-color: #e9efee;
}

.wrap_table {
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
}
.wrap_table::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}
.wrap_table > table {
    min-width: 600px;
}

textarea.auto_size {
    font-size: inherit;
    min-height: 2.5rem;
    line-height: 1.3;
    overflow-y: hidden;
    transition: height 0.3s ease-in-out;
    resize: none;
}

.tit_article {
    font-size: 1.25rem;
    color: #232323;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.325rem;
}
.tit_article_sm {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}
.form_label_box {
    position: relative;
    padding-left: 26px;
    justify-content: flex-start;
}
.box_comment {
    background-color: #FCFEFF;
    border: 1px solid #E8EDEF;
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    border-radius: 6px;
    color: #5f727f;
}

.box_comment p {
    margin:0 !important;
    padding: 0 !important;
}
.wrap_rule {
    font-size: 14px;
    line-height: 1.6;
}
.wrap_rule.__main {
    padding: 10px;
    border: 1px solid #eee;
    background-color: #faf7f7;
}
.wrap_rule ul, .wrap_rule li, .wrap_rule ol, .wrap_rule dl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrap_rule p {
    margin: 0;
    padding: 0;
}
.wrap_rule .tit_rule {
    font-size: 1.125rem;
    color: #2a2e37;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.wrap_rule .tit_rule.__lighter {
    font-weight: 400;
}
.wrap_rule .tit_rule.__small {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
.wrap_rule .tit_rule.__smaller {
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}
.wrap_rule .tit_rule.__smallest {
    font-size: 0.875rem;
    margin-bottom: 0.125rem;
}
.wrap_rule .tit_rule.__big {
    font-size: 1.325rem;
}
.wrap_rule .tit_rule.__bigger {
    font-size: 1.5rem;
}
.wrap_rule .tit_rule.__biggest {
    font-size: 1.875rem;
}
.wrap_rule .list_rule {
    padding-left: 0.75rem;
}
.wrap_rule .list_rule li, .wrap_rule .list_rule .d-flex {
    display: flex;
}
.wrap_rule .list_rule li > *, .wrap_rule .list_rule .d-flex > * {
    margin-right: 0.25rem;
}
.wrap_rule .section {
    margin-bottom: 2rem;
}

.wrap_rule .article {
    margin-bottom: 1.25rem;
}
.color_blue {
    color: #0072ce !important;
}
.color_orange {
    color: #d66a00 !important;
}
.color_warning {
    color: #ffa633 !important;
}
.color_link {
    color: #118ec7 !important;
}
.color_link:hover {
    color: #118ec7 !important;
}
.color_red {
    color: #ff0000 !important;
}
.color_placeholder {
    color: #aca8bb !important;
}
.color_info {
    color: #625138 !important;
}
.color_font {
    color: #484848 !important;
}
.color_font_green {
    color: #019c67 !important;
}
.color_font_gray {
    color: #a1a1a1 !important;
}
.color_icon_gray {
    color: #a1a1a1 !important;
}
.color_cancel {
    color: #b2b2b2 !important;
}
.color_heading {
    color: #2a2e37 !important;
}
.fs_small {
    font-size: 13px !important;
}

#header_wrap .header {
    height: auto;
}

#header_wrap .header .tool_menu .tool_list.btn {
    margin-left: 0.75rem;
    font-size: 0.875rem;
}

#header_wrap .header .area_gnb {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1rem;
}
/*add direct by lee sun joo 2023 */

/* 202403 미래유아 매뉴얼 삭제 */
.futureece_nav .nav_menu .nav_list:last-child, #futureece_manual, #futureece_outside {display: none;}

.journal_box .cover > span {min-height: 200px;}
.journal_box .cover_vi > span {font-size: 1.1rem;}