/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1400px;
    position: relative;
    overflow: hidden;
    padding-top:130px;
}
.sub_visual::before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    transition: all 3s ease-in-out;
    transform:scale(1.2);
}
.sub_visual > img.zoom{transform:scale(1);}
.sub_visual .sub_typo{
    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    z-index: 99;
}
.sub_visual .sub_typo > span.up{opacity:1; transform:translate(0,0);}
.sub_visual .sub_typo span{
    color:#fff;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
    font-family:'GmarketSansMedium';
}
.sub_visual .sub_typo span:first-child{
    font-size:42px;
    transition-delay:0s;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    transition-delay:0.5s;
    font-family:'GmarketSansLight';
}
/* visual sub 공통 end */

/* tab 메뉴 공통 */
/* .contents{padding:30px 0;} */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:190px;
    transform: translateY(-60px);
    background: rgba(0,0,0,0.6);
    height:60px;
    line-height: 60px;
}

.sub_tabmenu ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    height:60px;
}
.sub_tabmenu li a{
    display: block;
    font-size:18px;
    text-align: center;
    color:#fff;
    transition: all .3s ease-in-out;
}
.tabmenu01 li{width:14.285%;}
.tabmenu02 li{width:20%;}
.tabmenu03 li{width:16.666%;}
.tabmenu04 li{width:33.333%;}
.tabmenu05 li{width:16.666%;}
.tabmenu06 li{width:20%;}

.sub_tabmenu li a:hover{background-color: #012063; color:#fff; transition: all .3s ease-in-out;}

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #012063; color:#fff;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #012063; color:#fff;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{background-color: #012063; color:#fff;}
.sub01_04 .sub_tabmenu li:nth-child(4) a{background-color: #012063; color:#fff;}
.sub01_05 .sub_tabmenu li:nth-child(5) a{background-color: #012063; color:#fff;}
.sub01_06 .sub_tabmenu li:nth-child(6) a{background-color: #012063; color:#fff;}
.sub01_07 .sub_tabmenu li:nth-child(7) a{background-color: #012063; color:#fff;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #012063; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #012063; color:#fff;}
.sub02_03 .sub_tabmenu li:nth-child(3) a{background-color: #012063; color:#fff;}
.sub02_04 .sub_tabmenu li:nth-child(4) a{background-color: #012063; color:#fff;}
.sub02_05 .sub_tabmenu li:nth-child(5) a{background-color: #012063; color:#fff;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #012063; color:#fff;}
.sub03_02 .sub_tabmenu li:nth-child(2) a{background-color: #012063; color:#fff;}
.sub03_03 .sub_tabmenu li:nth-child(3) a{background-color: #012063; color:#fff;}
.sub03_04 .sub_tabmenu li:nth-child(4) a{background-color: #012063; color:#fff;}
.sub03_05 .sub_tabmenu li:nth-child(5) a{background-color: #012063; color:#fff;}
.sub03_06 .sub_tabmenu li:nth-child(6) a{background-color: #012063; color:#fff;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #012063; color:#fff;}
.sub04_02 .sub_tabmenu li:nth-child(2) a{background-color: #012063; color:#fff;}
.sub04_03 .sub_tabmenu li:nth-child(3) a{background-color: #012063; color:#fff;}

.sub05_01 .sub_tabmenu li:nth-child(1) a{background-color: #012063; color:#fff;}
.sub05_02 .sub_tabmenu li:nth-child(2) a{background-color: #012063; color:#fff;}
.sub05_03 .sub_tabmenu li:nth-child(3) a{background-color: #012063; color:#fff;}
.sub05_05 .sub_tabmenu li:nth-child(4) a{background-color: #012063; color:#fff;}
.sub05_06 .sub_tabmenu li:nth-child(5) a{background-color: #012063; color:#fff;}
.sub05_07 .sub_tabmenu li:nth-child(6) a{background-color: #012063; color:#fff;}
.sub05_08 .sub_tabmenu li:nth-child(7) a{background-color: #012063; color:#fff;}

.sub06_01 .sub_tabmenu li:nth-child(1) a{background-color: #012063; color:#fff;}
.sub06_02 .sub_tabmenu li:nth-child(2) a{background-color: #012063; color:#fff;}
.sub06_03 .sub_tabmenu li:nth-child(3) a{background-color: #012063; color:#fff;}
.sub06_04 .sub_tabmenu li:nth-child(4) a{background-color: #012063; color:#fff;}
.sub06_05 .sub_tabmenu li:nth-child(5) a{background-color: #012063; color:#fff;}
/* tab 메뉴 공통 */

/* sub 타이틀 공통 */
.contents_title{
    position: relative;
    padding-top:60px;
}
.contents_title::before{
    content: '';
    position: absolute;
    left:47.8%;
    top:0;
    background: url(../img/symbol.png);
    background-size: cover;
    width:80px;
    height:80px;
    animation: rubberBand 1.5s .3s both;
}

.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#333;
    text-align: center;
    position: relative;
}
.contents_title h2::before{
    position: absolute;
    content: '';
    bottom:0px;
    width:100%;
    height:1px;
    left:50%;
    transform: translateX(-50%);
    background-color: #ccc;
}

.contents_detail{
    padding:30px 0;
    margin-top:30px;
}
/* sub 타이틀 공통 */

/* image_show_wrap 공통 */
.image_show_wrap,
.image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.image_show_wrap2{animation-duration: 1.4s;}

.show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */


/* image 확대 공통 */
.clip-animation {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    animation: clipExpand 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
}
    @keyframes clipExpand {
    from {
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
/* image 확대 공통 */

/* ------------------------------------------- sub -------------------------------------------------------- */
/************************ sub01 ************************/
/* sub01_01 */
.sub01_01 .greeting .inner > ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:60px;
}
.sub01_01 .greeting .inner > ul > li:nth-of-type(1){width:50%;}
.sub01_01 .greeting .inner > ul > li:nth-of-type(2){width:50%;}

.sub01_01 .greeting .img{
    width:385px;
    margin:0 auto;
}
.sub01_01 .greeting .img img{width:100%;}

.sub01_01 .greeting .video{
    position: relative;
    width:100%;
    height:0;
    padding-top:56.25%;
    overflow: hidden;
}
.sub01_01 .greeting .video iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.sub01_01 .greeting .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    margin-bottom:30px;
}
.sub01_01 .greeting .tit p{
    font-size:20px;
    color:#333;
    text-align: left;
    line-height:40px;
    padding:15px 0;
}
.sub01_01 .greeting .tit span{
    display: block;
    font-size:24px;
    color:#000;
    text-align: right;
    margin-top:40px;
}
.sub01_01 .greeting .tit span strong{
    font-size:28px;
    color:#000;
}
/* sub01_01 */



/* sub01_02 */
.sub01_02 .history .introduction{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}
.sub01_02 .history .introduction .img{width:50%;}
.sub01_02 .history .introduction .img img{
    border:1px solid #ccc;
    border-radius: 30px 0 30px 0;
}
.sub01_02 .history .introduction .tit{width:50%;}
.sub01_02 .history .introduction .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    margin-bottom:20px;
}
.sub01_02 .history .introduction .tit p{
    font-size:20px;
    color:#333;
    text-align: left;
    line-height:40px;
    padding:10px 0;
}


.sub01_02 .history .history_list{
    margin:120px auto 0 auto;
}
.sub01_02 .history .history_list h3{
    font-size:32px;
    color:#333;
    text-align: left;
}
.sub01_02 .history .history_list .txt{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    gap:60px;
    padding:20px 0;
    border-bottom:1px solid #ccc;
}

.sub01_02 .history .history_list .txt h4{
    font-size:48px;
    color:#012063;
    text-align: left;
    font-weight: 800;
    font-family: 'Noto Serif KR', serif; 
}
.sub01_02 .history .history_list .txt p{
    font-size:24px;
    color:#333;
    text-align: left;
}
/* sub01_02 */



/* sub01_03 */
.sub01_03 .orgchart .line{
    margin:60px 0;
}
.sub01_03 .orgchart .line{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:80px;
    position: relative;
}
.sub01_03 .orgchart .line p{
    font-size:24px;
    color:#fff;
    text-align: center;
    width:250px;
    border:1px solid #cccc;
    padding:15px 0;
    position: relative;
}

.sub01_03 .orgchart .line1 p{background-color: #012063;}
.sub01_03 .orgchart .line2{gap:400px;}
.sub01_03 .orgchart .line2 p{background-color: #b6c61b;}
.sub01_03 .orgchart .line3 p{background-color: #01b2a8;}
.sub01_03 .orgchart .line4{margin-top:120px;}
.sub01_03 .orgchart .line4 p{background-color: #f7f7f7; color:#333;}
.sub01_03 .orgchart .line5{margin-bottom:30px;}
.sub01_03 .orgchart .line5 p{background-color: #a8cf52;}
.sub01_03 .orgchart .line6{margin-top:30px;}
.sub01_03 .orgchart .line6 p{
    background-color: #f7f7f7;
    color:#333;
    width:450px;
    line-height:40px;
}

.sub01_03 .orgchart .line1::before{
    content: '';
    position: absolute;
    bottom:-190px;
    left:50%;
    transform: translateX(-50%);
    width:1px;
    height:190px;
    background-color: #ccc;
    z-index: -1;
}
.sub01_03 .orgchart .line2::before{
    content: '';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:400px;
    height:1px;
    background-color: #ccc;
}
.sub01_03 .orgchart .line3::before{
    content: '';
    position: absolute;
    bottom:-60px;
    left:50%;
    transform: translateX(-50%);
    width:1px;
    height:60px;
    background-color: #ccc;
}
.sub01_03 .orgchart .line3::after{
    content: '';
    position: absolute;
    bottom:-60px;
    left:50%;
    transform: translateX(-50%);
    width:991px;
    height:1px;
    background-color: #ccc;
}
.sub01_03 .orgchart .line4 p::before{
    content: '';
    position: absolute;
    top:-60px;
    left:50%;
    transform: translateX(-50%);
    width:1px;
    height:60px;
    background-color: #ccc;
}
/* sub01_03 */



/* sub01_04 */
.sub01_04 .rules .rules_down{
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.sub01_04 .rules .rules_down h3{
    font-size:32px;
    color:#012063;
    text-align: left;
}
.sub01_04 .rules .rules_down a{
    display: inline-block;
    padding:10px 40px;
    border-radius: 200px;
    background-color: #a8cf52;
    font-size:22px;
    color:#fff;
    text-align: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.sub01_04 .rules .rules_down a::before{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:0;
    background-color: #01b2a8;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub01_04 .rules .rules_down a:hover::before{height:100%;}
/* sub01_04 */



/* sub01_05 */
.sub01_05 .joininfo h3{
    font-size:32px;
    color:#333;
    text-align: left;
}
.sub01_05 .joininfo ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:20px;
    margin-top:30px;
}
.sub01_05 .joininfo ul li{
    width:33.333%;
    padding:20px;
    border:1px solid #ccc;
}
.sub01_05 .joininfo ul li:nth-of-type(1){border-radius: 30px 0 0 0;}
.sub01_05 .joininfo ul li:nth-of-type(3){border-radius: 0 0 30px 0;}

.sub01_05 .joininfo ul li h4{
    font-size:24px;
    color:#333;
    text-align: left;
}

.sub01_05 .joininfo .tit{margin-top:20px;}
.sub01_05 .joininfo .tit p{
    font-size:18px;
    padding:10px 0 10px 30px;
    line-height:32px;
    text-align: left;
    position: relative;
}
.sub01_05 .joininfo .tit p::before{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width:20px;
    height:20px;
}

.sub01_05 .joininfo .tit span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    line-height:30px;
    padding:5px 0 5px 30px;
    position: relative;
}
.sub01_05 .joininfo .tit span::before{
    content: '';
    position: absolute;
    top:12px;
    left:0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width:15px;
    height:15px;
}
/* sub01_05 */



/* sub01_06 */
.sub01_06 .location_map{margin-bottom:30px;}
.sub01_06 .location_map h3{
    font-size:32px;
    color:#333;
    text-align: left;
    margin-bottom:10px;
}
.sub01_06 .location_map p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub01_06 .location_map p::before{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width:20px;
    height:20px;
}

.sub01_06 .location_map .map {
    position: relative;
    margin-top:10px;
}
.sub01_06 .location_map .map .cont{display: none;}


/* 투명막: 기본적으로 스크롤/줌을 막음 */
.sub01_06 .location_map > .map::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    background: transparent;        /* 필요하면 rgba(0,0,0,.0~.1)로 힌트 */
    pointer-events: auto;           /* 막기: 이벤트 가로막음 */
    /* 선택: 안내 배지도 원하면 아래 주석 해제
    box-shadow: inset 0 0 0 0 transparent;
    */
}

/* Ctrl 눌렀을 때 허용: before를 ‘없애는’ 대신 통과만 시킴 */
.sub01_06 .location_map > .map.ctrl-zoom::before {
    pointer-events: none;           /* 통과 */
}

/* 기본 안내문구 */
.sub01_06 .location_map > .map::after {
    content: "Ctrl + 스크롤로 확대 / 축소";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 11;
    pointer-events: none;   /* 클릭 차단 안 되게 */
    opacity: 1;
    transition: opacity 0.2s ease;
}

/* Ctrl 누른 상태에서는 문구 숨김 */
.sub01_06 .location_map > .map.ctrl-zoom::after {
    opacity: 0;
}
/* sub01_06 */



/* sub01_07 */
.sub01_07 .addressbook_tabmenu ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:20px;
    justify-content: space-between;
}
.sub01_07 .addressbook_tabmenu ul li{width:25%;}
.sub01_07 .addressbook_tabmenu ul li a{
    display: block;
    font-size:24px;
    color:#000;
    text-align: center;
    border-radius: 10px;
    padding:10px 0;
    background-color: #f7f7f7;
    transition: all .3s ease-in-out;
}
.sub01_07 .addressbook_tabmenu ul li a:hover{background-color: #a8cf52; color:#fff;}

.sub01_07 .addressbook_tabmenu ul li:first-child a.on{background-color: #a8cf52; color:#fff;}
.sub01_07 .addressbook_tabmenu ul li a.active0{background-color: #a8cf52; color:#fff;}
.sub01_07 .addressbook_tabmenu ul li a.active1{background-color: #a8cf52; color:#fff;}
.sub01_07 .addressbook_tabmenu ul li a.active2{background-color: #a8cf52; color:#fff;}
.sub01_07 .addressbook_tabmenu ul li a.active3{background-color: #a8cf52; color:#fff;}



.sub01_07 .addressbook_container{margin-top:60px;}
.sub01_07 .addressbook_container .addressbook_tabcontents ul{
    display: flex;
    flex-wrap: nowrap;
    gap:20px;
    align-items: center;
}
.sub01_07 .addressbook_container .addressbook_tabcontents ul li{width:24%;}
.sub01_07 .addressbook_container .addressbook_tabcontents ul li h3{
    font-size:24px;
    color:#333;
    text-align: center;
    margin-bottom:10px;
}
.sub01_07 .addressbook_container .addressbook_tabcontents ul li a{
    display: block;
    width:100%;
    padding:15px 0;
    font-size:18px;
    color:#fff;
    text-align: center;
    border-radius: 10px;
    background-color: #01b2a8;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub01_07 .addressbook_container .addressbook_tabcontents ul li a::before{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:0;
    transition: all .3s ease-in-out;
    background-color: #b6c61b;
    z-index: -1;
}
.sub01_07 .addressbook_container .addressbook_tabcontents ul li a:hover::before{height:100%;}
/* sub01_07 */
/************************ sub01 ************************/



/************************ sub02 ************************/
/* sub02_01 */
.sub02_01 .privforestguide ul{margin:60px 0;}
.sub02_01 .privforestguide ul:nth-of-type(1){margin-top:0;}
.sub02_01 .privforestguide ul > li{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap:40px;
}
.sub02_01 .privforestguide ul .img img{width:100%;}
.sub02_01 .privforestguide ul:nth-of-type(1) .img{width:60%; overflow: hidden; border-radius: 30px 0 30px 0;}
.sub02_01 .privforestguide ul:nth-of-type(2) .img{width:60%; overflow: hidden; border-radius: 0 30px 0 30px;}
.sub02_01 .privforestguide ul:nth-of-type(3) .img{width:60%; overflow: hidden; border-radius: 30px 0 30px 0;}
.sub02_01 .privforestguide ul:nth-of-type(4) .img{width:60%; overflow: hidden; border-radius: 0 30px 0 30px;}


.sub02_01 .privforestguide .tit{width:40%;}
.sub02_01 .privforestguide .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-bottom:20px;
    margin-bottom:20px;
    position: relative;
}
.sub02_01 .privforestguide ul:nth-of-type(1) .tit h3::before{content: ''; position: absolute; bottom:0; right:0; width:120%; height:3px; background-color: #012063;}
.sub02_01 .privforestguide ul:nth-of-type(2) .tit h3::before{content: ''; position: absolute; bottom:0; left:0; width:120%; height:3px; background-color: #012063;}
.sub02_01 .privforestguide ul:nth-of-type(3) .tit h3::before{content: ''; position: absolute; bottom:0; right:0; width:120%; height:3px; background-color: #012063;}
.sub02_01 .privforestguide ul:nth-of-type(4) .tit h3::before{content: ''; position: absolute; bottom:0; left:0; width:120%; height:3px; background-color: #012063;}

.sub02_01 .privforestguide .tit p{
    font-size:20px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:40px;
}
.sub02_01 .privforestguide .tit p strong{
    font-size:22px;
    color:#ee0b3b;
}

.sub02_01 .privforestguide .tit a{
    display: inline-block;
    margin-top: 30px;
    background-color: #01b2a8;
    padding: 10px 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub02_01 .privforestguide .tit a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub02_01 .privforestguide .tit a:hover::before{width:100%;}

.sub02_01 .privforestguide .tit .box{
    margin-top:60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}
.sub02_01 .privforestguide .tit .box .chart_box{
    width:25%;
    background-color: #34a03a;
    padding:10px 0;
    position: relative;
    border-radius: 5px;
}
.sub02_01 .privforestguide .tit .box .chart_box::before{
    content: '→';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-30px;
    font-size:18px;
    color:#000;
}
.sub02_01 .privforestguide .tit .box .chart_box:last-child::before{display: none;}

.sub02_01 .privforestguide .tit .box .chart_box h4{
    font-size:20px;
    color:#fff;
    text-align: center;
    font-weight: 400;
}
.sub02_01 .privforestguide .tit .box .chart_box p{
    font-size:18px;
    color:#fff;
    text-align: center;
    padding:0;
}
/* sub02_01 */



/* sub02_02 */
.sub02_02 .forestsupport ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    margin-bottom:60px;
}
.sub02_02 .forestsupport ul li{width:50%;}
.sub02_02 .forestsupport ul li img{border-radius: 30px 0 30px;}

.sub02_02 .forestsupport .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    margin-bottom:30px;
}
.sub02_02 .forestsupport .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:10px 0;
}
/* sub02_02 */



/* sub02_03 */
.sub02_03 .forestinfra ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    margin-bottom:60px;
}
.sub02_03 .forestinfra ul li{width:50%;}
.sub02_03 .forestinfra ul li img{border-radius: 30px 0 30px;}

.sub02_03 .forestinfra .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    margin-bottom:30px;
}
.sub02_03 .forestinfra .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:10px 0;
}
/* sub02_03 */



/* sub02_04 */
.sub02_04 .treemarket .treemarket_list{margin-bottom:60px;}
.sub02_04 .treemarket .treemarket_list h3{
    font-size:32px;
    color:#333;
    text-align: left;
    margin-bottom:10px;
}
.sub02_04 .treemarket .treemarket_list span{
    display: block;
    font-size:22px;
    color:#333;
    text-align: left;
    line-height:40px;
}
.sub02_04 .treemarket .treemarket_list p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub02_04 .treemarket .treemarket_list p::before{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width:20px;
    height:20px;
}

.sub02_04 .treemarket .treemarket_list .treemarket_map {
    position: relative;
    margin-top:10px;
}
.sub02_04 .treemarket .treemarket_list .treemarket_map .cont{display: none;}


/* 투명막: 기본적으로 스크롤/줌을 막음 */
.sub02_04 .treemarket .treemarket_list > .treemarket_map::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    background: transparent;        /* 필요하면 rgba(0,0,0,.0~.1)로 힌트 */
    pointer-events: auto;           /* 막기: 이벤트 가로막음 */
    /* 선택: 안내 배지도 원하면 아래 주석 해제
    box-shadow: inset 0 0 0 0 transparent;
    */
}

/* Ctrl 눌렀을 때 허용: before를 ‘없애는’ 대신 통과만 시킴 */
.sub02_04 .treemarket .treemarket_list > .treemarket_map.ctrl-zoom::before {
    pointer-events: none;           /* 통과 */
}

/* 기본 안내문구 */
.sub02_04 .treemarket .treemarket_list > .treemarket_map::after {
    content: "Ctrl + 스크롤로 확대 / 축소";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 11;
    pointer-events: none;   /* 클릭 차단 안 되게 */
    opacity: 1;
    transition: opacity 0.2s ease;
}

/* Ctrl 누른 상태에서는 문구 숨김 */
.sub02_04 .treemarket .treemarket_list > .treemarket_map.ctrl-zoom::after {
    opacity: 0;
}
/* sub02_04 */



/* sub02_05 */
.sub02_05 .O_businesses ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    margin-bottom:60px;
}
.sub02_05 .O_businesses ul li{width:50%;}
.sub02_05 .O_businesses ul li img{border-radius: 30px 0 30px;}

.sub02_05 .O_businesses .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    margin-bottom:30px;
}
.sub02_05 .O_businesses .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:10px 0;
}
/* sub02_05 */
/************************ sub02 ************************/



/************************ sub03 ************************/
/* sub03 tab 공통 */
.sub03_tabmenu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.sub03_tabmenu a{
    display: block;
    padding:10px 20px;
    font-size:18px;
    background-color: #f7f7f7;
    border:1px solid #ccc;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.sub03_tabmenu a{
    display: block;
    font-size:24px;
    color:#000;
    text-align: center;
    border-radius: 10px;
    padding:10px 40px;
    background-color: #f7f7f7;
    transition: all .3s ease-in-out;
}
.sub03_tabmenu a:hover{background-color: #a8cf52; color:#fff;}

.sub03_tabmenu li:first-child a.on{background-color: #a8cf52; color:#fff;}
.sub03_tabmenu a.active0{background-color: #a8cf52; color:#fff;}
.sub03_tabmenu a.active1{background-color: #a8cf52; color:#fff;}
.sub03_tabmenu a.active2{background-color: #a8cf52; color:#fff;}
.sub03_tabmenu a.active3{background-color: #a8cf52; color:#fff;}
/* sub03 tab 공통 */

/* sub03_01 */
.sub03_01 .mutualfinance_tit{margin-top:60px;}
.sub03_01 .mutualfinance_tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub03_01 .mutualfinance_tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub03_01 .mutualfinance_tit .mutualfinance_list{padding:30px 0;}
.sub03_01 .mutualfinance_tit .mutualfinance_list h4{
    font-size:24px;
    color:#333;
    text-align: left;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list > p{
    font-size:20px;
    color:#34a03a;
    padding:30px 0;
    text-align: left;
    line-height:40px;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart{
    margin-top:30px;
    border-top:3px solid #012063;
    width:100%;
    padding-left:50px;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr th,
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td{
    font-size:18px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr th{background-color: #f7f7f7;}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td:nth-of-type(1){width:20%; text-align: center;}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td:nth-of-type(2){width:80%;}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td p::before{
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td p span{
    display: block;
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
}

.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td a{
    display: inline-block;
    margin-top:30px;
    background-color: #01b2a8;
    padding:10px 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size:18px;
    color:#fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td a::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub03_01 .mutualfinance_tit .mutualfinance_list .chart tr td a:hover::before{width:100%;}


.sub03_01 .mutualfinance_tit .ex_box{
    border:1px solid #ccc;
    border-radius: 10px;
    padding:20px;
}
.sub03_01 .mutualfinance_tit .ex_box p{
    font-size:20px;
    color:#000;
    text-align: left;
    line-height:40px;
}
.sub03_01 .mutualfinance_tit .ex_box p strong{
    font-size:20px;
    color:#ee0b3b;
}


.sub03_01 .mutualfinance_tit.tit_tab3 .mutualfinance_list > p{
    font-size: 20px;
    color: #333;
    padding: 30px 0;
    text-align: left;
    line-height: 40px;
}
.sub03_01 .mutualfinance_tit.tit_tab3 .mutualfinance_list > span{
    display: block;
    font-size:18px;
    color:#333;
    text-align: left;
}

.sub03_01 .mutualfinance_tit.tit_tab3 .mutualfinance_list .chart tr td{text-align: center; width:50%;}

.sub03_01 .mutualfinance_tit.tit_tab3 .mutualfinance_list .chart tr td a{
    display: inline-block;
    margin-top:0px;
    background-color: #01b2a8;
    padding:10px 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size:18px;
    color:#fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub03_01 .mutualfinance_tit.tit_tab3 .mutualfinance_list .chart tr td a::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub03_01 .mutualfinance_tit.tit_tab3 .mutualfinance_list .chart tr td a:hover::before{width:100%;}
/* sub03_01 */



/* sub03_02 */
.sub03_02 .policylending_tit{margin-top:60px;}
.sub03_02 .policylending_tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub03_02 .policylending_tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub03_02 .policylending_tit .policylending_list{padding:30px 0;}
.sub03_02 .policylending_tit .policylending_list h4{
    font-size:24px;
    color:#333;
    text-align: left;
}
.sub03_02 .policylending_tit .policylending_list > p{
    font-size:20px;
    color:#333;
    text-align: left;
    line-height:40px;
    margin-top:10px;
    position: relative;
    padding-left:30px;
}
.sub03_02 .policylending_tit .policylending_list > p::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.sub03_02 .policylending_tit .policylending_list .chart{
    margin-top:30px;
    border-top:3px solid #012063;
    width:100%;
    padding-left:50px;
}
.sub03_02 .policylending_tit .policylending_list .chart tr th,
.sub03_02 .policylending_tit .policylending_list .chart tr td{
    font-size:18px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}

.sub03_02 .policylending_tit .policylending_list .chart tr .line{background-color: #f0f4e6; color: #BB4F00;}

.sub03_02 .policylending_tit .policylending_list .chart tr th{background-color: #f7f7f7;}
.sub03_02 .policylending_tit .policylending_list .chart tr td p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:10px 0;
}
.sub03_02 .policylending_tit .policylending_list .chart tr td p span{
    display: block;
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding-left:15px;
}
.sub03_02 .policylending_tit .policylending_list .chart tr td p span small{
    display: block;
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
}
.sub03_02 .policylending_tit.tit_tab1 .policylending_list .chart tr td:nth-of-type(2) p,
.sub03_02 .policylending_tit.tit_tab1 .policylending_list .chart tr td:nth-of-type(2) p span,
.sub03_02 .policylending_tit.tit_tab1 .policylending_list .chart tr td:nth-of-type(2) p span small,
.sub03_02 .policylending_tit.tit_tab1 .policylending_list .chart tr td:nth-of-type(3) p,
.sub03_02 .policylending_tit.tit_tab1 .policylending_list .chart tr td:nth-of-type(3) p span,
.sub03_02 .policylending_tit.tit_tab1 .policylending_list .chart tr td:nth-of-type(3) p span small{text-align: center;}
.sub03_02 .policylending_tit.tit_tab1 .policylending_list .chart tr td:nth-of-type(1) p span small{padding-left:15px;}


.sub03_02 .policylending_tit.tit_tab4 .policylending_list .chart tr td{text-align: center;}
.sub03_02 .policylending_tit.tit_tab4 .policylending_list .chart tr td a{
    display: inline-block;
    background-color: #01b2a8;
    padding: 10px 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub03_02 .policylending_tit.tit_tab4 .policylending_list .chart tr td a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub03_02 .policylending_tit.tit_tab4 .policylending_list .chart tr td a:hover::before{width:100%;}

.sub03_02 .policylending_tit .ex_box{
    border:1px solid #ccc;
    border-radius: 10px;
    padding:20px;
}
.sub03_02 .policylending_tit .ex_box p{
    font-size:20px;
    color:#000;
    text-align: left;
    line-height:40px;
}
.sub03_02 .policylending_tit .ex_box span{
    display: block;
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
}

.sub03_02 .policylending_tit .policylending_list_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
}
.sub03_02 .policylending_tit .policylending_list_top p{
    font-size:16px;
    color:#333;
    text-align: left;
}
.sub03_02 .policylending_tit .policylending_list_top a{
    display: inline-block;
    margin-top:0px;
    background-color: #01b2a8;
    padding:10px 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size:18px;
    color:#fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub03_02 .policylending_tit .policylending_list_top a::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub03_02 .policylending_tit .policylending_list_top a:hover::before{width:100%;}
/* sub03_02 */



/* sub03_03 */
.sub03_03 .depositprotection_tit{margin-top:60px;}
.sub03_03 .depositprotection_tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub03_03 .depositprotection_tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub03_03 .depositprotection_tit .depositprotection_list{padding:30px 0;}
.sub03_03 .depositprotection_tit .depositprotection_list h4{
    font-size:24px;
    color:#333;
    text-align: left;
}
.sub03_03 .depositprotection_tit .depositprotection_list > p{
    font-size:20px;
    color:#333;
    padding:10px 0 10px 30px;
    text-align: left;
    line-height:40px;
    position: relative;
}
.sub03_03 .depositprotection_tit .depositprotection_list > p::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.sub03_03 .depositprotection_tit .depositprotection_list > p strong{
    font-size:20px;
    color:#28880E;
}

.sub03_03 .depositprotection_tit .depositprotection_list .img{
    padding:30px;
    border:1px solid #ccc;
    border-radius: 30px;
    text-align: center;
    margin-top:30px;
}
.sub03_03 .depositprotection_tit .depositprotection_list .box{
    text-align: center;
    margin-top:30px;
}

.sub03_03 .depositprotection_tit .depositprotection_list .tit_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
    border-bottom:1px solid #ccc;
}
.sub03_03 .depositprotection_tit .depositprotection_list .tit_link p{
    font-size:20px;
    color:#333;
    padding:10px 0 10px 30px;
    text-align: left;
    line-height:40px;
    position: relative;
}
.sub03_03 .depositprotection_tit .depositprotection_list .tit_link p::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.sub03_03 .depositprotection_tit .depositprotection_list .tit_link a{
    display: inline-block;
    margin-top: 0px;
    background-color: #01b2a8;
    padding: 10px 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub03_03 .depositprotection_tit .depositprotection_list .tit_link a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub03_03 .depositprotection_tit .depositprotection_list .tit_link a:hover::before{width:100%;}


.sub03_03 .depositprotection_tit .depositprotection_list .chart{
    margin-top:30px;
    border-top:3px solid #012063;
    width:100%;
    padding-left:50px;
}
.sub03_03 .depositprotection_tit .depositprotection_list .chart tr th,
.sub03_03 .depositprotection_tit .depositprotection_list .chart tr td{
    font-size:18px;
    color:#333;
    padding:20px;
    text-align: center;
    border:1px solid #ccc;
}

.sub03_03 .depositprotection_tit .depositprotection_list .chart tr th{background-color: #f7f7f7;}
.sub03_03 .depositprotection_tit .depositprotection_list .chart tr td p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:10px 0;
}

.sub03_03 .depositprotection_tit .depositprotection_list .chart tr td .list{padding:10px 0;}
.sub03_03 .depositprotection_tit .depositprotection_list .chart tr td .list h4{
    font-size:24px;
    color:#333;
    text-align: left;
}
.sub03_03 .depositprotection_tit .depositprotection_list .chart tr td .list p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub03_03 .depositprotection_tit .depositprotection_list .chart tr td .list span{
    display: block;
    font-size:16px;
    text-align: left;
    color:#333;
    padding:5px 0 5px 10px;
    line-height:30px;
}
/* sub03_03 */



/* sub03_04 */
.sub03_04 .creditguarantee_tit{margin-top:60px;}
.sub03_04 .creditguarantee_tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub03_04 .creditguarantee_tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub03_04 .creditguarantee_tit .creditguarantee_list{padding:30px 0;}
.sub03_04 .creditguarantee_tit .creditguarantee_list h4{
    font-size:24px;
    color:#333;
    text-align: left;
}
.sub03_04 .creditguarantee_tit.tit_tab1 .creditguarantee_list > p{
    font-size:20px;
    color:#000;
    font-weight: 800;
    padding:20px 0;
    text-align: left;
    line-height:40px;
}
.sub03_04 .creditguarantee_tit .creditguarantee_list > p{
    font-size:20px;
    color:#000;
    padding:20px 0;
    text-align: left;
    line-height:40px;
}
.sub03_04 .creditguarantee_tit .creditguarantee_list > p strong{
    font-size:20px;
    color:#ee0b3b;
}

.sub03_04 .creditguarantee_tit .creditguarantee_list > p > span{
    display: block;
    font-size:18px;
    color:#333;
    font-weight: 400;
    text-align: left;
    line-height:32px;
    padding-left:20px;
}

.sub03_04 .creditguarantee_tit .creditguarantee_list .list p{
    font-size:20px;
    color:#000;
    padding:10px 0 10px 30px;
    text-align: left;
    line-height:40px;
    position: relative;
}
.sub03_04 .creditguarantee_tit .creditguarantee_list .list p::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.sub03_04 .creditguarantee_tit .creditguarantee_list .list span{
    display: block;
    font-size:18px;
    text-align: left;
    color:#333;
    line-height:32px;
}

.sub03_04 .creditguarantee_tit .creditguarantee_list .chart{
    border-top:3px solid #012063;
    width:100%;
}
.sub03_04 .creditguarantee_tit .creditguarantee_list .chart tr th,
.sub03_04 .creditguarantee_tit .creditguarantee_list .chart tr td{
    font-size:18px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}
.sub03_04 .creditguarantee_tit.tit_tab1 .creditguarantee_list .chart tr td{text-align: center;}
.sub03_04 .creditguarantee_tit.tit_tab2 .creditguarantee_list .chart tr .center{text-align: center;}

.sub03_04 .creditguarantee_tit .creditguarantee_list .chart tr .line{background-color: #f0f4e6; color: #BB4F00;}

.sub03_04 .creditguarantee_tit .creditguarantee_list .chart tr th{background-color: #f7f7f7;}
.sub03_04 .creditguarantee_tit .creditguarantee_list .chart tr td p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub03_04 .creditguarantee_tit.tit_tab1 .creditguarantee_list .chart tr td p{font-weight: 800;}

.sub03_04 .creditguarantee_tit .creditguarantee_list .chart tr td p::before{
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.sub03_04 .creditguarantee_tit .creditguarantee_list .number{
    border:1px solid #ccc;
    padding:30px;
    border-radius: 30px;
}
.sub03_04 .creditguarantee_tit .creditguarantee_list .number p{
    font-size:18px;
    color:#000;
    text-align: left;
    font-weight: 600;
    padding:10px 0;
}
.sub03_04 .creditguarantee_tit .creditguarantee_list .number p span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    line-height:30px;
}

.sub03_04 .creditguarantee_tit .ex_box{
    border:1px solid #ccc;
    border-radius: 10px;
    padding:20px;
}
.sub03_04 .creditguarantee_tit .ex_box p{
    font-size:20px;
    color:#000;
    text-align: left;
    line-height:40px;
}
.sub03_04 .creditguarantee_tit .ex_box p strong{
    font-size:20px;
    color: #ee0b3b;
}
.sub03_04 .creditguarantee_tit .ex_box span{
    display: block;
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    margin-top:10px;
    font-weight: 800;
}
/* sub03_04 */



/* sub03_05 */
.sub03_05 .inheritorsearch_tit{margin-top:60px;}
.sub03_05 .inheritorsearch_tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub03_05 .inheritorsearch_tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub03_05 .inheritorsearch_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    margin-top:30px;
}

.sub03_05 .inheritorsearch_linkbox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:60px;
    margin-top:60px;
}

.sub03_05 .inheritorsearch_linkbox a{
    display: inline-block;
    margin-top: 0px;
    background-color: #01b2a8;
    padding: 20px 60px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sub03_05 .inheritorsearch_linkbox a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub03_05 .inheritorsearch_linkbox a:hover::before{height:100%;}
/* sub03_05 */



/* sub03_06 */
.sub03_06{position: relative;}
.sub03_06 .microfinance_tit{margin-top:60px;}
.sub03_06 .microfinance_tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub03_06 .microfinance_tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub03_06 .microfinance_tit .microfinance_list{padding:30px 0;}
.sub03_06 .microfinance_tit .microfinance_list h4{
    font-size:24px;
    color:#333;
    text-align: left;
}
.sub03_06 .microfinance_tit .microfinance_list p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}

.sub03_06 .microfinance_tit .microfinance_list .microfinance_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    margin-top:30px;
}
.sub03_06 .microfinance_tit .microfinance_list .microfinance_link a{
    display: inline-block;
    margin-top: 0px;
    background-color: #01b2a8;
    padding: 10px 0px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width:100%;
}
.sub03_06 .microfinance_tit .microfinance_list .microfinance_link a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #012063;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sub03_06 .microfinance_tit .microfinance_list .microfinance_link a:hover::before{height:100%;}

.sub03_06 .microfinance_tit .microfinance_list .chart{
    border-top:3px solid #012063;
    width:100%;
}
.sub03_06 .microfinance_tit .microfinance_list .chart tr th,
.sub03_06 .microfinance_tit .microfinance_list .chart tr td{
    font-size:18px;
    color:#333;
    padding:20px;
    text-align: center;
    border:1px solid #ccc;
}

.sub03_06 .microfinance_tit .microfinance_list .chart tr .line{background-color: #f0f4e6; color: #BB4F00;}

.sub03_06 .microfinance_tit .microfinance_list .chart tr th{background-color: #f7f7f7;}
.sub03_06 .microfinance_tit.tit_tab1 .microfinance_list .chart tr td a{
    display: flex;
    flex-direction: row;
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:10px 0 10px 30px;
    position: relative;
    transition: all .3s ease-in-out
}
.sub03_06 .microfinance_tit.tit_tab1 .microfinance_list .chart tr td a:hover{color:#ee0b3b;}



.sub03_06 .microfinance_tit.tit_tab2 h3{
    font-size:24px;
    color:#333;
    text-align: left;
}

.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list{padding:30px 0;}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list h4{
    font-size:24px;
    color:#333;
    text-align: left;
}

.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit{padding:20px 0;}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit h5{
    font-size:20px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit h5::before{
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    background: url(../img/bul2.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit em{
    font-size:20px;
    color:#000;
    text-align: left;
    font-style: normal;
    font-weight: 800;
}


.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit > p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding-left:30px;
}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list > span{
    display: block;
    font-size:20px;
    color:#333;
    text-align: left;
    padding:5px 0;
}

.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit .chart{
    width:100%;
    border-top:3px solid #012063;
}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit .chart tr th,
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit .chart tr td{
    font-size:18px;
    color:#333;
    text-align: center;
    padding:20px;
    border:1px solid #ccc;
}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit .chart tr th{background-color: #f7f7f7;}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit .chart tr td p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:0;
    line-height:32px;
}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit .chart tr td span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    padding:5px 0 5px 20px;
}
.sub03_06 .microfinance_tit.tit_tab2 .microfinance_list .tit .chart tr .w_10{width:10%;}





.sub03_06 .pop_wrap{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: none;
}
.sub03_06 .pop_wrap .pop_list{
    position: relative;
    top:55%;
    left:50%;
    transform: translate(-50%, -50%);
    width:600px;
    height:800px;
    overflow: auto;
    background-color: #fff;
    padding:40px;
    padding-top:80px;
    border-radius: 20px;
}
.sub03_06 .pop_wrap .pop_list .pop_list_wrap{
    position: relative;
    width:100%;
    height:100%;
}
.sub03_06 .pop_wrap .pop_list .pop_list_wrap h3{
    font-size:20px;
    color:#000;
    text-align: left;
}
.sub03_06 .pop_wrap .pop_list .pop_list_wrap ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    gap:20px;
    margin:30px 0;
    border-bottom:1px solid #ccc;
    padding-bottom:30px;
}
.sub03_06 .pop_wrap .pop_list .pop_list_wrap ul li{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
}
.sub03_06 .pop_wrap .pop_list .pop_list_wrap ul li p{
    font-size:18px;
    color:#BB4F00;
    text-align: left;
}
.sub03_06 .pop_wrap .pop_list a{
    position: fixed;
    top:5%;
    right:5%;
    display: block;
    width:30px;
    height:30px;
    border-radius: 50%;
    background-color: #BB4F00;
    font-size:18px;
    color:#fff;
    text-align: center;
    line-height:30px;
}






















/* sub03_06 */
/************************ sub03 ************************/



/************************ sub04 ************************/
/* sub04_01 */
.sub04_01 .ongjin_intro .img ul{
    display: flex;
    justify-content: space-between;
    gap:40px;
}
.sub04_01 .ongjin_intro .img ul li{width:50%;}
.sub04_01 .ongjin_intro .img ul li img{width:100%;}

.sub04_01 .ongjin_intro .tit{margin-top:30px;}
.sub04_01 .ongjin_intro .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub04_01 .ongjin_intro .tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub04_01 .ongjin_intro .tit .tit_list p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:20px 0;
}


.sub04_01 .bucheon_intro{margin-top:60px;}
.sub04_01 .bucheon_intro .img ul{
    display: flex;
    justify-content: space-between;
    gap:40px;
}
.sub04_01 .bucheon_intro .img ul li{width:50%;}
.sub04_01 .bucheon_intro .img ul li img{width:100%;}

.sub04_01 .bucheon_intro .tit{margin-top:30px;}
.sub04_01 .bucheon_intro .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub04_01 .bucheon_intro .tit h3::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/bul1.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sub04_01 .bucheon_intro .tit .tit_list p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:20px 0;
}




/* sub04_01 */



/* sub04_02 */
/* sub04_02 */



/* sub04_03 */
/* sub04_03 */
/************************ sub04 ************************/



/************************ sub05 ************************/
/* sub05_01 */
.sub05_01 .contents_title h2::before{display: none;}
.sub05_01 .board .bbs_paging tr td b{background-color: #012063;}
/* sub05_01 */
/* sub05_02 */
.sub05_02 .contents_title h2::before{display: none;}
.sub05_02 .board .bbs_paging tr td b{background-color: #012063;}
/* sub05_02 */
/* sub05_03 */
.sub05_03 .contents_title h2::before{display: none;}
.sub05_03 .board .bbs_paging tr td b{background-color: #012063;}
/* sub05_03 */
/* sub05_04 */
.sub05_04 .contents_title h2::before{display: none;}
.sub05_04 .board .bbs_paging tr td b{background-color: #012063;}
/* sub05_04 */
/* sub05_05 */
.sub05_05 .contents_title h2::before{display: none;}
.sub05_05 .board .bbs_paging tr td b{background-color: #012063;}
.sub05_05 .board .answerBasic .bbs_chip.end{
    border:1px solid #ff8921;
    color:#ff8921;
    padding:10px 20px;
}
/* sub05_05 */
/* sub05_06 */
.sub05_06 .contents_title h2::before{display: none;}
.sub05_06 .board .bbs_paging tr td b{background-color: #012063;}

/* sub05_06 */

/* sub05_07 */
/* sub05_07 */
/* sub05_08 */
/* sub05_08 */
/************************ sub05 ************************/


/************************ sub06 ************************/
/* sub06_01 */
.sub06_01 .ForestCafe .board .bbs_paging tr td b{background-color: #012063;}
.sub06_01 .ForestCafe .board .photo_bbs .tit a{text-align: center;}
.sub06_01 .ForestCafe .board .photo_bbs .date{display: none;}
.sub06_01 .ForestCafe .board .photo_bbs .thumb{padding-top:80%;}
.sub06_01 .ForestCafe .board .photo_bbs .thumb img{object-fit: cover;}
/* sub06_01 */
/* sub06_02 */
.sub06_02 .WoodMarket .board .bbs_paging tr td b{background-color: #012063;}
.sub06_02 .WoodMarket .board .photo_bbs .tit a{text-align: center;}
.sub06_02 .WoodMarket .board .photo_bbs .date{display: none;}
.sub06_02 .WoodMarket .board .photo_bbs .thumb{padding-top:80%;}
.sub06_02 .WoodMarket .board .photo_bbs .thumb img{object-fit: cover;}
/* sub06_02 */
/* sub06_03 */
.sub06_03 .gallery .board .bbs_paging tr td b{background-color: #012063;}
.sub06_03 .gallery .board .photo_bbs .tit a{text-align: center;}
.sub06_03 .gallery .board .photo_bbs .date{display: none;}
.sub06_03 .gallery .board .photo_bbs .thumb{padding-top:80%;}
.sub06_03 .gallery .board .photo_bbs .thumb img{object-fit: cover;}
/* sub06_03 */
/* sub06_04 */
.sub06_04 .Finance .board .bbs_paging tr td b{background-color: #012063;}
.sub06_04 .Finance .board .photo_bbs .tit a{text-align: center;}
.sub06_04 .Finance .board .photo_bbs .date{display: none;}
.sub06_04 .Finance .board .photo_bbs .thumb{padding-top:80%;}
.sub06_04 .Finance .board .photo_bbs .thumb img{object-fit: cover;}
/* sub06_04 */

/* sub06_05 */
.sub06_05 .center .board .bbs_paging tr td b{background-color: #012063;}
.sub06_05 .center .board .photo_bbs .tit a{text-align: center;}
.sub06_05 .center .board .photo_bbs .date{display: none;}
.sub06_05 .center .board .photo_bbs .thumb{padding-top:80%;}
.sub06_05 .center .board .photo_bbs .thumb img{object-fit: cover;}
/* sub06_05 */
/************************ sub06 ************************/
/* ------------------------------------------- sub -------------------------------------------------------- */
