@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/*
 font-family: "Bebas Neue", sans-serif;
 font-family: "Roboto Condensed", sans-serif;
 font-family: "Oswald", sans-serif;
 font-family: "Aboreto", system-ui;
*/
@font-face {
    font-family: 'Oagothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/OAGothic-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Oagothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/OAGothic-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}


/* 초기화, 공통 */
* { margin: 0; padding: 0; box-sizing: border-box; word-break: keep-all; }
html {overflow-y:scroll; font-size: 62.5%; -webkit-text-size-adjust: none; scroll-behavior: smooth;}
body {margin:0;padding:0;font-size:1.4rem;font-family:'Pretendard', sans-serif; background:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', 'Paperlogy', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Pretendard', 'Paperlogy', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard', 'Paperlogy', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break: keep-all;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#414141;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.inner_wrap {max-width: 1336px; margin: 0 auto;}

.flex_contain {display: flex;}
.flex_column {flex-direction: column !important;}
.jc_space_between {justify-content: space-between;}
.jc_center {justify-content: center;}
.ai_center {align-items: center;}

.flex_none {display: block !important;}

.txt_center {text-align: center !important;}
.enter {display: block;}

.row_grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.row_grid_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.row_grid_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.width_100 {width:100% !important;}
.gap_10 { gap:10px;}
.gap_15 { gap:15px;}
.gap_16 { gap:16px;}
.gap_20 { gap:20px;}
.gap_30 { gap:30px;}
.gap_32 { gap:32px;}
.gap_35 { gap:35px !important;}

.mt_0 {margin-top: 0 !important;}
.mt_10 {margin-top: 10px;}
.mt_15 {margin-top: 15px;}
.mt_30 {margin-top: 30px;}
.mt_60 {margin-top: 60px;}
.mt_110 {margin-top: 110px !important;}

.mb_10 {margin-bottom: 10px;}
.mb_15 {margin-bottom: 15px !important;}
.mb_24 {margin-bottom: 24px !important;}
.mb_30 {margin-bottom: 30px !important;}

.py_0 {padding-top:0 !important; padding-bottom:0 !important;}
.py_30 {padding-top:30px !important; padding-bottom:30px !important;}

.pb_30 {padding-bottom:30px !important;}

.p_30 {padding:30px !important;}

.view-mo {display: none}

.fc-red {font-weight: 500; color:#df3232;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.ff-Oswald {font-family: "Oswald", sans-serif; font-weight: 500 !important;}

.f-sp-7 {letter-spacing: -0.7px;}

.h4 {font-size:21px !important; font-weight: 700 !important; letter-spacing: -0.53px !important;}

.w-max-860 {max-width: 860px; margin-left: auto; margin-right: auto;}

.top_button {
    position: absolute;
    left:4.2vw;
    top:3.2vw;
    width: 44px;
    height: 44px;
    background: url(/img/btn_back.svg) no-repeat center center / contain;
    text-indent: -99999px;
}
.top_button a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn_red_box {
    width:auto;
    display: inline-block;
    position: relative;
    border-radius: 0;
    padding: 18px 21px 17px 45px;
    color:#DF3232;
    font-size: 19px;
    font-weight: 700;
    border:1px solid #DF3232;
    background-color: #fff;
}
.btn_red_box:hover {
    background-color: #DF3232;
    color:#fff;
}
.btn_red_box:before {
    content:"";
    width:16px;
    height: 12px;
    position: absolute;
    top:50%;
    left:21px;
    transform: translateY(-50%);
    background: url(/img/arrow_red.svg) no-repeat center center / contain;
}
.btn_red_box:hover:before {
    background: url(/img/arrow_white.svg) no-repeat center center / contain;
}

.btn_red_detail {
    width:100%;
    position: relative;
    background-color: #DF3232;
    border-radius: 10px;
    padding: 18px 21px 17px 45px;
    font-size:18px;
    font-weight: 700;
    line-height: 1.2;
    color:#fff;
}
.btn_red_detail:before {
    content:"";
    width:16px;
    height: 16px;
    position: absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
    background: url(/img/arrow_white.svg) no-repeat center center / contain;
}


/* main */

.main_container {
    width:100%;
    height: 100vh;
    background: url(/img/bg.png) no-repeat center center / cover;
    flex-direction: column;
}
.main_container .inner_wrap {max-width: 1372px; width: 100%;}

.top_logo {padding-bottom: 10vh; }
.spon_logo img {margin-left: 30px;}


.main_txt {
    justify-content: space-between;
}
.main_title h3{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.24;
    color:#DF3232;
    margin-bottom: 12px;
}
.main_title h2{
    font-family: 'Oagothic';
    font-size: 74px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: -4.44px;
    color:#DF3232;
    margin-bottom: 36px;
    
}
.main_title p {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1.3;
    color:#414141;
    margin-bottom: 150px;
}

.menu_list {max-width:550px; width:100%}
.menu_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.menu_list li {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: inset 0px 3px 3px #FFFFFF, 0px 3px 6px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    transition: background-color 0s linear 0.5s;
}


.menu_list li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        315deg,   
        #fff 30%,        
        #ffdede 45%,
        #ff8a8a 60%,
        #DF3232 80%
    );
    background-size: 300% 300%;
    background-position: 100% 100%;
    transition: background-position 0.5s ease;
    z-index: 0;
}
.menu_list li:hover::before {
    background-position: 0% 0%;
}

/* 글자 위로 올리기 */
.menu_list li a {
    position: relative;
    z-index: 1;
    display: block;
}

/* 글자 색 변경 */
.menu_list li:hover div,
.menu_list li:hover p {
    color: #fff;
}
.menu_list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:15px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.menu_list .program_number {
    font-family: "Oswald", sans-serif;
    font-size:12px;
    line-height: 1.5;
    color:#DF3232;
}

.menu_list .program_number span{
    font-size:72px;
    line-height: 1.1;
}
.menu_list .program_title {
    font-weight: 500;
    font-size:23px; 
    line-height: 1.3;
    color:#414141;
}
.menu_list .view_more {
    font-size: 14px;
    font-weight: 600;
    color:#B4B4B4;
    text-decoration: underline;
    
}
.menu_list .hover_txt {
    display: none;
    background-color: #DF3232;
    color:#fff;
    font-size:20px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.8px;
    padding:88px 23px 0;
    background-repeat: no-repeat;
    background-position: center 23px;
    position: absolute;
    left: 0; right:0;
    top:0; bottom:0;
}
.menu_list li:nth-child(1) .hover_txt {background-image: url(/img/hover_menu_icon_01.svg);}
.menu_list li:nth-child(2) .hover_txt {background-image: url(/img/hover_menu_icon_02.svg);}
.menu_list li:nth-child(3) .hover_txt {background-image: url(/img/hover_menu_icon_03.svg);}
.menu_list li:nth-child(4) .hover_txt {background-image: url(/img/hover_menu_icon_04.svg);}

.menu_list li:hover .hover_txt {
    display: block;
    transition: all 1s;
}

/* 아래에서 위로 올라가기 시작*/
/*
.menu_list li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #DF3232;
    transition: height 0.4s ease;
    z-index: 0;
}

.menu_list li:hover::before {
    height: 100%;
}
*/
/* 아래에서 위로 올라가기끝 */


#program01, #program02, #program03, #program04 {
    background: #F5F5F5; 
    padding-bottom: 1px; 
}
/* Header */
.header { 
    background: url(/img/bg_header.png) no-repeat center center / cover; 
    text-align: center; 
    height: 230px;
    display: flex; justify-content: center; align-items: center;
}
.subtitle { 
    font-size: 23px; 
    font-weight: 500;
    letter-spacing: -0.69px;
    color: #414141; 
    margin-top: 10px; 
    line-height: 1.3;
}

/* Tab Menu */
.tab-menu { 
    position: relative;
    background: #fff; 
    width:100%; 
    box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.1);
}
.tab-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}

.tab-menu:before,
.tab-menu:after {
    content:"";
    display: block;
    width:100%;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
}
.tab-menu.program01:before,
.tab-menu.program01:after{ display: none;}
.tab-menu.program02:before { top:50%;}
.tab-menu.program02:after { display: none;}
.tab-menu.program03:before { top:33%;}
.tab-menu.program03:after { bottom:33%;}
.tab-menu.program04:before { top:33%;}
.tab-menu.program04:after { bottom:33%;}

.tab-menu .container {
    display: flex; 
    justify-content: center; 
    align-items: center;
    max-width:1336px; 
    width:100%; 
    margin: 0 auto;
}
.tab-menu .container > div:first-child {
    width:20%;
}
.tab-menu .container > div:last-child {
    width:100%; 
    overflow: hidden;
    position: relative;
}
.tab-menu .tab_name {
    color: #DF3232;
    font-size:20px;
    font-weight:700;
    text-align: center;
}

.tab-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.tab-menu li {
    padding: 15px 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    color:#414141;
    position: relative;
    display: flex;
    align-items: center;
}
.tab-menu.program01 li { width:25%;}
.tab-menu.program02 li { width:20%;}
.tab-menu.program03 li { width:25%;}
.tab-menu.program04 li { width:25%;}
.tab-menu li:after {
    content: "";
    display: block;
    position: absolute;
    right:0;
    width:1px;
    height: 18px;
    background-color: #707070;
    top:50%;
    transform: translateY(-50%);
}
.tab-menu.program01 li:nth-child(4n):after { display: none;}
.tab-menu.program02 li:nth-child(5n):after { display: none;}
.tab-menu.program03 li:nth-child(4n):after { display: none;}
.tab-menu.program04 li:nth-child(4n):after { display: none;}


.tab-menu li a {
    display: block;
    width:100%;
    /*height: 100%;*/
    text-align: center;
}
.tab-menu li.active {
}
.tab-menu li.active a { 
    color: #DF3232;
    font-weight:700;
}



/* swipter */
.swiper-button-next {
    background: url(/img/arrow_right.png) no-repeat center center / contain;
}
.swiper-button-prev {
    background: url(/img/arrow_left.png) no-repeat center center / contain;
}
.card-header .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.card-header .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
/* swipter */
.swiper-button-next.red_arrow {
    background: url(/img/arrow_right_red.png) no-repeat center center / contain;
    width:13px;
    z-index: 10;
}
.swiper-button-prev.red_arrow {
    background: url(/img/arrow_left_red.png) no-repeat center center / contain;
    width:13px;
    z-index: 10;
}

/* Project Card */
.container section.project-card:first-of-type {
    margin-top: 130px;
}
.project-card { 
    background: #fff; 
    margin-bottom: 130px; 
    padding: 30px 0 6px;
    border-radius: 20px; 
    box-shadow: 3px 8px 30px rgba(0,0,0,0.1); 
}
.card-header {
    display: flex;
    gap: 42px;
    margin: 0 30px 4px;
}

.card-header h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1.15px;
    color:#DF3232;
    margin-top: 14px;
}
.image-gallery {
    max-width: 720px;
    overflow: hidden;
    position: relative;
    width:57%;
}
.project-info {
    flex-direction: column;
    width: calc(43% - 42px);
}
.category {
    color: #AFAFAF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.info-list {
    list-style: none;
    margin: 20px 0;
    padding-top: 20px;
}
.info-list li {
    font-size: 20px;
    border-bottom: 2px solid #e3e3e3;
    padding:16px 0;
    letter-spacing: -0.53px;
    position: relative;
}
.info-list strong {
    width: 81px;
    display: inline-block;
    color: #DF3232;
}
#program02 .info-list strong { width: 124px;}

.btn-detail { 
    display: inline-block;
    padding: 19px 34px 18px 16px; 
    color: #DF3232; 
    font-weight: bold; 
    cursor: pointer; 
    font-size:18px; 
    position: relative;
    border: none;
    width: fit-content;
    background-color: #fff;
}
.btn-detail:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
    background:url(/img/ico_view_more.svg) no-repeat center center / contain;
}
.btn-detail.active:after {
    background:url(/img/ico_view_more_close.svg) no-repeat center center / contain;
}

/* card-body */
.card-body {
    /*margin-top: 30px;*/ 
    margin-top: 1px; 
    padding-top:17px; 
    display: none;
    position: relative;
    /*
    background: url(/img/bg_right_graphic.png) no-repeat right bottom 258px;
    */
}
.card-body:before {
    content:"";
    display: block;
    position: absolute;
    left:30px; right: 30px; top:0;
    height: 1px;
    background-color: #DF3232;
}
.info-row:nth-child(odd) {
    background-color: transparent;
}
.info-row:nth-child(even) {
    background-color: rgba(150, 150, 150, 0.1);
}
.info-row {
    padding:70px 93px;
    display: flex;
    flex-wrap: nowrap;
}
.info-row h3 {
    width:33%;
    font-weight: 600; 
    font-size: 30px; 
    line-height: 1.5; 
    color:#000000; 
}

.info-row h4 {
    font-weight: 700; 
    font-size: 24px; 
    line-height: 1.3; 
    letter-spacing: -0.6px;
    color:#DF3232;
    margin-bottom: 5px;
}
.info-row > div,
.info-row > ul {width:67%;}

.info-row li,
.info-row p {
    font-size:20px; 
    font-weight: 400; 
    color:#414141; 
    padding:7px 0; 
    line-height: 1.6;
    letter-spacing: -0.5px;
    position: relative;
}

p.list_dot, .list_dot li {padding-left:14px !important;}
p.list_dot:before, .list_dot li:before {
    content:"•";
    position: absolute;
    left:0;
    top:0;
    color:#DF3232; 
    padding-top: inherit;
}
.dashed_bar {
    border-bottom: 1px dashed #414141;
    margin: 20px 0 ;
}
.dashed_bar + h4 {
    padding-top: 10px;
}
.list_under_dash {
    border-bottom: 1px dashed #414141;
}


.info-row li li {
    font-size:20px; 
    font-weight: 400; 
    color:#414141; 
    padding:3px 0 3px 15px; 
    border-bottom: 0;  
    line-height: 1.4;
    position: relative;
}
.info-row li li:before {
    content: "-";
    position: absolute;
    left:0;
    top:2px;
    color:#414141; 
}
.person-profiles {
    background: url(/img/bg_left_graphic.png?v=1) no-repeat left center;
}
.person-profiles .profile {
    display: flex;
    align-items: center;
    gap: 34px;
    border-radius: 10px 10px 40px 10px;
    border:1px solid #DF3232;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    padding:25px 29px;
    margin-bottom: 24px;
}
.person-profiles .profile img {
    border-radius: 10px;
}
.person-profiles .profile p {
    font-size: 18px;
    color: #8C8C8C;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
}
.person-profiles .profile strong { 
    font-size: 32px; 
    color: #DF3232; 
    line-height: 1.2;
    margin: 8px 0 15px;
    display: block;
}
.person-profiles .profile li {
    border:none; 
    line-height: 1.5; 
    position: relative; 
    padding:0 0 0 12px;
    word-break: keep-all;
    font-size: 20px;
}
.person-profiles .profile li:before {
    content:"•";
    position: absolute;
    left:0;
    top:0;
    color:#414141;
}

/* Program Contents Section */
.program-contents {
    padding: 110px 0 195px;
    text-align: center;
    background-color: #fff;
    /*background: #fff url(/img/bg_program_contents2.png) no-repeat center bottom 107px;*/
}
.section-title {
    /*font-family: "Aboreto", system-ui;*/
    font-family: "Roboto Condensed", sans-serif;
    font-size: 65px;
    letter-spacing: -1.25px;
    color: #d32f2f;
    margin-bottom: 80px;
    font-weight: 400;
}
.item-title {
    text-align: center;
    margin: 110px 0 130px !important;
    
}
.info-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    text-align: left;
}

.btn_close {
    display: block;
    margin: 35px auto 24px;
    width:46px;
    height: 46px;
    background: url(/img/btn_closed.svg) no-repeat center center / contain;
}
.btn_close:hover {
    background: url(/img/btn_closed_hover.svg) no-repeat center center / contain;
}

        
/* 기본 스타일 */
.overview-section {
    margin: 130px auto 0;
    font-family: 'Pretendard', sans-serif;
    color: #333;
}

/* 제목 스타일 */
.main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color:#414141;
    margin-bottom: 80px;
}
.main-title .icon {
    width: 40px;
    height: 25px;
    background: url(/img/ico_title.png) no-repeat center center / contain;
    margin-right: 10px;
}
h4.sub-title {
    font-size:24px;
    line-height: 1.2;
    font-weight: 700;
    color:#000;
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #414141;*/
    text-align: left;
}
.sub-caption { font-size: 16px;}
.round-txt {
    padding:2px 15px; 
    background-color: #DF3232;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
}
.round-oblique-txt {
    padding:18px 0; 
    background: url(/img/bg_oblique_line_box.png);
    color: #000000;
    text-align: center;
    display: block;
    font-size: 21px;
    border-radius: 30px;
    margin-bottom: 10px;
    border: 1px solid #b6b6b6;
}
.round-pink-txt {
    padding:18px 0; 
    background-color: #FFF0F0;
    color: #414141;
    text-align: center;
    display: block;
    font-size: 21px;
    border-radius: 30px;
    margin-bottom: 10px;
    border: 1px solid #DF3232;
}
.step-txt {
    margin-top: -20px;
}
.step-txt p {
    display: inline-block;
    padding:6px 11px;
    background-color:#FFEBEB;
    color:#DF3232;
    border-radius: 20px;
    margin: 19px 0 12px;
    font-size: 17px;
    font-weight: bold;
}

/* 상단 사업목적 박스 */
.purpose-box {
    background: #fff;
    font-size:21px;
    padding: 17px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    background-color: #fff;
    border:1px solid #EDEDED;
    border-radius: 20px;
    width:100%;
    text-align: center;
}
.purpose-list {
    list-style: none;
    /*padding: 5px;*/
    /*background-color: #939598;
    border-radius: 100px;
    */
}
.purpose-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 30px 0;*/
    /*
    border: 1px solid #fff;
    background-color: #939598;
    */
    font-size: 26px;
    font-weight: 700;
    color:#DF3232;
    letter-spacing: -0.78px;
    line-height: 1.42;
    /*border-radius: 100px;*/
    text-align: center;
}
.purpose-list .num {
    font-family: "Oswald", sans-serif;
    color: #DF3232;
    font-size:24px;
    font-weight: 500;
    margin-right: 14px;
}

/* 하단 2칸 그리드 */
.info-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 23px;
    margin-bottom: 20px;
}
/* 하단 2칸 그리드 */
.info-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px;
    margin-bottom: 22px;
}
/* 하단 3칸 그리드 */
.info-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}
/* 하단 4칸 그리드 */
.info-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}
div.round-line-card,
.round-line-card > li{
    padding:22px;
    border:1px solid #df3232;
    border-radius: 10px 10px 40px 10px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.info-card {
    background: #fff;
    padding: 20px 32px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    min-height: 185px;
    border:1px solid #EDEDED;
}
.info-card .content,
.process-card .content,
.process-info-card .content{
    font-size: 21px;
    line-height: 1.3;
    color: #414141;
    text-align: left;
    margin-top: 30px;
}
.process-card .content{
    margin-top: 20px;
}

.info-card .content li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 3px;
}
.info-card .content li:before {
    content: "•";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #DF3232;
    line-height: 1.2;
}


        
/* 추진일정 섹션 전체 */
.schedule-section {
    margin: 200px auto 0;
    text-align: center;
}

/* 상단 카드 레이아웃 */
.process-list-main ul { position: relative; /*width: 1220px;*/ margin: 0 auto 90px; display: flex; justify-content: center;} 
.process-list-main ul>li { position: relative; /*float: left;*/ text-align: center; } 
.process-list-main ul>li:last-of-type:after { display: none; } 
.process-list-main ul>li .list {  position: relative; border-radius: 50%; width:250px; aspect-ratio: 1 / 1; margin-left: -20px;    display: flex; justify-content: center; align-items: center;flex-direction: column; font-size: 23px;
    font-weight: 600;} 
.process-list-main ul>li:first-child .list {margin-left: 0;} 
.process-list-main ul>li:nth-child(odd) .list {background-color: #DF3232; color: #fff; z-index: 1;} 
.process-list-main ul>li:nth-child(even) .list {background: url(/img/bg_oblique_line.png) no-repeat center center / cover; color: #414141; z-index: 2;} 
 
.process-list-main ul>li .list span.num { display: block; font-family: "Oswald", sans-serif; text-align: center; font-size:32px; font-weight: 400; letter-spacing: -0.8px;} 
.process-list-main ul>li .list span.num:after {content:""; display: block; width:30px; height: 3px; margin: 0 auto 20px;}
.process-list-main ul>li:nth-child(odd) .list span.num:after {background-color: #fff;} 
.process-list-main ul>li:nth-child(even) .list span.num:after {background-color: #414141} 
.process-list-main ul>li .list .bar {
    display: block;
    margin: 3px auto 5px;
    width:1px;
    height: 15px;
    background-color: #fff;
}
.process-list-main ul>li .list > div {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.54px;
    height:43px;
}
@media screen and (max-width: 960px){
    .process-list-main { margin-top: 0; } 
}
@media screen and (max-width: 768px){
    .process-list-main ul>li .list p {margin-bottom:0}
}

.process-container-wrap {position: relative;}
.process-line {
    width:100%; height: 1px;
    background-color: #DF3232;
    position: absolute;
    left:0;
    top:50%;
    z-index: 0;
}
.process-line-2 {
    width:100%; height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
}

.process-line-2:before {
    content: "";
    width:100%; height: 1px;
    position: absolute;
    left:0;
    top:23.3%;
    z-index: 0;
    background-color: #DF3232;
}
.process-line-2:after {
    content: "";
    width:100%; height: 1px;
    position: absolute;
    left:0;
    bottom:23.3%;
    z-index: 0;
    background-color: #DF3232;
}

.process-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}


.process-card {
    width: 240px;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 20px;
    border:1px solid #EDEDED;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    padding:20px 10px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.process-box-card {
    background: #fff;
    border:1px solid #EDEDED;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding:20px 10px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
}
.process-info-card {
    background: #fff;
    border-radius: 20px;
    padding:28px 10px;
    text-align: center;
}
.process-info-card .card-top {
    border-bottom: 2px solid #e24343;
    
}
.card-top { 
    display: inline-block;
    color: #DF3232; 
    padding: 0 3px; 
    font-weight: bold; 
    font-size: 22px; 
}
.process-box-card .card-top { 
    color:#000;
}

.card-mid { 
    padding: 8px 0; 
    font-size:18px;
    font-weight: 600;
    color:#000000;
}
.card-bottom { 
    padding: 18px 10px 0;
    font-size: 16px; 
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #414141;
    display: flex; 
    align-items: center; 
    justify-content: center;
    word-break: keep-all;
}
.process-card .card-bottom { padding:0;}
.process-info-card .card-bottom { font-size: 20px; }
.min-h-55 {min-height: 55px;}
.min-h-72 {min-height: 72px;}
.min-h-90 {min-height: 90px;}
.min-h-120 {min-height: 120px;}


.process-container .process-card {
    background-repeat: no-repeat;
    background-position: center 52%;
}
#program02 .process-container .process-card {
    padding-top:36px;
    background-position: center 68%;
}

#program01 .process-container .process-card:nth-child(1) {
    background-image: url(/img/process_icon_01_01.svg);
}
#program01 .process-container .process-card:nth-child(2) {
    background-image: url(/img/process_icon_01_02.svg);
}
#program01 .process-container .process-card:nth-child(3) {
    background-image: url(/img/process_icon_01_03.svg);
}
#program01 .process-container .process-card:nth-child(4) {
    background-image: url(/img/process_icon_01_04.svg);
}
#program01 .process-container .process-card:nth-child(5) {
    background-image: url(/img/process_icon_01_05.svg);
}
#program02 .process-container .process-card:nth-child(1) {
    background-image: url(/img/process_icon_02_01.svg);
}
#program02 .process-container .process-card:nth-child(2) {
    background-image: url(/img/process_icon_02_02.svg);
}
#program02 .process-container .process-card:nth-child(3) {
    background-image: url(/img/process_icon_02_03.svg);
}
#program02 .process-container .process-card:nth-child(4) {
    background-image: url(/img/process_icon_02_04.svg);
}
#program02 .process-container .process-card:nth-child(5) {
    background-image: url(/img/process_icon_02_05.svg);
}
#program02 .process-container .process-card:nth-child(6) {
    background-image: url(/img/process_icon_02_06.svg);
}
#program02 .process-container .process-card:nth-child(7) {
    background-image: url(/img/process_icon_02_07.svg);
}
#program02 .process-container .process-card:nth-child(8) {
    background-image: url(/img/process_icon_02_08.svg);
}
#program02 .process-container .process-card:nth-child(9) {
    background-image: url(/img/process_icon_02_09.svg);
}
#program02 .process-container .process-card:nth-child(10) {
    background-image: url(/img/process_icon_02_10.svg);
}
#program03 .process-container .process-card:nth-child(1) {
    background-image: url(/img/process_icon_03_01.svg);
}
#program03 .process-container .process-card:nth-child(2) {
    background-image: url(/img/process_icon_03_02.svg);
    background-size: 80px;
}
#program03 .process-container .process-card:nth-child(3) {
    background-image: url(/img/process_icon_03_03.svg);
    background-size: 135px;
}
#program03 .process-container .process-card:nth-child(4) {
    background-image: url(/img/process_icon_03_04.svg);
    background-size: 94px;
}
#program03 .process-container .process-card:nth-child(5) {
    background-image: url(/img/process_icon_03_05.svg);
    background-size: 117px;
}
#program04 .process-container .process-card:nth-child(1) {
    background-image: url(/img/process_icon_04_01.svg);
}
#program04 .process-container .process-card:nth-child(2) {
    background-image: url(/img/process_icon_04_02.svg);
}
#program04 .process-container .process-card:nth-child(3) {
    background-image: url(/img/process_icon_04_03.svg);
}
#program04 .process-container .process-card:nth-child(4) {
    background-image: url(/img/process_icon_04_04.svg);
}
#program04 .process-container .process-card:nth-child(5) {
    background-image: url(/img/process_icon_04_05.svg);
}

.card-bottom ul {
    width: 100%;
}
.card-bottom li {
    text-align: left;
    padding-left: 17px;
    padding-bottom: 4px;
    position: relative;
}
.card-bottom li:before {
    content:"•";
    display: block;
    position: absolute;
    left:0;
    top:0;
    color:#DF3232;
}

/* 화살표 아이콘 */
.arrow {
    width: 14px;
    height: 14px;
    border-top: 2px solid #e63946;
    border-right: 2px solid #e63946;
    transform: rotate(45deg);
    margin: 0 10px;
}

/* 하단 타임라인 레이아웃 */
.timeline-container {
    position: relative;
    margin-top: 80px;
    padding-top: 36px;
}

.timeline-line {
    position: absolute;
    top: 43px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #E42B23;
}
.timeline-line.step10 {
    left: 5%;
    right: 5%;
}

.timeline-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    counter-reset: item; /* 카운터 초기화 */
}

.step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    counter-increment: item;
    position: relative;
}
.step-item:before {
    font-family: "Bebas Neue", sans-serif;
    content: counter(item, decimal-leading-zero);
    display: block;
    position: absolute;
    top:-29px;
    font-size: 24px;
    line-height: 1.2;
    color:#414141;
}

.step-num {
    background: #fff;
    border: 2px solid #DF3232;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.step-item p { 
    font-size: 22px; 
    font-weight: 500; 
    letter-spacing: -0.66px;
    margin-bottom: 8px; 
}
.step10 .step-item p {
    font-size: 18px;
}
.tag.outline {
    color: #E42B23;
    border: 1px solid #E42B23;
    padding: 12px 16px;
    border-radius: 23px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
}
.tag.outline.small {
    padding: 7px 14px 6px;
    font-size: 16px;
}
.process-grid2-container{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:10px;
}
.process-grid2-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
}
.process-info-grid2-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
    padding: 10px;
    background-color: #DF3232;
    border-radius: 25px;
}
.process-grid3-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
}
.process-info-grid3-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
    padding: 10px;
    background-color: #DF3232;
    border-radius: 25px;
}

.support-type-section,
.support-section,
.key-business-section {
    margin: 200px auto 0;
    text-align: center;
}


.support-img-grid-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 30px auto 0;
}

.support-img {
    width:calc(33.3% - 7px);
    text-align: center;
}
.support-img p {
    font-size:18px;
    line-height: 1.3;
    padding:5px;
}
.support-img img {width:100%}


.circle-container {
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 50px;
    background-image: url(/img/bg_oblique_line2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 83.4%;
    padding: 15px;
    max-width: 802px;
    border-radius: 200px;
    margin:  0 auto;
}
.circle-container.out-line {
    border:1px dashed #DF3232;
    background-color: #fff;
}
.circle-item {
    max-width: 241px;
    width: 33.3%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #DF3232;
    padding: 10px;
    word-break: keep-all;
    
    flex: 0 0 33.3%; 
    box-sizing: border-box;
    height: auto !important; 
    overflow: hidden;
    
}
.circle-item > div{
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-sizing: border-box;
    
    /*border: 1px solid #fff;*/
    background: #DF3232;
    color:#fff;
    font-size: 20px;
    line-height: 1.4;
    padding: 12px;
}
#program02 .circle-item > div {
    font-size:18px;
}
.circle-item .title-c-item {
    padding:30px 20px;
    flex-direction: column;
    justify-content: space-between;
}
.circle-item .title-c-item p {
    display: flex;
    align-items: center;
    height: 82%;
    /*flex-grow: 1;*/
}
.circle-item .c-title {
    background-color: #fff;
    padding:2px 20px;
    color:#df3232;
    border-radius: 30px;
    font-weight: 600;
    font-size:20px;
}

.connector-line {
  position: relative;
  width: 100%;
  height: 60px; /* 선의 높이 */
}

/* 세로선 */
.connector-line::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  width: 1px; height: 30px;
  background: #e24343;
}

/* 가로선 */
.connector-line::after {
  content: '';
  position: absolute;
  top: 30px; left: 10%; right: 10%;
  height: 1px;
  background: #e24343;
}

.line-wrapper {
  width: 100%;
  height: 60px; /* 선이 그려질 높이 공간 */
  margin: 20px 0;
}

.svg-line {
  width: 100%;
  height: 100%;
}

.card-container {
  gap: 32px;
  position: relative;
  margin-top: 100px; /* 선이 그려질 충분한 공간 확보 */
}
.card-container.grid3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.card-container.grid4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.card-container:before {
    content: "";
    display: block;
    position: absolute;
    left:50%;
    top: -86px;
    width: 1px;
    height: 50px;
    /* background-color: #e24343; */
    border-right: 1px dashed #e24343;
}
.mt_110.card-container:before {
    top: -110px;
}
/* 모든 선의 공통 출발점 설정 */
.line-group {
    position: absolute;
    left:50%;
    top:0;
}
.line-group .line {
  position: absolute;
  top: -60px; /* T자 가로선 위치 */
  left: 50%;
  width: 1px;
  border-right: 1px dashed #e24343;
  /* background-color: #e24343; */
  transform-origin: top; /* 위쪽 끝을 기준으로 회전 */
  z-index: -1;
}

.l1 { 
  transform: rotate(83deg); 
  height: 600px; /* 사선은 수직보다 길어야 하므로 높이를 키움 */
}
.l2 { 
  transform: rotate(70deg); 
  height: 200px; 
}
.l3 { 
  transform: rotate(-70deg); /* 반대 방향은 마이너스 각도 */
  height: 200px; 
}
.l4 { 
  transform: rotate(-83deg); 
  height: 600px; 
}

.l3-1 { 
  transform: rotate(82deg); 
  height: 500px; /* 사선은 수직보다 길어야 하므로 높이를 키움 */
}
.l3-2 { 
  transform: rotate(0deg); 
  height: 200px; 
}
.l3-3 { 
  transform: rotate(-82deg); /* 반대 방향은 마이너스 각도 */
  height: 500px; 
}

.line-group-box {
    position: absolute;
    left:50%;
    top:-34px;
    transform: translateX(-50%);
    /*right:16.65%;*/
    height: 80px;
    /*background-color: #df3232;*/
    max-width: 802px;
    width:63%;
    border-radius: 33px 33px 0 0;
    border: 1px dashed #df3232;
    border-width: 1px 1px 0 1px;
}
.line-group-box .line {
    position: absolute;
    top: 0; /* T자 가로선 위치 */
    width: 1px;
    height: 80px;
    border-right: 1px dashed #e24343;
  /* background-color: #e24343; */
    transform-origin: top; /* 위쪽 끝을 기준으로 회전 */
    z-index: -1;
}
.sl3-1 { 
    left:0;
    display: none;
}
.sl3-2 { 
    left:50.1%;
}
.sl3-3 { 
    right: 0;
    display: none;
}

.card-container .card {
    border:1px solid #EDEDED;
    border-radius: 20px;
    background-color: #fff;
    font-size: 21px;
    text-align: center;
    padding:15px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    
}
.card-title {
  display: inline-block;
  color: #e24343;
  font-weight: bold;
  border-bottom: 2px solid #e24343;
  margin-bottom: 16px;
  padding-bottom: 2px;
}
.card p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.33;
}
.card p span {
    display: block;
    color:#6E6E6E;
    font-size: 18px;
    letter-spacing: -0.45px;
}

/* Footer */
.footer { background-color: #414141; padding: 60px 0; text-align: center; }
.footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* top button */
.transparent {
    color: transparent;
    font-size: 0;
}
.gotop_wrap {
    width: 60px;
    display: inline-block;
    position: fixed;
    bottom: 5vh;
    right: 3vw;
    z-index: 999;
    display: none;
}
.home {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    background-image: url(/img/btn_home.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gotop {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    background-image: url(/img/TOP.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* 반응형 대응 */

@media (max-width: 1600px) {
    .main_container .inner_wrap,
    .inner_wrap {width:90%; margin-left:auto; margin-right:auto;}
    
    .main_title h2 {font-size: 65px;}
    .main_title p { margin-bottom: 90px;}
    .menu_list { max-width: 470px;}
    .menu_list .program_number {line-height: 1.0;}
    .menu_list .program_number span {font-size: 60px;}
    .menu_list .program_title { font-size: 20px;}
    .menu_list .view_more { font-size: 12px;}
    .menu_list .hover_txt {font-size: 16px;}
    
}

@media (max-width: 1400px) {
    .enter_1400 {display: block;}
    
    .tab-menu li { font-size: 18px;}

    .main_title h2 {font-size: 60px;}
    .main_title p { margin-bottom: 70px;}
    .menu_list { max-width: 420px;}
    .menu_list .program_number {line-height: 1.0;}
    .menu_list .program_number span {font-size: 60px;}
    .menu_list .program_title { font-size: 18px;}
    .menu_list .view_more { font-size: 12px;}
    .menu_list .hover_txt {padding: 72px 17px 0; background-position: center 16px;}
    .menu_list .hover_txt br {display: none;}
    
    /*.circle-container {max-width: 760px;}*/
    
    .gap_mid_15 {gap:15px;}
    
    .info-row { padding: 60px;}
    .info-row h3 {font-size: 24px;}
    .info-row li, .info-row p {font-size: 18px;}
    .info-row li li {font-size: 17px;}
    .info-row li br {display: none;}
    .person-profiles .profile strong { font-size: 24px;}
    .person-profiles .profile li { font-size: 16px;}
    .person-profiles .profile li:before {font-size: 16px;}
    .person-profiles .profile p {font-size: 18px;}
    
    
    .card-header h2 {font-size: 42px;}
    .info-list strong {position: absolute; left:0; top:16px;}
    .info-list li {padding:16px 0 16px 81px; font-size: 18px;}
    #program02 .info-list li {padding: 16px 0 16px 117px;}
    .info-card {min-height: auto;}
    .info-card .content,
    .process-card .content {font-size: 16px; margin-top: 20px;}
    .process-info-card .content {font-size: 16px; margin-top: 20px;}
    .info-card .content li {padding-left: 13px;}
    .sub-caption {font-size: 14px;}
    h4.sub-title { padding-bottom: 12px;}
    .purpose-box {font-size: 18px; width:80%;}
    .purpose-list li {padding: 18px 0; font-size: 18px;}
    .step-item p { font-size: 18px;}
    
    .process-card { padding: 6px;}
    .process-info-card { padding: 6px;}
    .card-top {padding: 8px 0; font-size: 18px;}
    .card-mid { padding: 5px 0;}
    .card-bottom {padding: 15px 5px 8px; font-size: 16px; min-height: 71px;}
    .card-bottom li { padding-left: 14px;}
    .arrow {margin: 0 5px 0 0;}
    .tag.outline {padding: 8px 10px; font-size: 16px; border-radius: 20px;}
    
    .circle-item > div {font-size: 18px;}
    #program02 .circle-item > div {font-size:16px;}
    .circle-item .c-title {font-size:18px;}
    
    .l1 {transform: rotate(82deg); height: 500px;}
    .l2 {transform: rotate(69deg); height: 200px;}
    .l3 {transform: rotate(-69deg); height: 200px;}
    .l4 {transform: rotate(-82deg); height: 500px;}
    .l3-1 {transform: rotate(81deg); height: 500px;}
    .l3-3 {transform: rotate(-81deg); height: 500px;}
    .card-container .card {font-size: 18px;}
    .card p span { font-size: 15px;}
    .process-list-main ul>li .list {width: 230px; font-size: 20px;}
    .process-list-main ul>li .list span.num { font-size: 28px;}
    .process-list-main ul>li .list > div {font-size: 16px; height: 40px;}
    
    .process-card { width: 210px;}
    .process-container .process-card {background-size: 30%;}
    #program02 .process-container .process-card {padding-top: 20px;}
    #program01 .process-container .process-card:nth-child(2) {background-size: 24%;}
    #program01 .process-container .process-card:nth-child(4) {background-size: 35%;}
    #program02 .process-container .process-card:nth-child(2) {background-size: 24%;}
    #program02 .process-container .process-card:nth-child(4) {background-size: 40%;}
    #program02 .process-container .process-card:nth-child(6) {background-size: 38%;}
    #program02 .process-container .process-card:nth-child(9) {background-size: 40%;}
    #program03 .process-container .process-card:nth-child(2) {background-size: 30%;}
    #program03 .process-container .process-card:nth-child(3) {background-size: 48%;}
    #program03 .process-container .process-card:nth-child(4) {background-size: 30%;}
    #program03 .process-container .process-card:nth-child(5) {background-size: 48%;}
    #program04 .process-container .process-card:nth-child(2) {background-size: 24%;}
    #program04 .process-container .process-card:nth-child(4) {background-size: 35%;}
    
}

@media (max-width: 1200px) {
    
    .enter_1400 {display: none;}
    .enter_1200 {display: block;}
    
    .main-title {margin-bottom: 50px;}
    
    .project-info h2 br {display: none;}
    .program-contents {background-size: 150%; background-position: center 60vw;}
    
    .section-title {font-size: 52px;}
    .process-card {width: 19%;}

    .l1 {transform: rotate(80deg);height: 400px;}
    .l2 {transform: rotate(62deg);height: 150px;}
    .l3 {transform: rotate(-62deg);height: 150px;}
    .l4 {transform: rotate(-80deg);height: 400px;}
    .l3-1 {transform: rotate(81deg); height: 400px;}
    .l3-3 {transform: rotate(-81deg); height: 400px;}
    
    .card-top {padding: 8px 0 4px; margin-bottom: 10px;}
    .card-mid {padding: 0 0 5px;}
    
    .process-info-card .card-bottom {font-size: 16px;}
    
    .process-list-main ul>li .list {width: 210px;}
    
}

@media (max-width: 1024px) {
    
    .enter_1200 {display: none;}
    
    .view-pc {display: none;}
    .view-mo {display: block;}
    
    .gap_m_20 { gap:20px !important;}
    
    .program-contents {background-position: center 80vw;}
    
    .main_container {height: auto; margin: 4vh 0 6vh}
    .main_txt {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .main_title p {margin-bottom: 30px;}
    .menu_list {
        max-width: none;
        width: 80%;
        margin-top: 30px;
    }
    .menu_list .hover_txt {
        padding: 50% 20px 0;
        background-position: center 5vw;
        background-size: 30%;
        font-size: 20px;
    }
    .menu_list li:nth-child(4) .hover_txt {background-size: auto 28%;}
    
    .menu_list .hover_txt br {display: block;}
    
    .card-header {flex-wrap: wrap;}
    .image-gallery { width:100%;  max-width: 100%;}
    .image-gallery img {width:100%;}
    .project-info { width:100%;}
    
    .card-header h2 {font-size: 42px;}
    .info-list li {font-size: 16px;}
    .info-card {min-height: auto;}
    .info-card .content br {display: none;}
    .sub-caption {display: block;}
    h4.sub-title { padding-bottom: 12px;}
    .purpose-box {font-size: 16px;}
    .purpose-list li {padding: 18px ; font-size: 16px;}
    .step-item:before {font-size: 20px;}
    .step-item p { font-size: 16px;}
    
    /*.person-profiles {flex-wrap: wrap; gap: 30px; padding: 20px 0;}*/
    .person-profiles .profile { flex: none;  width: 100%;}
        
    .process-card { padding: 6px;}
    .process-info-card { padding: 6px;}
    .card-top {padding: 8px 0 4px; margin-bottom: 0;}

    .process-info-card .card-mid {padding:5px 0;}
    .card-bottom {padding: 15px 5px 8px; font-size: 16px; min-height: 62px;}
    .card-bottom li {padding-left: 12px;}
    .arrow {margin: 0 5px 0 0;}
    .tag.outline {padding: 8px 10px; font-size: 14px;}
    .tag.outline.small {padding: 5px 12px; font-size: 14px;}
    .round-txt {font-size: 14px;}
    
    .support-img p {font-size:14px;}
    
    .circle-item > div {font-size: 16px; }
    #program02 .circle-item > div { font-size:14px;}
    .circle-item .c-title {font-size:16px;}
    
    .info-grid-1 .flex_contain,
    .info-grid-2 .flex_contain,
    .info-grid-3 .flex_contain { display: block; padding: 20px;}
    
    .support-type-section, .support-section, .key-business-section {margin: 100px auto 0;}
    
    .info-row h4 { font-size: 20px;}
    
    
}

@media (max-width: 990px) {
    .mb_m_0 {margin-bottom: 0 !important;}
    
    .tab-menu .container > div:last-child { width: 100%;}
    .tab-menu li {font-size: 18px;}
    
    .card-container { grid-template-columns: repeat(2, 1fr);}
    .card-container.grid4 { grid-template-columns: repeat(2, 1fr);}
    
    .l1, .l4 {display: none;}
    .l3-1 {transform: rotate(78deg); height: 300px;}
    .l3-3 {transform: rotate(-78deg); height: 300px;}
    
    .process-list-main ul {flex-wrap: wrap;}
    .main_container .inner_wrap, .inner_wrap {flex-wrap: wrap; justify-content: center; gap: 20px 20px;}
    .process-line {display: none;}
    .process-line-2 {display: none;}
    
    .process-card {width: 28%;}
    #program02 .process-card:nth-child(3) .card-top {padding: 8px;}
    
    .info-row {flex-wrap: wrap; padding: 60px 30px;}
    .info-row h3 {width: 100%; margin-bottom: 20px;}
    .info-row > div, .info-row > ul { width: 100%;}
}
@media (max-width: 768px) {
    .enter_768 {display:block;}
    
    .pb_m_15 {padding-bottom: 15px !important;}
    .mb_m_5 { margin-bottom: 5px !important;}
    .mt_m_40 {margin-top: 40px !important;}
    
    .section-title {font-size: 42px; line-height: 1.1;}
    .main-title {font-size: 28px;}
    
    /*.program-contents{background: #fff url(/img/bg_program_contents2_m.png) no-repeat center center; background-size: 130%;}*/
        
    .main_container .inner_wrap {margin: 4vh 0 10vh;}
    .main_title h2 {font-size: 38px; margin-bottom: 14px;}
    .main_title p {font-size: 14px;}
    
    .round-oblique-txt {font-size: 16px;}
    .round-pink-txt {font-size: 16px;}
    
        
    .btn_red_box {border-radius: 8px; padding: 12px 21px 12px 45px; font-size: 14px;}
        
    .menu_list { width: 100%;}
    .menu_list li { border-radius: 19px;}
    .menu_list li a { gap: 10px;}
    .menu_list .program_number {font-size: 9px;}
    .menu_list .program_number span {font-size: 40px; line-height: 1.0;}
    .menu_list .program_title {font-size: 15px;}
    .menu_list .view_more {font-size: 10px; }
    
    .subtitle {font-size: 18px;}
    
    /*
    .tab-menu .container > div:first-child {width:30%;}
    .tab-menu .container > div:last-child {width:70%; overflow: hidden;}
    */
    .tab-menu li { 
        width:33%;
        min-height: 60px;
        padding:0;
        display: flex;
        align-items: center;
    }
    
    .tab-menu.program02 li {width: 33%;}
    .tab-menu.program02 li:nth-child(n+7) {width: 25%;}
    .tab-menu.program02 li:nth-child(5n):after { display: block;}
    .tab-menu.program02 li:nth-child(3):after { display: none;}
    .tab-menu.program02 li:nth-child(6):after { display: none;}
    .tab-menu.program02 li:nth-child(10):after { display: none;}
    .tab-menu.program02:before {top: 33%;}
    .tab-menu.program02:after {display: block; bottom: 33%;}
    
    .l3-1 {transform: rotate(75deg); height: 260px;}
    .l3-2 {height: 90px;}
    .l3-3 {transform: rotate(-75deg); height: 260px;}
    
    .container section.project-card:first-of-type {margin-top: 80px;}
    .category { font-size: 14px;}
    .project-card { padding: 20px 0 6px; margin-bottom: 80px;}
    .card-header{margin: 0 20px 4px;}
    .card-body:before {left: 20px; right: 20px;}
    
    .info-row {padding: 60px 20px;}
    .btn-detail { font-size: 16px;}
    /*
    .btn-detail:after { width: 10px; height: 10px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; top: 42%;}
*/
    .overview-section {margin: 80px auto 0;}
    
    .card-header h2 {font-size: 36px;}
    .process-container { flex-direction: column; }
    .arrow { transform: rotate(135deg); margin: 15px 0; }
    
    .timeline-container { padding-top: 0;}
    .timeline-line,
    .timeline-line.step10 {
        left: 50%;
        right: auto;
        height: 100%;
        top: 0;
        width: 2px;
    }
    .timeline-steps { flex-direction: column; gap: 30px; }
    .step-item {margin-bottom: 30px; padding-bottom: 10px; background-color: #F5F5F5;}
    .step10 .step-item {margin-bottom: 0;}
    .step-item:last-child {margin-bottom: 0;}
    .step-item:before { top: 16px;}
    .step-item p {margin-top: 24px; font-size: 18px; line-height: 1.5;}
    .step10 .step-item p br {display: none;}

    .info-grid-4 { grid-template-columns: repeat(2, 1fr);}
    .info-grid-3 { grid-template-columns: repeat(1, 1fr);}
    .info-row h3 {font-size: 18px;}
    .info-list li { padding: 16px 0 16px 100px; }
    
    .process-line {display: block; width: 1px; height: 100%; top: 0; left: 50%;}
    .process-line-2 {display: block; width: 1px; height: 100%; top: 0; left: 50%; background-color: #df3232;}
    .process-line-2:before, .process-line-2:after {display: none;}
    .process-card {padding: 10px;}
    .process-info-card {padding: 10px;}
    .process-container .process-card {width: 60%; max-width: 220px;}
    .card-top {padding: 4px 7px; font-size: 18px;}
    #program02 .process-card:nth-child(3) .card-top {padding: 4px 7px;}
    
    .process-grid2-container {grid-template-columns: repeat(1, 1fr);}
    .process-info-grid2-container {grid-template-columns: repeat(1, 1fr);}
    .process-info-grid3-container {grid-template-columns: repeat(1, 1fr);}
    
    .schedule-section {margin: 100px auto 0;}
    .card-container {gap: 10px;}
    .card-container .card {font-size: 16px; padding: 10px;}
    
    .footer .container {gap:0;}
    .footer img { transform: scale(0.8);}
    .gotop_wrap { width: 40px;}
    .gotop { width: 40px; height: 40px;}
    .home { width: 40px; height: 40px;}
    
}

@media (max-width: 730px) {
    .line-group-box {background-color: transparent; border: none;}
    .circle-item {width:50%; max-width:none; flex: 0 0 50%;}
    .sl3-1 { display: none;}
    .sl3-2 { height: 400px;}
    .sl3-3 { display: none;}
}
@media (max-width: 650px) {
    .enter_650 {display:block;}

    .h4 {font-size: 18px !important;}
    
    .top_button {width:36px; height: 36px;}
    .section-title {font-size:36px;}

    .menu_list .hover_txt {padding: 0 22px 0; font-size: 14px; background-image: none !important; align-items: center;}
    .menu_list .hover_txt br {display: none;}
    .menu_list li:hover .hover_txt {display: flex;}
    
    .home_logo img {width:100px;}
    .spon_logo img {margin-left: 20px; width: 100px;}
    .spon_logo img:first-child {width: 80px;}
    
    .tab-menu .tab_name {font-size: 16px;}
    .tab-menu li {font-size: 14px;}
    
    .circle-container {flex-wrap: wrap; background-image: url(/img/bg_oblique_line2_row.png);        background-size: 80%; max-width: 67%; width: fit-content;}
    /*
    .circle-container .circle-item:nth-child(3) {margin-top: -30px; margin-bottom: -10px;}
    .circle-container .circle-item:nth-child(3) span {padding-top: 5vw;}
    */
    .circle-item {width:100%; max-width:none; flex: 0 0 100%; margin-bottom: 20px;}
    .circle-item:last-child {margin-bottom: 0;}
    
    .l3-1 {transform: rotate(69deg); height: 200px;}
    .l3-3 {transform: rotate(-69deg); height: 200px;}
    
    .program-contents {padding: 100px 0;}
    
    .process-list-main ul>li { width: 100%;}
    .process-list-main ul>li .list {margin: -20px  auto 0;}
    .process-list-main ul>li:first-child .list {margin: 0  auto;}
    
    .item-title {margin: 100px 0 70px !important;}
    
    .card-header h2 {font-size: 26px; margin-bottom: 0;}
    .card-header h2 br {display: none;}
    .main-title {font-size: 26px; margin-bottom: 26px;}
    .card-body {background-size: 100%;}
    
    .info-grid-2 { grid-template-columns: repeat(1, 1fr);}
    
    .info-list {padding-top: 0; margin-bottom: 0;}
    .info-list li { padding: 16px 0 16px 71px;}
    #program02 .info-list li {padding:16px 0 16px 105px;}
    
    .info-row li, .info-row p {font-size: 14px; padding: 10px;}
    .info-row li li {font-size: 14px; padding: 2px 0 0 12px;}
    .person-profiles .profile {flex-wrap: wrap; justify-content: center; padding: 20px;}
    .person-profiles .profile li {font-size: 14px; padding: 0 0 0 10px;}
    .person-profiles .profile li:before {font-size: 12px;}
    .person-profiles .profile p {font-size: 14px; text-align: center;}
    .person-profiles .profile strong {font-size: 20px; text-align: center;}
    .person-profiles .profile > div {width:100%;}
    
    .info-row h4 {font-size: 20px;}
    
    .info-card { padding: 20px 20px 22px;}
    
    .support-img-grid-container {flex-wrap: wrap;}
    .support-img {width:100%;}
    /*.support-img img {border-radius: 20px;}*/
    
    .btn_close {margin: 11px auto 6px; width: 30px; height: 30px;}
}
@media (max-width: 600px) {
    /*
    .tab-menu .container > div:first-child {width:33%;}
    .tab-menu .container > div:last-child {width:67%;}
    .tab-menu li { width:50%;}
    */
    .card-container {margin-top: 50px;}
    #program01 .card-container {margin-top: 120px;}
    .card-container:before {display: none;}
    #program01 .card-container:before {display: block;}
    .card-container.grid3 {grid-template-columns: repeat(1, 1fr); margin-top: 50px;}
    
    .circle-item .title-c-item {padding: 0 12px; justify-content: center;}
    .circle-item .title-c-item p { height: auto; margin-top: 10px;}
    
    .l2 {transform: rotate(53deg); }
    .l3 {transform: rotate(-53deg); }
    .l3-1 {display: none;}
    .l3-3 {display: none;}
    
    .circle-item > div {font-size: 14px;}
    .circle-item .c-title {font-size:16px;}
    .purpose-list li { padding: 18px 31px;}
    
    .info-row { padding: 50px 20px;}
}
