/* header */
#w_header #w_gnb > li:first-child { margin-left: 40px; }
#w_header #w_gnb > li > a { padding:0 30px; }
#w_header #w_gnb .w_gnb_e { font-size:14px; }

#prd { height:calc(100vh - 74px) ; padding-top: 0; }
#prd .wrap { height:100%; display:flex; align-items: center; justify-content: flex-end; }
#prd article { position:relative; left: 0; }
#prd .page { display: grid; grid: auto / repeat(2, 1fr);}
#prd .more { margin-top: 0; position:absolute; left:50%; bottom:0; }

@media (max-width:800px) { /* 모바일용 */
#w_header #w_gnb { width: 100%; }
#w_header #w_gnb > li:first-child { margin-left: 0; }
#w_header #w_gnb .w_gnb_e { position: static; padding-top: 0; }
#w_header #w_gnb ul li a { height:50px; display:flex; align-items: center; justify-content: center; line-height:1.4; }

#prd { padding:0;  }
#prd .wrap { display: block; }
#prd .page { display: block; }
#prd .more { position:static; margin:40px auto 0;}
}