.table-popup-x{position:fixed; top:0; right:0; bottom:0; left:0; background-color:rgba(0, 0, 0, .6); z-index:100001; text-align:center; font-size:0; white-space:nowrap; overflow:auto; display:none;}
.table-popup-x:after{content:''; display:inline-block; height:100%; vertical-align:middle;}
.table-popup{background-color:#fff; width:800px; display:inline-block; position:relative; vertical-align:middle; white-space:normal; padding-bottom:20px;}
.close-table-popup-btn{position:absolute; right:-12px; top:-12px; background:linear-gradient(to right bottom, transparent calc(50% - 2px), currentColor, transparent calc(50% + 2px)) no-repeat center / 50% 50%, linear-gradient(to left bottom, transparent calc(50% - 2px), currentColor, transparent calc(50% + 2px)) no-repeat center / 50% 50%, #fff; width:24px; height:24px; border-radius:50%; color:#333;}
.table-popup-title{background-color:#418CFD; color:#fff; font-size:19px; line-height:1; padding:1em 0;}
.table-popup-title-b{font-size:23px; display:block; padding-top:.4em;}
.table-popup-con table{width:100%; text-align:center;}
.table-popup-con table th{font-size:19px; background-color:#ECF5FE; padding:.6em 5px;}
.table-popup-con table th:first-child, .table-popup-con table td:first-child{text-align:left; text-indent:30px; width:65%;}
.table-popup-con table th, .table-popup-con table td{border-right:1px solid #E5EAF2; border-bottom:1px solid #E5EAF2;}
.table-popup-con table th:last-child, .table-popup-con table td:last-child{border-right:0;}
.table-popup-con table td{font-size:17px; color:#000; padding:.5em 5px;}
.pupup-free-text{color:#666;}
.table-popup-yes{width:23px; height:13px; display:inline-block; vertical-align:middle; background:linear-gradient(currentColor, currentColor) no-repeat 0 / 3px 100%, linear-gradient(currentColor, currentColor) no-repeat left 0 bottom 0 / 100% 3px; color:#31BA87; transform:rotate(-45deg); margin-bottom:10px;}
.table-popup-btn a{min-width:235px; line-height:50px; display:inline-block; font-weight:700; font-size:19px; text-decoration:none; color:#fff; border-radius:5px; margin:20px 10px 0; padding:0 10px;}
.table-popup-btn-try{background-color:#15B1F9;}
.table-popup-btn-upgrade{background-color:#FEAA22;}
.table-popup-btn-try::after{width:42px; height:19px; background-image:url(../img/windows_mac.png);}
.table-popup-btn-upgrade::after{width:25px; height:19px; background-image:url(../img/buy-iocn.png);}
.table-popup-btn-try::after, .table-popup-btn-upgrade::after{vertical-align:-3px; display:inline-block; content:''; margin-left:12px;}
.table-anchor{font-size:15px; text-underline-position:under; display:inline-block; padding-top:10px; color:inherit;}
/* CSS Document */

@media (max-width: 979px) {

}

@media (max-width: 767px) {

	.table-popup{width:96%;}
	.table-popup-title-b{font-size:21px;}
	.table-popup-title, .table-popup-con table th{font-size:17px;}
	.table-popup-con table td{font-size:15px;}
	.table-popup-con table th:first-child, .table-popup-con table td:first-child{text-indent:0;}
	/* CSS Document */

}

@media (max-width: 479px) {

}