
body {
    width: 100%;
}

input :not(.otp-form-input), select, textarea {
    max-width: 520px;
}

.hidden {
    display: none;
}

.form-select {
    background-image: url("/icon_select_arrow.svg");
    background-size: 16px 16px;
}

.form-check-input,
.form-radio-input {
	position: absolute;
	width: 24px;
	height: 24px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	margin: 0;
}

.form-check-input + .form-check-label,
.form-radio-input + .form-radio-label {
	position: relative;
	display: inline-block;
	height: 24px;
	padding-left: 32px;
	line-height: 22px;
	vertical-align: middle;
	cursor: pointer;
}

.form-check-input + .form-check-label.blank,
.form-radio-input + .form-radio-label.blank {
	padding-left: 0;
}

.form-check-input:not(:first-child) + .form-check-label,
.form-radio-input:not(:first-child) + .form-radio-label {
	margin-left: 40px;
}

.form-check-input + .form-check-label:before,
.form-radio-input + .form-radio-label:before {
	content:'';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 100%;
}

.form-check-input + .form-check-label:before {
	background: url("/button_select_n.svg") no-repeat;
}

.form-check-input:checked + .form-check-label:before {
	background: url("/button_select_s.svg") no-repeat;
}

.form-check-input:disabled + .form-check-label:before {
	background: url("/button_select_disable.svg") no-repeat;
	cursor: default;
}

.form-radio-input + .form-radio-label:before {
	background: url("/button_radio_n.svg") no-repeat;
}

.form-radio-input:checked + .form-radio-label:before {
	background: url("/button_radio_s.svg") no-repeat;
}

.form-radio-input:disabled + .form-radio-label:before {
	background: url("/button_radio_disable.svg") no-repeat;
	cursor: default;
}

.checkbox-group .form-check-label:not(:last-child),
.radio-group .form-radio-label:not(:last-child) {
	margin-left: 0 !important;
	margin-right: 40px;
}

.checkbox-group .form-check-label:last-child,
.radio-group .form-radio-label:last-child {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#login {
    width: 100%;
    height: 100vh;
    background: url(/login_img.png) no-repeat, #1b1b1b;
    background-size: auto 100%;
    background-position: top 0 right 616px, 0 0;
}

.login-form {
    float: right;
    display: flex;
    flex-grow: 0;
	flex-direction: column;
    width: 616px;
    min-height: 100vh;
    background: #1b1b1b;
    align-items: center;
    justify-content: space-between;
}

.login-box {
    width: 440px;
    height: 100%;
}

.login-box > div {
    margin-top: 32px;
}

.login-box .title {
    margin-top: 56px;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: -0.4px;
    color: #eee;
}

.login-box label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #aaa;
}

.login-box .form-control {
    height: 56px;
    border: solid 1px #555;
    border-radius: 6px;
    color: #fff;
    caret-color: #fff;
    background: transparent;
}

.login-box .form-control:focus {
    border: solid 1px #fff !important;
}

.login-form .dummy {
    display: block;
    height: 70px;
}

.login-form .inquiry {
    padding: 24px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #888;
}

.qr-box {
	margin: 24px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.qr-box .img {
	width: 160px;
	height: 160px;
}

.qr-box .key-box{
	margin: 0 104px 0 32px;
}

.qr-box .title {
	margin: 0 0 8px;
	font-weight: bold;
}

.qr-box .flag::before {
	content: url("/icon_flag.svg");
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
}

.line {
	width: 616px;
	height: 1px;
	background-color: #eeeeee;
}

.otp-form {
	padding: 24px 0 0 0;
}

.otp-form .otp-form-input {
	display: flex;
	flex-direction: column;
}

.otp-form .input {
	width: 100%;
	height: 40px;
	border-radius: 6px;
}

.otp-form .button {
	margin: 24px 0 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.otp-form .otp-button {
	width: 120px;
	height: 40px;
}

#menu,
.offcanvas {
    background: #1b1b1b;
}

.navbar-brand {
    flex-grow: 1;
    margin: 0;
    padding: 32px 0;
    text-align: center;
}

.offcanvas-header {
	padding: 32px 24px;
}

.offcanvas-body {
    padding: 0;
}

#menu.left .navbar-nav {
	width: 100%;
    gap: 24px;
}

#menu .navbar-nav .nav-link {
	padding: 13px 24px;
	color: #fff;
    opacity: 0.6;
}

#menu .navbar-nav .nav-item:hover {
	background: rgba(255, 255, 255, 0.05);
}

#menu .navbar-nav .active .nav-link {
	font-weight: bold;
	opacity: 1;
}

#menu .navbar-nav .active .nav-link::before {
    content: '';
    display: block;
    float: left;
    width: 24px;
    height: 2px;
    margin: 11px 16px 0 0;
    background: #fff;
}

@media (min-width: 768px) {
    #menu.left {
        position: fixed;
        width: 240px;
        top: 0;
        bottom: 0;
    }

    #menu.left .navbar {
        height: 100%;
        align-items: flex-start;
        overflow-y: auto;
    }

    #menu.left .container-fluid {
        flex-direction: column;
        margin: 0;
        padding: 0;
        align-items: flex-start;
    }

    #menu.left .offcanvas {
        width: 100% !important;
    }

    #menu.left .navbar-nav {
        flex-direction: column;
    }

    .navbar-brand {
        flex-grow: 0;
        margin: 0;
        padding: 32px 24px;
        text-align: left;
    }

    #menu.left + #header.container-fluid,
    #menu.left + #header + #main.container-fluid {
        width: calc(100% - 240px);
        margin: 0 0 0 240px;
    }
}

#header {
    display: flex;
    padding: 16px 32px;
    background: #555;
    align-items: center;
}

#header .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: -0.44px;
	color: #fff;
}

#header .user-box {
    display: flex;
    gap: 24px;
    align-items: center;
}

#header .user {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    align-items: center;
    color: #eee;
}

#header .user::before {
	content: url("/icon_user_top_24.svg");
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

#main {
    padding: 0;
}

.location {
	display: flex;
    height: 40px;
	gap: 8px;
    padding: 0 32px;
    border-bottom: solid 1px #eee;
	align-items: center;
    background: #f9f9f9;
}

.location > div {
	font-size: 13px;
	line-height: 19px;
	letter-spacing: -0.26px;
	color: #888;
}

.location > div::before {
	content: url("/icon_arrow.svg");
	position: relative;
	margin-right: 8px;
}

.content {
    padding: 24px 32px;
}

.table > :not(:first-child) {
    border-top: 0;
}

.table > :not(caption) > * > * {
    padding: 0;
}

.table thead tr,
.table tbody tr {
    border: solid #eee;
    border-width: 1px 0px;
    text-align: center;
}

.table thead th {
    padding: 13px;
    font-weight: 500;
    color: #888;
    background: #f9f9fc;
    vertical-align: middle;
}

.table tbody td {
	padding: 12px 16px;
	border: 0;
}

.btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    border-radius: 6px;
}

.btn-primary,
.btn-primary:focus {
    font-weight: 500;
    border: 0 !important;
    color: #333;
    background: #ffdd41;
    box-shadow: none !important;
}

.btn-primary:hover {
    color: #333;
    background: #f3d23d;
}

.btn-secondary,
.btn-secondary:focus {
    border: 0 !important;
    color: #fff;
    background: #888;
    box-shadow: none !important;
}

.btn-secondary:hover {
    background: #666;
}

.btn-outline-secondary,
.btn-outline-secondary:focus {
    border: solid 1px #aaa;
    color: #555;
    background: #f9f9f9 !important;
    box-shadow: none !important;
}

.btn-outline-secondary:hover {
    border: solid 1px #aaa;
    color: #555;
    background: #ededed !important;
}

.btn-primary:disabled,
.btn-secondary:disabled,
.btn-outline-secondary:disabled {
    border: 0;
    color: #aaa;
    background: #f5f5f7 !important;
}

.btn-login,
.btn-login:focus {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: -0.32px;
    border: 0 !important;
    color: #1b1b1b;
    background: #ffdd41;
    box-shadow: none !important;
}

.btn-login:hover {
    color: #1b1b1b;
    background: #f3d23d;
}

.btn-logout {
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 6px;
    background: url("/icon_exit_24.svg") no-repeat;
    background-position: center;
}

.btn-logout:hover {
    background: url("/icon_exit_24.svg") no-repeat, rgba(255, 255, 255, 0.1);
    background-position: center;
}

.btn-search {
    padding: 10px 35px;
}

.btn-file {
    width: 86px;
    height: 40px;
    padding: 0;
}

.btn-new::before {
    content: url("/icon_add_16.svg");
    position: relative;
	width: 16px;
	height: 16px;
	margin-right: 8px;
    vertical-align: middle;
}

.btn-edit::before {
    content: url("/icon_edit_16.svg");
    position: relative;
	width: 16px;
	height: 16px;
	margin-right: 8px;
    vertical-align: middle;
}

.btn-edit-icon,
.btn-edit-icon:focus,
.btn-edit-icon:active {
    display: block;
    width: 24px;
	height: 24px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
    background: url("/icon_edit_24.svg") no-repeat;
    grid-area: edit;
}

.btn-delete-icon,
.btn-delete-icon:focus,
.btn-delete-icon:active {
    display: block;
    width: 24px;
	height: 24px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
    background: url("/icon_delete_24.svg") no-repeat;
    grid-area: del;
}

.btn-back::before {
    content: url("/icon_back_16.svg");
    position: relative;
	width: 16px;
	height: 16px;
	margin-right: 8px;
    vertical-align: middle;
}

.btn-icon-help {
    width: 24px;
    height: 24px;
    margin: 0 4px;
    border: 0;
    background: url("/icon_guide_24.svg") no-repeat;
    cursor: pointer;
}

.btn-wrap {
    display: flex;
    column-gap: 8px;
}

.btn-icon-wrap {
    display: grid;
    column-gap: 16px;
    justify-content: center;
    grid-template: "empty1 edit del empty2";
    grid-template-columns: 1fr 24px 24px 1fr;
}

.btn-wrap-qr {
	display: flex;
	justify-content: space-between;
}

.btn-clear-qr {
    vertical-align: middle;
	background-color: #f9f9f9;
	border: solid 1px #aaa;
    position: relative;
}

.btn-refresh-qr::before {
    content: url("/icon_refresh_16.svg");
    position: relative;
	width: 16px;
	height: 16px;
	margin-right: 8px;
    vertical-align: middle;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.pagination,
.pagination > span {
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 4px;
}

.pagination a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.pagination a.page {
    padding: 6px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #888;
}

.pagination a.page.current {
    font-weight: 500;
    color: #1b1b1b;
    background: #eee;
    cursor: default;
}

.pagination a.first {
    background: url("/icon_prev_all.svg") no-repeat;
    background-position: center;
}

.pagination a.prev {
    background: url("/icon_prev.svg") no-repeat;
    background-position: center;
}

.pagination a.next {
    background: url("/icon_next.svg") no-repeat;
    background-position: center;
}

.pagination a.last {
    background: url("/icon_next_all.svg") no-repeat;
    background-position: center;
}

.pagination a.disabled {
    opacity: 0.3;
    cursor: default;
}

.pagination span a:not(.disabled):hover {
    background: #eee;
}

.pagination a.first:not(.disabled):hover {
    background: url("/icon_prev_all.svg") no-repeat, #eee;
    background-position: center;
}

.pagination a.prev:not(.disabled):hover {
    background: url("/icon_prev.svg") no-repeat, #eee;
    background-position: center;
}

.pagination a.next:not(.disabled):hover {
    background: url("/icon_next.svg") no-repeat, #eee;
    background-position: center;
}

.pagination a.last:not(.disabled):hover {
    background: url("/icon_next_all.svg") no-repeat, #eee;
    background-position: center;
}

.search {
    background: #f9f9fc;
}

.search input,
.search select {
    max-width: 100%;
}

div.row {
    margin: 0;
    padding: 0;
}

div.table {
    border-top: solid 1px #ddd;
}

div.th {
    display: flex;
    padding: 16px;
    row-gap: 8px;
	font-weight: 500;
    border-bottom: solid 1px #eee;
	color: #555;
	background: #f9f9fc;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

div.th .desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #888;
}

div.td {
    display: flex;
	padding: 16px;
    row-gap: 8px;
    border-bottom: solid 1px #eee;
    flex-direction: column;
    justify-content: center;
}

div.td .desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
}

div.td .desc .score {
    display: inline-block;
    width: 16px;
    height: 5px;
    vertical-align: middle;
    background: #eee;
}

div.td .desc .score.active {
    background: #474747;
}

div.td .desc .score + .score {
    margin-left: 1px;
}

div.td .btn-edit-icon {
    float: right;
}

a.link {
    color: #ff7a00;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}

.release-note div.th {
    padding: 32px 24px;
    justify-content: start;
}

.release-note .version {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: -0.36px;
    color: #ff7a00;
}

.release-note .date {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #888;
}

.release-note .desc {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 2fr;
    row-gap: 24px;
    justify-content: start;
}

.release-note .desc > div {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -0.32px;
    color: #333;
}

.release-note .desc > ul {
    line-height: 28px;
}

@media (min-width: 768px) {
    .release-note .desc {
        padding: 16px;
    }
}

.table-title {
    margin-bottom: 12px;
}

.table-title-box {
    display: flex;
    height: 32px;
    margin-bottom: 8px;
    align-items: center;
}

.table-title:not(:first-child),
.table-title-box:not(:first-child),
div:not(.content) > .table-title-box {
    margin-top: 24px;
}

.table-title,
.table-title-box .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.32px;
    color: #333;
}

.table-title-box .title + .btn-icon-help {
    margin: 0 4px 0 12px;
}

.table-title-box .desc {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #ff7a00;
}

.file-box {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.file-box .file-name {
    max-width: calc(100% - 102px);
    color: #888;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.parts-wrap {
    width: 100%;
    height: 244px;
}

.obfuscation-wrap {
    width: 100%;
    height: 1157px;
}

.apk-signinfo-wrap,
.aab-signinfo-wrap {
    width: 100%;
    height: 402px;
}

@media (min-width: 1313px) {
    .new-col-lg-2 {
        width: 16.66666667%;
    }

    .new-col-lg-10 {
        width: 83.33333333%;
    }

    .parts-wrap {
        height: 132px;
    }

    .obfuscation-wrap {
        height: 666px;
    }

    .apk-signinfo-wrap,
    .aab-signinfo-wrap {
        height: 258px;
    }
}

.modal {
    border: solid 1px #888;
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.modal-header {
	padding: 19px 24px 19px 32px;
    background-color: #555;
}

.modal-header .modal-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: -0.36px;
	color: #fff;
}

.modal-header .btn-close,
.modal-header .btn-close:hover,
.modal-header .btn-close:active {
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url("/icon_close_24.svg") no-repeat;
	background-position: center;
	opacity: 1;
	box-shadow: none !important;
}

.modal-body {
	padding: 0 32px;
	margin: 24px 0 32px;
}

.modal-body::-webkit-scrollbar {
    width: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
}

.modal-dialog.width-680 {
	max-width: 680px;
}

.modal-body.width-680 {
	width: 680px;
}

.modal-body.max-height-556 {
	max-height: 556px;
}

.notice {
    padding: 16px 24px;
    background: #f9f9fc;
}

.notice,
.notice > div {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #333;
}

.notice > div + div {
    margin-top: 16px;
}

.procedure {
    padding-top: 24px;
}

.procedure .title {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.28px;
    align-items: center;
    color: #333;
}

.procedure .title::before {
    content: url("/icon_flag.svg");
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.procedure .list {
    margin-top: 24px;
    counter-reset: procedure-count;
}

.procedure .list .main {
    margin-left: 28px;
    text-indent: -28px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #333;
}

.procedure .list .main::before {
    content: counter(procedure-count);
    counter-increment: procedure-count;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.26px;
    text-align: center;
    text-indent: -2px;
    color: #fff;
    background: url("/icon_number_box.svg") no-repeat;
}

.procedure .list .sub {
    margin-left: 44px;
    text-indent: -16px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.26px;
    color: #888;
}

.procedure .list .sub::before {
    content: '·';
    display: inline-block;
    width: 16px;
    height: 20px;
    text-indent: 0;
    font-weight: bold;
    text-align: center;
}

.procedure .list .main + .sub {
    margin-top: 8px;
}

.procedure .list .sub + .sub {
    margin-top: 4px;
}

.procedure .list > div + div {
    margin-top: 16px;
}

.caution {
    margin-top: 32px;
    padding-top: 32px;
    border-top: solid 1px #eee;
}

.caution .title {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.28px;
    align-items: center;
    color: #333;
}

.caution .title::before {
    content: url("/icon_warning.svg");
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.caution .list {
    margin-top: 24px;
    counter-reset: caution-count;
}

.caution .list .main {
    margin-left: 28px;
    text-indent: -28px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #555;
}

.caution .list .main::before {
    content: counter(caution-count)'.';
    counter-increment: caution-count;
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.26px;
    text-align: center;
    text-indent: 0px;
    color: #333;
}

.caution .list > div + div {
    margin-top: 16px;
}

.title-box {
    z-index: 9999;
}

.toast {
    padding: 24px;
    border: 0;
    border-radius: 8px;
    background: #333;
}

.toast-header {
    display: flex;
    height: 24px;
    padding: 0;
    border: 0;
    background: none;
    justify-content: space-between;
    align-items: center;
}

.toast-header.success .title::before {
    content: url("/icon_success_24.svg");
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.toast-header.fail .title::before {
    content: url("/icon_fail_24.svg");
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.toast-header .title {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: -0.32px;
    color: #fff;
}

.toast-header .btn-close,
.toast-header .btn-close:hover,
.toast-header .btn-close:active {
    display: block;
    width: 16px;
    height: 16px;
    margin: -16px -8px 0 0;
    padding: 0;
    background: url("/icon_close_16.svg") no-repeat;
    background-position: center;
    opacity: 1;
    box-shadow: none !important;
}

.toast-body {
    margin-top: 12px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #fff;
    opacity: 0.8;
}


.process-wrap {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 99999;
}

.process-in {
	position: relative;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.process {
	width: 132px;
	height: 132px;
	position: absolute;
	top: calc(50% - 66px);
	left: calc(50% - 66px);
	text-align: center;
	background: #fff;
	border: solid 1px #777;
	border-radius: 6px;
	box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.process > .process-img {
    display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 27px;
    background: url("/icon_loading.png") no-repeat;
	animation: rotation 2s linear infinite;
	-moz-animation: rotation 2s linear infinite;
	-webkit-animation: rotation 2s linear infinite;
}

.process > .process-text {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.36px;
	color: #ff7a00;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg);
	}
}
