.transaction-body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000;
    background-image: url("../images/transaction-page-background.png");
    margin: 0;
    width: 100%;
    height: auto;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center top;
}

.transaction-container {
    width: 100%;
    max-width: 1050px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

/* Clear floats after the columns */
.row-transaction:after {
    content: "";
    display: table;
    clear: both;
}

.column-transaction {
    float: left;
    width: 100%;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pagedt-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    height: 560px;
    position: relative;
    padding: 5px;
}
.pagedt-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pagewd-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    height: 540px;
    position: relative;
    padding: 5px;
}
.pagewd-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pagetf-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    height: 520px;
    position: relative;
    padding: 5px;
}
.pagetf-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transaction-content{
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: auto;
    display: flex;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #efc223;
    border-radius: 5px;
}

/* Deposit/Withdraw/Transfer Table */
.transaction-table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    color: black;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: left;
    color: white;
    font-size: 16px;
}

.transaction-table td{
    border: 1px solid #efc223;
    padding: 8px;
}

.transaction-td {
    width: 150px;
}

.transaction-td-transfer{
    width: 180px;
}

.precautions {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.precautions-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.precautions-list {
    color: white;
    font-size: 14px;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
}

.dropdown-select-sites {
    width: 100%;
    max-width: 245px;
    height: 100%;
    padding: 7px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}

.input-amount {
    width: 100%;
    max-width: 230px;
    height: 100%;
    padding: 7px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}

.amount-buttons-a {
    margin-top: 8px;
}

.amount-buttons-b {
    margin-top: 8px;
}

.input-password {
    width: 100%;
    max-width: 230px;
    height: 100%;
    padding: 7px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}

.btn-amount {
    background-color: #ba0015;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    width: 100%;
    max-width: 80px;
    height: 100%;
    padding: 3px;
    font-size: 15px;
}

.submit {
    background-color: skyblue;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 50px;
    height: 100%;
    padding: 6px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: 20px;
}

.correction {
    background-color: skyblue;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 50px;
    height: 100%;
    padding: 6px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: 20px;
}

.transaction-submit {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #efc223;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 120px;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* TRANSACTION NAVBAR */
.transaction-navbar {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
}
.bar-item {
    background-color: #efc223;
    float: left;
    height: 100%;
    color: black;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    border: 1px solid #000;
    transition: 0.3s;
    text-decoration: none;
}
.bar-dtwd-tab-item{
    max-width: 45px;
}
.bar-tf-tab-item{
    max-width: 70px;
}
/* Change background color of buttons on hover */
.service-bar button:hover {
    background-color: #afa43f;
}

.navbar-start-btn {
    border-radius: 4px 0px 0px 4px;
}
.navbar-end-btn {
    border-radius: 0px 4px 4px 0px;
}

/* Service Body */
.span-service-icon {
    text-align: left;
}

.service-icon {
    width: 100%;
    max-width: 120px;
}
.tf-service-icon {
    width: 100%;
    max-width: 150px;
}