/* 로그인 */
.login-container { margin: 0 }
.login-title { font-family: PretendardB; font-size: 17px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; }
.login-title img { width: 24px; }
.login-logo { display: flex; align-items: center; justify-content: center; margin-top: 4vh; margin-bottom: 40px; }
.login-logo img { width: 70vw; }
.login-input { display: flex; justify-content: center; padding-left: 16px; padding-right: 16px; }
.login-input input { width: 90%; }
.login-btn { background-color: var(--color-main); color: #ffffff; font-family: PretendardR; font-size: 16px; height: 50px; width: 90%; border: none; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.login-findinfo { margin-top: 20px; display: flex; justify-content: center; }
.login-findinfo a { text-decoration: none; font-family: PretendardR; font-size: 15px; color: #808080; padding: 0 10px; }
.login-portal { margin-top: 40px; display: flex; justify-content: center; }
.login-portal img { width: 40px; margin: 0 16px; }
.login-join { margin-top: 20px; display: flex; justify-content: center; }

/* 회원가입 */
.join-title { font-family: PretendardB; font-size: 17px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; }
.join-title img { width: 24px; }
.join-logo { display: flex; align-items: center; justify-content: center; margin-top: 4vh; margin-bottom: 40px; }
.join-logo img { width: 70vw; }
.join-portal { margin-top: 60px; }
.join-portal button { background-color: var(--color-white); color: #000000; border: 1px solid #e0e0e0; }
.join-portal img { width: 30px; margin: 0 16px; }
.join-dividers { border-top: 1px solid #e0e0e0; margin: 50px 5%; padding: 0; }
.join-select { display: flex; justify-content: center; }
.join-select p { width: 50px; background-color: #ffffff; font-family: PretendardM; font-size: 15px; color: #808080; text-align: center; margin-top: -60px; }
.join-btn-portal { margin: auto; background-color: #f0f0f0 !important; color: #000000 !important; font-family: PretendardR; font-size: 16px; border-radius: 8px; height: 50px; width: 100%; border: none; cursor: pointer; display: flex; align-items: center; }
.join-btn-portal p { width: 70%; text-align: center; display: block; }
.join-btn-email { margin: auto; background-color: var(--color-main) !important; color: #ffffff !important; font-family: PretendardR; font-size: 16px; border-radius: 8px; height: 50px; width: 100%; border: none; cursor: pointer; display: flex; align-items: center; }
.join-btn-email p { width: 70%; text-align: center; display: block; }
.join-container { margin: 0 20px; }
.join-contents { margin: 0; }
.join-contents p { margin-bottom: 8px; font-family: PretendardB; font-size: 16px; }
.join-contents p span { color: #ff0000; padding-left: 4px; }
.join-contents input { width: 100%; }
.join-contents-btn { display: flex; align-items: center; justify-content: space-between; }
.join-contents-btn input { width: 100%; margin-right: 8px;}
.join-contents-btn button { width: 180px; }
.join-btn-confirm { background-color: var(--color-main); color: #ffffff; font-family: PretendardR; font-size: 16px; border-radius: 25px !important; height: 50px; width: 100%; border: none; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.join-policy-desc { font-size: 14px; color: #808080; margin: 0px !important; padding-left: 20px; }
.join-policy-area { border: 1px solid #e0e0e0; border-radius: 2px; }
.join-policy-view { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.join-policy-view p { margin-right: 16px; font-size: 13px; color: #808080; margin: 0px !important; padding-right: 12px; }
.join-policy-sub { margin-left: 12px; margin-top: 0px !important; margin-bottom: 0px !important; font-size: 15px; }
.join-link-login { text-align: center; font-family: PretendardR; font-size: 16px; color: #000000; }
.join-link-login span { padding-left: 8px; font-family: PretendardM; font-size: 16px; color: #0d6efd; }

/* 서비스 예약 */
.container-cost { height: 300px; position: fixed; z-index: 10; background-color: var(--color-background); padding-top: 0px; overflow: hidden; box-shadow: 0 0 3px rgba(0,0,0,0.2); }
.container-reserve { padding-top: 300px; background-color: var(--color-gray-f0); overflow: hidden; }
.cost-title { width: 100%; padding-top: 20px; margin: 0 auto; text-align: center; font-family: PretendardB; font-size: 20px; }
.cost-divide { border-top: 2px solid #0d6efd; margin: 0; padding: 0; }
.dialog-ui { margin-top: 0px; margin-bottom: 80px; }
.dialog-ui .box-right { margin-top: 20px; width: fit-content; height: fit-content; max-width: 80%; min-height: 50px; border: none; border-radius: 12px 0px 12px 12px; background-color: var(--color-gray-40); display: flex; flex-direction: column; margin-left: auto; justify-content: center; padding: 0px 16px; font-family: PretendardR; font-size: 16px; color: var(--color-white); text-align: right; }
.dialog-ui .box-left { margin-top: 20px; width: fit-content; height: fit-content; min-width: 40%; max-width: 80%; min-height: 50px; border: none; border-radius: 0px 12px 12px 12px; background-color: var(--color-white); display: flex; flex-direction: column; margin-right: auto; justify-content: center; padding: 0px 16px; font-family: PretendardR; font-size: 16px; color: var(--color-gray-10); text-align: left; }
.dialog-ui .box-left-full { margin-top: 20px; width: fit-content; height: fit-content; min-width: 40%; max-width: 95%; min-height: 50px; border: none; border-radius: 0px 12px 12px 12px; background-color: var(--color-white); display: flex; flex-direction: column; margin-right: auto; justify-content: center; padding: 0px 16px; font-family: PretendardR; font-size: 16px; color: var(--color-gray-10); text-align: left; }
.dialog-ui p { line-height: 1.4em; }
.dialog-count { height: 40px !important; }
.btn-cost-title { height: 50px; width: 100%; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: start; }
.btn-cost-title img { height: 30px; }
.btn-cost-title p { display: inline-block; padding-top: 2px; padding-left: 8px; }
.btn-cost-sale-title { height: 24px; border: none; border-radius: 4px; cursor: pointer; align-items: center; justify-content: center; text-align: left; padding-left: 12px; background-color: #ffffff; }
.btn-cost-sale-accept { height: 24px; border: none; border-radius: 4px; cursor: pointer; align-items: center; justify-content: center; }
.btn-cost-sale-rate { height: 24px; border: none; border-radius: 4px; cursor: pointer; align-items: center; justify-content: center; background-color: #ffffff; }
.btn-cost-price { padding-left: 12px; height: 35px; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: start; margin: auto; }
.btn-app-download { padding-left: 12px; height: 40px; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: auto; }
.btn-cost-cost { padding-right: 12px; height: 30px; border: none; cursor: pointer; align-items: center; justify-content: end; background-color: var(--color-background); text-align: end;}
.btn-reserve-machine { background-color: var(--color-gray-e0); height: 40px; border: none; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin: auto; }
.btn-reserve-plusminus { background-color: var(--color-gray-f0); width: 26px; height: 40px; border: none; border-radius: 8px; cursor: pointer; align-items: center; justify-content: center; }
.btn-reserve-next { background-color: var(--color-gray-a0); width: 100%; height: 40px; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: auto; }
.btn-reserve-fine { background-color: var(--color-yellow); width: 100%; height: 40px; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: auto; }
.btn-reserve-edit { text-align: right; padding-top: 8px; cursor: pointer;}

/* 예약내역 확인 */
.container-validate { padding-top: 20px; overflow: hidden; }
.validate-title { width: 100%; padding-top: 20px; margin: 0 auto; text-align: center; font-family: PretendardB; font-size: 24px; }
.btn-clipboard { background-color: var(--color-gray-c0); width: 100%; height: 40px; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: auto; }
.btn-mgmtsite { background-color: var(--color-blue); width: 100%; height: 40px; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: auto; }
.reserve-area { border-radius: 8px; border: 1px solid #d0d0d0; background-color: #f0f0f0; }
.reserve-table { line-height: 1.8em; padding: 12px; }
.reserve-btn { background-color: #0d6efd; border: 1px solid #ffffff; border-radius: 4px; color: #ffffff; height: 30px; width: 50px; margin-left: 16px; }

/* 관리내역 확인 */
.container-record { padding-top: 20px; overflow: hidden; }
.record-title { width: 100%; padding-top: 20px; margin: 0 auto; text-align: center; font-family: PretendardB; font-size: 24px; }
.record-history { background-color: var(--color-gray-f0); border-radius: 8px; width: 100%; }
.record-map { background-color: var(--color-gray-f0); border-radius: 8px; width: 100%; }
.record-photo { background-color: var(--color-gray-f0); border-radius: 8px; width: 100%; }
.btn-reserve { background-color: var(--color-blue); height: 40px; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: auto; }
.txt-sub-title { font-family: PretendardB; font-size: 17px; }
.record-list-cell { display: flex; align-items: center; }

/* 기타 미분류 */
.member-desc { margin: 0; padding: 3px 0; font-family: PretendardB; font-size: 22px; color: #000000; }
.member-desc-sub { margin-top: 20px; text-align: center; font-family: PretendardR; font-size: 16px; color: #808080; }
.member-checkbox { font-family: PretendardR; font-size: 17px; color: #000000; }
.member-policy-view { display: flex; align-items: center; justify-content: space-between; padding: 0; }
.member-policy-view p { text-decoration: underline; margin-right: 16px; font-size: 14px; color: #808080; margin: 0px !important; padding-right: 12px; }
.member-btn-confirm { background-color: var(--color-main); color: #ffffff; font-family: PretendardR; font-size: 16px; border-radius: 4px !important; height: 50px; width: 100%; border: none; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.member-mypage { display: flex; align-items: center; justify-content: space-between; padding: 0 16px; }
.member-mypage .link-title { font-family: PretendardR; font-size: 17px; color: #000000; display: flex; align-items: center; }
.member-mypage .link-desc { font-family: PretendardR; font-size: 16px; color: #808080; text-align: right; }
.member-mypage .profile { height: 50px; border-radius: 50%; }
.member-mypage .member-icon { width: 24px; padding: 0 8px 0 0; }
.member-mypage img { height: 28px; }
.version-icon-group { display: flex; align-items: center; }
.version-icon-group .link-desc { margin: 0; margin-right: 4px; }
.floating-btn-up { position: fixed; top: 305px; right: 10px; }
.floating-btn-up img { height: 30px; }
.floating-btn-dn { position: fixed; top: 160px; right: 10px; }
.floating-btn-dn img { height: 30px; }
.ul-address-list { list-style: none; padding: 0; }
.li-address-list { border: 1px solid #e0e0e0; padding: 10px; margin: 2px 0; border-radius: 5px; }

/* 이벤트 */
.event-tab-buttons { display: flex; border-bottom: 1px solid var(--color-gray-d0); }
.event-tab-button { font-family: PretendardR; font-size: 16px; color: var(--color-gray-10); padding: 10px 20px; cursor: pointer; background: #ffffff; border: none; margin-right: 15px; padding-left: 4px; text-align: left; display: inline-block; }
.event-tab-button.active { background: #ffffff; color: var(--color-main); font-weight: bold; border-bottom: 3px solid var(--color-main); }
.event-tab-content { display: none; padding: 10px 8px 40px 8px; border: none; }
.event-tab-content.active { display: block; }
.event-title { margin: 0; padding: 4px 0; font-family: PretendardM; font-size: 16px; }
.event-date { margin: 0; padding: 2px 0 4px 0; font-family: PretendardR; font-size: 15px; color: var(--color-gray-a0); }
.event-banner-opened { width: 100%; border-radius: 8px; }
.event-banner-closed { width: 100%; border-radius: 8px; opacity: 0.5; }

/* RWD */
@media (max-width: 499px) {
  .container-cost { width: calc(var(--screen-width) - 32px); padding: 0 16px; }
  .container-reserve { padding: 280px 16px 0 16px; }
  .container-validate { padding: 0px 16px 0 16px; }
  .container-record { padding: 0px 16px 0 16px; }
}
@media (min-width: 500px) {
  .container-cost { width: calc(var(--screen-width) - 100px); padding: 0 50px; }
  .container-reserve { padding: 280px 50px 0 50px; }
  .container-validate { padding: 0px 50px 0 50px; }
  .container-record { padding: 0px 50px 0 50px; }
}
@media (min-width: 900px) {
  .container-cost { width: calc(var(--screen-width) - var(--screen-width)/1.75); padding: 0 calc(var(--screen-width) - var(--screen-width)/1.4); }
  .container-reserve { padding: 280px calc(var(--screen-width) - var(--screen-width)/1.4) 0 calc(var(--screen-width) - var(--screen-width)/1.4); }
  .container-validate { padding: 0px calc(var(--screen-width) - var(--screen-width)/1.4) 0 calc(var(--screen-width) - var(--screen-width)/1.4); }
  .container-record { padding: 0px calc(var(--screen-width) - var(--screen-width)/1.4) 0 calc(var(--screen-width) - var(--screen-width)/1.4); }
}
@media screen and (min-width: 600px) {
  .join-container{ width: 600px; position: absolute; left: 50%; transform: translateX(-50%); }
  .join-title { width: 600px; position: absolute; left: 50%; transform: translateX(-50%); }
  .join-logo img { width: 30vw; }

  .login-container{ width: 600px; position: absolute; left: 50%; transform: translateX(-50%); }
  .login-title { width: 600px; position: absolute; left: 50%; transform: translateX(-50%); }
  .login-logo img { width: 30vw; }
}
