@charset "utf-8";

/*
레이어 팝업
*/
.layerpop{display:none;width:max-content;max-width:95%;margin:auto;background-color:#fff;}
.layerpop .layer-box{margin:auto;}
.layerpop .layer-box .cont{padding:0px;}
.layerpop .layer-box .cont p{padding:5px 10px;}
.layerpop .layer-box .cont p:has(img){padding:0px;}
.layerpop .layer-box .cont img{height:auto !important;}
.layerpop .layer-box .bottom-popup{box-sizing:border-box;padding:8px;background:#666;color:#fff;display:flex;align-items:center;width:100%;}
.layerpop .layer-box .bottom-popup input{appearance:checkbox;width:20px;height:20px;margin-right:5px;}
.layerpop .layer-box .layer-popup-close{display:inline-block;color: #fff;padding:5px 10px;background: #333;margin-left:auto;}
.layerpop .layer-box .btn-today-hide{color: #fff;padding-left:15px;vertical-align:middle;}

  /*
  새 창 팝업
  */
.popup{width:100%;height:100%;}
.popup-box .cont{padding-bottom:50px;}
.popup-box .cont img{max-width:100%;height:auto !important;}
.popup-box .button-sec{width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:8px 10px;background-color:#666;position:fixed;bottom:0;}
.popup-box .button-sec a:nth-of-type(1){order:2;background-color:#222;padding:5px 10px;}
.popup-box .button-sec a:nth-of-type(2){order:1;}
.popup-box a{color:white;}
