@charset "UTF-8";

/* 레이아웃 */
#gnb .depth01 ul{ justify-content:space-between; gap:0.5rem; }
/* #gnb .depth01 > ul > li{ flex:none;} */

[class^="prcd_st"].noArrow > ul > li + li::before { display: none;}
[class^="prcd_st"].hrz.noArrow > ul { gap: 0.7rem;}

/* 조직구성원 */
.eple_list > ul { display: flex; flex-wrap: wrap; 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%);width: 100%;height: 100%;object-fit: cover;}
.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;}

/* 조직도 */
.org_wrap{ position:relative; margin:2rem 0 0; }
.org_wrap .std{ position:relative; min-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; padding:0 0 1.5rem}
.org_wrap h2:before{ content:""; position:absolute; left:50%; top:0; height:100%; border-right:1px solid #ccc; }
.org_wrap h2 .std{ max-width:calc(33% - 1.5rem); height:3.5rem; font-size:1.1rem; background:#215c00; color:#fff; text-align: center; }
.org_wrap h3 {position:relative; padding:1.5rem 0; }
.org_wrap h3:before{ content:""; position:absolute; top:0; left:50%; height:100%; border-right:1px solid #ccc; }
.org_wrap h3 .std{ font-size:1rem; border:2px solid #215c00; background:#fff; color:#215c00; text-align: center;}
.org_wrap .org_dep1{ position:relative; z-index: 1;}
.org_wrap .org_dep2 > ul{ position:relative; display: flex; gap: 0 3rem;} 
.org_wrap .org_dep2 > ul:before{ content:""; position:absolute; top:0; left:calc(16.66% - 1rem); width:calc(66.33% + 2.2rem); border-top:1px solid #ccc; }
.org_wrap .org_dep2 > ul > li{ position:relative; min-width:0px; flex: 1;} 
.org_wrap .org_dep3{ position:relative; flex: 1;}
.org_wrap .org_dep3 > ul{ display: flex; flex-direction: column; gap: 0.5rem 0;}
.org_wrap .org_dep3 > ul > li{ position:relative; flex: 1; min-width:0px;}
.org_wrap .org_dep3 > ul:before{ content:""; position:absolute; top:0; left:50%; height:100%; border-right:1px solid #ccc; }
.org_wrap .org_dep3 > ul > li span{ display: flex; min-height:3rem; line-height:1.3; color:#111; padding:0.25rem; align-items: center; justify-content: center; text-align: center; border-radius:0.5rem; border:1px solid #ccc; background:#fff;}

/* 호스피스 완화의료팀 */
.tbl_st.Pcol span {display: inline-block; font-size: 0.8rem; color: #ffffff; font-weight: 500; letter-spacing: -0.05em; padding: 0.4rem 1.3rem; background-color: #fa7b53; border-radius: 2rem; line-height: 1.2;}
.tbl_st.Pcol span.col2 {background-color: #f2b705;} 

.team_wrap{ position:relative;}
.team_wrap h3{ position:absolute; left:50%; top:50%; display: inline-block; transform: translate(-50%, -50%); font-size: 1.1rem;; color:#215c00;}
.team_wrap ul{ position:relative; display: flex; align-items: center; justify-content: center; gap: 4rem 0; flex-wrap: wrap; padding:0 1rem;}
.team_wrap ul:before{ content:""; position:absolute; left:0; top:1.75rem; height:calc(100% - 3.5rem); width:100%; border-radius:0.5rem; border:1px solid #ccc;}
.team_wrap li{ position:relative; width:20%; padding:0 0.5rem;}
.team_wrap li a{ display: flex; max-width:9rem; height:3.5rem; align-items: center; justify-content: center; text-align: center; line-height:1.3; padding:1rem; margin:0 auto; color:#000; font-weight: 600; border-radius:0.5rem; border:2px solid #215c00; background:#fff; }
.team_wrap li a:hover,
.team_wrap li a:focus{ color:#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;}

@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;}
  
}

@media screen and (max-width: 840px) {	
    
    /* 패밀리사이트 */	
	.family-site {top:2rem; right:1rem; width:6.75rem; height:100%; max-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; }
    
    /* 호스피스 완화의료팀 */
    .team_wrap li{ padding:0 0.25rem;}
}

@media screen and (max-width: 768px){

    /* 연혁 */
    .history_wrap dl dt {width: 13rem;width: 100%;}

    /* 조직구성원 */
    .eple_list > ul > li {width: calc(100% - 0.5rem); padding: 1rem;} 

    /* 조직도 */
    .org_wrap .org_dep2 > ul{ gap: 0 1rem;} 
    .org_wrap .org_dep2 > ul:before{ left:calc(16.66% - 0.25rem); width:calc(66.33% + 0.75rem); }
    
    /* 호스피스 완화의료팀 */
   .team_wrap{ padding:1rem; border-radius:0.5rem; border:2px solid #ccc;}
    .team_wrap h3{ position:relative; left:auto; top:auto; transform: none; display: block; text-align: center;}
    .team_wrap ul{ gap: 0.5rem 0; padding:1rem 0 0; align-items: normal;}
    .team_wrap ul:before{ display: none;}
    .team_wrap li{ width:33.33%;}
    .team_wrap li a{ height:100%; min-height:3rem; padding:0.5rem; max-width:100%;}
}

@media screen and (max-width: 500px){

    /* 조직도 */
    .org_wrap h2 .std{ max-width:70%; font-size:1rem; height:3rem;}
    .org_wrap h3 .std{ max-width:70%; font-size:0.9rem;}
    .org_wrap h2{ padding:0;}
    .org_wrap h2:before,
    .org_wrap .org_dep2 > ul:before{ display: none;}
    .org_wrap h3{ padding:2rem 0 1rem;}
    .org_wrap .org_dep2 > ul{ flex-direction: column;}
    .org_wrap .org_dep3{ border-radius:0.5rem; border:3px solid #eee; padding:1rem; background:#f8f8f8;}
    .org_wrap .org_dep3:before{ display: none;}
    .org_wrap .org_dep3 > ul{ flex-wrap: wrap; gap: 0.5rem; flex-direction: row;}
    .org_wrap .org_dep3 > ul > li{ width:calc(50% - 0.25rem); flex: auto; padding-top:0px;}
    .org_wrap .org_dep3 > ul:before{ display: none;}

    .history_wrap dl dd .lst li strong{ min-width: 3.5rem;}
}
 
 
@media screen and (max-width: 420px){

    /* 조직도 */
    .org_wrap .org_dep3 > ul > li{ width:calc(100% - 0.25rem); }

    /* 조직구성원 */
    .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;}
    
    /* 호스피스 완화의료팀 */
    .team_wrap ul{ justify-content: normal;}
    .team_wrap li{ width:50%;}
 
}

@media screen and (max-width: 380px){

    #footer .footer_info > p{ width:100%;}
}
 