/* common */
.h3_tit{font-size:28px;color:#000;font-weight:500;letter-spacing:-1px;position:relative;;margin:30px 0 20px 0}
.h3_tit:before{content:'';position:absolute;top:-7px;left:0;width:24px;height:4px;background:#2374ec}

/* table */
.table_type1{width:100%;padding-bottom:30px}
.table_type1 table{border-top:2px #536886 solid}
.table_type1 td,.table_type1 th{font-size:17px;border-bottom:1px #ddd solid;padding:4px 12px}
.table_type1 th{background:#f4f6f9;color:#445058;vertical-align:middle;font-weight:500;line-height:25px;height:55px}
.table_type1 td{padding:15px 12px;line-height:28px;text-align:center}



/* 인사말 */
.greeting{width:100%;overflow:hidden}
.greeting_top{position:relative;height:395px;background:url(../img/sub/greeting_top.jpg) no-repeat 50% 50%;background-size:cover}
.greeting_top:after{ position:absolute;bottom:0;right:150px;content:"";display:inline-block;width:576px;height:431px;background:url(../img/kor/sub/greeting_top.jpg) no-repeat;background-size:contain}
.director_txt{position:absolute;top:-28px;left:92px;display:inline-block;width:400px;height:auto;padding:85px 45px 75px;background:#2d4478 url(../img/kor/sub/sub06/sub0601_toptxt_bg.png) right top no-repeat}
.director_entxt{display:block;font-size:24px;color:#fff;font-weight:400;font-family:'ttl';line-height:1.3;margin-bottom:45px;letter-spacing:0; word-break:keep-all}
.director_tit{display:block;font-size:30px;color:#fff;line-height:1.4;font-weight:300;word-break:keep-all}

.director_cont{padding:55px 100px 0 100px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-bottom:35px}
.director_cont b{display:block;font-size:32px;font-weight:500;line-height:2em;margin-bottom:35px}
.director_cont p{margin-bottom:35px;font-size:18px}
.greeting_sign{display:block;text-align:right;font-weight:400;color:#999;font-size:16px;padding-right:20px}
.greeting_sign span{color:#555;font-weight:700;font-size:18px}


/* 연혁 */
.history_top{position:relative;height:395px;margin-top:35px;background:url(../img/sub/history_top.jpg) no-repeat 50% 50%;background-size:cover}
.history_wrap{display:flex;margin-top:40px;width:100%;padding:0 40px}
.history_title{width:37%;margin-right:13%}
.history_title .year{font-weight:700;color:#000;font-size:65px;font-family:sans-serif;}
.history_title .year2{margin:-40px 0 0 0;text-align:right}
.history_title .goal_tit{font-size:20px;padding-top:10px}
.his_year_list{width:100%;padding-top:50px;overflow:hidden}
.his_year_list li{width:100%;float:left;padding:0 0 10px 0}

.his_year_list li:first-child{border-top:0;}
.his_year_list li:after {content:"";display:block;clear:both}
.his_year_list h4{float:left;font-family:sans-serif;width:14%;font-size:30px;display:inline-block;margin:0;text-align:left;vertical-align:top;
    font-weight:600;color:#203c92;line-height:normal !important}
.his_year_list li.tabmenu_ul{position:relative;float:left;width:88%;padding:10px 0 15px 0;margin-top:-3px}

.his_year_list .year_wrap{float:left;width:85%;position:relative;margin-bottom:55px}
.his_year_list .year_wrap:before{content:'';position:absolute;top:0;left:-20px;width:7px;height:100%;background:#efefef}

.his_year_list .year_wrap dl dt.month{font-family:sans-serif;color:#203c92;display:inline-block;vertical-align:top;width:12%;font-weight:bold;float:left;font-size:20px;line-height:34px}
.his_year_list .year_wrap dl dd.text{display:inline-block;width:88%;vertical-align:top;float:left;font-size:18px;line-height:34px;text-align:left}


/* 조직도 */
/* ===== 화려한 조직도 스타일 ===== */
@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
    50% { transform: scale(1.05); box-shadow: 0 8px 20px rgba(29, 78, 160, 0.3); }
    100% { transform: scale(1); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.fade-slide {
    animation: fadeSlide 0.8s ease forwards;
    opacity: 0;
}

/* 전체 컨테이너 */
.organization {
    position: relative;
    width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    font-family: 'Noto Sans KR', sans-serif;
    overflow: visible;
}

/* 메인 wrapper */
.organization .org {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

/* 회관 타이틀 */
.organization .head_org {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #203c92, #4a90e2);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 5px 25px rgba(29, 78, 160, 0.4);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.organization .head_org:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 30px rgba(29, 78, 160, 0.6);
}

.organization .head_org span {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* 연결선과 배경 효과 */
.organization .org-connection {
    position: absolute;
    left: 50%;
    top: 190px;
    height: 80px;
    width: 2px;
    background: linear-gradient(to bottom, #203c92, #3d88c3);
    transform: translateX(-50%);
    z-index: 1;
}

.organization .org-connection:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 600px;
    height: 2px;
    background: linear-gradient(to right, transparent, #3d88c3, transparent);
    transform: translateX(-50%);
}

/* 중간 영역 (지회장 / 사무국장) */
.middle_org {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 40px 0 60px;
    position: relative;
}

/* 지회장 박스 */
.middle_org .org_box:first-child {
    background: linear-gradient(135deg, #1a4ea0, #2c6ed0);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    font-size: 30px;
    font-weight: 500;
    padding: 30px 40px;
    min-width: 280px;
    border-radius: 15px;
    color: white;
    box-shadow: 0 10px 25px rgba(29, 78, 160, 0.35);
    transition: all 0.5s ease;
    position: relative;
    margin-bottom: 40px;
    z-index: 4;
}

.middle_org .org_box:first-child:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(29, 78, 160, 0.5);
}

/* 지회장 아래 선 제거 - 이 부분을 삭제했습니다 */
/* .middle_org .org_box:first-child:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, #1a4ea0, #3d88c3);
    transform: translateX(-50%);
} */

/* 사무국장 박스 */
.middle_org .org_box {
    background: linear-gradient(135deg, #3d88c3, #5aa0e0);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 25px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(61, 136, 195, 0.35);
    min-width: 260px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
    z-index: 3;
}

.middle_org .org_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(61, 136, 195, 0.5);
}

/* 조직 리스트 */
.organization .org_list {
    margin-top: 64px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}

/* 각 조직 블럭 */
.organization .org_list li {
    width: 30%;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
    border: 1px solid rgba(61, 136, 195, 0.1);
    overflow: hidden;
}

.organization .org_list li:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: rgba(61, 136, 195, 0.3);
}

.organization .org_list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #3d88c3, #5aa0e0);
    opacity: 0;
    transition: all 0.5s ease;
}

.organization .org_list li:hover:before {
    opacity: 1;
}
  
/* 조직명 */
.organization .org_list li .org_depth1 {
    background: linear-gradient(135deg, #3d88c3, #5aa0e0);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    color: #fff;
    font-size: 22px;
    height: 80px;
    line-height: 80px;
    margin: -25px -25px 30px -25px;
    border-radius: 15px 15px 0 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(61, 136, 195, 0.25);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* 기본 이름 목록 스타일 */
.organization .org_list li p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #444;
    margin-top: -1px;
    padding: 0 20px;
    font-size: 16px;
    height: 54px;
    background: rgba(249, 249, 249, 0.7);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.organization .org_list li p:hover {
    background: #f0f7ff;
    border-color: rgba(61, 136, 195, 0.3);
    color: #1a4ea0;
    transform: translateX(5px);
}

/* 마지막 3개 조직 간 간격 유지 */
.organization .org_list li:last-child {
    margin-right: 0;
}

/* ===== 취업센터 전용 화려한 스타일 ===== */

/* 센터장 스타일 */
.organization .org_list li .center_leader {
    font-weight: bold;
    background: linear-gradient(to right, #e8f0ff, #d1e3ff);
    color: #1a4ea0;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(61, 136, 195, 0.2);
    box-shadow: 0 4px 10px rgba(61, 136, 195, 0.1);
}

.organization .org_list li .center_leader:hover {
    background: linear-gradient(to right, #d1e3ff, #c4daff);
    box-shadow: 0 6px 15px rgba(61, 136, 195, 0.2);
}

/* 팀장 영역 */
.organization .org_list li .team-leaders {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
    flex-wrap: wrap;
}

.organization .org_list li .team-leader {
    flex: 0 1 30%;
    height: 48px;
    background: linear-gradient(to bottom right, #dce9ff, #c4daff);
    border: 1px solid #a5c5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #1a4ea0;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(61, 136, 195, 0.1);
    transition: all 0.3s ease;
}

.organization .org_list li .team-leader:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(61, 136, 195, 0.2);
    background: linear-gradient(to bottom right, #c4daff, #b0cefd);
}

/* 직원 박스 2줄 배치 */
.organization .org_list li .staff-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.organization .org_list li .center_staff {
    flex: 0 1 45%;
    height: 48px;
    background: #f9fafc;
    border: 1px solid #e0e6ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #555;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.organization .org_list li .center_staff:hover {
    background: #f0f4fa;
    color: #1a4ea0;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* 반응형 조정 */
@media screen and (max-width: 690px) {
    .organization .org_list li {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .middle_org .org_box:first-child,
    .middle_org .org_box {
        width: 90%;
        min-width: auto;
    }
    
    .organization .org_list li .org_depth1 {
        font-size: 20px;
    }
}

/* 원본
.organization{position:relative;width:100%;overflow:hidden;margin:20px 0}
.organization::after{content:'';position:absolute;top:20%;left:50%;background:#ddd;width:1px;height:75px;transform:translate(-50%);
    z-index:-1}
.organization::before{content:'';position:absolute;top:29.3%;left:50%;z-index:-1;background:#ddd;width:82%;height:1px;transform:translate(-50%)}
.organization .head_org{width:180px;height:180px;border-radius:50%;background:#203c92;margin:0 auto}
.organization .head_org span{line-height:180px;display:block;text-align:center;font-size:28px;font-weight:bold;color:#fff}
.organization .org_list{margin-top:64px;}
.organization .org_list li{float:left;width:18%;margin-right:2.5%;}
.organization .org_list li:last-child{margin-right:0}
.organization .org_list li .org_depth1{position:relative;text-align:center;background:#3d88c3;color:#fff;border:0;font-size:20px;
    height:70px;line-height:70px;margin-bottom:20px}
.organization .org_list li .org_depth1:after{content:'';position:absolute;top:-48%;left:50%;background:#ddd;width:1px;height:35px;transform:translate(-50%);
    z-index:-1}
.organization .org_list li p{width:100%;display:flex;align-items: center;justify-content: center;border:1px solid #ddd;color:#666;margin-top:-1px;padding:0 20px;
    font-size:17px;height:65px;
    text-align:center}
  */  
/* 비전 및 목표 */
.vision_wrap{width:100%;overflow:hidden}
.vision_wrap .vision_tit{width:100%;padding:30px 12px 45px 12px;text-align:center;border-radius:30px;font-size:32px;color:#203c92;letter-spacing:-1px}
.vision_wrap .vision_txt{width:100%;text-align:center;border:4px solid #2d4478;border-radius:150px}
.vision_wrap .vision_txt strong{display:inline-block;text-align:center;padding:10px 30px 12px 30px;background:#2d4478;border-radius:0 0 30px 30px;font-size:17px;color:#fff}
.vision_wrap .vision_txt p{font-size:28px;color:#000;text-align:center;padding:15px 0 35px 0}

.vision_txt{position:relative}
.bs_value{position:relative;margin:0 auto}
.bs_value ul{display:flex;padding:40px 0}
.bs_value ul li{width:25%;text-align:center;border-right:1px dotted #ccc;font-size:17px;letter-spacing:0}
.bs_value ul li:last-child{border:none}
.bs_value span{display:block;color:#000;font-size:28px;font-weight:normal;letter-spacing:-1px}

.strategy li{display:flex;padding-bottom:30px}
.strategy_title{border-radius:50%;width:230px;height:230px;background:#f8f8f8;color:#000;position:relative;display:flex;align-items:center;justify-content:center}
.strategy_title span.num{position:absolute;top:20px;left:0;width:45px;height:45px;font-size:17px;font-weight:bold;background:#2d4478;line-height:45px;color:#fff;text-align:center;border-radius:50%;display:block}
.strategy_title p{padding:0 20px;text-align:center;font-size:24px;letter-spacing:-1px}
.strategy_text{width:calc(100% - 230px);padding-left:40px }
.strategy_text ul{display:flex;justify-content:center;flex-direction:column;width:100%;border:4px solid #ddd;border-radius:200px;padding:0 80px;font-size:20px;
    line-height:35px;min-height:230px}
.strategy_text li{padding-bottom:0}

/* 오시는길 */
.map_box{width:100%;height:500px;position:relative;}
.location_box{background:rgba(255,255,255,0.9);position:absolute;bottom:0;right:0;z-index:999;padding:30px;min-width:500px}
.location_box p{font-size:18px;line-height:36px;text-align:left}
.location_box span{font-weight:bold;width:120px;color:#555;display:inline-block;padding-left:15px}

/* 사업소개 */
.business{width:100%;overflow:hidden}
.business_top{color:#fff;position:relative;padding:85px 120px;height:395px;margin-top:35px;background:url(../img/sub/business_top.jpg) no-repeat 50% 50%;background-size:cover;margin-bottom:40px}
.business_top h3{font-size:38px;line-height:50px;padding-bottom:20px}
.business_top p{width:50%}
.business_list{overflow:hidden;margin-bottom:40px}
.business_list .bs_img{float:left;width:600px;height:420px}
.business_list .bs_img img{width:100%}
.business_list .bs_txt{float:left;width:calc(100% - 600px);padding:65px 0px 0 70px}
.business_list .bs_txt h3{position:relative;font-size:35px;letter-spacing:-2px;color:#222;font-weight:400}
.business_list .bs_txt b{color:#203c92}
.business_list .bs_txt h3:after{content:'';position:absolute;left:-70px;top:130px;width:100%;height:1px;background-color:#ccc}
.business_list .bs_txt p{padding:70px 50px 0 0px}

.business_r .bs_img{float:right}
.business_r .bs_txt {padding-left:0}
.business_r .bs_txt h3:after{left:0px !important}
    
/* 사업영역	 */
.bs_area_list {display:flex;flex-wrap:wrap;margin-top: 25px}
.bs_area_list li {width:calc(50% - 15px);border:1px solid #ddd;padding:45px 53px;margin-bottom:25px;max-height:700px;overflow:hidden}
.bs_area_list li:nth-of-type(2n-1) {margin-right:30px;}
.bs_area_list li > span{color:#16cae5;font-weight: 800;}
.bs_area_list li > strong {font-size:30px;display:block;color:#000;margin: 0 0 23px;font-weight:500}
.bs_area_list li > p {font-size:18px;line-height:28px}

/**************************** responsive ****************************/

@media screen and (max-width:690px){
/******* mobile ******/

/* 인사말 */

.director_txt {
    width: 100%;
    top: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 25px 45px 25px 20px;
  }
  
  .greeting_top {
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  @media screen and (max-width: 768px) {
    .greeting_top {
      background-size: contain; /* 모바일에서는 이미지 전체 보이도록 */
      background-position: center center;
    }
  }
  
  .director_entxt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .director_tit {
    font-size: 24px;
    line-height: 34px;
  }
  
  .director_tit br {
    display: none;
  }
  
  .director_cont {
    padding: 200px 20px 0 20px;
  }
  
  .director_cont b {
    font-size: 24px;
    line-height: 34px;
  }
  


/* 인사말 원본
    .director_txt{width:100%;top:220px;left:0;right:0;margin:0 auto}
    .greeting_top{height:220px}
    .director_entxt{font-size:16px;margin-bottom:10px}
    .director_tit{font-size:24px;line-height:34px}
    .director_tit br{display:none}
    .director_txt{padding:25px 45px 25px 20px}
    .director_cont{padding:200px 20px 0 20px}
    .director_cont b{font-size:24px;line-height:34px}    

    */

    /* 연혁 */
    .history_top{height:220px}
    .history_title{width:100%}
    .history_title .year{font-size:37px;line-height:43px}
    .history_title .year2{margin:0;text-align:left}
    .history_wrap{flex-wrap:wrap;padding:0 20px}
    .his_year_list h4{width:100%;font-size:24px;padding-bottom:8px}
    .his_year_list .year_wrap{width:100%}
    .his_year_list .year_wrap dl dt.month{width:100%}
    .his_year_list .year_wrap dl dd.text{width:100%}   
    
    /* 조직도 */
    .organization .org_list li{width:100%}
    .organization::before{display:none}
    .organization::after{top:5%}
    .organization .org_list{margin-top:50px}
    .organization .org_list li .org_depth1:after{display:none}
    .organization .head_org {width:130px;height:130px}
    .organization .head_org span{line-height:130px;font-size:23px}

        
    /* 비전 및 목표 */
    .vision_wrap .vision_tit{font-size:28px;padding:30px 12px 25px 12px}
    .vision_wrap .vision_txt p{font-size:23px}
    .bs_value ul{flex-wrap:wrap}
    .bs_value ul li{width:50%;padding-bottom:20px}
    .bs_value ul li:nth-of-type(2){border-right:none}
    .bs_value span{font-size:24px}

    .strategy_title{width:100%;height:100%;border-radius:8px;padding:20px 0;flex-wrap:wrap}
    .strategy li{flex-wrap:wrap}
    .strategy_title span.num{position:static}
    .strategy_text{width:100%;padding-left:0}
    .strategy_title p{font-size:23px;padding:0 5px;}
    .strategy_title span.num{width:30px;height:30px;line-height:30px;font-size:14px}
    .strategy_text ul{border-radius:8px;padding:0 30px;align-items:center}

    /* 오시는길 */
    .location_box{min-width:auto;width:100%;padding:20px 15px;z-index:1}

    /* 사업소개 */
    .business_top{height:420px;padding:50px 35px}
    .business_top h3{font-size:28px}
    .business_top p{width:100%}
    .business_list .bs_img{width:100%;overflow:hidden}
    .business_list .bs_img img{height:100%}
    .business_list .bs_txt{width:100%;padding:30px 0px 0 20px}
    .business_list .bs_txt h3{font-size:28px;line-height:38px}
    .business_list .bs_txt h3:after{display:none}
    .business_list .bs_txt h3 br{display:none}
    .business_list .bs_txt p{padding:20px 20px 0 0px}

    /* 사업영역	 */
    .bs_area_list li{width:100%}
    .bs_area_list li:nth-of-type(2n-1){margin-right:0}
}

/****** tablet ******/
@media screen and (min-width:691px) and (max-width:899px){

    /* 인사말 */
    .director_txt{width:100%;top:250px;left:0;right:0;margin:0 auto}
    .greeting_top{height:250px}
    .director_entxt{font-size:16px;margin-bottom:10px}
    .director_txt{padding:25px 45px 25px}
    .director_cont{padding:280px 45px 0 45px}

    /* 연혁 */
    .history_top{height:220px}
    .history_title{width:100%}
    .history_title .year{font-size:37px;line-height:43px}
    .history_title .year2{margin:0;text-align:left}
    .history_wrap{flex-wrap:wrap;padding:0 20px}
    .his_year_list h4{width:100%;font-size:24px;padding-bottom:8px}
    .his_year_list .year_wrap{width:100%}

    /* 조직도 */
    .organization .org_list li{width:100%}
    .organization::before{display:none}
    .organization::after{top:7%}
    .organization .org_list{margin-top:50px}
    .organization .org_list li .org_depth1:after{display:none}

     /* 사업소개 */
     .business_top{height:420px;padding:70px 45px}
     .business_list .bs_img{width:100%;overflow:hidden}     
     .business_list .bs_txt{width:100%;padding:30px 0px 0 20px}
     .business_list .bs_txt h3{font-size:28px;line-height:38px}
     .business_list .bs_txt h3:after{display:none}
     .business_list .bs_txt h3 br{display:none}
     .business_list .bs_txt p{padding:20px 20px 0 0px}



}

/****** desktop ******/
@media screen and (min-width:899px) and (max-width:1200px){   

    /* 연혁 */
    .history_title{width:33%;margin-right:10%}
    .history_title .year{font-size:50px}
    .history_title .year2{margin:-25px 0 0 0}
    .his_year_list h4{font-size:24px}

    /* 조직도 */
    .organization .org_list li p{line-height:20px;padding:8px 0;max-height:110px}

    /* 사업소개 */
    .business_list .bs_txt{padding:30px 0px 0 20px}
    .business_list .bs_img{width:500px;height:300px}
    .business_list .bs_txt h3{font-size:28px;line-height:38px}
    .business_list .bs_txt h3:after{display:none}
    .business_list .bs_txt h3 br{display:none}
    .business_list .bs_txt p{padding:20px 20px 0 0px}


}


@media screen and (max-width:319px){

    /* 인사말 */
    .greeting_sign{padding-right:20px}

    /* 연혁 */
    .his_year_list{padding:0 5px 0 10px !important}
    .his_year_list h4{font-size:22px;padding:0 0 10px 0;width:100%}
    .his_year_list .year_wrap:before{display:none}
    .his_year_list .year_wrap{width:100%}
    .his_year_list .year_wrap dl {float:left;margin-bottom:10px}
    .his_year_list .year_wrap dl dt.month{width:100%;padding-bottom:4px}
    .his_year_list .year_wrap dl dd.text{font-size:17px;width:100%;line-height:25px;word-break:keep-all}

}