@charset "utf-8";

/* 대표 > 고객의 소리 - 4차 depth 메뉴 col 수정 : s */
.sub03_07_01_01 #txt > .tab-ul.type2.col4 li,
.sub03_07_01_02 #txt > .tab-ul.type2.col4 li,
.sub03_07_01_03 #txt > .tab-ul.type2.col4 li {width: calc(100% / 3 + 1px);}

@media (max-width: 640px) {
    .sub03_07_01_01 #txt > .tab-ul.type2.col4 li,
    .sub03_07_01_02 #txt > .tab-ul.type2.col4 li,
    .sub03_07_01_03 #txt > .tab-ul.type2.col4 li {width: calc(100% / 2 + 1px);}
}

@media (max-width: 420px) {
    .sub03_07_01_01 #txt > .tab-ul.type2.col4 li,
    .sub03_07_01_02 #txt > .tab-ul.type2.col4 li,
    .sub03_07_01_03 #txt > .tab-ul.type2.col4 li {width: calc(100% + 1px);}
}
/* 대표 > 고객의 소리 - 4차 depth 메뉴 col 수정 : e */