@charset "utf-8";
.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);}
}
/* sub_visual */
/* css 이 아래부터 가져가세요 */
.sub_visual{height:300px; background:#aaa;  background-size:cover; background-repeat:no-repeat; background-position:center;}
.sub_visual .inner{display:table; height:100%; margin:0 auto;}
.sub_visual .text{display:table-cell; vertical-align:middle; text-align:center; padding-bottom:62px;}
.sub_visual .text h2{font-size:40px; color:#fff; letter-spacing:0em; font-weight:700; line-height:1; margin:0;}
.sub_visual .text p{font-size:18px; color:#fff; letter-spacing:0em; font-weight:400; line-height:1.6; margin-top:20px;}

.sub_visual .sub_path{position:absolute; left:0; bottom:0; width:100%; background:#fff; border:1px solid #eee; box-sizing:border-box; font-size:0; letter-spacing:-4px;}
.sub_visual .sub_path:after{clear:both; content:""; display:block; height:0; visibility:hidden;}
.sub_visual .sub_path > *{float:left;}
.sub_visual .sub_path a.home{width:60px; background:#222; display:block; font-size:0; letter-spacing:-4px; text-align:center; padding:21px; box-sizing:border-box;}
.sub_visual .sub_path a.home:before{content:""; width:0; height:100%; display:inline-block; vertical-align:middle;}
.sub_visual .sub_path a.home i{display:inline-block; vertical-align:top; width:calc(50% - 2px); height:7px; margin:1px; background:#fff;}
.sub_visual .sub_path a.home span{display:none;}
.sub_visual .sub_path [class^='depth']{width:calc(50% - 30px); max-width:326px; position:relative; border-right:1px solid #eee; box-sizing:border-box;}
.sub_visual .sub_path [class^='depth'] > p{cursor:pointer; height:60px; line-height:60px; font-size:16px; color:#666; letter-spacing:0.075em; font-weight:400; padding:0 50px 0 30px; position:relative; overflow:hidden}
.sub_visual .sub_path [class^='depth'] > p:before{content:''; position:absolute; top:calc(50% - 5px); right:30px; display:block; width:12px; height:6px; background:url('/img/sub_visual_arrow.png') no-repeat center center / contain;}
.sub_visual .sub_path [class^='depth'] ul{display:none; background:#fff; position:absolute; left:0; top:100%; z-index:100; width:100%; padding:20px 0; border:1px solid #eee; box-sizing:border-box;}
.sub_visual .sub_path [class^='depth'] ul li a{display:block; padding:10px 30px; font-size:16px; color:#666; letter-spacing:0.075em; font-weight:400;}

.sub_tab{margin-top:40px;}
.sub_tab .inner{margin:0 auto;}
.sub_tab ul{font-size:0; letter-spacing:-4px; text-align:center;}
.sub_tab ul li{display:inline-block; vertical-align:top; width:calc(16.6666% - 10px); height:60px; margin:5px;}
.sub_tab ul li a{display:table; width:100%; height:100%; font-size:18px; color:#222; letter-spacing:0em; font-weight:400; line-height:1.2; border:1px solid #ddd; box-sizing:border-box; border-radius:30px 0 30px 0; overflow:hidden;}
.sub_tab ul li a span{display:table-cell; vertical-align:middle;}
.sub_tab ul li:hover a{color:#fff; background:#444;}
.sub_tab ul li.on a{color:#fff; background:#444;}

.sub_tab ul.grid2 li{width:calc(50% - 10px);}
.sub_tab ul.grid3 li{width:calc(33.333333% - 10px);}
.sub_tab ul.grid4 li{width:calc(25% - 10px);}
.sub_tab ul.grid5 li{width:calc(20% - 10px);}
.sub_tab ul.grid6 li{width:calc(16.666666% - 10px);}
.sub_tab ul.grid7 li{width:calc(14.285714% - 10px);}
.sub_tab ul.grid8 li{width:calc(12.5% - 10px);}
.sub_tab ul.grid9 li{width:calc(11.111111% - 10px);}
.sub_tab ul.grid10 li{width:calc(10% - 10px);}

@media all and (max-width:1400px){
    .sub_tab ul.grid7 li{width:calc(25% - 10px);}
    .sub_tab ul.grid8 li{width:calc(25% - 10px);}
    .sub_tab ul.grid9 li{width:calc(25% - 10px);}
    .sub_tab ul.grid10 li{width:calc(25% - 10px);}
}
@media all and (max-width:1000px){
    .sub_tab ul.grid7 li{width:calc(33.3333334% - 10px);}
    .sub_tab ul.grid8 li{width:calc(33.3333334% - 10px);}
    .sub_tab ul.grid9 li{width:calc(33.3333334% - 10px);}
    .sub_tab ul.grid10 li{width:calc(33.3333334% - 10px);}
}

.sub_visual {
    height: 400px;
}
.sub_visual .text {
    text-align: left;
    padding-bottom: unset;
}
.sub_visual .text p {
    font-size: 20px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
}
.sub_visual .text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
/* END sub_visual */

/* greetings */
.sub_tit_box {
    text-align: center;
}
.sub_tit_box .s_sub_tit::after {
    display: none;    
}
.sub_tit_box .s_sub_tit {
    padding: unset;
    margin: unset;
}
.sub_tit_box .line {
    width: 40px;
    height: 4px;
    background-color: #0e4194;
    margin: 0 auto;
}
.sub_tit_box .main_con_tit {
    margin: 30px auto;
}
.sub_common_alt {
    line-height: 1.6em;
    letter-spacing: -0.02em;
    font-size: 24px;
    font-weight: 500;
    color: #444;
    text-align: center;
}
.border_t {
    border-top: 1px solid #eee;
}

.sub_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    align-items: flex-start;
}
.sub_flex_box .img_box {
    width: 420px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #f1f6ff;
    padding-top: 20px;
}
.sub_flex_box .img_box img {
    width: 100%;
}
.sub_flex_box .txt_box {
    width: 100%;
}
.sub_flex_box .txt_box .sc_tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
}
.sub_flex_box .txt_box .sc_tit span {
    color: #0e4194;
}
.sub_flex_box .txt_box .sc_alt {
    font-size: 20px;
    font-weight: 300;
    color: #666;
    line-height: 1.6em;
    letter-spacing: -0.02em;
}
.sub_flex_box .txt_box .sc_alt p + p {
    margin-top: 40px;
}
.sub_flex_box .txt_box .sc_btm {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    gap: 20px;
}
.con.bg {
    background-color: #eaf0f9;
}
.common_white_box {
    padding: 60px 50px;
    border-radius: 10px;
    background-color: #fff;
}
.common_white_box .flex_box,
.sub_bar_box {
    display: flex;
}
.sub_c_tit {
    font-size: 30px;
    font-weight: 700;
    min-width: 135px;
    position: relative;
    line-height: 1.3em;
}
.sub_bar_box .sub_c_tit {
    margin-right: 30px;
    padding-right: 30px;
}
.sub_bar_box .sub_c_tit::after {
    content: '';
    top: 7px;
    right: 0;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #a0a0a0;
}
.sub_c_alt {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.02em;
    line-height: 1.6em;
    color: #666;
}
.greetings .con02 .common_white_box .bubble_flex_box {
    display: flex;
    width: calc(100%);
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box {
    text-align: center;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box .bubble {
    border-radius: 101px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box:first-child .bubble {
    background-color: rgba(151, 209, 243, 0.76);
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .bubble {
    background-color: rgba(142, 185, 250, 0.76);
    margin-left: -85px;
    padding: 0 85px;
    padding-left: 100px;
    justify-content: space-between;
    position: relative;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .bubble::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: url('/img/greetings_con02_plus.png') no-repeat center / cover;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box:first-child {    
    width: 35%;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child {    
    width: 65%;
}
.greetings .con02 .common_white_box .sub_c_tit.w145 {
    width: 145px;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box .txt {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 200;
    color: #666;
    line-height: 1.6em;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box .txt p {
    padding-left: 10px;
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box .txt p::after {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}
.greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .txt {
    margin-left: -85px;
}
.greetings .con02 .common_white_box .btm {
    text-align: center;
}
@media all and (max-width:1024px){
    .sub_flex_box {
        flex-direction: column;
    }
    .sub_flex_box .txt_box {
        width: 100%;
    }
    .sub_flex_box .img_box {
        margin: 0 auto;
    }
    .common_white_box .flex_box,
    .sub_bar_box {
        flex-direction: column;
        gap: 50px;
    }
    .sub_bar_box .sub_c_tit {
        padding: unset;
        margin: unset;
    }
    .sub_bar_box .sub_c_tit::after {
        display: none;
        min-width: unset;
    }
    .greetings .con02 .common_white_box .sub_c_tit.w145 {
        width: unset;
    }
    .greetings .con02 .common_white_box .bubble_flex_box {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .bubble,
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .txt {
        margin-left: unset;
        padding: unset;
    }
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:first-child, 
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child {
        width: auto;
    }
    .greetings .con02 .common_white_box .bubble_flex_box .c_box .bubble,
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .bubble {
        padding: 0 85px;
    }
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .bubble {
        gap: 40px;
        margin-top: 20px;
    }
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .bubble::after {        
        left: 50%;
        filter: invert(1);
        bottom: 100%;
        top: unset;
        transform: translate(-50%, -50%);
    } 
}
@media all and (max-width:700px) {
    .greetings .con02 .common_white_box .bubble_flex_box .c_box:last-child .bubble {
        flex-direction: column;
        height: unset;
        padding: 30px 85px;
    }
    .common_white_box {
        padding: 40px 25px;
    }
}
/* END greetings */

/* participating */
.sub_c_alt .t_txt {
    font-size: 26px;
    font-weight: 700;    
    line-height: 1.3em;
}
.sub_c_alt .t_txt span {
    color: #0e4194;
}
.participating .con02 .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.participating .con02 .flex_box .box {
    padding: 35px;
    border-radius: 10px;
    background-color: #fff;
    width: calc(33.333% - 20.6666px);
    display: flex;
    flex-direction: column;
}
.participating .con02 .flex_box .box .img {
    /* min-height: 150px; */
}
.participating .con02 .flex_box .box .btn_box {
    margin-top: auto;
    margin-left: auto;
}
a.sub_common_btn01 {
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #0e4194;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.participating .con03 .flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.participating .con03 .flex_box .box {
    width: calc(33.333% - 20.666px);
}
.participating .con03 .flex_box .box .top {
    border-radius: 36px;
    padding: 24px 20px;
    background-color: #ec6707;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.participating .con03 .flex_box .box .alt:not(:last-child) {
    margin-bottom: 30px;
}
.participating .con03 .flex_box .box .alt {
    border: 1px solid #ec6707;
    min-height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}
.participating .con03 .flex_box .box .b_line {
    position: relative;
}
.participating .con03 .flex_box .box .b_line span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 6px solid #ec6707;
}
.participating .con03 .flex_box .box .b_line span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: #ec6707;
    z-index: -1;
}
@media all and (max-width:1400px) {
    .participating .con02 .flex_box .box {
        width: 100%;
    }
    .participating .con03 .flex_box .box {
        width: calc(50% - 15px);
    }
}
@media all and (max-width:1024px) {
    .participating .con03 .flex_box .box {
        width: 100%;
    }
}
/* END participating */

/* information */
.common_number_box {
    text-align: center;
}
.common_number_box .num {
    background: url('/img/num_icon.png') no-repeat center / cover;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    width: 41px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_number_box .sub_c_tit {
    margin: 15px 0 30px;
}
.common_gray_box {
    font-size: 22px;
    font-weight: 500;
    color: #444;
    background-color: #f8f8f8;
    text-align: center;
    padding: 30px;
    line-height: 1.5em;
    letter-spacing: -0.04em;
    border-radius: 10px;
}

.information .con02 .content_box {
    border-radius: 10px;
    overflow: hidden;
}
.information .con02 .content_box .top {
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #0e4194;
}
.information .con02 .content_box .alt_box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px;
    padding: 80px;
}
.information .con02 .content_box .alt_box .box {
    width: calc(25% - 90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.information .con02 .content_box .alt_box .box .tit {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
    color: #b6c6df;
}
.information .con02 .content_box .alt_box .box:nth-child(2) .tit {
    color: #a1beeb;
}
.information .con02 .content_box .alt_box .box:nth-child(3) .tit {
    color: #3278de;
}
.information .con02 .content_box .alt_box .box:nth-child(4) .tit {
    color: #0e4194;
}
.information .con02 .content_box .alt_box .box .alt {
    font-size: 18px;
    font-weight: 200;
    color: #666666;
    line-height: 1.8em;
}
.information .con02 .content_box .box .img {
    position: relative;
}
.information .con02 .content_box .box:not(:last-child) .img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 115%;
    height: 1px;
    background-color: #b6c6df;
}
.information .con02 .content_box .alt_box .box:not(:first-child) .img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-40%,-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}
.information .con02 .content_box .alt_box .box:nth-child(2) .img::before {    
    border: 3px solid #ecf3ff;
}
.information .con02 .content_box .alt_box .box:nth-child(3) .img::before {    
    border: 3px solid #5790e4;
}
.information .con02 .content_box .alt_box .box:nth-child(4) .img::before {    
    border: 3px solid #0e4194;
}
.information .con02 .content_box .common_gray_box {
    border-radius: 0 0 10px 10px;
}
.information .con03 .flex_box {
    display: flex;
    gap: 15px;
}
.information .con04 .white_box {
    padding: 50px 60px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-color: #fff;
}
.information .con04 .white_box .top_box {
    display: flex;
    flex-wrap: wrap;
}
.information .con04 .white_box .top_box .box {
    width: 33.3333%;
    text-align: center;
}
.information .con04 .white_box .top_box .box .txt {
    line-height: 1.6em;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.025em;
}
.information .con04 .white_box .top_box .box .txt sub {
    font-size: 14px;
}
.information .con04 .white_box .top_box .box:not(:last-child) {
    border-right: 1px dotted #dfdfdf;
}
.information .con04 .common_gray_box {
    border-radius: 0 0 10px 10px;
}
.information .con04 .center_box {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.information .con04 .center_box .l_box,
.information .con04 .center_box .r_box {
    width: calc(50% - 157px);
    height: 184px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: #ff9727;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.information .con04 .center_box .l_box {
    background: linear-gradient(to left, #aaf7d9, #fff);
}

.information .con04 .center_box .r_box {
    background: linear-gradient(to right, #aecaf2, #fff);
}
.information .con04 .center_box .l_box::after {
    content: '';
    position: absolute;
    right: 0;
    border-bottom: 92px solid transparent;
    border-top: 92px solid transparent;
    border-left: 92px solid #aaf7d9;
    border-right: 92px solid transparent;
    transform: translateX(100%);
}
.information .con04 .center_box .r_box::after {
    content: '';
    position: absolute;
    left: 0;
    border-bottom: 92px solid transparent;
    border-top: 92px solid transparent;
    border-left: 92px solid #aecaf2;
    border-right: 92px solid transparent;
    transform: rotate(180deg) translateX(100%);
}
.information .con04 .center_box .txt {
    font-size: 28px;
    line-height: 1.3em;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #aaaaaa;
    width: 130px;
}
@media all and (max-width:1400px) {
    .information .con04 .white_box .top_box  {
        justify-content: center;
    }
    .information .con04 .white_box .top_box .box {
        width: 50%;
    }
    .information .con04 .white_box .top_box .box:not(:last-child) {
        border: unset;
    }
    .information .con04 .white_box {
        padding: 50px 0;
    }
    .information .con02 .content_box .alt_box {
        gap: 80px;
    }
    .information .con02 .content_box .alt_box .box {
        width: calc(25% - 60px);
    }
}
@media all and (max-width:1024px) {
    .information .con02 .content_box .alt_box .box {
        width: calc(50% - 60px);
    }
    .information .con02 .content_box .alt_box .box:nth-child(3) .img::before {
        display: none;
    }
    .information .con02 .content_box .box:nth-child(2) .img::after {
        display: none;
    }
    .information .con02 .content_box .alt_box {
        padding: 30px;
    }
    .information .con03 .flex_box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .information .con04 .center_box {
        flex-direction: column;
        gap: 50px;
    }
    .information .con04 .white_box .top_box .box {
        width: 100%;
    }
    .information .con04 .center_box .l_box, 
    .information .con04 .center_box .r_box {
        width: calc(100% - 195px);
    }
}
/* END information */

/* 2023.12.15 information 수정 */
.information .con01 .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.common_white_box.blue {
    background-color: #ecf0f6;
    padding: 40px;
}
.common_white_box.blue .sub_c_tit {
    font-size: 18px;
    font-weight: 700;
    color: #0e4194;
    min-width: 80px;
}
.information .con01 .flex_wrap > div {
    width: calc(50% - 10px);
}
.common_white_box.blue .sub_bar_box .sub_c_tit::after {
    height: 13px;
}
.common_goal_box {
    border-radius: 10px;
    border: 1px solid #3278de;
    padding: 30px 40px;
}
.common_goal_box .goal {
    padding: 9px 23px;
    border-radius: 10px;
    color: #fff;
    background-color: #3278de;
    margin-bottom: 20px;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
}
.common_circle_alt_box .alt {
    position: relative;
    padding-left: 12px;
    line-height: 1.8em;
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 200;
}
.common_circle_alt_box .alt::after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #3278de;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.common_etc_ment {
    font-size: 14px;
    font-weight: 300;
    color: #888888;
    line-height: 2.2em;
    text-align: right;
}
.information .con04 .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.information .con04 .flex_wrap > div {
    width: calc(25% - 15px);
    border-radius: 10px;
    overflow: hidden;
    background-color: #0e4194;
}
.information .con04 .flex_wrap .box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px 10px 0 0;
    height: 280px;
    overflow: hidden;
}
.information .con04 .flex_wrap .box .w100 img {
    height: 100%;
    width: 100%;
}
.information .con04 .flex_wrap .box .txt_box {
    padding: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6em;
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.information .con04 .flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.information .con04 .flex_box > div {
    width: calc(50% - 10px);
}
.common_circle_alt_box .alt p {
    position: relative;
    color: #666;
    padding-left: 10px;
}
.common_circle_alt_box .alt p::after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;    
}
/* END 2023.12.15 information 수정 */

/* 2023.12.18 수정 */
.common_table_box {
    width: 100%;
    /* overflow: auto; */
}
.common_table_box table {
    width: 100%;
}
.common_table_box table {
    font-size: 18px;
    text-align: center;
}
.common_table_box table th,
.common_table_box table td {
    padding: 20px;
}
.common_table_box table th {
    font-weight: 600;
    color: #fff;
   background-color: #0e4194;
}
.common_table_box table td {
    font-weight: 200;
    color: #666;
}
.common_table_box table td span {
    color: #f13636;    
}
.common_table_box table td.color {
    background-color: #4f7abf;
    color: #fff;
}
.common_table_box table td.color01 {
    background-color: #ffe5e6;
    color: #f13636;
}
.common_table_box table th:not(:last-child) {
    border-right: 1px solid #fff;
}
.common_table_box table td {
    border-bottom: 1px solid #a5b3c9;
}
.common_table_box table td:nth-child(2) {
    border-bottom: 1px solid #fff;
}
.common_table_box table tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #a5b3c9;
}
.information .con06 .sub_bar_box {
    justify-content: center;
    text-align: center;
}
.information .con06 .flex_box {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 20px;
}
.information .con06 .flex_box .img {
    width: calc(33.333% - 14px);
}
.common_circle_alt_box .alt.none {
    padding: unset;
}
.common_circle_alt_box .alt.none::after{
    display: none;
}
.common_goal_box.center {
    text-align: center;
}
.sub_c_alt .t_txt {
    color: #222;
}
.participating .con03 .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
.participating .con03 .flex_wrap .box {
    width: calc(50% - 10px);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}
.participating .con03 .flex_wrap .box .top {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #0e4194;
}
.participating .con03 .flex_wrap .box .btm {
    padding: 30px;
}
.participating .st_tit {
    font-size: 22px;
    font-weight: 500;    
    margin-bottom: 20px;
}
.participating .p_top_box {
    display: flex;
    gap: 30px;
}
.item02_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.participating .st_tit.center {
    text-align: center;
}
.participating .flex_wrap .img {
    text-align: center;
}
.item02_flex_box > div {
    width: calc(50% - 7.5px);
    text-align: center;
}
@media all and (max-width:1400px) {
    .information .con04 .flex_wrap > div {
        width: calc(33.333% - 14px);
    }
}
@media all and (max-width:1024px) {
    .common_white_box.blue {
        padding: 25px;
    }
    .common_white_box.blue .flex_box {
        gap: 30px;
    }
    .information .con03 .flex_box {
        gap: 40px;
    }
    .information .con04 .flex_wrap > div {
        width: calc(50% - 10px);
    }
    .information .con04 .flex_box > div {
        width: 100%;
        text-align: center;
    }
    .information .con06 .flex_box .img {
        width: calc(50% - 10px);
    }
    .participating .con03 .flex_wrap .box {
        width: 100%;
    }
   
}
@media all and (max-width:700px) {
    .information .con04 .flex_wrap > div {
        width: 100%;
    }
    .information .con06 .flex_box .img {
        width: 100%;
    }
    .item02_flex_box > div {
        width: 100%;
    }
    .participating .p_top_box {
        flex-direction: column;
    }
}
/* END 2023.12.18 수정 */

/* 2023.12.21 수정 */
.participating .img_box_flex {
    display: flex;
    justify-content: center;
    gap: 80px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 60px 100px;
}
@media all and (max-width:1400px) {
    .participating .img_box_flex {
        padding: 40px 60px;
        gap: 60px;
    }
    
}
@media all and (max-width:1024px) {
    .participating .img_box_flex {
        flex-direction: column;
        padding: 20px;
    }   
}