@charset "UTF-8";
/* 조직구성원 */
.eple_list > ul { display: flex; flex-wrap: wrap; margin-top: 2rem; gap:2rem;}
.eple_list > ul > li { width: calc(50% - 1rem); border: 1px solid #e0e0e0; border-radius: 0.5rem; /*background: url(/images/web/hospice1/sub/img0104_ico.png) no-repeat calc(100% - 2rem) 1rem;*/ padding: 2rem; display: flex; justify-content: space-between; align-items: center;} 
.eple_list > ul > li .img { width: 8rem; height: 9rem; border-radius: 0.5rem; overflow: hidden; font-size: 0;}
.eple_list > ul > li .img img { position: relative; left: 50%; transform: translateX(-50%);}
.eple_list > ul > li .txt { width: calc(100% - 9.5rem);}
.eple_list > ul > li h3 { font-size: 1.2rem; font-weight: 700; color: #000; margin: 0.6rem 0 0.8rem;}

/* 권역호스피스센터 현황 */
.center_list ul { display: flex; gap: 0.5rem; flex-wrap: wrap;}
.center_list ul li { width: calc(50% - 0.25rem); border-radius: 0.5rem; border: 1px solid #e0e0e0; height: 3rem; display: flex; position: relative; align-items: center; padding: 0 3.5rem 0 1rem;}
.center_list ul li span { display: inline-block; background: #f4f4f4; color: #444; text-align: center; width: 6.5rem; line-height: 1.5rem; border-radius: 2rem;}
.center_list ul li p { color: #010101; font-size: 0.9rem; padding-left: 1rem; font-weight: 500; line-height: 1.2;}
.center_list ul li .home { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); font-size: 1rem; color: #666; transition: all 0.2s;}
.center_list ul li .home::before { content: ''; display: block; width: 1px; height: 0.7rem; background: #e0e0e0; position: absolute; left: -0.8rem; top: calc(50% - 0.35rem);}
.center_list ul li .home:hover,
.center_list ul li .home:focus { color: #2a6900;}

/* 정의 */
.defin_list li { background: #f4f4f4; border-radius: 1rem; display: flex; align-items: center; padding: 2rem; justify-content: space-between;}
.defin_list li + li { margin-top: 0.5rem;}
.defin_list li .ico { display: flex; width: 5rem; height: 5rem; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.defin_list li .txt { width: calc(100% - 6rem);}
.defin_list li .txt h3 { color: #215c00; font-size: 1.1rem; font-weight: 700;}
.defin_list li .txt p { font-size: 0.9rem; color: #333; margin-top: 0.5rem;}

/* 1권역 호스피스·완화의료 전문기관 찾기 */
.inst_search .list { display: flex; flex-wrap: wrap; gap:0.5rem;}
.inst_search .list > li { width: calc((100% - 4rem) / 3); border: 1px solid #e0e0e0; border-radius: 1rem; padding: 1.5rem; position: relative;}
.inst_search .list > li.point {border:1px solid #215c00; background:#f5f9f8;}
.inst_search .list > li span { font-size: 0.9rem; color: #444;}
.inst_search .list > li p { margin-top: 0.4rem; color: #000; font-size: 0.9rem; font-weight: 600;}
.inst_search .badge { margin-top: 0.8rem; padding-top: 0.6rem; border-top: 2px dotted #e0e0e0; font-size: 0;}
.inst_search .badge li { display: inline-block; line-height: 2rem; border-radius: 2rem; border: 1px solid #e0e0e0; padding: 0 1rem; color: #555; font-size: 0.85rem; margin: 2px 1px;}
.inst_search .badge li.on { border-color: #215c00; color: #215c00; font-weight: 600;}
.inst_search .home { display: block; width: 2rem; height: 2rem; border-radius: 0.5rem; border: 1px solid #e0e0e0; color: #010101; font-size: 1rem; text-align: center; line-height: 2rem; position: absolute; top: 1.1rem; right: 1.5rem; transition: all 0.2s;}
.inst_search .home:hover,
.inst_search .home:focus { border-color: #215c00; color: #fff; background: #215c00;}

/* footer SNS */
#footer .footer_link .sns-wrap > a{ width:2.5rem; height:2.5rem;}
#footer .footer_link .sns-wrap > a img{ width:16px; height:auto;}
#footer .footer_link .sns-wrap > a i{ font-size:1.3rem;}

/* 조직도 */
.org_wrap{ position:relative; margin:2rem 0 0; }
.org_wrap .std{ position:relative; height:3rem; line-height:1.3; display: flex; align-items: center; justify-content: center; margin:0 auto; padding:0 0.5rem; border-radius:0.5rem; font-weight: 600;}
.org_wrap h2{ position:relative; display: flex; align-items: center; justify-content: center; height:5rem; max-width:14rem; margin:0 auto; background:#fff; border-radius:0.5rem; box-shadow:0 0 10px rgba(0,0,0,0.2); }
.org_wrap h2 span{ display: block; max-width:10.5rem; height:2.5rem; line-height:0; overflow:hidden;}
.org_wrap h2 img{ width:100%; height:100%; object-fit: cover; object-position: left center;}
.org_wrap h3 {position:relative; padding:1.5rem 0; }
.org_wrap h3 .std{ max-width:14rem; font-size:1rem; background:#215c00; color:#fff; }
.org_wrap .org_dep1{ position:relative; z-index: 1;}
.org_wrap .org_dep1:before{ content:""; position:absolute; top:0; left:50%; height:100%; border-right:1px solid #ccc; }
.org_wrap .org_dep2{ position: relative;}
.org_wrap .org_dep2:before{ content:""; position:absolute; top:0; left:calc(12.5% - 0.75rem); width:calc(75% + 1.5rem); border-top:1px solid #ccc; }
.org_wrap .org_dep2 > ul{ position:relative; display: flex; gap: 0 2rem;} 
.org_wrap .org_dep2 > ul > li{ position:relative; min-width:0px; flex: 1; padding-top:1.5rem;} 
.org_wrap .org_dep2 > ul > li:before{ content:""; position:absolute; top:0; left:50%; height:100%; border-right:1px solid #ccc; }
.org_wrap .org_dep2 .std{ border:2px solid #215c00; background:#fff; color:#215c00; } 

@media screen and (max-width: 1440px){

    /* 조직구성원 */
    .eple_list > ul > li { padding: 1.5rem; background-size: 3rem; /*background-position: calc(100% - 1rem) 1rem;*/}
    .eple_list > ul > li .img {width: 7rem; }
    .eple_list > ul > li .txt { width: calc(100% - 8.5rem);}

}

@media screen and (max-width: 1024px){

    /* 조직구성원 */
    .eple_list > ul { gap: 1rem;}
    .eple_list > ul > li {width: calc(50% - 0.5rem); padding: 1rem;}
    .eple_list > ul > li h3 { font-size: 1.1rem;margin: 0.3rem 0 0.2rem;}

    /* 정의 */
    .defin_list li { padding: 1.2rem; } 
    .defin_list li .ico {  width: 4rem; height: 4rem; }
    .defin_list li .ico img { max-width: 2.8rem;}
    .defin_list li .txt { width: calc(100% - 5rem);}
    .defin_list li .txt h3 { font-size: 1rem; }
    .defin_list li .txt p { font-size: 0.8rem; margin-top: 0.2rem;}

    /* 1권역 호스피스·완화의료 전문기관 찾기 */
    .inst_search .list { gap: 1rem;}
    .inst_search .list > li { width: calc((100% - 2rem) / 3); padding: 1.2rem; }
    .inst_search .list > li span { font-size: 0.85rem; }
    .inst_search .list > li p { font-size: 0.85rem; }
    .inst_search .badge { margin-top: 0.6rem; }
    .inst_search .badge li { line-height: 1.5rem; color: #555; font-size: 0.8rem; } 
    .inst_search .home { width: 1.75rem; height: 1.75rem; font-size: 1rem; line-height: 1.75rem; top: 0.65rem; right: 0.65rem; transition: all 0.2s;}

    /* footer SNS */
    #footer .footer_link .sns-wrap > a{ width:2rem; height:2rem;}
    #footer .footer_link .sns-wrap > a img{ width:auto; height:auto;}
    #footer .footer_link .sns-wrap > a i{ font-size:1rem;}

}

@media screen and (max-width: 840px) {	
    
    /* 패밀리사이트 */	
	.family-site {/*top:2rem;*/ right:0; width:6.75rem; height:2rem; background:url('/images/com/main/family-icon-mobile.png') no-repeat; }
	.family-wrap .inner .family-close {width:2rem; height:2rem; right:1rem; top:2rem; }
	.fn-title p.crt01 {left:2.5rem; }
    .fn-content { padding: 1.5rem 0.7rem; }
	.crt02 {right:4rem; }
    .fn-list:nth-child(1) .title::before,
    .fn-list:nth-child(2) .title::before {right: 1.5rem; }
    .fn-list:nth-child(3) .list:nth-child(odd) .title,
    .fn-list:nth-child(3) .list:nth-child(even) .title { padding-left: 0.5rem; }
    .fn-list { gap: 0.3rem; }
    .fn-box .item { gap: 0.3rem; }
	.row-list .fn-box .item { margin-top: 0.3rem; }
    
	/* footer */
	/* #footer .footer_content {flex-direction:column; gap:1rem; } */
	#footer .footer_link  {margin-top:0.5rem; }
	#footer .footer_info {position:relative; }
	#footer .footer_info > p {display: flex; width: 50%; }
	#footer .footer_info > p img {max-width:100%; }
}
@media screen and (max-width: 768px){

    /* 조직구성원 */
    .eple_list > ul > li {width: calc(100% - 0.5rem); padding: 1rem;}

    /* 권역호스피스센터 현황 */ 
    .center_list ul li { width: calc(100% - 0.25rem);}

    /* 1권역 호스피스·완화의료 전문기관 찾기 */ 
    .inst_search .list > li { width: calc((100% - 1rem) / 2); padding: 1rem;}

    /* 조직도 */
    .org_wrap .org_dep2:before{ left:calc(12.5% - 0.25rem); width:calc(75% + 0.5rem); }
    .org_wrap .org_dep2 > ul{ gap: 0 1rem;} 
}

@media screen and (max-width: 520px){

    /* 1권역 호스피스·완화의료 전문기관 찾기 */ 
    .inst_search .list > li { width:100%; }

}

@media screen and (max-width: 460px){

    /* 조직도 */
    .org_wrap h2 { height:4rem;}
    .org_wrap h2 span{ width:9rem; height:2.2rem;}
    .org_wrap .org_dep2:before{ display: none;}
    .org_wrap .org_dep2{ border-radius:0.5rem; border:3px solid #eee; padding:1rem; background:#f8f8f8;}
    .org_wrap .org_dep2 > ul{ gap: 0.5rem 0; flex-wrap: wrap; gap: 0.5rem; } 
    .org_wrap .org_dep2 > ul > li{ width:calc(50% - 0.25rem); flex: auto; padding-top:0px;}
    .org_wrap .org_dep2 > ul:before{ display: none;}
}

@media screen and (max-width: 420px){

    /* 조직구성원 */
    .eple_list > ul > li { flex-direction: column; background-image: none;}
    .eple_list > ul > li .txt { width: 100%; margin-top: 0.3rem;}
    .eple_list > ul > li h3 { text-align: center;}

    /* 권역호스피스센터 현황 */ 
    .center_list ul li {align-items: flex-start;flex-direction: column;height: auto;padding: 0.5rem 3.5rem 0.5rem 0.7rem;}
    .center_list ul li p { padding-left: 0.5rem; margin-top: 0.3rem; }
 
    /* 정의 */
    .defin_list li {flex-direction: column; gap: 0.5rem;}
    .defin_list li .txt { width: 100%; text-align: center;}
    
}

@media screen and (max-width: 380px){

    #footer .footer_info > p{ width:100%;}
}