/* header */
* {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    touch-action: manipulation;
}

.red {
    color: red;
}

#PC-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: white;
    font-size: 39px;
    text-align: center;
    color: red;
    display: none;
}

#hearder {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px;
    z-index: 2;
}

#hearder-menu {
    width: 38px;
}

.hearder-menu-img {
    width: 100%;
}

#hearder-logo {
    width: 100%;
    text-align: center;
}

#hearder-logo-img {
    flex: 1;
    width: 100%;
    max-width: 200px;
    margin-top: -9px;
}

#hearder-language {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

#hearder-logo-language {
    margin-top: -6px;
    margin-bottom: -10px;
}

#T-language {
    position: fixed;
    text-align: center;
    top: 50px;
    right: 0;
    background-color: white;
    line-height: 2;
    padding: 0 3px;
    z-index: 3;
}

/* menu */
#menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 5;
    display: none;
}

.menu-container {
    position: absolute;
    left: 0;
    width: 220px;
    height: 100%;
    opacity: 1;
    background-color: white;
}

.menu-title {
    font-size: 25px;
    font-weight: 600;
    margin-left: 10px;
    height: 50px;
    line-height: 50px;
}

#menu-close-img {
    position: absolute;
    left: 203px;
    top: 10px;
}

.menu-block {
    display: flex;
    height: 50px;
    line-height: 50px;
}

.menu-content.line-height {
    line-height: 17px;
    margin-top: 3px;
}

.menu-img {
    height: 32px;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 11px;
}

#menu-close {
    position: absolute;
    top: 0;
    left: 220px;
    right: 0;
    height: 100%;
}

/* home */
#home {
    position: fixed;
    background-image: url(../images/home.jpg);
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 1;
}

#home-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -166px;
}

.home-note {
    margin: 50px 20px;
    background-color: white;
    border: 1px solid gainsboro;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: -0.1px;
    padding: 5px;
}

.home-button {
    margin: 26px 30px;
}

.home-button-title {
    background-color: #BAD8DC;
    font-size: 25px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.home-button-content {
    background-color: white;
    text-align: center;
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 42px;
}

.home-button-content.line-height {
    line-height: 42px;
}

.home-qr {
    width: 216px;
    height: 122px;
    display: inline-block;
    color: black;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -108px;
    right: 0;
    bottom: 85px;
}

.home-qr-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.home-qr-content {
    font-size: 12px;
}

/* guide */
.gen-close-img {
    position: absolute;
    top: 3px;
    right: 8px;
}

#guide {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #BAD8DC;
    z-index: 3;
    display: none;
}

.gen-title {
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0;
}

.guide-button-block {
    display: flex;
    padding: 0px 10px;
}

.guide-button {
    flex: 1;
    background-color: white;
    margin: 0 5px;
    height: 50px;
    border-radius: 10px;
}

.guide-arrow-block {
    display: flex;
    padding: 0px 10px;
    margin-top: -2px;
}

.guide-arrow {
    flex: 1;
    margin: 0 5px;
    height: 10px;
}

.guide-arrow-img {
    display: none;
}

#guide-container {
    margin-top: 5px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.guide-content-block {
    text-align: left;
    padding: 8px 15px;
}

.guide-content-title {
    font-size: 18px;
    font-weight: 600;
}

.guide-content-tip {
    font-size: 15px;
}

.guide-content-frame {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 15px 0;
}

.content-frame-title {
    font-size: 20px;
    text-align: left;
}

.content-frame-tip {
    font-size: 15px;
    text-align: left;
}

.content-frame-img {
    width: 90%;
}

/* explain */
#explain {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #BAD8DC;
    z-index: 3;
    display: none;
}

.explain-button-block {
    display: flex;
    padding: 0px 10px;
    font-size: 15px;
}

.explain-button {
    flex: 1;
    background-color: white;
    margin: 0 2px;
    height: 50px;
    border-radius: 10px;
    line-height: 25px;
}

.explain-arrow-block {
    display: flex;
    padding: 0px 10px;
    margin-top: -2px;
}

.explain-arrow {
    flex: 1;
    margin: 0 5px;
    height: 10px;
}

.explain-arrow-img {
    display: none;
}

#explain-container {
    margin-top: 5px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.explain-frame {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 8px 15px;
}

.explain-frame-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.explain-frame-table {
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.explain-frame-stitle {
    font-size: 18px;
    margin-bottom: 5px;
}

.explain-frame-text {
    text-align: left;
}

.explain-frame-youtube {
    width: 100%;
    height: 150px;
}

.explain-frame-youtube-title {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
}

/* map */
#map {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #BAD8DC;
    z-index: 3;
    display: none;
}

.map-address {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: left;
}
/* user info */
#userinfo {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #BAD8DC;
    z-index: 2;
    display: none;
}

.plus-button-up {
    font-size: 20px;
    margin-top: -7px;
}

.plus-button-dow {
    font-size: 10px;
    margin-top: -21px;
}

.userinfo-button-block {
    display: flex;
    margin: 0px 8px;
}

.userinfo-button {
    flex: 1;
    height: 39px;
    line-height: 39px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 2px;
    color: #BAD8DC;
    pointer-events: none;
}


.userinfo-arrow-block {
    display: flex;
    margin: 0px 8px;
    margin-top: -3px;
}

.userinfo-arrow-img {
    display: none;
}

.ar-activate {
    display: initial;
}

.u-used {
    background-color: white;
    color: black;
    pointer-events: all;

}

.u-activate {
    display: block;
    background-color: #1E90FF;
    color: white;
    font-weight: 600;
}

.userinfo-arrow {
    flex: 1;
}

#userinfo-frame {
    padding: 0 7px;
    overflow-y: hidden;
    /* scroll-behavior: smooth; */
}

.userinfo-container {
    overflow-y: auto;
    overflow-x: hidden;
}

.userinfo-kv-content {
    display: flex;
}

.userinfo-kv-kaku {
    text-align: left;
    font-size: 12px;
    color: red;
    padding-right: 12px;
    display: none;
}

.userinfo-kv {
    display: flex;
}

.userinfo-kv-icon {
    height: 25px;
}

.serinfo-kv-nd {
    margin-top: 3px;
    margin-left: 5px;
}

.userinfo-kv-hr {
    flex: 1;
    height: 0px;
    margin-left: 10px;
    margin-top: 11px;
}

.userinfo-input-block {
    display: flex;
    margin: 10px 0px;
}

.userinfo-input {
    flex: 1;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.rep-input {
    border-radius: 10px;
    border: none;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 88%;
    font-size: 16px;
    margin: 0 3px;
}

.space-bottom {
    margin-bottom: 20px;
}

#sx-container {
    flex: 1;
}

.fm-button {
    float: right;
    margin: 0 0 0 5px;
    width: 28%;
    height: 32px;
    position: relative;
    border: 1px solid gray;
    border-radius: 16px;
}

.fm-button label,
.fm-button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fm-button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.fm-button input[type="radio"]:checked+label {
    background: #1E90FF;
}

.fm-button input[type="checkbox"] {
    opacity: 0.011;
    z-index: 2;
}

.fm-button input[type="checkbox"]:checked+label {
    background: #FFCC33;
}

.fm-button label {
    cursor: pointer;
    z-index: 90;
    line-height: 2em;
    background-color: white;
    border-radius: 15px;
}

.serinfo-kv-cm {
    margin-top: 3px;
    font-size: 18px;
}

#userinfo-license {
    margin: 10px 38px;
    background-color: white;
    text-align: center;
    border-radius: 15px;
}

.license-plus-img {
    margin-top: 50px;
}

.clear-license-box {
    height: 0px;
    width: 100%;
    text-align: right;
}

#clear-license-img {
    position: relative;
    margin-right: 18px;
    margin-top: -5px;
    display: none;
}

#license-status {
    display: none;
}

.userinfo-contract {
    margin: 10px 20px;
    text-align: left;
    border: 2px solid;
    padding: 10px;
    margin: 30px 0;
}

.userinfo-contract-check {
    margin-top: 10px;
    text-align: center;
}


#display-image {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    display: none;
    background-color: white;
    z-index: 2;
}

#licenserz {
    position: absolute;
    top: 50%;
    margin-top: -240px;
    left: 10px;
}

#license-cut-title {
    margin-top: 15px;
    color: white;
    font-weight: 600;
}

#license-frames {
    overflow: hidden;
    touch-action: none;
    position: absolute;
    height: 230px;
    border: 3px solid;
    border-radius: 15px;
    top: 218px;
    left: 10px;
}

.move-img {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
}

.cut-btn {
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    bottom: 20px;
    background-color: #66CCFF;
    margin-top: 20px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    padding: 10px;
    color: white;
    font-weight: 600;
    border-radius: 20px;
}

.zoom-img-in {
    position: absolute;
    left: 10px;
    bottom: 36px;
    height: 50px;
}

.zoom-img-out {
    position: absolute;
    right: 10px;
    bottom: 36px;
    height: 50px;
}

#license-front-img {
    width: 100%;
    margin-bottom: -5px;
    border-radius: 15px;
}

.userinfo-user-check {
    margin-top: 8px;
    text-align: left;
    margin-left: 5px;
}

.userinfo-clear {
    background-color: white;
    color: red;
    margin: 20px 30px;
    border-radius: 10px;
    border: 1px solid gray;
}

.space {
    height: 50px;
}

/* select items */
#items {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #BAD8DC;
    z-index: 1;
    display: none;
}

.items-button-block {
    display: flex;
    margin: 0px 8px;
}

.items-button {
    flex: 1;
    height: 39px;
    line-height: 39px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 2px;
    color: #BAD8DC;
    pointer-events: none;
}

.items-arrow-block {
    display: flex;
    margin: 0px 8px;
    margin-top: -3px;
}

.items-arrow {
    flex: 1;
}

.items-arrow-img {
    display: none;
}

.i-used {
    background-color: white;
    color: black;
    pointer-events: all;
}

.i-activate {
    display: block;
    background-color: #1E90FF;
    color: white;
    font-weight: 600;
}

.ir-activate {
    display: initial;
}

.items-if {
    padding: 0 20px;
    text-align: -webkit-center;
    font-size: 16px;
}

.items-if .block-up {
    display: flex;
}

.items-if .block-up-left {
    flex: 5;
    display: flex;
    margin-right: 38px;
    border-bottom: 2px solid;
}

.items-if .block-up-right {
    flex: 2;
    display: flex;
    border-bottom: 2px solid;
}

.items-if .s-name {
    flex: 1;
    font-size: 19px;
    margin-top: -2px;
}


.items-if .l-content {
    flex: 1;
    text-align: right;
    font-size: 19px;
    margin-top: -2px;
}

.items-if .block-dow {
    display: flex;
    margin-top: 6px;
    width: 150px;
    border-bottom: 2px solid;
}

#items-frame {
    padding: 0 10px;
    overflow-y: hidden;
    /* scroll-behavior: smooth; */
}

.items-container-sc {
    overflow-y: auto;
    overflow-x: hidden;
}

.items-title {
    display: flex;
    margin-top: 10px;
    background-color: gainsboro;
    padding: 0px 6px;
}

.items-title-img {
    width: 22px;
    height: 22px;
}

.items-title-content {
    margin-left: 6px;
    font-size: 17px;
}

.items-block {
    display: flex;
}

.items-separate {
    flex: 1;
}

.items-block {
    margin: 8px 0;
}

.items-checkbox {
    text-align: left;
    font-size: 15px;
    margin-bottom: 6px;
    padding: 3px 0px 3px 3px;
}

.big-button {
    float: inherit;
    width: 92%;
    height: 92px;
    margin: 0 0 0 0px;
}

.button-content {
    font-size: 15px;
}

.button-content-small {
    font-size: 12px;
}

.button-price {
    margin-top: -3px;
    font-weight: 600;
}

.small-button {
    float: inherit;
    width: 92%;
    height: 43px;
}

.float-right {
    float: right;
}

.fix-margin {
    margin: 0 0 0 0px;
}

.button-dow {
    margin-top: 5px;
}

.items-tip {
    font-size: 11px;
    text-align: left;
    margin-top: 9px;
    padding-right: 10px;
}

.items-if-tip {
    display: flex;
    text-align: left;
    font-size: 13px;
    margin: 15px 0;
}

.if-tip-left {
    flex: 2;
}

.if-tip-right {
    flex: 1;
}

.button-small-tip {
    font-size: 11px;
    position: absolute;
    right: 0;
    margin-top: -10px;
    margin-right: -3px;
}

#show-items-info {
    position: absolute;
    background-color: #99FF99;
    left: 10px;
    right: 10px;
    padding: 0 8px;
    font-weight: 600;
    z-index: 101;
    border-radius: 10px;
    display: none;
}

.show-items-left {
    flex: 1;
    text-align: left;
}

/* QR container */
#qrcode {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #BAD8DC;
    z-index: 1;
    display: none;
}

#qrcode-conainer {
    overflow-y: auto;
}

.qrcode-qr-block {
    text-align: -webkit-center;
}

#qrcode-show {
    padding: 13px;
    background-color: white;
    width: 166px;
}

.qrcode-if {
    margin: 20px 0;
    padding: 0 30px;
}

.qrcode-detail {
    padding: 0 20px;
    margin-bottom: 25px;
}

.qrcode-detail-title {
    display: flex;
    background-color: gainsboro;
    line-height: 39px;
    padding: 0 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.qrcode-detail-left {
    flex: 1;
    display: flex;
    text-align: left;
}

.detail-content {
    font-size: 15px;
}

.detail-name {
    font-size: 18px;
    margin-top: -2px;
    padding: 0 18px;
}

.qrcode-detail-right {
    padding-right: 10px;
}

.qrcode-detail-white {
    background-color: white;
    padding: 5px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.qrcode-detail-import {
    display: flex;
}

.import-left {
    margin-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.import-right {
    margin-right: 20px;
    padding-left: 10px;
}

.qr-hr {
    margin: 0 0;
}

.qrcode-tip {
    text-align: left;
    font-size: 13px;
    padding: 0 20px;
}

/* footer */
#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 15px;
    background-color: #BAD8DC;
    height: 50px;
    display: flex;
    display: none;
}

.footer-separate {
    flex: 1;
}

.footer-btn {
    margin: 8px 0px;
    width: 105px;
    height: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
}

#back-btn {
    background-color: buttonface;
    border-radius: 6px;
}

.webkit-right {
    text-align: -webkit-right;
}

#next_btn {
    background-color: #0099FF;
    color: white;
    border-radius: 6px;
    float: right;
}

/* messenger box */
#messenger {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
}

#messenger-box {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    left: 20px;
    right: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 1px 0px 3px 3px #eeeeee;
    padding: 5px;
}

#messenger-box-content {
    text-align: center;
    margin-top: 12px;
    font-size: 20px;
}

#messenger-box-ok {
    text-align: center;
    margin: 0 100px;
    margin-top: 20px;
    background-color: #0099FF;
    color: white;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    font-size: 23px;
    border-radius: 15px;
    box-shadow: 1px 0px 2px 2px #0099ff;
}

.messenger-box-select {
    margin-top: 20px;
    display: flex;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 0px 3px 3px #eeeeee;
}

#messenger-box-no {
    flex: 1;
    background-color: buttonface;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#messenger-box-yes {
    flex: 1;
    color: white;
    background-color: #0099FF;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-left: 4px solid #FF3D00;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

.floader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

.floader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 4px solid #FF3D00;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

#loader-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.8);
}

#loading {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: 20px;
}

.d-none {
    display: none !important;
}