@charset "UTF-8";
/*****************************************************************

Copyright C 그누위즈 테마 All rights reserved.
gnuwiz@naver.com & master@gnuwiz.com
본 페이지는 유료콘텐츠 그누위즈 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/

/* 팝업레이어 */
#gw-hd-pop {}
#gw-hd-pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.gw-hd-pops {position:fixed;z-index:200;background:#000;top: 50% !important;left: 50% !important;transform: translate(-50%, -50%);}
.gw-hd-pops img {width: 100%;height: 100%;object-fit: cover;}
.gw-hd-pops-con {overflow: hidden;}
.gw-hd-pops-footer {padding:20px;background:#000;color:#fff;text-align:left;position:relative}
.gw-hd-pops-footer:after {display:block;visibility:hidden;clear:both;content:""}
.gw-hd-pops-footer button {border:0;color:#fff}
.gw-hd-pops-footer .hd_pops_reject {background:#000;text-align:left;position:relative;color:#999}
.gw-hd-pops-footer .hd_pops_reject:before {content: "";display: block;width: 100%;height: 1px;background: #666;position: absolute;bottom: -4px;}
.gw-hd-pops-footer .hd_pops_close {position:absolute;top:20px;right:20px;}

@media screen and (max-width:576px){
    .gw-hd-pops-con {width: calc(100vw - 40px) !important;height: auto !important;font-size: 0;}
    .gw-hd-pops-footer{padding: 15px;}
    .gw-hd-pops-footer .hd_pops_close{top: 15px;right: 15px;}
}
