  	
  	@import url("https://cdn.jsdelivr.net/npm/@kfonts/nanum-gothic-otf@0.1.2/index.css");
  	@import url("http://font.nncoms.kr/notosanskr/noto-sans-kr.css");
  	
  	#main { display: flex; position: static; margin-left: 0; margin: 0 auto;}
    #tbody { position: static;  height: auto;  background: none; background-color: #fff; font-family: 'nanum-gothic-otf';   font-family: "Noto Sans KR"; color: #555; letter-spacing: -0.025em; line-height: 1.5; }
    /* #tbody .pd0 { padding: 0 !important;} */
    #footer_wrap { position: static;}
   

    #tbody .section { padding: 80px 0 0 30px; border-left: 1px solid #d7d7d7; word-break: keep-all;}
    #tbody .section .tit { display: flex; align-items: baseline; justify-content:flex-end;}
    #tbody .section .tit h3 { font-size: 33px; font-weight: 700; color: #124a96;  } 
    #tbody .section .tit span { padding: 0 0 0 5px; font-size: 15px; color: #9a9a9a;}
    #tbody .section .prod { padding: 100px 10px 100px; text-align: center;}
    #tbody .section .article { padding: 0 0 70px; margin-bottom: 70px; border-bottom: 1px solid #ddd;  }
    #tbody .section .article:last-of-type { margin-bottom: 0;}
    #tbody .section .article h4 { position: relative; padding: 0 0 0 18px; margin: 0 0 40px;  font-size: 24px; font-weight: 700; color: #404040;}
    #tbody .section .article h4 strong { display: inline-block; padding: 0 0 0 10px; font-size: 26px; color: #311fff;}
    #tbody .section .article h4:before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 10px; height: 30px; background: #ef6c6c; }
    #tbody .section .article .img { padding: 0 10px 70px ; text-align: center; }    
    #tbody .section .article .txt span { display: block;}
    #tbody .section .article.partner ul {  display: flex; flex-wrap:wrap; justify-content: space-between;}
    #tbody .section .article.partner ul h5 { width: 100%; font-size: 22px; padding:30px 0 10px}
    #tbody .section .txt strong { display: inline-block; padding: 0 0 5px; color: #5f5af2 ;  }





    