.modal{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    z-index: 90;
}

.modal .modal_box::-webkit-scrollbar {
    display: none;
  }
.modal .modal_box{
    background-color: #fff;
    width: 80%;
    height: 95%;
    padding: 100px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50px;
    border-radius: 3px;
    overflow-y: scroll;
    box-sizing: border-box;
    transform: translate(-50%,0);
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
.modal .modal_box .close_icon{
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}
.modal .modal_box .table_con:not(:last-child){
    margin-bottom: 30px;
}
.modal .modal_box .table_con h4{
    font-size:30px;
    padding: 10px 0;
    font-weight: 700;
}

table.rule.ragistration td.border-bottom{
    /* border-bottom: 1px solid #000; */
}
.about_table.ragistration th{
    font-size: 18px;
    line-height: 1.5;
}
table.rule.ragistration td{
    font-size: 18px;
    padding: 10px;
}
table.rule.ragistration td.left{
    text-align: left;
}

@media all and (max-width: 1024px) {
    .modal .modal_box{
        padding: 80px 50px;
    }
    .about_table.ragistration th{
        font-size: 16px;
    }
    table.rule.ragistration td{
        font-size: .9em;
        padding: 5px;
    }
}
@media all and (max-width: 768px) {
    .modal .modal_box{
        padding: 70px 40px;
    }
    .modal .modal_box .close_icon{
        right: 30px;
        top: 30px;
    }
    .modal .modal_box .table_con h4{
        font-size: 24px;
    }
    .about_table.ragistration th{
        font-size: .9em;
    }
    table.rule.ragistration td{
        font-size: .8em;
    }
}
@media all and (max-width: 768px) {
    .modal .modal_box{
        width: 90%;
    }
    .modal .modal_box{
        padding: 70px 30px;
    }
    .modal .modal_box .close_icon{
        right: 30px;
        top: 30px;
    }
    .modal .modal_box .table_con h4{
        font-size: 20px;
    }
    .about_table.ragistration th{
        font-size: .9em;
    }
    table.rule.ragistration td{
        font-size: .9em;
    }
}
@media all and (max-width: 768px) {
    .modal .modal_box{
        width: 100%;
    }
}
.ippi_p{
    color: #e72629;
    font-size: 14px;
    margin-top: -50px;
    margin-bottom: 50px;
}




/*========================================
              license-modal
==========================================*/
html {
  overflow-y: scroll;
  -ms-overflow-style: none; /* 익스플로러, 앳지 */
  scrollbar-width: none; /* 파이어폭스 */
  min-width: 320px;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라 */
}



.blocker {
    width: 100%; 
    height: auto !important;
    text-align: center;

    position: fixed;
    top: 0; 
    left: 0;
    right: 0; 
    bottom: 0;

    overflow-x: hidden;
    overflow-y: auto !important;

    z-index: 9999999;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .85);
}

.blocker:before{
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.blocker.behind {
    margin: 0 auto;
    background: #fff;
}

.modal1 {
    margin: 0 auto;
    width: 100%;
    /* height: auto; */
    display: none;

    z-index: 9999;
    box-sizing: border-box;

    /* overflow-x: hidden; */
    /* overflow-y: auto !important; */

    margin-top: 0;
    background: url("/theme/kpga/img/sub/li_kpga_bg.jpg") center #0e1325 no-repeat;
	background-size: cover;
    position: relative;
}

.modal1::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.modal1 > a {
    position: relative;
    top: 30px;
    left: 240px;
    z-index: 99999;
    text-align: right;
    display: inline-block;
}

.modal1 > a.close-modal {
    position: absolute;
    top: -9999px;
    right: -9999px;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


/*  */
.license-mo {
    margin: 0 auto;
	width: 500px;
	background: transparent;
	padding: 50px;
	
}

.license-mo h3 {
	font-size: 25px;
	color: rgba(255, 255, 255, .8);
	font-weight: 500;
	text-align: left;
}

.contens {
	margin: 0 auto;
	width: 500px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 60px 50px;
	margin-top: 20px;
	box-shadow: 5px 10px 5px rgba(0, 0, 0, .3);
}

.lic-tit {
	text-align: center;
}

.lic-tit span {
	display: block;
}

.lic-tit span.small {
	font-size: 21px;
	color: #464646;
	font-weight: 300;
	letter-spacing: 0.5px;

}

.lic-tit span.big {
	font-size: 56px;
	color: #333;
	font-weight: 800;
	margin-top: 10px;
	letter-spacing: 1px;
}

.lic-phto {
	padding: 20px 0;
}

.lic-phto img {
	width: 140px;
	height: 140px;
	border-radius: 100%;
}

.lic-txt {
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	padding: 30px 40px;
	border-radius: 5px;
}

.lic-txt table {
	border: 0;
}

.lic-txt table tr {}

.lic-txt table td {
	font-size: 22px;
	color: #333;
	line-height: 1.8;
	text-align: left;
	border: 0;
      font-family: 'Pretendard', sans-serif;

}

.lic-txt table td:first-child {
	color: #464646;
	font-weight: 300;
}

.lic-txt table td:last-child {
	font-weight: 600;
	padding-left: 30px;
}

.lic-logo {
	padding-top: 30px;
}

.lic-logo img {
	width: 150px;
}

@media all and (max-width: 1280px) {
	.license-mo {
		width: 450px;
		padding: 50px 40px;
		
	}

	.license-mo h3 {
		font-size: 24px;
	}

	.contens {
		width: 450px;
		padding: 60px 40px;
		margin-top: 20px;
	}

	.lic-tit span.small {
		font-size: 20px;
	}

	.lic-tit span.big {
		font-size: 50px;
		margin-top: 10px;
	}

	.lic-phto img {
		width: 120px;
		height: 120px;
	}

	.lic-txt {
		padding: 30px 40px;
	}

	.lic-txt table td {
		font-size: 20px;
	}

	.lic-logo img {
		width: 130px;
	}
}


@media all and (max-width: 520px) {
	.modal1 > a {
		top: 25px;
		left: 200px;
	}

	.modal1 > a.close-modal {
		width: 50px;
		height: 50px;
	}


	/*  */
	.license-mo {
		width: 90%;
		padding: 50px 0;
		
	}

	.license-mo h3 {
		font-size: 1.2em;
	}

	.contens {
		width: 90%;
		padding: 50px 40px;
		margin-top: 20px;
	}

	.lic-tit span.small {
		font-size: 1.1em;
	}

	.lic-tit span.big {
		font-size: 2.8em;
		margin-top: 10px;
	}

	.lic-phto {
		padding: 20px 0;
	}

	.lic-phto img {
		width: 100px;
		height: 100px;
	}

	.lic-txt {
		padding: 30px;
	}

	.lic-txt table td {
		font-size: 1.2em;
	}

	.lic-txt table td:last-child {
		padding-left: 30px;
	}

	.lic-logo {
		padding-top: 30px;
	}

	.lic-logo img {
		width: 120px;
	}
}


@media all and (max-width: 460px) {
	.modal1 > a {
		position: absolute;
		top: 25px;
		right: 25px;
	}

	.modal1 > a.close-modal {
		width: 25px;
		height: 25px;
	}

	.modal1 > a img {
		width: 25px;
	}


	/*  */
	.license-mo {
		width: 90%;
		padding: 50px 0;
		
	}

	.license-mo h3 {
		font-size: 1.2em;
	}

	.contens {
		width: 90%;
		padding: 50px 40px;
		margin-top: 20px;
	}

	.lic-tit span.small {
		font-size: 1em;
	}

	.lic-tit span.big {
		font-size: 2.5em;
	}

	.lic-phto {
		padding: 15px 0;
	}

	.lic-phto img {
		width: 100px;
		height: 100px;
	}

	.lic-txt {
		padding: 30px;
	}

	.lic-txt table td {
		font-size: 1.2em;
	}

	.lic-txt table td:last-child {
		padding-left: 25px;
	}

	.lic-logo {
		padding-top: 30px;
	}

	.lic-logo img {
		width: 100px;
	}
}


@media all and (max-width: 414px) {
	.license-mo {
		padding: 50px 0;
		
	}

	.license-mo h3 {
		font-size: 1.1em;
	}

	.contens {
		padding: 40px 30px;
		margin-top: 20px;
	}

	.lic-tit span.small {
		font-size: 1em;
	}

	.lic-tit span.big {
		font-size: 2.25em;
	}

	.lic-phto {
		padding: 15px 0;
	}

	.lic-phto img {
		width: 80px;
		height: 80px;
	}

	.lic-txt {
		padding: 25px 30px;
	}

	.lic-txt table td {
		font-size: 1.1em;
	}

	.lic-txt table td:last-child {
		padding-left: 25px;
	}

	.lic-logo {
		padding-top: 30px;
	}

	.lic-logo img {
		width: 100px;
	}
}


@media all and (max-width: 375px) {
	.license-mo {
		padding: 50px 0;
		
	}

	.license-mo h3 {
		font-size: 1em;
	}

	.contens {
		padding: 40px 30px;
		margin-top: 20px;
	}

	.lic-tit span.small {
		font-size: 1em;
	}

	.lic-tit span.big {
		font-size: 2em;
	}

	.lic-phto {
		padding: 15px 0;
	}

	.lic-txt {
		padding: 30px 25px;
	}

	.lic-txt table td {
		font-size: 1em;
	}

	.lic-txt table td:last-child {
		padding-left: 20px;
	}

	.lic-logo {
		padding-top: 25px;
	}

	.lic-logo img {
		width: 90px;
	}
}


@media all and (max-width: 340px) {
	.modal1 > a {
		top: 20px;
		right: 20px;
	}

	.modal1 > a.close-modal {
		width: 20px;
		height: 20px;
	}

	.modal1 > a img {
		width: 20px;
	}

	.license-mo {
		padding: 50px 0;
		
	}

	.license-mo h3 {
		font-size: 1em;
	}

	.contens {
		padding: 30px 25px;
		margin-top: 15px;
	}

	.lic-tit span.small {
		font-size: 0.9em;
	}

	.lic-tit span.big {
		font-size: 1.9em;
		margin-top: 5px;
	}

	.lic-phto {
		padding: 10px 0;
	}

	.lic-phto img {
		width: 75px;
		height: 75px;
	}

	.lic-txt {
		padding: 20px;
	}

	.lic-txt table td {
		font-size: 1em;
	}

	.lic-txt table td:last-child {
		padding-left: 15px;
	}

	.lic-logo {
		padding-top: 20px;
	}

	.lic-logo img {
		width: 80px;
	}
}