.modal-body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000;
    background-image: url("../images/gtpage-background.png");
    margin: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center top;
}

.balancecomp-body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000;
    background-image: url("../images/gtpage-background.png");
    margin: 0;
    width: 100%;
    padding-top: 150px;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center top;
}

/* The Modal (background) */
.pop-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    padding-top: 120px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Iframe & Div Iframe Default*/
.pop-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 500px;
    position: relative;
    padding: 5px;
}

.pop-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Modal Content Default*/
.user-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    width: 40%;
    height: auto;
}

/* Balance Computation */
.balcomp-user-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    width: 35%;
    height: auto;
}

/**/.balcomp-pop-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 840px;
    position: relative;
    padding: 5px;
}

.balcomp-pop-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* History Computation */
.history-user-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    width: 43%;
    height: auto;
}

.history-pop-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 625px;
    position: relative;
    padding: 5px;
}

.history-pop-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Profile Computation */
.profile-user-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    width: 27%;
    height: auto;
}

.profile-pop-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 480px;
    position: relative;
    padding: 5px;
}

.profile-pop-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Pointing Computation */
.points-user-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    width: 100%;
    max-width: 950px;
    height: auto;
}

.points-pop-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 380px;
    position: relative;
    padding: 5px;
}

.points-pop-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Partner Computation */
.partner-user-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    width: 35%;
    height: auto;
}

.partner-pop-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99.5%;
    height: 330px;
    position: relative;
    padding: 5px;
}

.partner-pop-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* GUIDE Computation */
.guide-user-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    max-width: 1000px;
    height: auto;
}

.guide-pop-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99.5%;
    height: 580px;
    position: relative;
    padding: 5px;
}

.guide-pop-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*End of GUIDE */
.head-title {
    margin-top: 8px;
}

.user-modal-header {
    padding: 2px 16px;
    color: #efc223;
}

/* The Close Button */
.balance-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}

.history-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}

.profile-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}
.pointing-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}
.balance-close:hover,
.balance-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.history-close:hover,
.history-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.profile-close:hover,
.profile-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.pointing-close:hover,
.pointing-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.balcomp-wrap {
    width: 100%;
    max-width: 530px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 2px solid #efc223;
}

.history-wrap {
    width: 100%;
    max-width: 710px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 2px solid #efc223;
}

.profile-wrap {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 2px solid #efc223;
}

.points-wrap {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 1px solid #efc223;
}


.partner-wrap {
    width: 100%;
    max-width: 540px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 2px solid #efc223;
}

.guide-wrap {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 2px solid #efc223;
}

/* POINTS TABLES */
/* TABLES */
.points-modal-table {
    font-family: 'Noto Sans KR', sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    color: white;
}

.points-modal-table tr {
    padding: 8px;
    /*border-top: 1px solid #efc223;*/
}
.points-modal-table td {
    padding: 8px;
    border: 1px solid #efc223;
    font-weight: normal;
}
.dropdown-pointing-sites{
    width: 200px;
    padding: 5px;
    font-size: 15px;
    white-space: nowrap;
}
.input-amount-points {
    width: 100%;
    max-width: 250px;
    height: 100%;
    padding: 6px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}
.points-submit{
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #efc223;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    padding: 4px;
    font-size: 16px;
    border-radius: 3px;
}
.points-cancel{
    font-family: 'Noto Sans KR', sans-serif;
    background-color: gray;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    padding: 4px;
    font-size: 16px;
    border-radius: 3px;
}

/* TABLES */
.modal-table {
    font-family: 'Noto Sans KR', sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}

.modal-table tr {
    padding: 8px;
    border-top: 1px solid #efc223;
    background-color: #ffffff;
}

.modal-th {
    text-align: center;
    padding: 8px;
    color: #000000;
    font-weight: bold;
    background-color: #efc223;
}

.left-td {
    text-align: left;
    padding-left: 15px;
    padding: 8px;
    color: #000000;
    border-right: 1px solid #efc223;
}

.right-td {
    text-align: right;
    padding-left: 15px;
    padding: 8px;
    color: #000000;
}

.center-td {
    text-align: center;
    padding-left: 15px;
    padding: 10px;
    color: #000000;
}

/* Balance and Computation */
.balancecomp-container {
    width: 100%;
    max-width: 1050px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Clear floats after the columns */
.row-balancecomp:after {
    content: "";
    display: table;
    clear: both;
}

.column-balancecomp {
    float: left;
    width: 100%;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Style the tab */
.balcomp-tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.balcomp-tab button {
    width: 50%;
    background-color: #feda5b;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.balcomp-tab button:hover {
    background-color: #feda5b;
}

/* Create an active/current tablink class */
.balcomp-tab button.active {
    background-color: #efc223;
    font-weight: bold;
}

/* Style the tab content */
.balcomp-tabcontent {
    display: none;
    border-top: none;
}
.service-coming{
    height: 743px
}
/*History Buttons */
.requesttypefilter {
    width: 100%;
    max-width: 110px;
    height: 30px;
    border: none;
    margin-bottom: 10px;
    margin-left: 28px;
}

.btn-transfer {
    color: #000000;
    font-weight: bold;
    border: none;
    border-radius: 3px;
}

.btn-action-cancel {
    background-color: #c70d3a;
    color: #000000;
    font-weight: bold;
    border: none;
    width: 100%;
    max-width: 100px;
    height: 100%;
    padding: 2px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-action-complete {
    background-color: #64e291;
    color: #000000;
    font-weight: bold;
    border: none;
    width: 100%;
    max-width: 100px;
    height: 100%;
    padding: 2px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-action-ongoing {
    background-color: #ec9b3b;
    color: #000000;
    font-weight: bold;
    border: none;
    width: 100%;
    max-width: 100px;
    height: 100%;
    padding: 2px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Pagination */
.colpagination {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pagination {
    display: inline-block;
    background-color: white;
    border: 2px solid #efc223;
    border-radius: 5px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 12px;
}

.pagination a.active {
    background-color: #950011;
    color: white;
    border: 1px solid #efc223;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* End of History Buttons */
/* Profile */
.prof-modal-table {
    font-family: 'Noto Sans KR', sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}

.prof-modal-table tr {
    padding: 8px;
    border-bottom: 1px solid #efc223;
}

.prof-modal-th {
    text-align: center;
    padding: 8px;
    color: #000000;
    font-weight: bold;
    background-color: #efc223;
}

.profile-img {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    border: 2px solid #efc223;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.prof-left{
    padding-left: 40px;
    padding: 8px;
    color: #ffffff;
}
.prof-right{
    padding-left: 50px;
    padding: 8px;
    color: #ffffff;
}
.partner-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}

.partner-close:hover,
.partner-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.guidemicro-close, .guideplaytech-close,
.guidesbocsn-close, .guideevocsn-close,
.guidepragcsn-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}
.guidemicro-close:hover,
.guidemicro-close:focus,
.guideplaytech-close:hover,
.guideplaytech-close:focus,
.guidesbocsn-close:hover,
.guidesbocsn-close:focus,
.guideevocsn-close:hover,
.guideevocsn-close:focus,
.guidepragcsn-close:hover,
.guidepragcsn-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.guideplaytechslot-close,
.guidepragslot-close,
.guidepgsslot-close,
.guidecq9slot-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}
.guideplaytechslot-close:hover,
.guideplaytechslot-close:focus,
.guidepragslot-close:hover,
.guidepragslot-close:focus,
.guidepgsslot-close:hover,
.guidepgsslot-close:focus,
.guidecq9slot-close:hover,
.guidecq9slot-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* PARTNER */
.partner-modal-table {
    font-family: 'Noto Sans KR', sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}
.partner-modal-table th {
    background-color: #efc223;
}
.partner-center-th {
    text-align: center;
    padding-left: 15px;
    padding: 10px;
    color: #000000;
}
.partner-input {
    font-size: 18px;
    width: 98%;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #82000f;
    background: #a0a0a0;
    color: #000;
    padding-left: 5px;
}

.partner-textarea {
    font-size: 18px;
    width: 97%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #82000f;
    background: #a0a0a0;
    color: #000;
    padding-left: 5px;
}

.td-textarea {
    height: 135px;
}

.partner-btn {
    width: 100%;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    background: #efc223;
    color: #000;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}
.partner-left-td {
    text-align: left;
    padding-left: 15px;
    padding: 10px;
    color: #000000;
    border-right: 1px solid #efc223;
}
.partner-right-td {
    text-align: left;
    padding: 10px;
    padding-right: 15px;
    color: #000000;
    font-weight: bold;
}
.partner-center-td {
    text-align: center;
    padding-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
}
/* GUIDE */
.guide-body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000;
    background-image: url("../images/notice-page-background.png");
    margin: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center top;
}

.guide-container {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Clear floats after the columns */
.row-guide:after {
    content: "";
    display: table;
    clear: both;
}

.column-guide {
    float: left;
    width: 100%;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pageguide-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    height: 930px;
    position: relative;
    padding: 5px;
}
.pageguide-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}