@charset "UTF-8";

.header {
    margin: 16px 32px 0 32px;
}

.title {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.flex {
    display: flex;
}

.warn {
    margin: 2px;
}

.inline {
    display: inline-block;
}

.mg-8l {
    margin-left: 8px;
}

.content {
    margin-top: 16px;
    line-height: 1.21;
    max-height: 320px;
}

.card {
    padding: 19px 18px;
}

.icon {
    /* background-color: #fff; */
    display: inline-block;
    flex: 0 0 auto;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-64 {
    width: 64px;
    height: 64px;
}

.text-gray {
    color: #828282;
}

.text-gold {
    color: #9f8a4e;
}

.text-blue {
    color: #0075ff;
}

.text-red {
    color: #f52830;
}

.header .title {
    font-size: 20px;
    line-height: 1.25;
}

.section {
    padding: 16px;
    border-radius: 4px;
    background-color: #181818;
    margin: 16px;
}

.section .title {
    font-size: 16px;
}

.section .order {
    display: flex;
    margin-top: 20px;
}

.th-44 {
    width: 44px;
}

.th-60 {
    width: 60px;
}

.th-80 {
    width: 80px;
}

table.inner-border td {
    border: 1px solid #323232;
}

table.inner-border tr:first-child td {
    border-top: 0;
}

table.inner-border tr td:first-child {
    border-left: 0;
}

table.inner-border tr:last-child td {
    border-bottom: 0;
}

table.inner-border tr td:last-child {
    border-right: 0;
}

table.inner-border .icon {
    margin-bottom: 8px;
}

table + table {
    margin-top: 16px;
}

td .icon {
    vertical-align: middle;
}

.warning-wrap {
    margin-top: 16px;
}

.warning-msg {
    line-height: 1.21;
    color: #757575;
    margin-bottom: 8px;
}

.warning-msg:last-child {
    margin-bottom: 0;
}

.warning-msg:before {
    content: '·';
}

.modal {
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    padding: 24px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.modal-inner {
    background-color: white;
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-confirm {
    box-sizing: border-box;
    height: 52px;
    line-height: 52px;
    background-color: #0075ff;
    color: #fff;
    font-size: 20px;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 32px 16px 16px 16px;
}

.new::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://t1.kakaocdn.net/kakaomobility/images/driver/rewards/ic_16_badge_new.png');
    background-size: 100%;
    margin-left: 4px;
    vertical-align: middle;
}
