html,
body {
    font-family: Nanum Gothic,"sans-serif";
    background: #dee2e6;
}

body {
    overflow: auto;
    touch-action: manipulation;
}

.app {
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 50px;
}

input {
    text-align-last: left;
    border: 1px solid #adb5bd;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    box-sizing: border-box;
}

.app-content {
    width: 100%;
}

.content {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
}

.tac {
    margin-top: 50px;
    text-align: center !important;
}

.login-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-wrapper {
    max-width: 400px;
    margin: auto;
}

.login-page .login-wrapper h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.login-page p input {
    border: 1px solid gray;
    font-family: revert;
}

.login-page input[type="text"] {
    padding: 12px;
    height: 45px;
    text-align-last: left;
}

.login-page input[type="password"] {
    padding: 12px;
    height: 45px;
    text-align-last: left;
}

@supports (-webkit-touch-callout: none) {
    .login-page input[type="text"]:focus,
    .login-page input[type="password"]:focus {
        font-size: 16px;
    }
}

.login-page input::-webkit-input-placeholder {
    color: #acacac;
    font-weight: normal;
}

.login-page input::-moz-placeholder {
    color: #acacac;
    font-weight: normal;
}

.login-page input:-ms-input-placeholder {
    color: #acacac;
    font-weight: normal;
}

.login-page input::-ms-input-placeholder {
    color: #acacac;
    font-weight: normal;
}

.login-page input::placeholder {
    color: #acacac;
    font-weight: normal;
}

.login-btn {
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px !important;
    font-weight: bold;
}

.login-page input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.custom-control-label {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}

button.btn2 {
    border: 0;
    background-color: #3499db;
    border-radius: 5px;
    padding: .5rem 2rem;
    margin: 1px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}

.find-btn-box {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

    .find-btn-box span {
        color: #999;
        padding: 5px;
    }

@media screen and (max-width : 768px) {
    .find-btn-box span#remote-support1 {
        display: none;
    }

    .find-btn-box span#remote-support2 {
        display: none;
    }
}

.find-btn {
    color: #666 !important;
    background-color: transparent !important;
    display: inline;
    border: none !important;
    font-size: 13px;
    text-decoration-line: none;
}

.wrapWithBackgroundImage {
    background-image: url("../img/applogo-ahaplus.png");	
    position: relative;
    width: 130px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: cover;
}

.invisibleLink {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}

    .invisibleLink span {
        display: none;
    }

.mb10 {
    margin: auto;
    margin-bottom: 10px;
}

.w100p {
    width: 100%;
}

.mt20 {
    margin-top: 20px;
}
.qrcode-wrapper {
    text-align: center;
    max-width: 400px;
    padding-top: 14px;
    margin: 0 auto;
}

.qrcode-wrapper.mobile {
    display: none;
}

.qrcode-title {
    position: relative;
    padding: 6px 14px 6px 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.qrcode-title-text {
    padding-right: 10px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
}

.qrcode-arrow-wrap {
    position: absolute;
    top: 5px; right: 82px;
    /* transform: translate(0, -50%); */
}

.qrcode-arrow-up,
.qrcode-arrow-down {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.qrcode-arrow-up {
    display: none;
    background: url(../img/iCon-arrowUp.svg) no-repeat center;
}

.qrcode-arrow-down {
    background: url(../img/iCon-arrowDown.svg) no-repeat center;
}

.qrcode-title.on .qrcode-arrow-up {display: block;}
.qrcode-title.on .qrcode-arrow-down {display: none;}

.qrcode-content {
    display: none;
    background: #D1D7DD;
    border-radius: 5px;
    padding: 12px 0;
}

.qrcode-text {
    font-size: 13px;
    line-height: 1.4;
}

.qrcode-img-box {
    margin: 8px 0 10px;
}

.qrcode-img-qr img {
    width: 78px;
}

.qrcode-btn {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #3499db;
    border-radius: 5px;
    background-color: #fff;
    color: #3499db;
    padding: 9px 36px;
}

.qrcode-wrapper.mobile .qrcode-title {
    padding: 6px 0 10px;
    cursor: initial;
}

@media screen and (max-width : 768px){
    .qrcode-wrapper.pc {display: none;}
    .qrcode-wrapper.mobile {display: block;}
}