* {
    margin: 0;
    padding: 0;
}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');} body, h1, h2, h3, h4, h5, h6, input, textarea, select { font-family: 'Noto Sans KR', sans-serif; }
/*@font-face {
    font-family: 'paybooc-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.container {
    margin: 0 auto;
}
td, th {
    font-family: 'S-CoreDream-5Medium';
    font-weight:500;
}
.crawon_footer_menu ul {
    position: relative;
    display: flex;
    justify-content:center;
    align-items: flex-end;
    gap:30px;
    margin-top: 50px;
    z-index: 4;
}
.crawon_footer_menu ul li {
    width: 194px;
    height: 88px;
    display: flex;
    background:url('../images/notice_btn.png');
    cursor: pointer;
}
.crawon_footer_menu ul .btn_02 {
    background:url('../images/check_btn.png');
}
.crawon_footer_menu ul .btn_03 {
    background: url('../images/code_btn.png');
}
.crawon_footer_menu ul li a {
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.sec_04 {
    position:relative;
    width:100%;
    height:1023px;
    background:url('../images/sec_04_bg.jpg')no-repeat center;
    padding-top:100px;
    box-sizing:border-box;
}
.table_wrap {
    position:relative;
    z-index:1;
    padding-top: 100px;
}
.table_title {
    position: absolute;
    z-index:3;
    top:150px;
    left: 50%;
    transform: translateX(-50%);
}
.table_line {
    position: absolute;
    z-index: 2;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}
table th {
    width: 150px;
    height: 60px;
    background-color: #f5f5f5;
    font-weight:500;
    font-size:20px;
    border-bottom: 1px solid #c2c2c2;
}

table thead tr {
    padding-top:30px;
}
table th:first-child {
    border-left: none;
}
table td {
    width:330px;
    text-align: center;
    background: #fff;
}

table tbody tr:last-child th {
    border-bottom: none;
}
table td {
    border-bottom: 1px solid #c2c2c2;
}
table tr td:last-child {
	width:150px;
    color: rgb(0, 140, 255);
    border-right: none;
}
table tr:last-child td {
    border-bottom: none;
}
.sec_04 .digimon_wrap {
    bottom: 0;
    position: absolute;
    user-select: none;
    left: 118px;
    bottom: 195px;
    z-index:3;
}
.modal {
    display: none;
    z-index: 10;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal_active {
    display: block;
}
.modal .info_wrap {
    width: 500px;
    margin: 0 auto;
    margin-top: 300px;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
}
.modal .info_wrap h2 {
    padding: 25px 0;
}
.modal .info_wrap table tbody th {
    background: #fff;
}
.modal .info_wrap button {
    display: inline-block;
    justify-content: flex-end;
    margin-top: 40px;
    padding:10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: rgb(0, 140, 255);
    font-size: 20px;
    border-radius: 10px;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}
.modal .info_wrap button:hover {
    background-color: rgb(0, 122, 221);
}
@media screen and (max-width:1850px) {
    .sec_04 .digimon_wrap {
        left: 75px;
    }
}
@media screen and (max-width:1800px) {
    .sec_04 .digimon_wrap {
        left: 50px;
    }
}
@media screen and (max-width:1750px) {
    .sec_04 .digimon_wrap {
        left: 30px;
    }
}
@media screen and (max-width:1700px) {
    .sec_04 .digimon_wrap {
        left: 15px;
    }
}
@media screen and (max-width:1650px) {
    .sec_04 .digimon_wrap {
        left: -20px;
    }
}
@media screen and (max-width:1600px) {
    .sec_04 .digimon_wrap {
        left: -40px;
    }
}
@media screen and (max-width:1550px) {
    .sec_04 .digimon_wrap {
        left: -60px;
    }
}
@media screen and (max-width:1500px) {
    .sec_04 .digimon_wrap {
        left: -100px;
    }
}
