@charset "utf-8";
.sub_con {margin-bottom:0}
.sub_con section + section {padding-top: var(--sub_pd)}
h4.title-h {text-align: left;}
.title h4.title-h {text-align:center; margin-bottom:0}
.pt_logo {display: grid;grid-template-rows: repeat(3, auto);grid-template-columns: repeat(5, 1fr);justify-items: center;}
.group-img {text-align: center;}
.group-img img {width:100%}
.group-img img + img {padding-top:var(--sub_pd_half)}



/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1400px)  {

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {

}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .pt_logo {width:100%;grid-template-rows: repeat(5, auto);grid-template-columns: repeat(3, 1fr);gap: 0 1rem;}
    .pt_logo li {}
    .pt_logo li img {width:100%}
}