﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", 돋움, dotum, sans-serif;
}

body, th, td, input, select, textarea, button {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.btn_game_run_real{
    background-color:#fff;
}

dl, ul, ol, menu, li {
    list-style: none;
}

a:active, a:hover {
    color: #eb4949;
    text-decoration:none;
}

a {
    color: #025fb6;
    outline: 0;
    text-decoration:none;
}

.nodata input[type="password"] {
    min-width: 0;
    max-width: 350px;
    margin-top: 30px;
    border: 0;
    background-color: #eef1f6;
}

input {
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", 돋움, dotum, sans-serif;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

    input:focus {
        outline: none;
    }


    input::placeholder {
        font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", 돋움, dotum, sans-serif;
        font-size: 16px;
        color: #999;
    }

.view_btn .btn {
    font-size: 18px;
    min-width: 180px;
    height: 60px;
    border-radius: 30px;
}

.btn.btn_border_blue {
    color: #025fb6;
    border-color: #025fb6;
}

.btn.btn_blue {
    color: #fff;
    border-color: #025fb6;
    background-color: #025fb6;
}

.btn {
    display: inline-block;
    height: 40px;
    padding: 0 28px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
}


button {
    outline: none;
    cursor: pointer;
}

form {
    display: block;
    margin-top: 0em;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

.item_form div[class^="item_"] {
    margin-right: 93px;
}

div[class^="item_"].num_limit {
    position: relative;
}

    div[class^="item_"].num_limit .num_text {
        position: absolute;
        bottom: 11px;
        right: 20px;
        font-size: 13px;
        color: #999;
    }

.item_input .inp_txt {
    min-width: 260px;
    height: 40px;
    padding: 0 20px 0 8px;
    border: 1px solid #ddd;
    transition: border 0.4s;
    box-sizing: border-box;
}

.item_form dd {
    flex: 1;
}

.item_input input, .item_input select {
    border: 0 !important;
    background-color: #eef1f6;
}

div[class^="item_"].num_limit textarea {
    padding-bottom: 40px;
    box-sizing: border-box;
}

.item_textarea textarea {
    width: 100%;
    height: 283px;
    padding: 10px 20px 8px;
    box-sizing: border-box;
}

.chkbox input {
    overflow: hidden;
    width: 20px;
    height: 20px;
    opacity: 0;
}

fieldset, img {
    vertical-align: top;
    border: 0 none;
    min-width: 0;
    max-width: 100%;
}

.ta_l {
    text-align: left !important;
}

.ico_brillion, .ico_input {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    text-indent: -9999px;
}

footer {
    margin-top: auto;
    padding: 28px 0 50px;
    background-color: #13191f;
}

.btn01 {
    color: #000;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
.btn01:hover {
        color: #000;
        text-decoration: none;
        outline: 0;
    }

.btn02 {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

    .btn02:hover {
        color: #eb4949;
        text-decoration: none;
        outline: 0;
    }

.btn03 {
    color: #9d9d9d;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

    .btn03:hover {
        color: #000;
        text-decoration: none;
        outline: 0;
    }

.btn03_sel {
    color: #000;
    text-decoration: none;
    outline: 0;
    cursor:default;
}


.btn04 {
    color: #000;
    background-color:#fff;
    border:1px solid #000;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    font-family: 'Noto Sans KR bold';
    font-size:18px;
}
.btn04:hover {
        color: #fff;
        background-color:#000;
        text-decoration: none;
        outline: 0;
    }

.btn05 {
    color: #fff;
    background-color:#000;
    border:1px solid #000;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    font-family: 'Noto Sans KR bold';
    font-size:18px;
}
.btn05:hover {
        color: #000;
        background-color:#fff;
        text-decoration: none;
        outline: 0;
    }

  .area_tbl {
            position: relative;
        }
        .tbl_g {
            width: 100%;
            table-layout: fixed;
            border-top: 1px solid #000;
            border-bottom: 1px solid #999;
        }
        table {
            border-spacing: 0;
        }
colgroup {
    display: table-column-group;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0;
    border-color: grey;
    
}
col {
    display: table-column;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.tbl_g td, .tbl_g th {
    padding: 18px 20px 17px;
    text-align: center;
    vertical-align: top;
    font-size:16px;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
}
.tbl_g thead th {
    border-bottom: 1px solid #999;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.tbl_g td {
    color: #666;
    border-bottom: 1px solid #ddd;
}
.tbl_g tr:last-child td {
    border-bottom: 0;
}
body, th, td, input, select, textarea, button {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.list_paging .link_paging .ico_brillion {
    margin-top: 10px;
}
address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

/* 모바일 수평 스크롤 금지 */
html, body {
max-width: 100%;
overflow-x: hidden;
}