.content-section-complicate
{
      width: 100%;
      height: auto;
      margin-top: 100px;
      background-color: transparent;
      font-family: "Figtree", sans-serif;
}
.content-section-complicate
.complicate-container
{
      width: 80%;      
      height: auto;
      padding: 2% 2%;
      margin: 0 auto;      
}
.content-section-complicate
.complicate-item
{  
	  width: 100%;
      height: 50px;      
}
.content-section-complicate
h4
{	     
      padding: 10px;
	font-size: 18px;
      color: #242424;
	font-weight: 700;	  
      font-family: "Nanum Myeongjo", serif;
}
.content-section-complicate
.complicate-heading
{
      margin-top: 10px;
      padding: 10px 10px;
}
.content-section-complicate
h5
{      
      font-size: 14px;
      color: #242424;
      font-weight: 500;      
}
.content-section-complicate
.complicate-article
{      
      width: 80%;
      margin-top: 40px;
      padding: 20px 30px;
      border-left: 1px solid #ccc;
}
.content-section-complicate
h6
{
      line-height: 2;      
      font-size: 1rem;
      color: #242424;
      font-weight: 700;      
}
.content-section-complicate
p
{
      font-size: 15px;
      color: #4c4c4c;
      line-height: 1.5;
}
.content-section-complicate
.complicate-paragraph
{
      width: 100%;
      padding: 20px 55px;
}
.content-section-complicate
span
{      
      font-size: 14px;
      color: #4c4c4c;
}



.content-section-complex
{
      width: 100%;
      height: auto;
      margin-top: 50px;
      background-color: transparent;
      font-family: "Figtree", sans-serif;
}
.content-section-complex
.complex-container
{          
      width: 80%;
      height: auto;
      display: flex;
      margin: 0 auto;
      flex-wrap: wrap;                  
}
.content-section-complex
.complex-a
{      
      width: 60%;                           
      border-radius: 30px 0 0 0;
}
.content-section-complex
.complex-a
.complex-article
{
      padding: 2%;
}
.content-section-complex
.complex-a
h5
{      
      font-size: 15px;
      color: #242424;
      font-weight: 700;           
      padding: 15px 0px;
      text-transform: uppercase;
}
.content-section-complex
.complex-a
h6
{
      font-size: 14px;
      color: #242424;
      font-weight: 500;
      padding: 15px 0px;      
}
.content-section-complex
.complex-a
p
{
      font-size: 15px;
      font-weight: 500;
      color: #4c4c4c;
      line-height: 1.5;
}
.content-section-complex
.complex-b
{
      flex: 2;
      width: 40%;             
      border-radius: 0 30px 0 0;
}
.content-section-complex
.complex-b
.complex-article
{
      padding: 5% 10%;
}
.content-section-complex
.complex-b
h5
{      
      font-size: 15px;
      color: #242424;
      font-weight: 700;        
      text-transform: uppercase;      
}
.content-section-complex
.complex-b
h6
{          
      font-size: 14px;
      color: #242424;
      font-weight: 500;
      padding: 15px 0px;            
}
.content-section-complex
li
{
      list-style-type: disc;
}
.content-section-complex
li::marker 
{
      color: #ccc;
}
.content-section-complex
.complex-b
p
{
      font-size: 15px;
      font-weight: 500;
      color: #4c4c4c;
      line-height: 1.5;
}
