@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 */


/* 대표 > 병원소개 > 홍보자료 > JBUH Plus Newsletter 이미지 맵 키보드 포커싱 수정 : s */
.sub05_02_04 .imap-parent {position: relative;}
.sub05_02_04 .imap-wrap {position: relative; display: inline-block;}
.sub05_02_04 .imap-overlay {position: absolute; left: 0; top: 0; pointer-events: none; width: 100%; height: 100%;}
.sub05_02_04 .imap-overlay .focus-shape {fill: rgba(21, 116, 239, 0.18); stroke: #3180ef; stroke-width: 2;}
.sub05_02_04 map area[href] {outline: none;}
/* 대표 > 병원소개 > 홍보자료 > JBUH Plus Newsletter 이미지 맵 키보드 포커싱 수정 : e */