html, body{width:100%; max-width:none; background-color:#fff}
.popup_term{width:100%; max-width:1000px; margin:0 auto}
.popup_term h1{font-size:24px; margin-bottom:20px}
/** popup_term **/
.popup_term dl{margin-bottom:20px}
.popup_term dl dt{font-weight:600; margin-bottom:10px; font-size:20px}
.popup_term dl dd{font-weight:normal; font-size:14px; color:#333; line-height:1.6}
.popup_term dl dd p{margin-bottom:5px}
.popup_term dl dd ol{background-color:#f8f8f8; border:1px solid #e5e5e5; padding:8px}
.popup_term dl dd ol li{position:relative; padding-left:10px; font-size:13px}
.popup_term dl dd ol li:before{display:block; content:''; width:2px; height:2px; background-color:#333; position:absolute; top:8px; left:0;}
.popup_term dl dd table{border:1px solid #e5e5e5}
.popup_term dl dd table tr{border-bottom:1px solid #e5e5e5}
.popup_term dl dd table th{background-color:#f2f2f2;}
.popup_term dl dd table th,
.popup_term dl dd table td{color:#333; padding:5px; font-size:13px}
.popup_term table thead{position:static}
.popup_term .s_title{font-size:18px; font-weight:bold; margin-bottom:10px}
.popup_term .table_wrap.scroll{display:block; width:100%; overflow:auto}
.popup_term .table_wrap.scroll table{white-space: nowrap;}
.popup_term dl dd ul li h6{font-weight:600}

.popup_term dl dd table th.text-left{font-weight:700}
