#ctt .inner {
    justify-content: center;
    /* padding: 70px 30px; */
    flex-direction: column;
    padding-bottom: 70px;
  }
  #ctt header { padding: 40px 0 80px; }
  #ctt header h1 {
    font-size: 40px;
    font-weight: 700;
    /* margin-bottom: 30px; */
    margin: 0;
    text-align: center;
  }
  
  /* TODO. 흙살림 소개 ********************************************************************************/
  #ctt #ctt_con { font-size: 16px; line-height: 22px; }
  #ctt_con .tab_wrap { margin-bottom: 80px; }
  #ctt_con .tab_wrap button { padding: 8px 16px; background: none; border:none; font-weight: 500; color:#bbbbbb; font-size: 20px; border-bottom: 2px solid transparent; }
  #ctt_con .tab_wrap button.on { color: var(--main-text); border-bottom: 2px solid var(--theme-color);}
  #ctt_con .sub_wrap .title { font-size: 36px; font-weight: 700; line-height: 48px; margin-bottom: 24px; letter-spacing: -0.9px; }
  #ctt_con .sub_wrap .sub_title { font-size: 18px; font-weight: 500; line-height: 24px; }
  #ctt_con .point { position:relative; font-size: 26px; padding-left: 12px; font-weight: 600; }
  #ctt_con .point::before { content:""; position:absolute; top:0; left:0; display: inline-block; width: 5px; height: 23px; background: var(--theme-pcolor); }
  
  /* 흙살림에 말을 걸다 */
  #ctt .ctt_bg { width:100%; height: 264px; border-radius: 16px; margin-bottom: 40px; }
  #ctt .bg_about01 { background: url(/img/content/about_01.png) no-repeat center / cover; }   
  #ctt_con .content_wrap { display: flex; justify-content: space-between; margin-bottom: 80px; }
  #ctt_con .content_wrap .left { flex: 0 0 472px; font-size: 36px; font-weight: 600; line-height: 48px;}
  #ctt_con .content_wrap .right { flex: 1; } 
  #ctt_con .content_wrap .right .tt { font-size: 22px; line-height: 30px; margin-bottom: 24px; font-weight: 500;} 
  #ctt_con .content_wrap .cont_2 { display: flex; flex-wrap:wrap; gap: 24px; } 
  #ctt_con .content_wrap .cont_sub { flex: 1 1 50%; max-width: 448px; background: #f4f4f4; border-radius: 10px; padding: 40px; } 
  #ctt_con .content_wrap .cont_sub img { margin-bottom: 24px; } 
  #ctt_con .content_wrap .cont_sub .subj { font-size: 20px; font-weight: 600; margin-bottom: 16px; } 
  #ctt_con .content_wrap .cont_sub .text { font-size: 16px; line-height: 22px; } 
  
  /* 흙살림 사명 */
  #ctt_con.about02 .sub_wrap.one { text-align: center;}
  
  #ctt_con.about02 .sub_wrap.two .sub_title { font-size: 18px; font-weight: 500; line-height: 24px; margin-bottom: 50px; }
  #ctt_con.about02 .sub_wrap.two .text_wrap { gap:24px; flex-wrap: wrap; }
  #ctt_con.about02 .sub_wrap.two .sub_text { width: calc(50% - 12px); }
  #ctt_con.about02 .sub_wrap.two .sub_text:nth-child(n + 3) { margin-top:16px; }
  #ctt_con.about02 .sub_wrap.three .sub_bg { margin-bottom:40px; }
  #ctt_con.about02 .sub_wrap.four .sub_img { gap: 24px; flex-wrap: wrap; }
  #ctt_con.about02 .sub_wrap.four .title { margin-bottom: 40px; }
  #ctt_con.about02 .sub_wrap.four .img { width:330px; height:330px; border-radius: 16px; background: no-repeat center / cover; color: #fff; padding: 40px 24px; }
  #ctt_con.about02 .sub_wrap.four .img_0 { background-image: url(/img/content/about02_4_0.png); }
  #ctt_con.about02 .sub_wrap.four .img_1 { background-image: url(/img/content/about02_4_1.png); }
  #ctt_con.about02 .sub_wrap.four .img_2 { background-image: url(/img/content/about02_4_2.png); }
  #ctt_con.about02 .sub_wrap.four .img_3 { background-image: url(/img/content/about02_4_3.png); }
  #ctt_con.about02 .sub_wrap.four .img_4 { background-image: url(/img/content/about02_4_4.png); }
  #ctt_con.about02 .sub_wrap.four .img_5 { background-image: url(/img/content/about02_4_5.png); }
  #ctt_con.about02 .sub_wrap.four .img_6 { background-image: url(/img/content/about02_4_6.png); }
  #ctt_con.about02 .sub_wrap.four .img .idx { font-size: 22px; margin-bottom: 140px; font-weight: 500;}
  #ctt_con.about02 .sub_wrap.four .img .txt { font-size: 20px; line-height: 27px;}
  
  /* 흙살림이 걸어온 길 */
  #ctt_con.about03 .tab_wrap { margin-bottom: 40px; gap: 16px;  }
  #ctt_con.about03 .tab_wrap button { padding: 12px 24px; background: #f4f4f4; border:none; font-weight: 500; font-size: 16px; border-radius: 22px; }
  #ctt_con.about03 .tab_wrap button.on { color: var(--main-text); background: var(--theme-color);}
  #ctt_con.about03 .sub_wrap { display: flex; justify-content: space-between; }
  #ctt_con.about03 .sub_wrap .term { width:34%; font-size: 36px; font-weight: 700; letter-spacing: -0.9px;}
  #ctt_con.about03 .sub_wrap.disp-none { display: none !important; }
  #ctt_con.about03 .sub_wrap .history_wrap { flex: 1; border-top: 2px solid var(--main-text); }
  #ctt_con.about03 .sub_wrap .year_history { display: flex; justify-content: space-between; gap: 22px; padding: 27px 0 24px; border-bottom: 1px solid #dddddd; }
  #ctt_con.about03 .sub_wrap .year_history .year_img { flex: 0 0 100px; font-size: 22px; font-weight: 600; overflow: hidden; text-align: center; }
  #ctt_con.about03 .sub_wrap .year_history .year { margin-bottom: 10px; }
  #ctt_con.about03 .sub_wrap .year_history .year_img img { border-radius: 6px; }
  #ctt_con.about03 .sub_wrap .year_history .history { flex: 1; }
  #ctt_con.about03 .sub_wrap .year_history .his_text { margin-bottom: 5px; }
  #ctt_con.about03 .sub_wrap .year_history .his_text:last-child { margin-bottom: 0px; }
  
  /* 조직도 */
  #ctt_con.about04 .ctt_bg { margin-bottom: 60px; }
  #ctt_con.about04 .org_content_wrap > div { text-align: center; }
  #ctt_con.about04 .cont1 span { display: inline-flex; justify-content: center; align-items: center; width: 140px; height: 140px; border-radius: 50%; background: var(--theme-color); font-size: 20px; font-weight: 500;}
  #ctt_con.about04 .cont2 { margin-top: 40px; }
  #ctt_con.about04 .cont2 ul { display: flex; justify-content: center; gap: 24px; }
  #ctt_con.about04 .cont2 li { width: 212px; }
  #ctt_con.about04 .cont2 .org_title { padding: 13px 0; border: 2px solid var(--theme-color); border-radius: 26px; text-align: center; font-size: 18px; font-weight: 500;}
  #ctt_con.about04 .cont2 .org_list { margin-top: 16px; background: #fafafa; padding: 40px 0 30px; min-height: 230px; }
  #ctt_con.about04 .cont2 .org_list p { margin-bottom: 10px; font-weight: 500; }
  
  
  /* 찾아오시는길 */
  #ctt_con.about05 .root_daum_roughmap_landing .cont { display: none; }
  #ctt_con.about05 .map_wrap { display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }
  #ctt_con.about05 .map_wrap .info { flex:1; font-size: 18px; }
  #ctt_con.about05 .map_wrap .info .name { font-size: 20px; font-weight: 600; margin-bottom: 40px; }
  #ctt_con.about05 .map_wrap .info .addr { margin-bottom: 16px; }
  #ctt_con.about05 .map_wrap .info label { width: 70px; font-weight: 500; }
  
  
  /* TODO. 흙살림 조직 ********************************************************************************/
  /* 공통 - 상담문의 */
  #ctt_con.organi01 .cust_wrap { gap: 24px; }
  #ctt_con.organi01 .cust_wrap .txt { flex: 1; font-size: 26px; font-weight: 700; padding-top: 66px; line-height: 36px; }
  #ctt_con.organi01 .cust_wrap .call { flex: 0 0 50%; padding: 40px 0 40px 40px; background: #F4F4F4; border-radius: 16px;}
  #ctt_con.organi01 .cust_wrap .call label { width: 90px; font-weight: 700; font-size: 18px; }
  #ctt_con.organi01 .cust_wrap .call .c1 { margin-bottom: 16px; }
  /* 흙살림 부속연구소 */
  #ctt_con.organi01 .title { margin-bottom: 24px; }
  #ctt_con.organi01 .sub_title { margin-bottom: 40px; }

  #ctt_con.organi01 .text_wrap { margin-bottom: 40px; }
  #ctt_con.organi01 .img_wrap { margin-bottom: 80px; gap: 24px; }
  #ctt_con.organi01 .img_wrap img { border-radius: 6px; margin-bottom: 16px; width: 100%; }
  #ctt_con.organi01 .img_wrap .img > div { text-align: center; font-size: 18px; font-weight: 600;}
  #ctt_con.organi01 .step_content { display: flex; font-size: 16px; border: 1px solid #dddddd; margin-bottom: 24px; border-radius: 8px; }
  #ctt_con.organi01 .step_content .img { padding:29px 52px; }
  #ctt_con.organi01 .step_content .text { padding:24px 0 0 24px; }
  #ctt_con.organi01 .step_content .txt_title { font-weight: 700; margin-bottom: 16px;}
  #ctt_con.organi01 .raw_content { background: #F4F4F4; border-radius: 8px; padding: 24px; }
  #ctt_con.organi01 .raw_content label { font-weight: 700; margin-right: 24px; }
  /* GMO 분석 */
  #ctt_con.organi01 .two .item_wrap { flex-wrap: wrap; gap: 24px; margin-bottom: 80px;}
  #ctt_con.organi01 .two .item { width: calc((100% - 48px) / 3); background: #fafafa; padding: 24px; border-radius: 8px; }
  #ctt_con.organi01 .two .item .name { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
  #ctt_con.organi01 .two .item .type { color: #BF993F; font-weight: 500; margin-bottom: 24px; }
  #ctt_con.organi01 .two .item .tt { color: #808080; font-weight: 500; margin-bottom: 8px; }
  #ctt_con.organi01 .two .item .img { margin-bottom: 16px; }
  #ctt_con.organi01 .two .item .img:last-child { margin-bottom: 0px; }
  #ctt_con.organi01 .two .item .img img { width: 100%; }
  /* 재배시험 */
  #ctt_con.organi01 .three .experiment_wrap { padding: 24px; border-radius: 16px; border: 1px solid #ddd; margin-bottom: 80px; }
  #ctt_con.organi01 .three .experiment_wrap .text { flex:1; }
  #ctt_con.organi01 .three .experiment_wrap .text .tt { font-size: 15px; color: #808080; margin-bottom: 12px; }
  #ctt_con.organi01 .three .experiment_wrap .text .tt_sub { font-size: 16px; margin-bottom: 24px; }
  #ctt_con.organi01 .three .experiment_wrap .text .tt_sub:last-child { margin-bottom: 0; }
  #ctt_con.organi01 .three .experiment_wrap .text .tt_sub label { width: 80px; font-weight: 600; }
  #ctt_con.organi01 .three .experiment_wrap .text .tt_sub .detail { margin-bottom: 3px; }
  /* 미생물연구 */
  #ctt_con.organi01 .four .sub_img { margin-bottom: 80px; gap: 24px; }
  #ctt_con.organi01 .four .sub_img .img { position: relative; flex: 1; }
  #ctt_con.organi01 .four .sub_img .img img { width: 100%; }
  #ctt_con.organi01 .four .sub_img .img .txt { position: absolute; left: 40px; bottom: 40px; color: #fff; font-size: 24px; font-weight: 500; }
  #ctt_con.organi01 .four .point { margin-bottom: 24px; }
  #ctt_con.organi01 .four .step_wrap { border: 1px solid #ddd; border-radius: 8px; gap:24px; margin-bottom: 80px;}
  #ctt_con.organi01 .four .step_wrap .s_img { 
    position:relative; flex: 1 1 20%; aspect-ratio: 1 / 1;
    display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 5px;

  }  /*  padding: 60px 80px; */
  #ctt_con.organi01 .four .step_wrap .s_img:not(:last-child)::after { content: "\f0da"; position: absolute; top:0; right:-22px; display: flex; align-items: center; width:10px; height: 100%; color:var(--theme-color); font-family: FontAwesome; font-size: 20px; }
  /* #ctt_con.organi01 .four .step_wrap .s_img:last-child::after { content: ""; } */
  #ctt_con.organi01 .four .step_wrap .s_text { font-size: 18px; font-weight: 500; text-align: center; }
  #ctt_con.organi01 .four .cust_wrap { margin-bottom: 80px; }
  #ctt_con.organi01 .four .supply_wrap { gap: 24px; }
  #ctt_con.organi01 .four .supply_wrap .item { flex:1; }
  #ctt_con.organi01 .four .supply_wrap .item .img { margin-bottom: 16px; }
  #ctt_con.organi01 .four .supply_wrap .item .img img { width: 100%; border-radius: 8px;}
  #ctt_con.organi01 .four .supply_wrap .item .txt { text-align: center; font-size: 18px;}
  
  

/* 토종연구소 : organi02 */
#ctt_con.organi02 .one { margin-bottom: 80px; }
#ctt_con.organi02 .point { margin-bottom: 24px; }
#ctt_con.organi02 .board_wrap { margin-bottom: 80px; }
#ctt_con.organi02 .inner_wrap { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }
#ctt_con.organi02 .inner_wrap .item { display: flex; align-items: center; width: calc((100% - 24px) / 2); padding: 24px; gap: 24px; }
#ctt_con.organi02 .inner_wrap .item .txt { font-size: 18px; }
#ctt_con.organi02 .history_wrap { gap: 24px; margin-bottom: 80px; }
#ctt_con.organi02 .history_wrap > div { flex: 1; }
#ctt_con.organi02 .history_wrap .img img { width: 100%; }
#ctt_con.organi02 .history_wrap .text_wrap .item { display:flex; margin-bottom: 5px; }
#ctt_con.organi02 .history_wrap .text_wrap .item p { margin-bottom: 4px; }
#ctt_con.organi02 .history_wrap .text_wrap label { flex: 0 0 80px; color: #808080; }
.title_2 { font-size: 24px; font-weight: 600; margin-bottom: 24px;}
#ctt_con.organi02 .caution_wrap { gap: 24px; margin-top: 24px; }    /*  height: 314px; */
#ctt_con.organi02 .caution_wrap > div { flex: 1; padding: 40px; display: flex; gap: 24px; border-radius: 16px; height: -webkit-fill-available; }
#ctt_con.organi02 .caution_wrap .c_inner:first-child { background: #fafafa; }
#ctt_con.organi02 .caution_wrap .c_inner:last-child { background: #FFB71433; }
#ctt_con.organi02 .caution_wrap .c_inner .txt1 { font-size: 18px; font-weight: 600; margin-bottom: 16px; }

/* 현장실습교육장 : organi03 */
#ctt_con.organi03 .sub_title { margin-bottom: 40px; }
#ctt_con.organi03 .wpl_wrap { gap: 24px; }
#ctt_con.organi03 .wpl_wrap > div { width: 50%; }
#ctt_con.organi03 .wpl_wrap .img img { width: 100%; }
#ctt_con.organi03 .wpl_wrap .text_wrap { line-height: 160%; }

/* 친환경 농업 유통 : organi04 */
#ctt.ctt_organi04 .ctt_bg { height: auto; }
#ctt_con.organi04 .sub_title { margin-bottom: 40px; }
#ctt_con.organi04 .content { display: flex; justify-content: space-between; gap: 24px; }
#ctt_con.organi04 .content1 { padding-bottom: 60px; }
#ctt_con.organi04 .content2 { padding-bottom: 110px; }
#ctt_con.organi04 .left { flex: 0 0 448px; font-size: 36px; font-weight: 700; line-height: 132%; }
#ctt_con.organi04 .right { flex: 1; }
#ctt_con.organi04 .content .right .tt { font-size: 24px; font-weight: 700; margin-bottom: 16px; }
#ctt_con.organi04 .content .right .tt_sub { margin-bottom: 40px; }
#ctt_con.organi04 .content .right .tt_sub:last-child { margin-bottom: 0; }
#ctt_con.organi04 .point { margin-bottom: 24px; }
#ctt_con.organi04 .kku_wrap .item { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 40px;}
#ctt_con.organi04 .kku_wrap .item .tt { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
#ctt_con.organi04 .kku_wrap .item .tt_explain { margin-bottom: 16px; color: #BF993F; }
#ctt_con.organi04 .kku_wrap .item .tt_sub { margin-bottom: 16px; }
#ctt_con.organi04 .kku_wrap .item .tt_detail { padding: 24px; background: #fafafa; font-size: 15px; color: #808080; }
#ctt_con.organi04 .kku_wrap .item .tt_detail label { width: 120px; }


/* 도시농부를 꿈꾸다 : organi05 */
#ctt_con.organi05 .sub_title { font-weight: 400;}
#ctt_con.organi05 .sub_wrap { margin-bottom: 40px; }
#ctt_con.organi05 .farm_wrap { gap: 24px; margin-bottom: 80px; }
#ctt_con.organi05 .farm_wrap .img { flex: 0 0 684px; }
#ctt_con.organi05 .farm_wrap .img img { width: 100%; }
#ctt_con.organi05 .farm_wrap .tt { font-size: 24px; font-weight: 600; line-height: 132%; margin-bottom: 24px; }
#ctt_con.organi05 .point { margin-bottom: 16px; }
#ctt_con.organi05 .item { margin-bottom: 60px; }
#ctt_con.organi05 .item ul { flex-wrap: wrap; border: 1px solid #ddd; border-bottom: none;}
#ctt_con.organi05 .item li { display: flex; align-items: center; width: 50%; border-bottom: 1px solid #ddd;}
#ctt_con.organi05 .item li label { flex:0 0 260px; font-weight: 500; width: 260px; background: #fafafa; padding: 8px 0px 8px 15px; }
#ctt_con.organi05 .item li span { flex: 1; padding-left: 16px; }


.ctt_provision p > span { display: inline; }

@media (max-width: 1392px) {
    /* 흙살림의 사명 */
    #ctt_con.about02 .sub_wrap.one img { max-width: 100%; }
    #ctt_con.about02 .sub_wrap.two .sub_text img { width: 100%; }
    #ctt_con.about02 .sub_wrap.three .sub_bg img { width: 100%; }

    #ctt_con.about02 .sub_wrap.four .img { width: calc((100% - 72px) / 4); height: auto; aspect-ratio: 1 / 1; padding-bottom:0; }
    #ctt_con.about02 .sub_wrap.four .img .idx { margin-bottom: 40px; font-size: 18px; }

    /* 흙살림걸어온 길 */
    /* #ctt_con.about03 .ctt_bg { height: auto; } */
    #ctt_con.about03 .ctt_bg img { width: 100%; }

    #ctt .ctt_bg { height: auto; }
    #ctt_con .ctt_bg img { width: 100%; height: auto; }

    /* 토종연구소 */
    #ctt_con.organi02 .history_wrap > div { width: 50%; }

    #ctt_con.organi05 .farm_wrap .img { flex: 0 0 50%; }

}

@media (max-width: 1150px) {
    #ctt_con.about02 .sub_wrap.four .img { width: calc((100% - 48px) / 3); height: auto; aspect-ratio: 1 / 1;}
    #ctt_con.about02 .sub_wrap.four .img .idx { margin-bottom: 40px; font-size: 18px; }
}


@media (max-width: 1000px) {
    #ctt header { padding: 20px 0 20px; }
    #ctt header h1 { font-size: 32px;}

    /* 흙살림에 말을걸다 */
    #ctt_con.about01 .content_wrap { flex-direction: column; gap: 34px; }
    #ctt_con.about01 .content_wrap .left { flex: 1; }
    #ctt_con.about01 .content_wrap .cont_2 .cont_sub { flex: 0 0 calc((100% - 24px) / 2); }

    /* 흙살림의 사명 */
    /* #ctt_con.about02 .title { font-size: 28px; line-height: 38px; } */
    #ctt_con .sub_wrap .title { font-size: 28px; line-height: 38px; }

    #ctt_con.about02 .sub_wrap.four .img { padding: 30px 20px 0; }
    #ctt_con.about02 .sub_wrap.four .img .txt { font-size: 18px; }

    #ctt_con.about04 .cont2 .org_title { font-size: 14px; padding: 10px 0; }

    /* 찾아오시는 길*/
    #ctt_con.about05 .map_wrap { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 60px; }
    #ctt_con.about05 .map_wrap > div { width: 100%; }
    #ctt_con.about05 .map_wrap .info .name { margin-bottom: 20px; }
    #ctt_con.about05 .map_wrap .info .addr { margin-bottom: 10px; }
    #ctt_con.about05 .map_wrap .map > div { width: 100% !important; }

    #ctt_con.organi01 .sub_title { margin-bottom: 20px;}
    #ctt_con.organi01 .cust_wrap { flex-wrap: wrap; }
    #ctt_con.organi01 .cust_wrap .img img { width: 140px; }
    #ctt_con.organi01 .cust_wrap .txt { flex: 0 0 calc(100% - 24px - 140px); padding-top: 36px;}
    #ctt_con.organi01 .cust_wrap .call { flex: 0 0 100%; padding: 20px 0 20px 40px; }

    #ctt_con.organi01 .three .experiment_wrap .img { width: 50%; }
    #ctt_con.organi01 .three .experiment_wrap .img img { width: 100%; }
    #ctt_con.organi01 .four .sub_img .img .txt { font-size: 20px;}
    #ctt_con.organi01 .four .step_wrap .s_img img { width: 50%; }

    #ctt_con.organi01 .four .supply_wrap { flex-wrap: wrap; }
    #ctt_con.organi01 .four .supply_wrap .item { flex:1 1 calc((100% - 24px) / 2); }

    /* 토종연구소 */
    #ctt_con.organi02 .history_wrap .img { flex: 0 0 40%; }
    #ctt_con.organi02 .history_wrap .text_wrap { flex: 1; }
    #ctt_con.organi02 .caution_wrap { flex-direction: column; }
    #ctt_con.organi02 .caution_wrap > div { width: 100%; }

    /* 친환경 농업교육 */
    #ctt_con.organi03 .wpl_wrap > div { width: 50%; }

    #ctt_con.organi04 .left { flex: 0 0 40%; min-width: 340px; }
    #ctt_con.organi04 .left img { width: 100%; }

    #ctt_con.organi05 .item li { width: 100%; }

    .pc_only_1000 { display: none !important; }
}


@media (max-width: 800px) {
    #ctt_con.about02 .sub_wrap.four .img { width: calc((100% - 24px) / 2); }
    #ctt_con.about02 .sub_wrap.four .img .idx { margin-bottom: 40px; }

    /* 토종연구소 */
    #ctt_con.organi02 .history_wrap { flex-direction: column; }
    #ctt_con.organi02 .history_wrap > div { width: 100%; }

    #ctt_con.organi03 .wpl_wrap { flex-direction: column; }
    #ctt_con.organi03 .wpl_wrap > div { width: 100%; } 
}


@media (max-width: 768px) {
    #ctt header h1 { font-size: 28px; }
    #ctt_con .tab_wrap { margin-bottom: 40px; }
    #ctt_con .tab_wrap button { padding: 4px 10px; font-size: 18px; }

    #ctt_con .sub_wrap .title { font-size: 24px; line-height: 34px; }


    /* 흙살림의 사명 */
    /* #ctt_con.about02 .sub_wrap.two .title { font-size: 24px; line-height: 34px; } */
    #ctt_con.about02 .sub_wrap.two .sub_text { width: 100%;}
    #ctt_con.about02 .sub_wrap.two .sub_text:nth-child(1) { order: 1; }
    #ctt_con.about02 .sub_wrap.two .sub_text:nth-child(2) { order: 2; }
    #ctt_con.about02 .sub_wrap.two .sub_text:nth-child(3) { order: 4; }
    #ctt_con.about02 .sub_wrap.two .sub_text:nth-child(4) { order: 3; }

    #ctt_con.about02 .sub_wrap.three .sub_bg img { width: 100%; }

    #ctt_con.about02 .sub_wrap.four .sub_img { gap: 16px; }
    #ctt_con.about02 .sub_wrap.four .img { width: calc((100% - 16px) / 2); }

    
    #ctt_con.about03 .sub_wrap { flex-direction: column; gap: 20px; }
    #ctt_con.about03 .sub_wrap .term { width: 100%; font-size: 28px; }

    #ctt_con.about04 .cont2 ul { flex-wrap: wrap; }
    #ctt_con.about04 .cont2 li { width: calc((100% - 48px) / 3); }
    #ctt_con.about04 .cont2 .org_title { font-size: 16px; }

    #ctt_con.about05 .map_wrap .info { font-size: 16px;}

    #ctt_con.organi01 .img_wrap { flex-wrap: wrap; }
    #ctt_con.organi01 .img_wrap .img { width: calc((100% - 24px) / 2); }
    #ctt_con.organi01 .sub_title { margin-bottom: 20px;}

    #ctt_con.organi01 .two .item { width: calc((100% - 24px) / 2); }

    #ctt_con.organi01 .three .experiment_wrap { flex-direction: column; gap: 16px; }
    #ctt_con.organi01 .three .experiment_wrap .img { width: 100%; }
    #ctt_con.organi01 .three .experiment_wrap .text { width: 100%; }
    #ctt_con.organi01 .four .sub_img { flex-direction: column; }
    #ctt_con.organi01 .four .sub_img .img { width: 100%; }
    #ctt_con.organi01 .four .sub_img .img .txt { font-size: 24px;}

    #ctt_con.organi02 .caution_wrap > div { padding: 30px; }
    #ctt_con.organi02 .caution_wrap > div .img { display: none;}

    #ctt_con.organi04 .content { flex-direction: column;}
    #ctt_con.organi04 .left { flex:1; font-size: 24px; }
    #ctt_con.organi04 .kku_wrap .item { flex-direction: column;}
    #ctt_con.organi04 .content .right .tt { font-size: 20px;}

    #ctt_con.organi05 .farm_wrap { flex-direction: column;}
    #ctt_con.organi05 .farm_wrap .img { order: 1;}
    #ctt_con.organi05 .farm_wrap .text_wrap { order: 2;}

    #ctt_con .point { font-size: 22px; }
    
}


@media (max-width: 600px) {
    .inner { width: 100%; padding-left: 20px; padding-right: 20px; }
    #ctt_con .tab_wrap button { font-size: 14px; padding: 4px 4px; }
    /* #ctt_con.about02 .title { font-size: 20px; line-height: 28px;} */
    #ctt_con .sub_wrap .title { font-size: 20px; line-height: 28px;}
    #ctt_con.about02 .sub_wrap.four .img { padding: 20px 15px 0;}
    #ctt_con.about02 .sub_wrap.four .img .idx { margin-bottom: 10px; }
    #ctt_con.about02 .sub_wrap.four .img .txt { font-size: 15px; line-height: 20px; }

    #ctt_con.about03 .tab_wrap { margin-bottom: 20px; gap: 10px; }
    #ctt_con.about03 .tab_wrap button { padding: 10px 18px; font-size: 14px; }
    #ctt_con.about03 .sub_wrap .term { font-size: 24px; }

    #ctt_con.about04 .cont2 ul { flex-direction: column; align-items: center; }
    #ctt_con.about04 .cont2 li { width: 212px; }

    #ctt_con.organi01 .img_wrap .img { width: 100%; }

    #ctt_con.organi01 .step_content .img { padding: 20px; }
    #ctt_con.organi01 .step_content .text { padding: 20px 0 0 20px; }

    #ctt_con.organi01 .two .item { width: 100%; }

    #ctt_con.organi01 .cust_wrap .txt { font-size: 20px; line-height: 28px; padding-top: 30px; }
    #ctt_con.organi01 .three .experiment_wrap .text .tt_sub label { width: 60px; }
    #ctt_con.organi01 .four .sub_img .img .txt { font-size: 20px;}

    #ctt_con.organi01 .four .step_wrap { flex-direction: column; padding: 30px 0; }
    #ctt_con.organi01 .four .step_wrap .s_img { width: 100%; padding: 20px; height: auto; aspect-ratio: auto; }
    #ctt_con.organi01 .four .step_wrap .s_img img { width: 96px; }
    #ctt_con.organi01 .four .step_wrap .s_img:not(:last-child)::after {content: "\f0d7"; top: 107%; left: 50%; right:0; width: 10px; height: 10px; }
    #ctt_con.organi01 .four .point  { font-size: 18px; }

    #ctt_con.organi01 .four .supply_wrap .item { flex:0 0 100%; }

    /* 토종연구소 */
    #ctt_con.organi02 .inner_wrap .item { width: 100%; }
    #ctt_con.organi05 .farm_wrap .tt { font-size: 20px; line-height: 28px; }
    #ctt_con.organi05 .item li label,
    #ctt_con.organi05 .item li span { font-size: 13px;}
    #ctt_con.organi05 .item li label { flex-basis: 200px; padding-left: 8px; }
    #ctt_con.organi05 .item li span { padding-left: 8px; }

    #ctt_con .point { font-size: 20px; }
    
}


@media (max-width: 460px) {
    #ctt_con.organi01 .step_content { flex-direction: column; padding: 20px 0; align-items: center; }
    #ctt_con.organi01 .step_content .img { padding: 0; width: 100%; text-align: center; }
    #ctt_con.organi01 .step_content .text { width: 100%; text-align: center; padding: 20px 0 0 0; }

    #ctt_con.organi01 .mb_only_460 { display:block; }

    #ctt_con .point { font-size: 20px; }
    #ctt_con.organi02 .inner_wrap .item { padding: 16px 20px; }
    #ctt_con.organi02 .history_wrap .text_wrap label { flex: 0 0 70px; }

    #ctt_con.organi04 .left { min-width: 100%;}
}