/* 쿠키 멘트 */
#cookie_bnr { display:none; position: fixed; bottom: 0;width: 100%;background: #eee;z-index:300;}
#cookie_bnr .cookie-container{max-width:1130px; padding: 0 15px; margin: 0 auto; position: relative;}
#cookie_bnr p{line-height: 180%; font-size: 13px; float: left;width:80%;font-weight: 600;color:#333; padding: 50px 25px 50px 0;word-break:keep-all; }
#cookie_bnr p span a{color:inherit;font-size: 15px;text-decoration:underline; font-weight: 900;color:#000;}

/* 쿠키 OK 버튼 */
#cookie_bnr button.cookie_ok{float: right;width:20%;padding: 15px; border:1px solid #333; font-size: 16px;margin: 50px 0; outline:none; cursor:pointer;}

/* 쿠키 Close 버튼 */
#cookie_bnr button.cookie_close{position: absolute; top:0px;right: 0px; text-indent: -9999px; border:0px; background:none; cursor:pointer; width:50px; height:50px;  outline:none;  }
#cookie_bnr button.cookie_close:after,.cookie_bnr button.cookie_close:before {content:''; position: absolute; top: 50%;left: 50%; width: 3px;height: 20px;background: #000;}
#cookie_bnr button.cookie_close:after{transform:translate(-50%,-50%) rotate(45deg); -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg);}
#cookie_bnr button.cookie_close:before{ transform:translate(-50%,-50%) rotate(-45deg); -webkit-transform:translate(-50%,-50%) rotate(-45deg); -moz-transform:translate(-50%,-50%) rotate(-45deg);}

/* 쿠키 모바일 */
@media(max-width:1090px){
	#cookie_bnr p {font-size: 12px;}
	#cookie_bnr p span a{font-size: 13px; }
	#cookie_bnr button.cookie_ok{padding: 10px; min-width:100px; }
	#cookie_bnr button.cookie_close:after,
	#cookie_bnr button.cookie_close:before{height: 18px;}
}

@media(max-width:915px){
	#cookie_bnr p {padding: 50px 0 25px 0; text-align: center; width: 100%;}
	#cookie_bnr button.cookie_ok{margin: 10px 0;display: block;float: none; margin: 0 auto; margin-bottom: 20px; text-align: center;}
}

@media(max-width:400px){
	#cookie_bnr p br {display: none;}
}