
	
/* 피드별 개별 스타일 지정 (CSS파일로 생성 됩니다)*/
  .logo_wrap {display: flex !important; justify-content: space-between !important; gap: 15px !important; width:100% !important;}
  .logo_wrap img {max-width:calc(100% / 3 - 10px) !important; margin:0 !important;}
  .logo_wrap::after {display:none !important;}
  
  .cg_wrap.id {display:flex;}
  .id_img {width:calc(100% / 4); padding:25px; border:1px solid #cccdcd;}
  .id_img:not(:last-of-type) {margin-right:15px;}
  .cg_wrap.id img:first-child {float:none !important; border:none !important;}
  
    .cg_wrap.ci {display:flex;}
  .cg_wrap.id::after {display:none;}
  .ci_img {display:flex; width:calc(100% / 2); padding:25px; border:1px solid #cccdcd;}
   .ci_img:not(:last-of-type) {margin-right:15px;}
  .ci_img img {margin:auto;}
  .cg_wrap img:first-child {border:none !important;}
  
  @media screen and (max-width: 767px) {
 .logo_wrap {flex-direction:column; gap:0 !important;}
 .logo_wrap img {max-width:384px !important;}
 .cg_wrap.id {flex-wrap:wrap !important;}
 .id_img {display:flex; width:100%;}
 .id_img img {max-width:364px; margin:auto;}
 .id_img:not(:last-of-type) {margin: 0 0 15px;}
 
 .cg_wrap.ci {flex-wrap:wrap;}
 .ci_img {width:100%;}
 .ci_img:not(:last-of-type) {margin:0 0 15px;}
	.ci_img img {max-width:407px;}
  }
   
