/*IE only*/
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {

    /*비주얼*/
    .visual .textbox ul {justify-content: center;}
    .visual .textbox ul li {width: 50%; flex: none; }

    /*메인 섹션1*/
    .section01 {justify-content: flex-start;}
    .section01 .list {margin: 0;}

    /*메인 섹션2*/
    .section02 .searchbox .hashtag li {width: calc(100%/4 - 40px/4); flex: none;}

    /*메인 섹션6*/
    .section06 .rg .bg {right: auto;}
    .section06 .rg .poa {left: auto; right: auto;}
    .section06 {min-height: 0;}

    /*버튼*/
    .btnmore a {flex: none; width: calc(99.9%/3 - 26px/3);}

    /*언론보도자료*/
    .vll li {width: calc(99.9%/3 - 60px/3);}

    /*승소사례 해쉬태그*/
    .list_hashtag a {flex: none; width: calc(99.9%/6 - 60px/6);}

}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (max-width:768px) {
    /*메인 섹션6 반응형*/
    .section06 .rg .poa .textbox ul li a dl dt {top: 50%; transform: translateY(-50%);}
}