@charset "utf-8";

#popup_zero.show {transform: translateY(0);}
#popup_zero {overflow: hidden; position: fixed; z-index: 2224; bottom: -1px; left: 0; width: 100%; height: auto; border-radius: 48px 48px 0 0; transform: translateY(100%); transition: all 0.25s ease-in-out;}
.popup_zero_bg { display: none; position: fixed; z-index: 2223; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5);}
#popup_zero img { width: 100%; border: 0;}
#popup_zero .close { height: 150px; background: #000; text-align: center;}
#popup_zero .close label { float: left; width: 50%; height: 100%; color: #fff; font-family: 'Noto Sans CJK KR'; font-size: 28pt; line-height: 150px; font-weight: 500;}
#popup_zero .close label::after { content: ''; display: inline-block; width: 1px; height: 36px; margin: 0px -28% -2px 28%; background: #bfbfbf;}
#popup_zero .close label + div { float: right; width: 50%; height: 100%; color: #fff; font-family: 'Noto Sans CJK KR'; font-size: 28pt; line-height: 150px; font-weight: 500;}
.cf::after { content: ''; display: table; clear: both;}