@charset "utf-8";
/********************
메인페이지 및 서브페이지 동시 적용.
가장 마지막에 불러오는 CSS 파일입니다.
※ 공통영역 CSS에서 부분별 개별 적용시 사용하시면 됩니다. 
********************/ 

/*통합홈페이지 팝업 반응형*/ 
    .PZwindow {display:flex; flex-direction:column}
    .PZwindow iframe {    height: 100%;width:100%}
    .PZwindow .PZwrap img {width:100%;height: 100%;}
    .PZwindow .PZwrap a {display: block;background: #333;}
@media only screen and (max-width:768px){
    .PZwindow {width: 80% !important; top:0 !important; left:0 !important}
    .PZwindow .PZwrap {width: 100% !important;height: auto !important;}
       
}

@media only screen and (max-width:550px){
    .PZwindow {width: 100% !important}
}

/* 메인 */
.scut > li {height: 100%;}
.scut > li > a {height: 100%; max-height: 100px;}

/* 모바일 메뉴 */
@media only screen and (max-width:1024px){
#_globalNavi {float: unset; padding: 10px 15px;}
.wrap-header ul .membership a {padding-left: 15px;}
.wrap-header ul li a {padding-right: 15px;}
}
/* 서브 */
.greeting-type03 .cont {width: 100%;}
.mapWrap .txts .cells {padding: 10px 5%;}

@media (max-width: 860px) {
  .con-table {overflow-x : scroll !important;}
}
