@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@charset "UTF-8";

body{margin:0;padding:0;font-family: "Noto Sans KR",sans-serif;}
.widget_popup_content{position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden;}
.widget_popup_content .content{position:absolute;left:0;top:0;height:calc(100% - 40px);width:100%;overflow:auto;}
.widget_popup_content .content img{max-width:100%;}
.widget_popup_content .content p{margin:0;}
.widget_popup_content .controller{position:absolute;left:0;bottom:0;height:40px;background:#333;width:100%;color:#ffffff;padding:5px;box-sizing:border-box;text-align:right;}
.widget_popup_content .controller .button{background-color:#666666;font-size:13px;font-weight:400;height:30px;display:inline-block;padding:0 10px;margin:0;border:0;border-radius:0;color:#ffffff;vertical-align:middle;cursor:pointer;-webkit-appearance:none;cursor:pointer;}
.widget_popup_content.inline_popup .content{height:100%;}