@charset "utf-8";

/* company */
.img.w100 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.com_img_txt_flex_box {
    margin-right: calc((100% - 1400px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 100px;
}

.com_img_txt_flex_box .img {
    width: calc(64% - 100px);
    border-radius: 0 40px 40px 0;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.com_img_txt_flex_box .txt_box {
    width: 36%;
    padding-left: 20px;
}

.com_img_txt_flex_box .txt_box .start {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #2e4398;
}

.com_img_txt_flex_box .txt_box .import {
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.45em;
    color: #333;
    font-size: 24px;
    margin: 25px 0 35px;
}

.com_img_txt_flex_box .txt_box .import span {
    color: #2e4398;
    font-weight: 700;
}

.sub_com_alt {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.55em;
    color: #444444;
    font-weight: 400;
}

.sub_com_alt.gray {
    color: #666;
}

.sub_com_alt.black {
    color: #222;
}

.sub_com_alt.bold {
    font-weight: 700;
}

.com_img_txt_flex_box .txt_box .sign {
    margin-top: 55px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.025em;
    color: #333;
    text-align: right;
}

.bg01 {
    background-color: #f9f9f9;
}

.white_box {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.white_box.gray {
    background-color: #f9f9f9;
}

.com_img_chk_box {
    display: flex;
    flex-wrap: wrap;
}

.com_img_chk_box .box {
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 60px;
}

.sub_com_tit {
    font-size: 22px;
    line-height: 1.45em;
    letter-spacing: -0.025em;
    color: #888;
    display: flex;
    gap: 0 8px;
    margin: 25px 0;
}

.sub_com_tit.center {
    justify-content: center;
}

.sub_com_tit .bold {
    font-weight: 700;
    color: #222;
}

.com_sub_flex_alt {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #666;
}

.com_sub_flex_alt p {
    padding-left: 20px;
    position: relative;
}

.com_sub_flex_alt p+p {
    margin-top: 10px;
}

.com_sub_flex_alt p::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 10px;
    background: url('/img/chk_icon.png') no-repeat center / cover;
}

.com_img_chk_box.item05 {
    gap: 25px;
}

.com_img_chk_box.item05 .box {
    width: calc(20% - 20px);
}

.com_egg_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.com_egg_flex_box .box {
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #c9c9c9;
    border-radius: 160px;
    padding: 60px 0;
    aspect-ratio: 1/1.125;
    text-align: center;
}

.com_egg_flex_box.item04 {
    gap: 40px;
}

.com_egg_flex_box.item04 .box {
    width: calc(25% - 30px);
}

.com_egg_flex_box.item04 .box .img {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com_square_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.com_square_flex_box .box {
    border-radius: 20px;
    border: 1px solid #c9c9c9;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.com_square_flex_box.item04 {
    gap: 40px;
}

.com_square_flex_box.item04 .box {
    width: calc(25% - 30px);
    aspect-ratio: 1/0.9375;
}

.com_flex_num {
    border: 2px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #333;
}

.com_flex_num.black {
    background-color: #333;
    color: #fff;
}

@media all and (max-width:1400px) {
    .com_img_txt_flex_box {
        flex-direction: column;
        margin-right: unset;
        width: 93.75%;
        margin: 0 auto;
        gap: 40px;
    }

    .com_img_txt_flex_box .img {
        width: auto;
        border-radius: 40px;
    }

    .com_img_txt_flex_box .txt_box {
        width: 100%;
        padding: unset;
    }

    .com_img_chk_box.item05,
    .com_egg_flex_box.item04,
    .com_square_flex_box.item04 {
        justify-content: center;
    }

    .com_img_chk_box.item05 .box {
        width: calc(33.333% - 17px);
    }

    .com_egg_flex_box.item04 .box {
        width: calc(33.333% - 27px);
    }

    .com_square_flex_box.item04 .box {
        width: calc(33.333% - 27px);
    }
}

@media all and (max-width:1024px) {
    .white_box {
        padding: 25px;
    }

    .sub_com_alt br,
    .com_sub_flex_alt p br {
        display: none;
    }

    .com_egg_flex_box.item04 .box {
        width: calc(50% - 20px);
    }

    .com_img_chk_box.item05 .box {
        width: calc(50% - 12.5px);
    }

    .com_square_flex_box.item04 .box {
        width: calc(50% - 20px);
    }
}

@media all and (max-width:700px) {

    .com_egg_flex_box.item04 .box,
    .com_img_chk_box.item05 .box,
    .com_square_flex_box.item04 .box {
        width: 100%;
        aspect-ratio: unset;
    }

    .com_egg_flex_box.item04 .box .img {
        height: 65px;
    }

    .com_egg_flex_box.item04 .box .img img {
        height: 100%;
    }

    .sub_com_tit {
        margin: 15px 0;
        font-size: 20px;
    }

    .com_egg_flex_box .box {
        padding: 40px 0;
    }

    .com_tit {
        font-size: 38px;
    }

    .sub_com_tit .bold br {
        display: none;
    }
}

/* END company */

/* hospital */
.com_flex_link {
    display: flex;
    flex-wrap: wrap;

}

.com_flex_link.item03 {
    gap: 60px 40px;
}

.com_flex_link.item03 .box {
    width: calc(33.3333% - 27px);
}


.com_flex_link.item06 {
    gap: 40px 20px;
}

.com_flex_link.item06 .box {

    display: flex;
    align-items: center;
    justify-content: center;

    width: calc(16.666% - 17px);
}


.com_flex_link .box .img {
    aspect-ratio: 1/0.36;

    display: flex;
    align-items: center;
    justify-content: center;

}

.com_flex_link .box .img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.com_flex_link .box .alt_box {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.com_flex_link .box .alt_box .link_img {
    width: 50px;
    min-width: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: url("/img/link_icon.png") no-repeat center / cover;
}

.com_flex_link .box .alt_box .link_img:hover {
    background: url("/img/link_icon_active.png") no-repeat center / cover;
}

.com_flex_link .box .alt_box .left {
    position: relative;
    padding: 0 10px;
}

.com_flex_link .box .alt_box .left p {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.65em;
    letter-spacing: -0.025em;
    display: flex;
    gap: 20px;
}

.com_flex_link .box .alt_box .left p::after {
    content: '';
    width: 4px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #737373;
    position: absolute;
    left: 0;
    top: 10px;
}

.com_flex_link .box .alt_box .left p .tit {
    color: #888;
    min-width: 55px;
    display: block;
}

.com_flex_link .box .alt_box .left p .alt {
    font-weight: 600;
    color: #222;
}

.com_flex_link .box .alt_box .left p .alt.color {
    font-weight: 400;
    color: #666;
}

@media all and (max-width:1400px) {
    .com_flex_link.item03 .box {
        width: calc(50% - 20px);
    }

    
    .com_flex_link.item06 .box {
        width: calc(25% - 15px);
    }
}


@media all and (max-width:1100px) {

    
    .com_flex_link.item06 .box {
        width: calc(33.333% - 14px);
    }
}


@media all and (max-width:900px) {

    
    .com_flex_link.item06 .box {
        width: calc(50% - 10px);
    }
}



@media all and (max-width:700px) {
    .com_flex_link.item03 .box {
        width: 100%;
    }


    /* .com_flex_link.item06 .box {
        width: 100%;
    } */


}

/* END hospital */

/* notice */
.com_table_box_wrap {
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #666666;
    border-top: 2px solid #333333;
    border-bottom: 1px solid #333333;
}

.com_table_box_wrap>.com_table_box {
    display: flex;
}

.com_table_box.head {
    text-align: center;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #333333;
    height: 50px;
}

.com_table_box_wrap .com_table_box>div {
    display: flex;
}

.com_table_box_wrap .com_table_box .top {
    width: 73%;
}

.com_table_box_wrap .com_table_box .btm {
    width: 27%;
}

.com_table_box_wrap .com_table_box .top .img {
    width: 36%;
}

.com_table_box_wrap .com_table_box .top .tit {
    width: 67%;
    min-width: 0;
}

.com_table_box_wrap .com_table_box .btm>div {
    flex: 1;
}

.com_table_box_wrap .com_table_box .btm>.date {
    flex: 2;
}

.com_table_box_wrap .com_table_box>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.com_table_box_wrap .com_table_box.body>div>div {
    margin: 0 40px;
}

.com_table_box_wrap .com_table_box.body .top .tit {
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 600;
}

.com_table_box.body .img {
    aspect-ratio: 1/0.5;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e6e6e6;
}

.com_table_box.body {
    padding: 20px 0;
    transition: all 0.3s ease;
}

.com_table_box.body:hover {
    background-color: #f9f9f9;
}

.text_ov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.com_table_box_wrap .com_table_box.body .btm>div {
    margin: unset;
}

.com_table_box_wrap .com_table_box.body+.com_table_box.body {
    border-top: 1px solid #e2e2e2;
}

.com_page_nav_box {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.com_page_nav_box a {
    min-width: 34px;
    aspect-ratio: 1/1;
}

.com_page_nav_box .num {
    display: flex;
    gap: 5px;
    align-items: center;
}

.com_page_nav_box .num a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #a5a5a5;
}

.com_page_nav_box .num a:hover,
.com_page_nav_box .num a.active {
    color: #222222;
}

@media all and (max-width:1024px) {
    .com_table_box.head {
        display: none;
    }

    .com_table_box.body {
        flex-wrap: wrap;
        gap: 10px;
    }

    .com_table_box_wrap .com_table_box .top,
    .com_table_box_wrap .com_table_box .btm {
        width: 100%;
    }

    .com_table_box_wrap .com_table_box .btm,
    .com_table_box_wrap .com_table_box.body>div>div {
        margin: 0 20px;
    }

    .com_table_box_wrap .com_table_box .btm>div,
    .com_table_box_wrap .com_table_box .btm>.date {
        flex: unset;
    }

    .com_table_box_wrap .com_table_box .btm {
        gap: 0 20px;
    }

    .com_table_box_wrap .com_table_box.body .btm>.view {
        padding-left: 20px;
        position: relative;
    }

    .com_table_box_wrap .com_table_box.body .btm>.view::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 9px;
        background: url('/manage/img/ucount_icon.png') no-repeat center / cover;
    }

}

.com_table_box_wrap .d_table_top {
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}

.com_table_box_wrap .d_table_top .tit {
    font-size: var(--fz-28);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.3em;
    color: #222222;
    margin-bottom: 40px;
}

.com_table_box_wrap .d_table_top .alt {
    display: flex;
    justify-content: center;
}

.com_table_box_wrap .d_table_top .alt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #666;
}

.com_table_box_wrap .d_table_top .alt p+p {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.com_table_box_wrap .d_table_top .alt p+p::after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.com_table_box_wrap .edit_space {
    padding: 60px 0;
}

.notice_nav_box {
    border-top: 1px solid #333333;
}

.notice_nav_box>a {
    display: flex;
    padding: 0 50px;
    transition: all 0.3s ease;
    gap: 0 50px;
    font-size: 16px;
    letter-spacing: -0.025em;
    height: 75px;
}

.notice_nav_box>a:hover {
    background-color: #f9f9f9;
}

.notice_nav_box>a .type {
    display: flex;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444444;
    align-items: center;
}

.notice_nav_box>a .view {
    margin-left: auto;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.notice_nav_box>a .view img {
    min-width: 15px;
}

.notice_nav_box>a .type img {
    min-width: 14px;
}

.notice_nav_box>a .type,
.notice_nav_box>a .view {
    max-width: 90px;
    min-width: 80px;
}

.notice_nav_box>a .tit {
    min-width: 0;
    display: flex;
    align-items: center;
}

@media all and (max-width:700px) {
    .notice_nav_box>a {
        gap: 0 20px;
        padding: 0 25px;
    }
}

/* END notice */

/* faq */
.com_faq_tab_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.com_search_box {
    display: flex;
    padding: 0 10px 0 20px;
    gap: 5px;
    height: 40px;
    border-bottom: 1px solid #444444;
    width: 280px;
}

.com_search_box .search_icon {
    min-width: 18px;
}

.com_search_box input,
.com_search_box button {
    outline: unset;
    appearance: unset;
    background: unset;
    padding: unset;
    margin: unset;
    cursor: pointer;
    border: unset;
}

.com_search_box input {
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #666;
    height: 100%;
    width: calc(100% - 23px);
}

.com_faq_tab_box .left {
    width: calc(100% - 285px);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

a.com_tab01 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 80px;
    width: 190px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    font-weight: 700;
    color: #222;
    font-size: 18px;
    letter-spacing: -0.025em;
    position: relative;
    background-color: #f9f9f9;
}

a.com_tab01.active,
a.com_tab01:hover {
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
    border-color: #444;
    background-color: #fff;
}

a.com_tab01.active::after,
a.com_tab01:hover::after {
    content: '';
    width: 17px;
    aspect-ratio: 1/1;
    top: 10px;
    right: 10px;
    position: absolute;
    background: url('/img/com_tab_icon.png') no-repeat center / cover;
}

.com_faq_box_wrap .com_faq_box+.com_faq_box {
    margin-top: 20px;
}

.com_faq_box {
    border: 1px solid #c9c9c9;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.com_faq_box.active {
    padding-bottom: 30px;
}

.com_faq_box.active .arw {
    transform: rotate(180deg);
}

.com_faq_box .com_faq {
    gap: 30px;
    display: flex;
    align-items: flex-start;
    padding: 30px;
    width: 100%;
}

.com_faq_box .com_faq .arw {
    margin-left: auto;
    min-width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.com_faq_box .com_faq .type {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #444;
    min-width: 18px;
}

.com_faq_box .com_faq .alt {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #444;
    min-width: 0;
}

.com_faq_box .com_faq_q .alt {
    margin-top: 4px;
}

.com_faq_box .com_faq_a {
    width: calc(100% - 60px);
    margin: 0 auto;
    border-radius: 0.5px;
    background-color: #f9f9f9;
    display: none;
}

.com_faq_box .com_faq_a .alt {
    font-weight: 400;
    line-height: 1.5em;
    color: #666;
}

@media all and (max-width:1400px) {
    a.com_tab01 {
        height: 70px;
        width: 180px;
    }
}

@media all and (max-width:1024px) {
    .com_faq_tab_box {
        flex-direction: column;
        gap: 20px;
    }

    .com_search_box {
        margin-left: auto;
    }

    a.com_tab01 {
        height: 60px;
        width: 140px;
    }

    a.com_tab01.active::after,
    a.com_tab01:hover::after {
        width: 14px;
    }

    .com_faq_box .com_faq {
        padding: 20px;
    }

    .com_faq_tab_box .left {
        width: 100%;
        gap: 10px;
    }

    .com_faq_box {
        padding-bottom: 20px;
    }
}

/* END faq */

/* alliance */
.com_table_flex_box01 {
    display: flex;
    height: 80px;
}

.com_table_flex_box01 .alt {
    width: calc(100% - 200px);
    padding: 20px 15px;
}

.com_table_flex_box01 .tit {
    min-width: 200px;
    display: flex;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444;
    background-color: #f9f9f9;
}

.com_table_flex_box01 .tit span {
    margin-top: 30px;
}

.com_table_flex_box01 .tit.req span {
    padding-right: 14px;
    position: relative;
}

.com_table_flex_box01 .tit.req span::after {
    content: '*';
    position: absolute;
    right: 0;
    top: 0;
    color: #2e4398;
}

.com_input_style_box {
    height: 50px;
    border: 1px solid #ddd;
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
}

.com_input_style_box.select {
    padding: unset;
    border: unset;
    display: flex;
    gap: 10px;
}

.com_input_style_box.select span {
    width: 100%;
}

.com_input_style_box.select span input {
    height: 50px;
    border: 1px solid #ddd;
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
}

.com_input_style_box .nice-select {
    background-color: transparent;
    border-radius: unset;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    line-height: 50px;
    padding-left: unset;
    padding-left: 20px;
    width: 100%;
    color: #666;
}

.com_input_style_box .nice-select .list {
    background-color: #fff;
    border-radius: unset;
    margin-top: unset;
    width: 100%;
    border: 1px solid #444;
}

.com_input_style_box .nice-select .option {
    font-weight: 500;
    line-height: 50px;
    list-style: none;
    min-height: 50px;
    outline: 0;
    padding-left: 19px;
    padding-right: 29px;
    color: #666;
}

.com_input_style_box .nice-select .option.selected {
    color: #2e4398;
}

.com_input_style_box .nice-select.open {
    border-color: #444;
}

.com_input_style_box input {
    outline: unset;
    appearance: unset;
    background: unset;
    padding: unset;
    margin: unset;
    cursor: pointer;
    border: unset;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #666;
}

.com_table_flex_box_wrap {
    display: flex;
    flex-wrap: wrap;
}

.com_table_flex_box_wrap>.com_table_flex_box01 {
    width: 50%;
}

.com_table_flex_box_wrap02 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.com_table_box_wrap .com_table_flex_box_wrap+.com_table_flex_box_wrap {
    border-top: 1px solid #ddd;
}

.com_table_flex_box_wrap.type02>.com_table_flex_box01 {
    width: 100%;
    height: unset;
}

.com_input_style_box.text {
    height: 200px;
}

.com_input_style_box textarea {
    resize: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #666666;
    line-height: 1.6em;
    border: unset;
    outline: unset;
    padding: 20px 0;
}

.com_table_file_box {
    display: flex;
    gap: 15px;
}

.com_table_file_box+.com_table_file_box {
    margin-top: 15px;
}

.com_table_file_box label input {
    display: none;
}

.com_table_file_box label {
    display: flex;
    padding: 8px;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025em;
    min-width: 440px;
    height: 50px;
}

.com_table_file_box label .btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 17px;
    background-color: #333333;
}

.com_table_file_box label .txt {
    color: #888888;
    font-weight: 600;
}

.com_table_flex_box01.h80 {
    min-height: 80px !important;
}

.com_table_file_box .file_btn_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.com_table_file_box .file_btn_box .file_btn {
    width: 70px;
    height: 35px;
    border-radius: 17px;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #333;
    background-color: #eeeeee;
    transition: all 0.3s ease;
}

.com_table_file_box .file_btn_box .file_btn.remove {
    background-color: #fff;
}

.com_table_file_box .file_btn_box .file_btn:hover {
    opacity: 0.7;
}

.com_etc_box {
    border: 1px solid #e5e5e5;
}

.com_etc_box .alt {
    padding: 30px;
    max-height: 260px;
    overflow: auto;
}

.com_etc_box .alt .tit {
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #444;
    font-weight: 700;
}

.com_etc_box .alt p {
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: -0.025em;
    font-size: 16px;
    color: #888888;
}

.com_etc_box .chk_box {
    border-top: 1px solid #e5e5e5;
    padding: 20px 30px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: flex-end;
}

.com_chk_box01 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #666666;
}

.com_chk_box01 input {
    aspect-ratio: 1/1;
    width: 20px;
    appearance: unset;
    background: url('/img/input_chk.png') no-repeat center / cover;
}

.com_chk_box01 input:checked {
    background: url('/img/input_chk_active.png') no-repeat center / cover;
}

.com_chk_box01 input:checked+span {
    color: #2e4398;
}

a.com_btn02 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    width: 190px;
    max-width: 190px;
    height: 60px;
    background-color: #2e4398;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
}

@media all and (max-width:1400px) {
    .com_table_flex_box_wrap>.com_table_flex_box01 {
        width: 100%;
    }

    .com_table_flex_box_wrap>.com_table_flex_box01+.com_table_flex_box01 {
        border-top: 1px solid #ddd;
    }
}

@media all and (max-width:1024px) {
    .com_table_file_box {
        flex-direction: column;
    }

    .com_table_flex_box01.h80 {
        height: auto !important;
    }

    .com_table_file_box label {
        min-width: unset;
        width: 100%;
    }
}

@media all and (max-width:700px) {
    .com_table_flex_box01 .tit {
        min-width: 120px;
    }

    .com_table_flex_box01 .alt {
        width: calc(100% - 120px);
    }


}

/* END alliance */

/* recruitment_view */
.common_view_box .t_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}

.common_view_box .t_box .left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: calc(100% - 180px);
}

.common_view_box .t_box .left .alt_box {
    width: calc(66% - 30px);
}

.common_view_box .t_box .left .label_box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.common_view_box .t_box .left .label_box .label {
    padding: 5px 12px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #444444;
    border: 1px solid #444444;
    border-radius: 5px;
}

.common_view_box .t_box .left .label_box .label.black {
    color: #fff;
    background-color: #444444;
}

.common_view_box .t_box .left .label_box .label.red {
    background-color: #d8403f;
    color: #fff;
    border-color: #d8403f;
}

.common_view_box .t_box .left .label_box .label.sky {
    background-color: #43b4e7;
    color: #fff;
    border-color: #43b4e7;
}

.common_view_box .t_box .left .label_box .label.blue {
    background-color: #3143b1;
    /*#82cdef*/
    color: #fff;
    border-color: #3143b1;
}

.common_view_box .t_box .left .label_box .label.orange {
    background-color: #ff9700;
    color: #fff;
    border-color: #ff9700;
}

.common_view_box .t_box .left .label_box .label.purple {
    background-color: #8e00ad;
    color: #fff;
    border-color: #8e00ad;
}

.common_view_box .t_box .left .label_box .label.green {
    background-color: #009c7d;
    color: #fff;
    border-color: #009c7d;
}

.common_view_box .t_box .left .tit_box {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 28px 0;
    color: #222222;
}

.common_view_box .t_box .left .alt {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.common_view_box .t_box .left .alt p {
    display: flex;
    align-items: center;
}

.common_view_box .t_box .left .alt p .icon {
    margin-right: 10px;
}

.common_view_box .t_box .left .alt p .tit {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #666666;
    margin-right: 15px;
}

.common_view_box .t_box .left .alt p .ment {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444;
}

.common_view_box .t_box .right {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    aspect-ratio: 1/1;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #222;
    background-color: #f9f9f9;
    width: 150px;
}

.common_view_box .t_box .left .img {
    width: 34%;
    aspect-ratio: 1/0.36;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
}

.common_view_box .b_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.common_view_box .b_box .img_box {
    width: 62%;
    border: 1px solid #e5e5e5;
}

.common_view_box .b_box .right_box {
    width: calc(38% - 20px);

}

.common_view_box .b_box .right_box .date_box {
    border: 1px solid #e5e5e5;
}

.common_view_box .b_box .right_box .date_box .tit_box {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.025em;
    color: #222;
    background-color: #f9f9f9;
    text-align: center;
    padding: 25px 0;
}

.common_view_box .b_box .right_box .date_box .tit_box b {
    font-weight: 700;
}

.common_view_box .b_box .right_box .date_box .alt_box {
    padding: 40px 30px;
}

.common_view_box .b_box .right_box .date_box .alt_box .tit {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #222;
    margin-bottom: 30px;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box {
    padding: 40px 30px;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .box_tit {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #222;
    margin-bottom: 15px;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .box_tit span {
    margin-right: 10px;
    font-weight: 400;
    color: #888;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .alt {
    margin-left: 10px;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .alt p {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #666666;
    line-height: 1.55em;
    font-weight: 600;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .alt p::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 10px;
    background: url('/img/date_box_icon.png') no-repeat center / cover;
    left: 0;
    top: 9px;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .alt p span {
    display: block;
    position: relative;
    padding-left: 15px;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .alt p span::after {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
}

.common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .box+.box {
    margin-top: 40px;
}

.common_view_box .b_box .right_box .date_box .b_ment {
    margin-top: 10px;
}

.common_view_box .b_box .right_box .date_box .b_ment p {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #2e4398;
    line-height: 1.55em;
    position: relative;
    padding-left: 15px;
}

.common_view_box .b_box .right_box .date_box .b_ment p::after {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
}

.common_view_box .file_box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 20px 35px;
    background-color: #f9f9f9;
    gap: 40px;
}

.common_view_box .file_box .img_box {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444444;
    min-width: max-content;
}

.common_view_box .file_box span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #2e4398;
}

a.com_btn02:hover {
    border: 1px solid #2e4398;
    color: #2e4398;
    background-color: #fff;
}

a.com_btn02.black {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    gap: 15px;
    color: #222;
}

a.com_btn02.black:hover {
    border-color: #444444;
}

.com_btn_box {
    display: flex;
    position: relative;
}

.com_btn_box a.com_btn02.black {
    margin-left: auto;
}

.com_btn_box a.com_btn02.blue {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.common_view_box .calendar_box {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    padding: 30px 20px;
}

.modal_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: none;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    max-width: 95%;
    max-height: 95%;
    width: 1400px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 20px;
    padding: 80px 40px;
    display: none;
}

.modal_close_btn {
    position: absolute;
    top: 40px;
    right: 40px;
}

.h_modal_box .tit {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222;
}

.modal .ment {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #2e4398;
    margin: 20px 0;
    text-align: right;
}

.modal_table_box {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #ddd;
}

.modal_table_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.input_txt_flex_box {
    display: flex;
    flex: 1;
    min-height: 80px;
}

.input_txt_flex_box .tit {
    width: 200px;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444;
}

.input_txt_flex_box .tit.eq span {
    position: relative;
    padding-right: 10px;
}

.input_txt_flex_box .tit.eq span::after {
    content: '*';
    position: absolute;
    right: 0;
    top: 0;
    color: #2e4398;
}

.input_txt_flex_box .alt {
    width: calc(100% - 200px);
    padding: 15px 20px;
}

.input_common_style_box {
    border: 1px solid #ddd;
    padding: 0 20px;
    height: 100%;
}

.input_common_style_box input {
    border: unset;
    padding: unset;
    outline: unset;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #666666;
    background-color: transparent;
}

.input_common_style_box.read-only {
    background-color: #f6f6f6;
}

.input_common_style_box input:read-only {}

.input_txt_flex_box02 {
    width: 100%;
    display: flex;
    gap: 10px;
    height: 100%;
}

.input_txt_flex_box02>div {
    flex: 1;
}

.select_common_style_box {
    border: 1px solid #ddd;
    height: 100%;
}

.select_common_style_box select {
    cursor: pointer;
    appearance: none;
    border: unset;
    padding: unset;
    outline: unset;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #666666;
    background: url('/img/select_arw_icon.png') no-repeat center right 20px / 14px 9px;
}

.input_txt_flex_box03 {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 100%;
}

.input_txt_flex_box03 span {
    width: 11px;
}

.input_txt_flex_box03 .input_common_style_box,
.input_txt_flex_box03 .select_common_style_box {
    width: calc(50% - 11.5px);
}

.b_modal_box {
    overflow: auto;
    max-height: 55vh;
}

.b_modal_box .tit_box {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.025em;
    color: #222222;
    margin: 40px 0 20px;
}

.modal_table_flex_box+.modal_table_flex_box {
    border-top: 1px solid #ddd;
}

.modal_btn_box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

body.active {
    touch-action: none;
    overflow: hidden !important;
    -webkit-user-select: none;
}

html.active {
    touch-action: none;
    overflow: hidden !important;
    overscroll-behavior: none;
    -webkit-user-select: none;
}

@media all and (max-width:1400px) {
    .common_view_box .t_box {
        gap: 10px;
    }

    .common_view_box .t_box .left {
        width: 100%;
    }

    .common_view_box .t_box .right {
        width: 100px;
    }

    .common_view_box .b_box .img_box {
        width: 100%;
        min-height: 400px;
    }

    .common_view_box .b_box .right_box {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .common_view_box .b_box .right_box>div {
        width: calc(50% - 10px);
    }

    .common_view_box .calendar_box {
        margin-top: unset;
    }

    .modal {
        width: 100%;
        padding: 40px 30px;
    }

    .modal_close_btn {
        width: 25px;
    }

    .h_modal_box .tit {
        font-size: 24px;
    }

    .h_modal_box .tit img {
        width: 21px;
    }

    .modal .ment {
        font-size: 14px;
        margin: 10px 0;
    }

    .input_txt_flex_box {
        flex: unset;
        width: 100%;
        height: 70px;
    }

    .input_txt_flex_box+.input_txt_flex_box {
        border-top: 1px solid #ddd;
    }
}

@media all and (max-width:1024px) {
    .common_view_box .t_box .right {
        margin-left: auto;
    }

    .sub_visual {
        height: 200px;
    }

    .sub_visual .inner .tit {
        font-size: 38px;
    }

    .common_view_box .t_box .left .label_box .label {
        font-size: 14px;
    }

    .common_view_box .t_box .left .tit_box {
        font-size: 20px;
        margin: 15px 0;
    }

    .common_view_box .t_box .left .img img {
        max-width: 80%;
    }

    .common_view_box .file_box {
        display: flex;
        align-items: center;
        margin-top: 20px;
        padding: 20px;
        background-color: #f9f9f9;
        gap: 20px;
    }

    .common_view_box .b_box .right_box .date_box .tit_box {
        font-size: 20px;
        padding: 15px 0;
    }

    .common_view_box .b_box .right_box .date_box .alt_box {
        padding: 30px 20px;
    }

    .common_view_box .b_box .right_box .date_box .alt_box .tit {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box {
        padding: 30px 20px;
    }

    .common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .box_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .common_view_box .b_box .right_box .date_box .alt_box .alt_sub_box .alt p,
    .common_view_box .b_box .right_box .date_box .b_ment p,
    .common_view_box .t_box .left .alt p .ment,
    .common_view_box .t_box .left .alt p .tit {
        font-size: 16px;
    }

    .input_txt_flex_box .tit {
        width: 150px;
        font-size: 16px;
        padding: 0 10px;
    }

    .input_txt_flex_box .alt {
        width: calc(100% - 150px);
        padding: 10px;
    }

    .select_common_style_box select,
    .input_common_style_box {
        padding: 0 10px;
    }
}

@media all and (max-width:700px) {

    .common_view_box .t_box .left,
    .common_view_box .b_box .right_box {
        flex-wrap: wrap;
    }

    .common_view_box .t_box .left .img,
    .common_view_box .t_box .left .alt_box,
    .common_view_box .b_box .right_box>div {
        width: 100%;
    }

    .com_btn_box a.com_btn02.blue {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }
}

.highlight-event-black {
    color: #fff;
    background-color: #444444;
}

.highlight-event-red {
    background-color: #d8403f !important;
    color: #fff !important;
    border-color: #d8403f !important;
}

.highlight-event-sky {
    background-color: #43b4e7 !important;
    color: #fff !important;
    border-color: #43b4e7 !important;
}

.highlight-event-blue {
    background-color: #3143b1 !important;
    /*#82cdef*/
    color: #fff !important;
    border-color: #3143b1 !important;
}

.highlight-event-orange {
    background-color: #ff9700 !important;
    color: #fff !important;
    border-color: #ff9700 !important;
}

.highlight-event-purple {
    background-color: #8e00ad !important;
    color: #fff !important;
    border-color: #8e00ad !important;
}

.highlight-event-green {
    background-color: #009c7d !important;
    color: #fff !important;
    border-color: #009c7d !important;
}

/* END recruitment_view */

.etc_wrap01 {
    background-color: #f9f9f9;
}

#member #policy,
#member #agree {
    border-radius: 20px;
    background-color: #fff;
    padding: 50px;
    border: unset;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

@media all and (max-width:770px) {

    #member #policy,
    #member #agree {
        padding: 30px 25px;
    }
}

.programCon_Custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 150px;
}

.programCon_Custom .gal_wrap ul li a .part_img img {
    height: 100%;
    object-fit: cover;
    max-width: none;
}

@media all and (max-width:1400px) {
    .programCon_Custom {
        width: 93.75%;
    }
}

@media all and (max-width:1000px) {
    .programCon_Custom .program_search {
        display: flex;
    }

    .programCon_Custom .program_search>span {
        margin-top: 0;
        width: 70%;
    }

    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 115px);
    }
}

@media all and (max-width:640px) {
    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 110px);
    }
}

/* 2024.04.08 추가 */
.programCon_Custom .login_wrap {
    max-width: unset;
    padding: unset;
    border-top: unset;
    box-shadow: ;
}

.com_tit_box.login {
    text-align: left;
}

.com_alt_text_box {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #888888;
    line-height: 1.65em;
    margin-top: 30px;
}

.custom_login_box {
    padding: unset;
    border: unset;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid #c9c9c9;
}

.custom_login_box.type02 {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 0;
}

.custom_login_box.type02 .up_txt {
    text-align: center;
}

.custom_login_box.type02 li dl {
    max-width: 500px;
}

.custom_login_box.type02>li:first-of-type {
    width: 100%;
    height: unset;
    border: unset;
}

.custom_login_box.type02 .up_txt p {
    font-size: 34px;
    letter-spacing: -0.025em;
    color: #2e4398;
}

.custom_login_box>li:first-of-type,
.custom_login_box>li.last {
    width: 50%;
    padding: unset;
    border: unset;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 85px;
}

.loginCon li dl dd {
    width: calc(100% - 85px);
    float: unset;
}

.custom_login_box li dl {
    padding: 15px 0;
    border: unset;
    display: flex;
    align-items: center;
    width: 100%;
}

.custom_login_box li dl dt {
    float: unset;
    border: unset;
    width: unset;
    height: unset;
    padding: unset;
    width: 85px;
    display: block;
}

.custom_login_box li .linp_wrap {
    float: unset;
    width: 100%;
}

.custom_login_box li dl dt label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444444;
    text-align: left;
}

.custom_login_box li dl dd input {
    width: unset;
    height: unset;
    margin: unset;
    font-size: unset;
    border: 0;
}

.input_style_box {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    padding: 0 20px;
    display: inline-block;
}

.custom_login_box .input_style_box input,
.custom_sign_box .input_style_box input {
    width: 100% !important;
    height: 100% !important;
    outline: unset !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #222;
    background-color: transparent !important;
    border: unset !important;
    padding: unset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

a.custom_btn01 {
    float: unset !important;
    display: flex !important;
    max-width: 190px;
    width: 100% !important;
    height: 60px !important;
    line-height: unset !important;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: -0.025em;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #2e4398 !important;
    border: 1px solid #2e4398;
}

a.custom_btn01:hover {
    background-color: #fff !important;
    color: #2e4398 !important;

}

a.custom_btn01.basic {
    background-color: #d0d0d0 !important;
    border: 1px solid #d0d0d0 !important;
}

a.custom_btn01.basic:hover {
    background-color: #fff !important;
    color: #d0d0d0 !important;
}

.custom_login_box>li:first-of-type {
    border-right: 1px solid #c9c9c9;
}

.custom_login_box li.last .btw {
    height: unset;
    line-height: unset;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_login_box li.last {
    background-color: #f9f9f9;
}

.custom_login_box li.last .btw a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #666666;
    float: unset;
    max-width: 200px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #666666;
    background: #fff;
    text-align: center;
}

.custom_com_chk_box {
    display: inline-flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #2e4398 !important;
}

.custom_com_chk_box input {
    appearance: none;
    border: unset;
    margin: unset;
    outline: unset;
    width: 20px !important;
    height: 20px !important;
    background: url('/img/com_chk_icon.png') no-repeat center / cover;
}

.custom_com_chk_box input:checked {
    background: url('/img/com_chk_icon_active.png') no-repeat center / cover;
}

.custom_com_chk_box.all {
    font-size: 14px;
    padding: 12px 0;
    color: #222;
}

.common_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.programCon_Custom .writeForm span.col01 {
    color: #2e4398;
}

.programCon_Custom .writeForm table .writeForm_col01 {
    width: 200px;
}

.programCon_Custom .writeForm>table>tbody>tr>th {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
}

.w200 {
    max-width: 200px !important;
}

.w440 {
    max-width: 440px !important;
}

.custom_ment01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #ff5341;
    display: inline-block;
    margin-left: 30px;
}

.programCon_Custom .writeForm table tr td a.id_ch,
.writeForm table tr td button.id_ch,
.writeForm table tr td a.zip_ch {
    width: 125px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #2e4398;
    margin-left: 15px;
    border: 1px solid #2e4398;
    border-radius: 10px;
    font-weight: 600;
}

.findCon_wrap_custom {
    max-width: 1400px;
}

.findCon_wrap_custom>div {
    border-top: unset;
    width: 100%;
}

.custom_flex_box04 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.custom_flex_box04>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #222222;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    width: calc(50% - 10px);
}

.custom_flex_box04>a.active {
    background-color: #222222;
    color: #fff;
}


@media all and (max-width:1400px) {

    .custom_login_box>li:first-of-type,
    .custom_login_box>li.last {
        width: 100%;
    }
}

@media all and (max-width:700px) {

    .custom_login_box>li:first-of-type,
    .custom_login_box>li.last {
        height: auto;
        padding: 40px 25px;
    }
}

@media all and (max-width:770px) {
    .programCon_Custom .writeForm>table>tbody>tr>th {
        height: 60px;
        display: flex;
        align-items: center;
    }

    .programCon_Custom .writeForm>table>tbody>tr>td {
        padding: unset;
        padding: 10px;
    }

    .programCon_Custom .writeForm table tr td a.id_ch,
    .writeForm table tr td button.id_ch,
    .writeForm table tr td a.zip_ch {
        margin-left: unset;
        margin-top: 7px;
    }

    .custom_ment01 {
        margin-left: unset;
    }

    .programCon_Custom .writeForm table tr td .inputPass.size02.mmarT10 {
        margin-top: unset;
    }

    .input_style_box.w200 {
        width: 100%;
        max-width: 100% !important;
        margin-left: unset !important;
    }
}

/* END 2024.04.08 추가 */

.sub_tab_wrap02 {
    height: 60px;
    border-bottom: 1px solid #cccccc;
}

.sub_tab_wrap02 .inner,
.sub_tab_wrap02 .inner ul,
.sub_tab_wrap02 .inner li,
.sub_tab_wrap02 .inner ul a {
    height: 100%;
}

.sub_tab_wrap02 .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.sub_tab_wrap02 .inner ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #aaaaaa;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.sub_tab_wrap02 .inner ul li.active a,
.sub_tab_wrap02 .inner ul a:hover {
    color: #222222;
    border-color: #000;
}

.w440 {
    max-width: 440px;
}

.w200 {
    max-width: 200px;
}

.common_table_box02 {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

.mypage .common_btn_box {
    flex-wrap: wrap;
    gap: 20px;
}

.comon_input_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.comon_input_flex_box .tit,
.comon_input_flex_box .alt_box {
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.comon_input_flex_box .tit {
    width: 200px;
    padding: 0 25px;
    background-color: #f9f9f9;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444444;
}

.comon_input_flex_box .tit .eq {
    position: relative;
}

.comon_input_flex_box .tit .eq::after {
    content: '*';
    position: absolute;
    right: -10px;
    top: 0;
    color: #2e4398;
}

.comon_input_flex_box .alt_box {
    padding: 20px;
    width: calc(100% - 200px);
}

.common_input_style_box {
    height: 100%;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 0 20px;
}

.etc_ment02 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #ff5341;
}

.common_input_style_box input {
    border: unset;
    margin: unset;
    padding: unset;
    width: 100%;
    height: 100%;
    outline: unset;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #666666;
    background-color: transparent;
}

.comon_input_flex_box+.comon_input_flex_box {
    border-top: 1px solid #dddddd;
}

.common_input_style_box:has(> input[readonly]) {
    background-color: #f9f9f9;
}

.custom_select02 {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    outline: unset;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #666666;
}

.w140 {
    max-width: 140px;
}

.comon_input_flex_box .alt_box .etc_ment02,
.comon_input_flex_box .alt_box .custom_com_chk_box {
    margin-left: 30px;
}

.comon_input_flex_box .alt_box .dot {
    margin: 0 10px;
}

.common_input_style_box+.common_input_style_box {
    margin-left: 7px;
}

.comon_input_flex_box .alt_box .unit {
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #666666;
    font-weight: 500;
}

.ml30 {
    margin-left: 30px;
}

a.custom_btn99 {
    width: 125px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #2e4398;
    margin-left: 15px;
    border: 1px solid #2e4398;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.comon_input_flex_box .alt_box.flex_wrap {
    flex-direction: column;
    align-items: flex-start;
}

.comon_input_flex_box .alt_box.flex_wrap .common_input_style_box {
    height: 50px;
}

.comon_input_flex_box .alt_box.flex_wrap .common_input_style_box+.common_input_style_box {
    margin-left: unset;
    margin-top: 7px;
}

.comon_input_flex_box .alt_box.no_wrap {
    flex-wrap: nowrap;
}

@media all and (max-width:1024px) {

    .comon_input_flex_box .tit,
    .comon_input_flex_box .alt_box {
        width: 100%;
        min-height: 60px;
    }

    .common_input_style_box,
    .custom_select02 {
        height: 50px;
    }

    .common_input_style_box.w440 {
        max-width: 100% !important;
    }

    .common_input_style_box.w440.mb {
        max-width: 440px !important;
    }

    .comon_input_flex_box .alt_box .etc_ment02 {
        margin-left: 5px;
        margin-top: 5px;
    }
}

@media all and (max-width:700px) {

    .comon_input_flex_box .alt_box.gap5 {
        gap: 5px;
    }
}

.common_table_box03 {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

.common_table_box03 table {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e2e2e2;
}

.common_table_box03 table th {
    font-weight: 600;
    color: #444444;
}

.common_table_box03 table td {
    color: #666;
    font-weight: 400;
    cursor: pointer;
    height: 80px;
}

.common_table_box03 table th,
.common_table_box03 table td {
    font-size: 16px;
    letter-spacing: -0.025em;
    text-align: center;
    padding: 15px 20px;
}

.common_table_box03 table th+th,
.common_table_box03 table td+td {
    border-left: 1px solid #e2e2e2;
}

.common_table_box03 table thead tr {
    border-bottom: 1px solid #333333;
}

.common_table_box03 table tbody tr+tr {
    border-top: 1px solid #e2e2e2;
}

.common_table_box03 .basic_btn {
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #444444;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    width: max-content;
    margin: 0 auto;
}

.common_table_box03 .basic_btn.ing {
    background-color: #2e4398;
}

.common_table_box03 .basic_btn.cancle {
    color: #ff5341;
    background-color: transparent;
    border: 2px solid #ff5341;
}

.common_table_box03 .basic_btn.end {
    background-color: #aaaaaa;
}

.common_table_box03 .basic_btn.modify {
    color: #2e4398;
    background-color: transparent;
    border: 2px solid #2e4398;
}

.common_table_box03 .basic_btn.apply {
    color: #444444;
    background-color: transparent;
    border: 2px solid #444444;
}

.common_table_box03 table tbody tr {
    transition: all 0.3s ease;
}

.common_table_box03 table tbody tr:hover {
    background-color: #f9f9f9;
}

.table_tit_box {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.table_tit_box .tit {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #444444;
}

.table_tit_box .ment {
    font-size: 14px;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #888888;
}

.table_tit_box .ment span {
    color: #2e4398;
}

.comon_input_flex_box_wrap {
    display: flex;
    flex-wrap: wrap;
}

.comon_input_flex_box_wrap .comon_input_flex_box {
    width: 50%;
}

.comon_input_flex_box_wrap .comon_input_flex_box+.comon_input_flex_box {
    border: unset;
}

.comon_input_flex_box_wrap+.comon_input_flex_box_wrap {
    border-top: 1px solid #dddddd;
}

.comon_input_flex_box .alt_box.gap10 {
    gap: 10px;
}

.etc_ment02.custom {
    white-space: nowrap;
}

.etc_ment02.custom span {
    margin-left: 10px;
}

.comon_input_flex_box_wrap+.comon_input_flex_box {
    border-top: 1px solid #dddddd;
}
.comon_input_flex_box .tit.custom {
    width: 400px;
}
.comon_input_flex_box .alt_box.custom {
    width: calc(100% - 400px);
}

.custom_com_chk_box.type02 input {    
    background: url('/img/com_chk_icon02.png') no-repeat center / cover;
}

.custom_com_chk_box.type02 input:checked {
    background: url('/img/com_chk_icon02_active.png') no-repeat center / cover;
}
.comon_input_flex_box .alt_box.custom {
    gap: 10px 40px;
}
@media all and (max-width:1400px) {
    .comon_input_flex_box_wrap .comon_input_flex_box {
        width: 100%;
    }
    .comon_input_flex_box .tit.custom,
    .comon_input_flex_box .alt_box.custom {
        width: 100%;
    }
}
.com_square_flex_box.item04 .box{position: relative;}
.com_square_flex_box.item04 .box .box_img_air{position: absolute; right: 30px; top: 30px;}
.com_square_flex_box.item04 .box .box_img_air img{width: 100%; max-width: fit-content;}

/* 20240424 css 추가 */
.common_view_box .b_box.col_reverse {
    flex-direction: column-reverse;
}

.common_view_box .b_box.col_reverse .right_box {
    display: flex;
    width: 100%;
    gap: 20px;
}

.common_view_box .b_box.col_reverse  .fc .fc-toolbar.fc-header-toolbar {
    display: none;
}

.common_view_box .b_box.col_reverse .pdf-container iframe {
    width: 100%;
    height: 100vh;
}

.common_view_box .b_box.col_reverse .right_box .date_box {
    width: 100% !important;
}

.common_view_box .b_box.col_reverse .right_box .date_box {
    width: 70%;
}

.common_view_box .b_box.col_reverse .right_box .calendar_box {
    margin-top: 0;
    width: 30%;
}

.common_view_box .b_box.col_reverse .img_box {
    width: 100%;
}

.con01 .noti_box {
    margin-top: 10px;
    font-size: 15px;
}

/* END 20240424 css 추가 */


.input_txt_flex_box .alt label span{font-size: 18px;}


@media all and (max-width:700px) {
    .common_view_box .b_box.col_reverse .right_box .calendar_box {
        width: 100%;
    }
    .common_view_box .b_box.col_reverse .right_box .date_box {
        width: 100%;
    }

    .com_btn_box {
        display: flex
        ;
            position: relative;
            flex-direction: column;
            gap: 10px;
    }
}


/* 20250221 추가 */
.garo_modal_box {
    display: flex;
    flex-wrap: wrap;
}

.garo_modal_box .modal_table_flex_box {
    width: 50%;

    border-top: 0.5px solid #ddd;
    border-bottom: 0.5px solid #ddd;
}

.garo_modal_box .input_txt_flex_box {
    min-height: 130px;
}

@media all and (max-width:1000px) {
    .garo_modal_box .modal_table_flex_box {
        width: 100%;
    }
}

.gender_custom {
    display: flex;
    align-items: center;
    gap: 15px;

}
.gender_custom label {
    display: flex;
    align-items: center;
    gap: 5px;

    font-size: 16px;
    letter-spacing: -0.025em;
    color: #666666;
    font-weight: 500;
}

.gender_custom input {
    width: 17px;
    height: 17px;
}
