@charset "utf-8";
    :root {
      --level-1: #8dccad;
	 --level-0: #8dccad;
		
      --level-2: #f5cc7f;
      --level-3: #7b9fe0;
      --level-4: #f27c8d;
		
      --black: #999;
	  
		--rectangle-pd:  15px 10px;  /*토탈 박스 폰트크기*/
		--rectangle-rd:  0px 15px 15px 15px;  /*토탈 박스 폰트크기*/
		--rectangle-ft:   18px; /*토탈 박스 폰트크기*/
		
		
		--rectangle0-pd:  15px 60px;  /*박스 폰트크기*/
		--rectangle0-rd:  0px 15px 15px 15px;  /*박스 폰트크기*/
		--rectangle0-ft:   18px; /*박스 폰트크기*/
		--rectangle0-fc:   #fff; /*박스 폰트컬러 */
		
		
		--rectangle1-pd:  15px 60px;  /*박스 폰트크기*/
		--rectangle1-rd:  0px 15px 15px 15px;  /*박스 폰트크기*/
		--rectangle1-ft:   18px; /*박스 폰트크기*/
		--rectangle1-fc:   #fff; /*박스 폰트컬러 */
		
		--rectangle2-pd:  15px 10px;  /*박스 폰트크기*/
		--rectangle2-rd: 0px 15px 15px 15px;  /*박스 폰트크기*/
		--rectangle2-ft:   18px; /*박스 폰트크기*/
		--rectangle2-fc:   #fff; /*박스 폰트컬러 */
		
		--rectangle3-pd:  15px 10px;  /*박스 폰트크기*/
		--rectangle3-rd: 0px 15px 15px 15px;  /*박스 폰트크기*/
		--rectangle3-ft:   18px; /*박스 폰트크기*/
		--rectangle3-fc:   #fff; /*박스 폰트컬러 */
		
		--rectangle4-pd:  15px 10px;  /*박스 폰트크기*/
		--rectangle4-rd:  5px;  /*박스 폰트크기*/
		--rectangle4-ft:   14px; /*박스 폰트크기*/
		--rectangle4-fc:   #fff; /*박스 폰트컬러 */
				
    }

 
.organization_box{ width: 100%; float: left; margin-bottom: 100px}
.organization_box  .contents-inner {  width: 100%; float: left; position: relative    }
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) { 
	.rectangle { position: relative;  padding: var(--rectangle-pd); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);  border-radius:var(--rectangle-rd); font-size:var(--rectangle-ft); text-align: center; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s;  min-width: 150px; margin: 0px 5px  }
	
	
.level-etc0 {width:85%;       padding: var(--rectangle0-pd);	   border-radius:var(--rectangle0-rd); ; background-color:var(--level-0); font-size: var(--rectangle0-ft);  z-index: 1; position: relative ; color:var(--rectangle0-fc);   }
    .rectangle.level-1 {
      padding: var(--rectangle1-pd);
      border-radius:var(--rectangle1-rd); font-size:var(--rectangle1-ft); text-align: center; color:var(--rectangle1-fc);
    }

    .rectangle.level-2  {
      padding: var(--rectangle2-pd);
      border-radius:var(--rectangle2-rd); font-size:var(--rectangle2-ft); text-align: center; color:var(--rectangle1-fc);
    }

    .rectangle.level-3  {
      padding: var(--rectangle3-pd);
      border-radius:var(--rectangle3-rd); font-size:var(--rectangle3-ft); text-align: center; color:var(--rectangle1-fc);
    }

    .rectangle.level-4  {
      padding: var(--rectangle4-pd);
      border-radius:var(--rectangle4-rd); font-size:var(--rectangle4-ft); text-align: center; color:var(--rectangle1-fc);
    }


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) { 
	
	.rectangle { position: relative;  padding: var(--rectangle-pd) 0px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);  border-radius:var(--rectangle-rd); font-size:calc(var(--rectangle-ft) * 0.6);text-align: center; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s;  min-width:100%; margin: 0px 0px  }
	

.level-etc0 {width:85%;         padding:10px 10px;	   border-radius:var(--rectangle0-rd); ; background-color:var(--level-0); font-size:calc(var(--rectangle0-ft) * 0.7);  z-index: 1; position: relative ; color:var(--rectangle0-fc);   }
	
    .rectangle.level-1 {
      padding:10px 30px;
      border-radius:var(--rectangle1-rd); font-size:calc(var(--rectangle1-ft) * 0.7);text-align: center; color:var(--rectangle1-fc);
    }

    .rectangle.level-2  {
     padding:10px 20px;
      border-radius:var(--rectangle2-rd); font-size:calc(var(--rectangle2-ft) * 0.7); text-align: center; color:var(--rectangle1-fc);
    }

    .rectangle.level-3  {
    padding:10px 20px;
      border-radius:var(--rectangle3-rd); font-size:calc(var(--rectangle3-ft) * 0.7); text-align: center; color:var(--rectangle1-fc);
    }

    .rectangle.level-4  {
       padding:10px 20px;
      border-radius:var(--rectangle4-rd); font-size:calc(var(--rectangle4-ft) * 0.7); text-align: center; color:var(--rectangle1-fc);
    }


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




    .rectangle:hover {
      opacity:1;
      cursor: pointer;   box-shadow:3px 3px 30px rgba(0,0,0,0.2);

    }
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.or_all{ width: 100%; float: left}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.or_all{ width: 100%; float: left 	}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.bo-insert-content{}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.bo-insert-content{ }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {   .level-1-wrapper_out{
      position: relative;width:100%;   float: left; display: flex;  justify-content: center;  align-items: center;flex-direction: column; margin-left: -50px
    }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {   .level-1-wrapper_out{
      position: relative;width:100%;   float: left; display: flex;  justify-content: center;  align-items: center;flex-direction: column; margin-left: 0px; 
    }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



    .level-1-wrapper {
      position: relative;width: auto; 
    }
   .level-1-wrapper_out::before {
      content: ""; position: absolute;bottom: 0%; left: 50%;
      transform: translateX(-50%);
      width: 0.5px; height:100%; background: var(--black); 
    }


 /* level-1 ------------------------------*/

.level-1 { width: auto; background: var(--level-1); position: relative;   margin-bottom: 40px}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-0-wrapper{   width: 100% ; float: left; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 20px; }
.level-0-left{   width: 100% ; float: left; display: flex;   align-items:flex-end; flex-direction: column; }
.level-0-right{   width: 100% ; float: left;  display: flex;   align-items:flex-start; flex-direction: column; }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-0-wrapper{   width:80% ; float: left; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 20px; }
.level-0-left{   width: 100% ; float: left; display: flex;   align-items:flex-end; flex-direction: column; }
.level-0-right{   width: 100% ; float: left;  display: flex;   align-items:flex-start; flex-direction: column; }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-etc0-wrapper{   width: 250px; display: flex;  justify-content: center;  align-items: center;flex-direction: row; margin-bottom: 20px ; text-align: center}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-etc0-wrapper{   width:150px; display: flex;  justify-content: center;  align-items: center;flex-direction: row; margin-bottom: 20px ; text-align: center}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.level-line{ width: 15%; height: 1px;  background-color: var(--black)   }


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-2-wrapper {  position: relative; display: grid; width: 100%; float: left; margin-top: 20px ; display: grid;   grid-template-columns:60% auto;   }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {	
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-2-wrapper {  position: relative;  width: 100%; float: left; margin-top: 0px ;  }
	
	
	ol.level-2-wrapper>li:nth-child(2){ margin-top: 20px
	}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




    /* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-2-wrapper li { position: relative;display: flex; align-items: center; flex-direction: column; }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-2-wrapper>li { position: relative;display: flex; align-items: center; flex-direction: column; background-color: #f7f7f7; padding: 20px; border-radius: 15px; border: 1px solid #eee}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



/* level-2 ------------------------------*/	  


/* level-2 상단 세로줄 */  	  

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) { .level-2-wrapper > li::before {  content: "";  position: absolute;    bottom: 100%;   left: calc(50% + 1px);    transform: translateX(-50%);    width: 0.5px;   height: 20px;  background: var(--black);  }


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) { .level-2-wrapper > li::before {  content: "";  position: absolute;    bottom: 100%;   left: calc(50% + 1px);    transform: translateX(-50%);    width: 0.5px;   height: 20px;  background: var(--black);  display: none }


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-2 { width:auto;  margin: 0 auto 40px;  background: var(--level-2);  }

	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-2 { width:auto;  margin: 0 auto 20px;  background: var(--level-2);  }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




	  
/* level-2 상단 가로줄 */
	  /* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-2-wrapper > li::after{ content: "";    position: absolute;  top: -20px;  left:50%;  transform: translateX(-50%);   width:100%;    height:1px;   background: var(--black); }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-2-wrapper > li::after{ content: "";    position: absolute;  top: -20px;  left:50%;  transform: translateX(-50%);   width:100%;    height:1px;   background: var(--black); display: none }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.level-2-wrapper>li:first-child::after{   content: "";  left: calc(50% + 1px);  transform: translateX(0%);   width:50%;   }

.level-2-wrapper>li:last-child::after{  content: "";   top: -20px;	left: auto;    right: calc(50% + 1px);  transform: translateX(0%);   width:50%;    }

	  
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
.level-2-wrapper>li:first-child::after{   content: "";  left: calc(50% + 1px);  transform: translateX(0%);   width:50%;  display: none  }

.level-2-wrapper>li:last-child::after{  content: "";   top: -20px;	left: auto;    right: calc(50% + 1px);  transform: translateX(0%);   width:50%;  ;  display: none   }

	  
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/*  레벨2의 박스 */   









/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {    .level-3-wrapper:before{
      content: "";
      position: absolute;
      top:-40px;
      left: calc(50% + 0px);
      transform: translateX(-50%);
        width: 0.5px;
      height: 20px;
      background: var(--black);
    }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {    .level-3-wrapper:before{
      content: "";
      position: absolute;
      bottom:100%;
      left: calc(50% + 0px);
      transform: translateX(-50%);
        width: 0.5px;
      height: 20px;
      background: var(--black); 
    }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/





	 /* level-3 상단 세로줄 */
	  
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {    .level-3-wrapper > li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 0.5px;
      height: 20px;
      background: var(--black);
    }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {    .level-3-wrapper > li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 0.5px;
      height: 20px;
      background: var(--black);display: none
    }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
		.level-3-wrapper > li::after {
    content: "";
      position: absolute;
      top: -20px;
      left: calc(50% + 1px);
      transform: translateX(-50%);
      width:100%;
      height:1px;
      background: var(--black);
    }
	  
		    
	.level-3-wrapper > li:first-child::after {
     content: "";
      position: absolute;
      top: -20px;
      left: calc(50% + 1px);
      transform: translateX(0%);
      width:50%;
      height:1px;
      background: var(--black);
    }
	  
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
		.level-3-wrapper > li::after {
    content: "";
      position: absolute;
      top: -20px;
      left: calc(50% + 1px);
      transform: translateX(-50%);
      width:100%;
      height:1px;
      background: var(--black); display: none
    }
	  	    
	.level-3-wrapper > li:first-child::after {
     content: "";
      position: absolute;
      top: -20px;
      left: calc(50% + 1px);
      transform: translateX(0%);
      width:50%;
      height:1px;
      background: var(--black); display: none
    }
	  
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


	  
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
	
	    
	.level-3-wrapper > li:first-child::after {
     content: "";
      position: absolute;
      top: -20px;
      left: calc(50% + 1px);
      transform: translateX(0%);
      width:50%;
      height:1px;
      background: var(--black);
    }
	  
	 	    
	.level-3-wrapper > li:last-child::after {
       content: "";
      position: absolute;
      top: -20px;
	left: auto;
      right: calc(50% - 1px);
      transform: translateX(0%);
      width:50%;
      height:1px;
      background: var(--black);
    }
	  
	   
	.level-3-wrapper.grid1  > li:first-child::after {
   display: none
    }
	  
	.level-3-wrapper.grid1  > li:last-child:::after {
   display: none
    }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
	
	    
	.level-3-wrapper > li:first-child::after {
     content: "";
      position: absolute;
      top: -20px;
      left: calc(50% + 1px);
      transform: translateX(0%);
      width:50%;
      height:1px;
      background: var(--black); display: none
    }
	  
	 	    
	.level-3-wrapper > li:last-child::after {
       content: "";
      position: absolute;
      top: -20px;
	left: auto;
      right: calc(50% - 1px);
      transform: translateX(0%);
      width:50%;
      height:1px;
      background: var(--black); display: none
    }
	  
	   
	.level-3-wrapper.grid1  > li:first-child::after {
   display: none
    }
	  
	.level-3-wrapper.grid1  > li:last-child:::after {
   display: none
    }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


	  
ol{box-sizing: border-box
}  
	  
	  
    .level-3 {  background: var(--level-3); margin: 0 auto 20px;  }
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-3-wrapper { position: relative;      display: grid;      grid-column-gap: 0px;         margin: 0 auto;   width: 100%;   }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-3-wrapper { position: relative;      display: grid;      grid-column-gap: 0px;         margin: 0 auto;   width: 100%;  padding: 20px; background-color: #fff; border-radius: 15px ; border: 1px solid #eee}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.level-3-wrapper li{  width:100%;  }
  
 

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
    .level-4-wrapper {
      position: relative;
      width:100%;
   margin: 20px auto 0px;  display: grid;display: flex;flex-direction: row;display: flex;  justify-content: center;  align-items: center; 
    }
.level-4-wrapper.only {  position: relative;      display: grid;      grid-column-gap: 0px;        margin: 20px auto 0px;   width: 100%;   }
  
	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
    .level-4-wrapper {
      position: relative;
      width:100%;
  display: grid;display: flex;flex-direction: row;display: flex;  justify-content: center;  margin: 5px auto 5px;  align-items: center;grid-gap: 10px
    }
.level-4-wrapper.only {width:100%; float: left;  position: relative;            width: 100%;   }
.level-4-wrapper.only li{width:100%; float: left;    }
.level-4-wrapper.only li .level-4{width:100%!important; float: left;    }
  
	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


 


/* level-2 상단 가로줄 */
	  /* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.level-4-wrapper > li::after{ content: "";    position: absolute;  top: -20px;  left:0px;  transform: translateX(-50%);   width:100%;    height:1px;   background: var(--black); }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-4-wrapper > li::after{ content: "";    position: absolute;  top: -20px;  left:50%;  transform: translateX(-50%);   width:100%;    height:1px;   background: var(--black); display: none }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.level-4-wrapper>li:first-child::after{   content: "";  left: calc(50% + 1px);  transform: translateX(0%);   width:50%;   }

.level-3-wrapper>li:last-child::after{  content: "";   top: -20px;	left:0px;     transform: translateX(0%);   width:50%;    }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.level-4-wrapper>li:first-child::after{   content: "";  left: calc(50% + 1px);  transform: translateX(0%);   width:50%;  display: none  }

.level-3-wrapper>li:last-child::after{  content: "";   top: -20px;	left:0px;     transform: translateX(0%);   width:50%;  display: none    }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/






.level-4-wrapper.only>li:first-child::after { display: none  }
  



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {    .level-4-wrapper::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 0.5px;
      height: 20px;
      background: var(--black);
    }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {    .level-4-wrapper::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 0.5px;
      height: 20px;
      background: var(--black); display: none
    }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




    .level-4-wrapper li { position: relative }


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	    .level-4-wrapper li::before {   content: "";
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 0.5px;
      height: 20px;
      background: var(--black); }


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	    .level-4-wrapper li::before {   content: "";
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 0.5px;
      height: 20px;
      background: var(--black); display: none }


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




    .level-4 {
      font-weight: normal;
      background: var(--level-4);  
    }

    .level-4::before {
    
    }

    .member-detail {
      margin-top: 60px;
      text-align: left;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }

    th, td {
      border: 1px solid #ccc;
      padding: 10px;
      text-align: center;
    }

    th { background: #eee; }
	  
	  /* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px); display: none
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}
	  
	  

	  
.grid1 {   grid-template-columns: repeat(1, 1fr);   grid-column-gap: 0px;       }
 /* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.grid2 { grid-template-columns: repeat(2, 1fr);   grid-column-gap: 0px; }
  
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.grid2 { grid-template-columns: repeat(1, 1fr);   grid-column-gap: 0px; }
  
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

  	  
 
.grid3{ grid-template-columns: repeat(3, 1fr);   grid-column-gap: 0px; }
	    
.grid4 { grid-template-columns: repeat(4, 1fr);   grid-column-gap: 0px;}
	  
	  
.grid3.modify{ grid-template-columns:2fr 1fr 3fr;   grid-column-gap: 0px; }	  
.level-1.modify { }



.member-detail{width: 100%; float: left}


	 .rectangle.active {
  filter: brightness(0.8); /* 1보다 작을수록 어두워짐 */
}  
 .rectangle:hover{
  filter: brightness(1.3); /* 1보다 작을수록 어두워짐 */
}





 textarea#codeInput{ height: 500px }


button { margin-top: 10px; padding: 8px 16px; font-size: 14px; }
    .modal { display: none; position: fixed; z-index: 99999!important; left: 0; top: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.6); overflow: auto; }
    .modal-content { background: #fff; padding: 20px; margin: 5vh auto; border-radius: 8px; max-width: 800px; position: relative; z-index: 100000; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
    .close-btn { position: absolute; top: 10px; right: 15px; font-size: 20px; cursor: pointer; }






.upload-box{width: 100%; float: left; padding: 20px 40px; border-radius: 30px; background-color: #f7f7f7; margin-bottom: 30px  ;}
.upload-box .title{width: 100%; float: left; font-size: 30px;}


.tbl-sw { text-align:center;  width: 100%; float: left; padding: 0px}
.tbl-sw .upload-box { display:inline-block;  width: 100%; float: left ; border-radius: 20px; padding:clamp(15px, 3.906vw, 50px); background:#fafbfb; border:1px solid #e5e5e5;  display: grid;   grid-template-columns: repeat(auto-fit, minmax(250px, auto));}

.clearfix{width: 100%; display: flex; justify-content: flex-start; flex-direction: column;}


.tbl-sw.plain h2 { float:left; margin-top:0;  text-align: left ;font-size: var(--tit-md-size)!important;line-height: 130%;}
.food_downbtn { float:left;}
.food_downbtn a{ width: auto;float:left; padding: 15px 20px 15px 65px;!important; background-color:var(--primary);; color: #fff; text-align: left; position: relative; border-radius: 8px}
.food_downbtn a:before{content: "\eb44";    font-family: unicons-line; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); font-size: 25px; width: 40px; height: 40px; border-radius: 6px; background-color: #000; display: flex;  justify-content: center;  align-items: center;}


.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:8px;border:0;background:#e8180c;color:#fff;text-decoration:none;float: left}

.tbl-sw .frm_info { display:inline-block; text-align:left; background:transparent url('img/icon_warning.png') left top no-repeat;  width: 100%; }

.tbl-sw .frm_info ul { width: 100%; float: left }
.tbl-sw .frm_info ul  li{ width: 100%; float: left ;  position: relative;padding: 5px 0px 5px 10px; line-height: 120%;}
.tbl-sw .frm_info ul  li:before{ content: "";  width: 4px; height: 4px; border-radius: 100%; background-color: var(--primary);; position: absolute; left: 0px; top: 12px;}



.tbl-sw .frm-warning {  padding:0px; float: left; width: auto; display: flex; justify-content: flex-start; flex-direction: column;}
.attach-file { float:inherit; text-align:center; margin-top:20px; }



  .attach-file { margin-bottom: 20px
  }

  .attach-file input[type="file"] {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px 0px 0px 6px;
    background: #fff;
    cursor: pointer;
  }

  .attach-file input[type="submit"].btn {
    padding: 15px 16px!important;height: auto;
     background-color: #333;
    color: #fff;
    font-size: 14px;
    border: none!important;
    border-radius: 0px 6px 6px 0px;
    cursor: pointer;
    transition: background-color 0.3s; outline: none!important;box-shadow:none;  
  }

  .attach-file input[type="submit"].btn:hover {
    background-color: #000;
  }

  @media screen and (max-width: 480px) {
    .attach-file {
      flex-direction: column;
      align-items: stretch;
    }
  }




.rectangle.empty-box {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: default;
  height: 55px;
  display: inline-block;
  vertical-align: top; 
}

.rectangle.empty-box::before {
      content: "";
      position: absolute;
     top: 100%;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 0.5px;
      height:55px;
      background: var(--black);
    }

.level-5.rectangle.empty-box {
  height: 60px;
}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.level-3.rectangle.empty-box {
  height: 60px; display: none
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


