@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap");
/* Font */
/* Font Color */
/* Background Color */
/* Border Color */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { font: inherit; font-size: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; border: 0; outline: none; -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { font-size: 62.5%; }

@media (max-width: 1024px) { body { font-family: "Noto Sans KR", sans-serif !important; -webkit-text-size-adjust: none; } }

html, body { width: 100%; height: 100%; background-color: #fff; }

body { font-family: "Noto Sans KR", sans-serif; font-weight: 400; letter-spacing: 0; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overscroll-behavior: none; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

q:before, q:after { content: ''; content: none; }

table { border-spacing: 0; border-collapse: collapse; }

a { text-decoration: none; color: inherit; }

input, select, button, textarea { font-family: inherit; font-weight: inherit; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; border: 0; border-radius: 0; outline: 0; background-color: transparent; -webkit-appearance: none; text-rendering: inherit; }

input:focus, select:focus, button:focus, textarea:focus { outline: none; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

input[type='number'] { -moz-appearance: textfield; }

button { margin: 0; padding: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; letter-spacing: inherit; border: none; background-color: transparent; -khtml-user-select: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-touch-callout: none; }

.wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; padding: 5rem 0 0 20rem; }

.wrap--login { padding: 0; }

.wrap--find-account { padding: 5rem 0 0 0; }

.wrap--find-account .content-wrap { background-color: #fff; }

.wrap--member { padding: 5rem 0 0 0; }

.wrap--member .content-wrap { padding-bottom: 5rem; background-color: #fff; }

.wrap--untact { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; padding: 5rem 0 0 0; }

.wrap.active { padding-left: 0; }

.wrap.active .hamburger-button:before, .wrap.active .hamburger-button:after, .wrap.active .hamburger-button .hamburger-button__label { width: 2.2rem; }

.wrap.active .sidebar { left: -20rem; -webkit-box-shadow: 0.2rem 0 0.6rem rgba(0, 0, 0, 0); box-shadow: 0.2rem 0 0.6rem rgba(0, 0, 0, 0); }

.header { position: fixed; z-index: 150; top: 0; left: 0; width: 100%; height: 5rem; background-color: #ec6c5f; }

.header__logo { position: absolute; top: 50%; left: 50%; width: 13.4rem; height: 2rem; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-indent: -9999px; background: url("/src/images/logo.png") center/100% no-repeat; }

.header__logo-link { display: block; width: 100%; height: 100%; }

.header__button { position: absolute; z-index: 10; top: 0; right: 0; width: 5rem; height: 5rem; text-indent: -9999px; }

.header__button--rent { background: url("/src/images/icon_rent.png") center/3rem 1rem no-repeat; }

.header__button--alram { right: 6rem; background: url("/src/images/icon_alram.png") center/100% no-repeat; }

.header__button--alram-new { right: 6rem; background: url("/src/images/icon_alram.png") center/100% no-repeat; }

.header__button--alram-new:before { content: ''; border: 2px solid #fff; border-radius: 50%; width: 0.7rem; height: 0.7rem; display: block; background-color: #39c8a2; position: absolute; top: 0.6rem; right: 1.2rem; }

.alram { text-indent: 0; display: none; position: absolute; z-index: 10; top: 100%; margin-top: 1rem; right: -1rem; padding: 2rem; border-radius: 0.5rem; border: 1px solid #ccc; background-color: #fff; -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05); box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05); width: 50rem; font-family: "Noto Sans KR", sans-serif; }

.alram--active { display: block; }

.alram__title { font-size: 1.8rem; text-align: center; background-color: #efefef; height: 4.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.alram__list { display: -webkit-box; display: -ms-flexbox; display: flex; height: 26rem; overflow: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.alram__item { text-align: left; display: block; padding: 2rem 4rem 2rem 1rem; background: url("/src/images/arrow_control.png") center right 1rem/0.9rem 1.6rem no-repeat; }

.alram__item + .alram__item { border-top: 1px solid #ccc; }

.alram__item--empty { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.8rem; background: #fff; }

.alram__name { font-size: 1.6rem; }

.alram__date { color: #9a9a9a; font-weight: 300; font-size: 1.5rem; }

.form-wrap { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.hamburger-button { position: absolute; z-index: 150; top: 0; left: 0; width: 5rem; height: 5rem; text-indent: -9999px; }

.hamburger-button:before, .hamburger-button:after { position: absolute; display: block; content: ''; }

.hamburger-button:before, .hamburger-button:after, .hamburger-button .hamburger-button__label { position: absolute; left: 1rem; height: 0.2rem; -webkit-transition: width 800ms cubic-bezier(0.19, 1, 0.22, 1); transition: width 800ms cubic-bezier(0.19, 1, 0.22, 1); pointer-events: none; background-color: #fff; }

.hamburger-button:before { top: 1.7rem; width: 2rem; }

.hamburger-button:after { bottom: 1.7rem; width: 2rem; }

.hamburger-button__label { top: 50%; width: 1rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.sidebar { position: absolute; z-index: 150; top: 5rem; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 20rem; white-space: nowrap; border-right: 1px solid #e8e8e8; background-color: #fafafa; }

.user-information { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 0.8rem; padding: 2rem; background: #fff; }

.user-information__wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.user-information__profile { overflow: hidden; -ms-flex-negative: 0; flex-shrink: 0; width: 3.5rem; height: 3.5rem; margin-right: 1rem; border-radius: 50%; }

.user-information__company { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; color: #333; }

.user-information__welcome-message { font-size: 1.2rem; color: #8e8e8e; }

.user-information__name { font-size: 1.2rem; color: #333; }

.user-information__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.user-information__modify-button { font-size: 1.1rem; line-height: 1; letter-spacing: -0.025rem; width: 100%; height: 3rem; margin-top: 2rem; border: 1px solid #e8e8e8; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-radius: 0.3rem; background-color: #fff; }

.user-information__logout-button { font-size: 1.2rem; letter-spacing: -0.025rem; margin-left: 1rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 3rem; width: 100%; height: 3rem; margin-top: 2rem; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fff; }

.navigation { overflow: auto; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; background-color: #fff; }

.navigation__wrap { position: relative; }

.navigation__item { font-size: 1.4rem; position: relative; display: block; width: 100%; height: 5rem; padding: 0 3rem 0 2rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: color, background-color, border-color; transition-property: color, background-color, border-color; text-align: left; color: #8e8e8e; background-color: #fff; }

.navigation__item:before, .navigation__item:after { position: absolute; top: 50%; display: block; content: ''; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-transform: translate(0, -50%) rotate(0); transform: translate(0, -50%) rotate(0); background-color: #8e8e8e; }

.navigation__item:before { right: 2.4rem; width: 0.1rem; height: 0.9rem; opacity: 1; }

.navigation__item:after { right: 2rem; width: 0.9rem; height: 0.1rem; }

.navigation__item:hover { color: #333; background-color: #f5f5f5; }

.navigation__item:hover:before, .navigation__item:hover:after { -webkit-transform: translate(0, -50%) rotate(180deg); transform: translate(0, -50%) rotate(180deg); }

.navigation__item.active { font-weight: 700; letter-spacing: -1px; color: #333; background-color: #f5f5f5; }

.navigation__item.active:before { opacity: 0; }

.navigation__item.active:after { -webkit-transform: translate(0, -50%) rotate(180deg); transform: translate(0, -50%) rotate(180deg); }

.navigation__item.active + .navigation__two-depth { display: block; }

.navigation__item--admin { color: #333; background-color: #fbe2df; }

.navigation__item--admin:hover, .navigation__item--admin.active { background-color: #f8cdc8; }

.navigation__two-depth { display: none; padding: 1rem 0 1rem 4rem; background-color: #fff; }

.navigation__two-depth-item { font-size: 1.2rem; line-height: 4rem; display: block; overflow: hidden; width: 100%; height: 4rem; -webkit-transition: color 150ms ease; transition: color 150ms ease; white-space: nowrap; text-overflow: ellipsis; color: #8e8e8e; }

.navigation__two-depth-item:hover, .navigation__two-depth-item--active { color: #ec6c5f; }

.navigation__two-depth-item--active { font-weight: 700; }

.dimmed { position: fixed; z-index: 100; top: 4rem; left: 0; width: 100%; height: 100%; -webkit-transition: opacity 300ms ease; transition: opacity 300ms ease; pointer-events: none; opacity: 0; background-color: rgba(0, 0, 0, 0.2); }

.content-wrap { position: relative; z-index: 0; overflow: auto; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; padding: 3rem; background-color: #f7f7f7; }

.tab { display: -webkit-box; display: -ms-flexbox; display: flex; overflow-x: auto; overflow-y: hidden; }

.tab__item { font-size: 1.2rem; position: relative; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: color, background-color; transition-property: color, background-color; color: #8e8e8e; border: 1px solid #e8e8e8; border-bottom: none; border-radius: 0.4rem 0.4rem 0 0; background-color: #f5f5f5; }

.tab__item + .tab__item { margin-left: 0.5rem; }

.tab__item:hover { color: #333; background-color: #fafafa; }

.tab__item--active { padding: 1.2rem 4.6rem 1.2rem 1.8rem; font-weight: 700; text-decoration: none !important; letter-spacing: -0.1rem; color: #333; border-color: #fff; background-color: #fff !important; -webkit-box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.1); }

.tab__link { padding: 1.2rem 4.6rem 1.2rem 1.8rem; display: block; }

.tab__remove-button { position: absolute; top: 0.4rem; right: 1rem; width: 3rem; height: 3rem; text-indent: -9999px; z-index: 5; }

.tab__remove-button:before, .tab__remove-button:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #333; }

.tab__remove-button:before { width: 0.1rem; height: 0.9rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.tab__remove-button:after { width: 0.9rem; height: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.login { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; background-color: #f5f5f5; }

.login__panel { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; width: 90rem; border-radius: 0.5rem; background-color: #fff; -webkit-box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.2); box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.2); }

.login__logo-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 50rem; padding: 0 5rem; background: url("/src/images/background_login.png") center/cover no-repeat; }

.login__logo { width: 18.8rem; height: 2.8rem; text-indent: -9999px; background: url("/src/images/logo_login.png") center/100% no-repeat; }

.login__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 5rem; }

.login__title { font-family: "Noto Sans KR", sans-serif; font-size: 2.8rem; margin-bottom: 3rem; }

.login__input { font-size: 1.4rem; line-height: 4.5rem; width: 100%; height: 4.5rem; margin-bottom: 1.5rem; padding: 0 1rem; -webkit-transition: border-color 150ms ease; transition: border-color 150ms ease; color: #333; border: 1px solid #e8e8e8; border-radius: 0.5rem; }

.login__input:focus { border-color: #ec6c5f; }

.login__input::-webkit-input-placeholder { color: #c8c8c8; }

.login__input:-ms-input-placeholder { color: #c8c8c8; }

.login__input::-ms-input-placeholder { color: #c8c8c8; }

.login__input::placeholder { color: #c8c8c8; }

.login__option-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.login__checkbox-wrap { position: relative; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 1.5rem; }

.login__checkbox-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }

.login__checkbox-input:checked + .login__checkbox { background-color: #ec6c5f; }

.login__checkbox-input:checked + .login__checkbox:before, .login__checkbox-input:checked + .login__checkbox:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.login__checkbox-input:checked + .login__checkbox:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.login__checkbox-input:checked + .login__checkbox:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.login__checkbox { position: relative; display: inline-block; width: 1.5rem; height: 1.5rem; cursor: pointer; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; border-radius: 0.4rem; background-color: #f5f5f5; }

.login__checkbox-text { font-size: 1.1rem; margin-left: 0.5rem; cursor: pointer; color: #8e8e8e; }

.login__find-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.login__find-wrap span { margin: 0 0.5rem; }

.login__find-link { font-size: 1.1rem; -webkit-transition: color 100ms ease; transition: color 100ms ease; color: #8e8e8e; }

.login__find-link:hover { color: #333; }

.login__button-wrap { width: 100%; margin: 3rem auto 0; }

.login__button { font-size: 1.4rem; font-weight: 700; line-height: 5rem; display: block; width: 100%; height: 5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, color, background-color; transition-property: border-color, color, background-color; text-align: center; border: 1px solid transparent; }

.login__button + .login__button { margin-top: 1.5rem; }

.login__button--submit { color: #ec6c5f; border-color: #ec6c5f; }

.login__button--submit:hover { color: #fff; border-color: #ec6c5f; background-color: #ec6c5f; }

.login__button--sign-up, .login__button:disabled { color: #8e8e8e; border-color: #e8e8e8; background-color: #f5f5f5; }

.login__button--sign-up:hover, .login__button:disabled:hover { color: #333; }

.sign-up { width: 50rem; margin: 0 auto; }

.sign-up__text { font-size: 1.2rem; padding: 1rem; text-align: center; }

.sign-up__text a { color: #f39c65; }

.sign-up__step { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 8rem auto 5rem; }

.sign-up__step-item { font-size: 1.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #c8c8c8; }

.sign-up__step-item + .sign-up__step-item { margin-left: 3.4rem; }

.sign-up__step-item:before { display: block; width: 2rem; height: 2rem; margin-bottom: 1rem; content: ''; border: 2px solid transparent; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: 0.9rem; }

.sign-up__step-item:after { position: absolute; top: 1.2rem; left: 50%; display: block; width: 4.5rem; height: 0.2rem; content: ''; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); background-color: #e8e8e8; }

.sign-up__step-item--current { color: #8e8e8e; }

.sign-up__step-item--current:before { border-color: #333; background-image: url("/src/images/icon_step_arrow_current.png"); }

.sign-up__step-item--next:before { border-color: #e8e8e8; background-image: url("/src/images/icon_step_arrow_next.png"); }

.sign-up__step-item--complete { color: #c8c8c8; border-color: #333; }

.sign-up__step-item--complete:before { background-color: #333; background-image: url("/src/images/icon_step_arrow_complete.png"); }

.sign-up__title { font-family: 'Noto Sans KR', sans-serif; font-size: 2.8rem; margin-bottom: 2rem; text-align: center; letter-spacing: -0.05rem; }

.sign-up__title-untact { font-weight: 600; line-height: 3.4rem; margin-top: 5rem; }

.sign-up__description { font-size: 1.6rem; font-weight: 700; margin-bottom: 1rem; text-align: center; color: #333; }

.sign-up__description--small { font-size: 1.2rem; font-weight: 400; margin-bottom: 6rem; color: #8e8e8e; }

.sign-up__description--certify { margin: 0 auto 2rem; }

.sign-up__divider { display: inline; }

.sign-up__divider-untact { line-height: 2rem; font-size: 1.5rem; padding: 0 1.5rem; }

.sign-up__divider-untact .xi-profile-o { display: block; font-weight: 300; font-size: 3.5rem; color: #dfdfdf; margin: 2rem auto 1.5rem; }

.sign-up__certify-wrap { border: 1px solid #e8e8e8; margin: 6rem 1.5rem 0; padding: 1.5rem 1.5rem 3rem; border-top-color: #333; background-color: #fbfbfb; }

.sign-up__send-info { margin-top: 2rem; padding: 1.5rem 0; border: 1px solid #e8e8e8; background-color: #fbfbfb; }

.sign-up__send-info-list { max-width: 20rem; text-align: left; margin: 0 auto; line-height: 2rem; font-size: 1.5rem; font-weight: 400; }

.sign-up__send-info-list b { display: inline-block; font-weight: 600; margin-right: 0.3rem; }

.sign-up__send-info-list + .sign-up__send-info-list { margin-top: .3rem; }

.sign-up__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; width: 50rem; margin: 3rem auto 0; }

.sign-up__button { font-size: 1.4rem; font-weight: 700; line-height: 5rem; height: 5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, color; transition-property: border-color, color; border: 1px solid transparent; }

.sign-up__button + .sign-up__button { margin-left: 1rem; }

.sign-up__button--accept { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; color: #f39c65; border-color: #f39c65; }

.sign-up__button--accept:hover { color: #ec6c5f; border-color: #ec6c5f; }

.sign-up__button--cancel { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.sign-up__button--cancel, .sign-up__button:disabled { color: #8e8e8e; border-color: #f5f5f5; background-color: #f5f5f5; }

.sign-up__button--untact { background-color: #f39c65; border-color: #f39c65; color: #fff; }

.sign-up .information-table th { vertical-align: top; }

.sign-up .information-table td { padding: 1rem 0; }

.sign-up .information-table__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 6rem; }

.sign-up .information-input { line-height: 4rem; width: 100%; height: 4rem; }

.sign-up .information-input--untact { height: 5rem; border-radius: 0; text-align: center; font-weight: 300; }

.sign-up .information-select { line-height: 4rem; height: 4rem; }

.untact-user-confirm__button { display: block; width: 100%; text-align: center; margin: 2rem 0; color: #ec6c5f; font-size: 1.4rem; font-weight: 600; line-height: 2rem; text-decoration: underline; }

.untact-user-confirm__button i { vertical-align: middle; font-size: 1.6rem; margin-right: .3rem; }

.untact-signature { margin: 2rem 0; border: 1px solid #e8e8e8; text-align: center; padding: 2rem; }

.untact-signature img { height: auto; width: auto; max-width: 100%; }

.untact-signature__button { border: 1px solid #333; font-size: 1.4rem; background-color: #333; color: #fff; height: 5rem; text-align: center; width: 100%; -webkit-transition: all .2s; transition: all .2s; }

.untact-signature__button + .agreement { margin-top: 3rem; }

.information-text { min-height: 3rem; line-height: 3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.2rem; border-bottom: 1px solid #e8e8e8; }

.find-account { width: 50rem; margin: 0 auto; padding: 7rem 0; }

.find-account__title { font-family: "Noto Sans KR", sans-serif; font-size: 2.8rem; margin-bottom: 3rem; text-align: center; }

.find-account__description { font-size: 1.4rem; line-height: 2; margin-bottom: 8rem; text-align: center; }

.find-account__tab { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 4rem; border: 1px solid #e8e8e8; border-bottom: none; }

.find-account__tab-item { font-size: 1.4rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 1.9rem 0; text-align: center; color: #c8c8c8; border-bottom: 1px solid #e8e8e8; }

.find-account__tab-item--active { font-weight: 700; color: #333; border-bottom: 1px solid #333; }

.find-account__tab-item + .find-account__tab-item { border-left: 1px solid #e8e8e8; }

.find-account__input-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.find-account__input-wrap + .find-account__input-wrap { margin-top: 2.5rem; }

.find-account__input-header { font-size: 1.2rem; font-weight: 700; line-height: 4rem; width: 12rem; height: 4rem; color: #333; }

.find-account__input { font-size: 1.4rem; line-height: 4rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 4rem; padding: 0 1.5rem; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; border: 1px solid #e8e8e8; border-radius: 0.4rem; }

.find-account__input:focus { border-color: #ec6c5f; }

.find-account__input::-webkit-input-placeholder { color: #c8c8c8; }

.find-account__input:-ms-input-placeholder { color: #c8c8c8; }

.find-account__input::-ms-input-placeholder { color: #c8c8c8; }

.find-account__input::placeholder { color: #c8c8c8; }

.find-account__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 8rem; }

.find-account__button { font-size: 1.4rem; font-weight: 700; line-height: 5rem; height: 5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, color; transition-property: border-color, color; border: 1px solid transparent; background-color: #fff; }

.find-account__button + .find-account__button { margin-left: 1rem; }

.find-account__button--accept { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; color: #f39c65; border-color: #f39c65; }

.find-account__button--accept:hover { color: #ec6c5f; border-color: #ec6c5f; }

.find-account__button--cancel { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.find-account__button--cancel, .find-account__button:disabled { color: #8e8e8e; border-color: #f5f5f5; background-color: #f5f5f5; }

.agreement { border: 1px solid #e8e8e8; background-color: #fff; }

.agreement__item { font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 1rem 2rem; }

.agreement__item--all { font-size: 1.4rem; font-weight: 700; padding: 1.5rem 2rem; border-bottom: 1px solid #e8e8e8; }

.agreement__item--all .agreement__checkbox { border-color: #e8e8e8; background-color: #fff; }

.agreement__item--all .agreement__checkbox:before, .agreement__item--all .agreement__checkbox:after { background-color: #fff; }

.agreement__item--all .agreement__checkbox-input:checked + .agreement__checkbox { border-color: #ec6c5f; background-color: #ec6c5f; }

.agreement__item--all .agreement__checkbox-input:checked + .agreement__checkbox:before, .agreement__item--all .agreement__checkbox-input:checked + .agreement__checkbox:after { background-color: #fff; }

.agreement__checkbox-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; cursor: pointer; }

.agreement__checkbox-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }

.agreement__checkbox-input:checked + .agreement__checkbox { border-color: #ec6c5f; background-color: #fff; }

.agreement__checkbox-input:checked + .agreement__checkbox:before, .agreement__checkbox-input:checked + .agreement__checkbox:after { background-color: #ec6c5f; }

.agreement__checkbox { position: relative; width: 2rem; height: 2rem; margin-right: 1.5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: background-color, border-color; transition-property: background-color, border-color; border: 1px solid #e8e8e8; border-radius: 50%; background-color: #e8e8e8; }

.agreement__checkbox:before, .agreement__checkbox:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; background-color: #e8e8e8; }

.agreement__checkbox:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.agreement__checkbox:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.agreement__label { -ms-flex-negative: 0; flex-shrink: 0; margin-right: 0.5rem; }

.agreement__label--necessary { color: #f39c65; }

.agreement__view-button { font-size: 1.1rem; color: #c8c8c8; }

.agreement__two-depth-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 1rem 2rem 2rem 5.5rem; padding: 0.5rem 2rem; background-color: #fafafa; }

.agreement__term { font-size: 1.2rem; line-height: 1.5; min-height: 46rem; padding-bottom: 2rem; }

.agreement__term strong { font-weight: 700; }

.content { padding: 3rem 2rem; border-radius: 0 0.4rem 0.4rem 0.4rem; background-color: #fff; position: relative; -webkit-box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.1); }

.vehicle-sidebar-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.vehicle-sidebar { width: 14rem; overflow: hidden; padding: 2rem; background-color: #f5f5f5; margin-right: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.vehicle-sidebar__item { border-radius: 0.3rem 0 0 0.3rem; width: 12rem; height: 6.5rem; font-size: 1.4rem; line-height: 6.5rem; text-align: left; padding-left: 2.5rem; color: #8e8e8e; -webkit-transition: all 150ms ease; transition: all 150ms ease; border-left: 3px solid transparent; }

.vehicle-sidebar__item + .vehicle-sidebar__item { margin-top: 1rem; }

.vehicle-sidebar__item--active, .vehicle-sidebar__item:hover { font-weight: 700; color: #ec6c5f; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); background-color: #fff; border-color: #ec6c5f; }

.vehicle-sidebar-table-wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.function-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-bottom: 1.5rem; }

.function-wrap--modal { margin: 0; padding: 2rem 3rem 2rem 3rem; }

.function-wrap--modal + .modal__body { padding-top: 0; }

.function-wrap .go-to-back-wrap { width: 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-bottom: 0; }

.search-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.search-wrap .select { margin-right: 0.5rem; }

.search { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 20rem; border: 1px solid #e8e8e8; border-radius: 0.4rem; background-color: #fff; }

.search__input { font-size: 1.2rem; width: 17rem; height: 3rem; padding: 0 1rem; color: #333; border-right: 1px solid #e8e8e8; }

.search__input::-webkit-input-placeholder { color: #c8c8c8; }

.search__input:-ms-input-placeholder { color: #c8c8c8; }

.search__input::-ms-input-placeholder { color: #c8c8c8; }

.search__input::placeholder { color: #c8c8c8; }

.search__button { width: 3rem; height: 3rem; text-indent: -9999px; background: url("/src/images/button_search.png") center/1.2rem 1.4rem no-repeat; }

.add-wrap { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.add { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 22rem; background-color: #fff; }

.add__input { font-size: 1.2rem; width: 17rem; height: 3.2rem; padding: 0 1rem; color: #333; border: 1px solid #e8e8e8; border-radius: 0.4rem; }

.add__input::-webkit-input-placeholder { color: #c8c8c8; }

.add__input:-ms-input-placeholder { color: #c8c8c8; }

.add__input::-ms-input-placeholder { color: #c8c8c8; }

.add__input::placeholder { color: #c8c8c8; }

.add__button { font-size: 1.3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 3.2rem; margin-left: 0.8rem; padding: 0 1.5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, background-color; transition-property: border-color, background-color; white-space: nowrap; color: #333; border: 1px solid #e8e8e8; border-radius: 0.4rem; background-color: #fafafa; }

.add__button:hover { background-color: #f5f5f5; }

.add__button--save { color: #fff; background-color: #333; }

.add__button--save:hover { background-color: #404040; }

.button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; white-space: nowrap; -ms-flex-negative: 0; flex-shrink: 0; }

.button-wrap .select { width: 100%; }

.select { line-height: 3.2rem; position: relative; height: 3.2rem; padding: 0 4rem 0 1rem; width: 15rem; cursor: pointer; border: 1px solid #e8e8e8; border-radius: 0.4rem; background: url("/src/images/arrow_select.png") center right 1.2rem/0.9rem 0.5rem no-repeat #fff; }

.select--active .select__list { pointer-events: all; opacity: 1; }

.select--disabled { pointer-events: none; background-color: #f5f5f5 !important; }

.select--disabled .select__current-select { color: #8e8e8e; }

.select--active-from-top .select__list { top: 100%; bottom: auto; -webkit-transform: translate(0, -0.1rem); transform: translate(0, -0.1rem); pointer-events: all; opacity: 1; }

.select__input { display: none; }

.select__current-select { font-size: 1.3rem; pointer-events: none; color: #333; height: 3.5rem; overflow: hidden; text-overflow: ellipsis; }

.select__list { position: fixed; z-index: 50; overflow: auto; max-height: 13rem; -webkit-transform: translate(0, -0.1rem); transform: translate(0, -0.1rem); pointer-events: none; opacity: 0; border: 1px solid #e8e8e8; background-color: #fff; }

.select__option { font-size: 1.3rem; line-height: 3.2rem; height: 3.2rem; padding: 0 1.5rem; cursor: pointer; white-space: nowrap; color: #333; max-width: 100%; overflow: hidden; text-overflow: ellipsis; }

.select__option--active, .select__option:hover { color: #ec6c5f; }

.select__option--disabled { color: #c8c8c8; pointer-events: none; }

.file { line-height: 3rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; height: 3rem; }

.file__input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; }

.file__file-name { font-size: 1.2rem; line-height: 3rem; position: relative; display: block; overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 10rem; height: 2.8rem; padding: 0 8rem 0 1rem; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #e8e8e8; border-right: none; border-radius: 0.4rem; }

.file__file-name:before { line-height: 2.8rem; position: absolute; top: 0; right: 0; display: block; width: 7rem; height: 2.8rem; content: '파일선택'; text-align: center; color: #333; border-right: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; border-radius: 0 0.4rem 0.4rem 0; background-color: #f5f5f5; }

.file__button { line-height: 2.8rem; display: block; width: 7rem; height: 2.8rem; margin-left: 1rem; text-align: center; color: #333; border: 1px solid #e8e8e8; border-radius: 0.4rem; background-color: #f5f5f5; }

.button { font-size: 1.3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-negative: 0; flex-shrink: 0; height: 3.2rem; margin-left: 0.8rem; padding: 0 1.5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, background-color; transition-property: border-color, background-color; color: #333; border: 1px solid #e8e8e8; border-radius: 0.4rem; background-color: #fafafa; }

.button:hover { background-color: #f5f5f5; }

.button--inline { display: inline; height: 2.2rem; font-size: 1.1rem; padding: 0 1rem; }

.button--save { color: #fff; background-color: #333; }

.button--save:hover { background-color: #404040; }

.button--excel { background-color: #fff; }

.button--excel:hover { border-color: #1a743e; background-color: #fff; }

.button--excel:before { display: block; width: 1.2rem; height: 1.4rem; margin-right: 0.5rem; content: ''; background: url("/src/images/icon_excel_download.png") center/100% no-repeat; }

.button--list { width: 3.4rem; height: 3rem; text-indent: -9999px; border-color: #333; background: url("/src/images/button_list.png") center/1.8rem 1.4rem no-repeat #fff; }

.button--point { border-color: #ec6c5f; color: #ec6c5f; background-color: #fff; }

.button--search-detail { background-color: #fff; }

.button--search-detail:after { display: block; width: 1.8rem; height: 1.3rem; margin-left: 0.5rem; content: ''; background: url("/src/images/icon_search_detail.png") center/100% no-repeat; }

.button--map { width: 3.4rem; height: 3rem; text-indent: -9999px; border-color: #333; background: url("/src/images/button_map.png") center/1.8rem 1.6rem no-repeat #fff; }

.text--red { color: #ec6c5f; }

.text--green { color: #009920; }

.text--blue { color: #1c77ff; }

.table { position: relative; width: 100%; }

.table table { width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #e8e8e8; }

.table thead tr { border-bottom: 1px solid #e8e8e8; }

.table thead th { font-size: 1.2rem; font-weight: 700; height: 3.5rem; padding: 0 0.5rem; text-align: center; vertical-align: middle; color: #333; background-color: #f5f5f5; }

.table thead th + th { border-left: 1px solid #e8e8e8; }

.table thead th .table__checkbox { background-color: #fff; }

.table thead th + .table__dummy { border-left: none; }

.table tbody tr { -webkit-transition: 150ms background-color ease; transition: 150ms background-color ease; border-bottom: 1px solid #e8e8e8; background-color: #fff; }

.table tbody tr:hover { background-color: #fafafa; }

.table tbody tr:hover .table__view-button { border-color: #e8e8e8; background-color: #fff; }

.table tbody tr:hover .button--temporary-delete { background-color: #333; }

.table tbody tr.temporary-signature .state { color: #ec6c5f; }

.table tbody tr.temporary-signature td { word-break: keep-all; }

.table tbody td { font-size: 1.2rem; height: 3.5rem; padding: 0 1rem; text-align: center; word-break: break-all; vertical-align: middle; }

.table tbody td + td { border-left: 1px solid #e8e8e8; }

.table tbody td.point { color: #ec6c5f !important; }

.table tbody td.delete { padding: .5rem; position: relative; }

.table tbody td .button--temporary-delete { position: relative; z-index: 7; display: block; padding: 0.7rem; font-size: 1.1rem; color: #fff; background-color: #f5f5f5; border-radius: 2.5rem; height: 2.5rem; line-height: 1; text-align: center; transition: all .3s; -webkit-transition: all .3s; }

.table tfoot { background-color: #fafafa; border-bottom: 1px solid #e8e8e8; }

.table tfoot th, .table tfoot td { font-weight: 700; text-align: center; height: 3.5rem; font-size: 1.2rem; }

.table tfoot th + td, .table tfoot td + td { border-left: 1px solid #e8e8e8; }

.table__dummy { width: 0 !important; }

.table__dummy + th { border-left: none !important; }

.table--ellipsis table { table-layout: fixed; }

.table--ellipsis tbody th, .table--ellipsis tbody td { padding: 0 0.2rem; word-break: break-all; }

.table--ellipsis-cel { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.table__item-wrapper { position: relative; }

.table__header { text-align: center; vertical-align: middle; padding: 0 0.5rem; }

.table__header + td { border-left: 1px solid #e8e8e8; }

.table__header--non-checkbox { display: none; }

.table__header--non-checkbox + td { border-left: none; }

.table__header--float { position: absolute; z-index: 5; right: 0; left: 0; display: block; width: 100%; height: 3.5rem; -webkit-transform: translate(0); transform: translate(0); }

.table__header--float .table__header-icon-wrap { display: none; }

.table__header--float .table__header-button { font-size: 0; }

.table__header-item { display: none; }

.table__header-button { width: 100%; height: 100%; }

.table__highlight { background-color: #fbe2df !important; }

.table__highlight:hover { background-color: #f8cdc8 !important; }

.table__checkbox-wrap { position: relative; z-index: 10; display: inline-block; width: 1.5rem; height: 1.5rem; text-indent: -9999px; }

.table__checkbox-wrap--image { pointer-events: none; }

.table__checkbox-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }

.table__checkbox-input + .table__checkbox { pointer-events: all; }

.table__checkbox-input:checked + .table__checkbox { background-color: #ec6c5f; }

.table__checkbox-input:checked + .table__checkbox:before, .table__checkbox-input:checked + .table__checkbox:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.table__checkbox-input:checked + .table__checkbox:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.table__checkbox-input:checked + .table__checkbox:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.table__checkbox { position: relative; display: block; width: 1.5rem; height: 1.5rem; cursor: pointer; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; border-radius: 0.4rem; background-color: #f5f5f5; }

.table__checkbox--checked { background-color: #ec6c5f; }

.table__checkbox--checked:before, .table__checkbox--checked:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.table__checkbox--checked:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.table__checkbox--checked:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.table__radio { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 3rem; }

.table__radio--wrapable { -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; padding: 1rem 0; }

.table__radio-wrap { font-size: 1.1rem; letter-spacing: -0.025rem; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; cursor: pointer; position: relative; }

.table__radio-wrap + .table__radio-wrap { margin-left: 1rem; }

.table__radio-wrap--full { width: 100%; padding: 0; margin: 2rem 0 0 !important; }

.table__radio-wrap--full .datepicker-area { width: 100%; margin-left: 2.3rem; }

.table__radio-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }

.table__radio-input:checked + .table__radio-button { border-color: #ec6c5f; }

.table__radio-input:checked + .table__radio-button:before { opacity: 1; }

.table__radio-input:disabled + .table__radio-button { border-color: #c8c8c8; }

.table__radio-input:disabled + .table__radio-button:before { background-color: #c8c8c8; }

.table__radio-input:disabled + .table__radio-button + .table__radio-text { color: #8e8e8e; }

.table__radio-button { position: relative; display: block; width: 1.6rem; height: 1.6rem; margin-right: 0.6rem; -webkit-transition: border-color 150ms ease; transition: border-color 150ms ease; pointer-events: none; -ms-flex-negative: 0; flex-shrink: 0; border: 1px solid #e8e8e8; border-radius: 50%; background-color: #fff; }

.table__radio-button--checked { border-color: #ec6c5f; }

.table__radio-button--checked:before { opacity: 1; }

.table__radio-button--checkable { pointer-events: all; cursor: pointer; }

.table__radio-button:before { position: absolute; top: 50%; left: 50%; width: 0.6rem; height: 0.6rem; content: ''; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; border-radius: 50%; background-color: #ec6c5f; }

.table__radio-text { white-space: nowrap; }

.table__check { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 3rem; width: 40rem; }

.table__check-wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 1.2rem; position: relative; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; }

.table__check-wrap + .table__check-wrap { margin-left: 2rem; }

.table__check-wrap--margin-top { margin-top: 0.5rem; }

.table__check-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }

.table__check-input:checked + .table__check-button { background-color: #ec6c5f !important; }

.table__check-input:checked + .table__check-button:before, .table__check-input:checked + .table__check-button:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.table__check-input:checked + .table__check-button:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.table__check-input:checked + .table__check-button:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.table__check-input:disabled + .table__check-button { border-color: #c8c8c8; }

.table__check-input:disabled + .table__check-button:before { background-color: #c8c8c8; }

.table__check-input:disabled + .table__check-button + .table__check-text { color: #8e8e8e; }

.table__check-button { position: relative; display: block; width: 1.5rem; height: 1.5rem; cursor: pointer; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; border-radius: 0.4rem; pointer-events: none; background-color: #f5f5f5; margin-right: 1rem; }

.table__check-text { white-space: nowrap; }

.table__view-button-wrap { position: relative; }

.table__view-button { font-size: 1.1rem; position: relative; z-index: 10; padding: 0.5rem 1rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, background-color; transition-property: border-color, background-color; border: 1px solid transparent; border-radius: 0.3rem; background-color: #f5f5f5; }

.table__detail-button-wrap { position: absolute; z-index: 5; right: 0; left: 0; display: block; width: 100%; height: 100%; -webkit-transform: translate(0); transform: translate(0); border: none !important; }

.table__detail-button { width: 100%; height: 100%; text-indent: -9999px; }

.table__align-left { text-align: left !important; }

.table__align-right { text-align: right !important; }

.table__button { position: relative; z-index: 10; }

.table__choice { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 30rem; position: relative; }

.table__choice--active .table__choice-select-wrap { display: none; }

.table__choice--active .table__choice-input-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.table__choice-select-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.table__choice-radio { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; }

.table__choice-radio:checked + .table__choice-button { color: #fff; background-color: #ec6c5f; border-color: #ec6c5f; }

.table__choice-select-button { width: 3.4rem; height: 3rem; background: url("../images/icon_write.png") center/1.6rem no-repeat #fff; border: 1px solid #e8e8e8; border-radius: 0.3rem; text-indent: -9999px; }

.table__choice-button { height: 3rem; -webkit-transition-property: background-color, border-color, color; transition-property: background-color, border-color, color; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 0.5rem; border-radius: 0.3rem; background-color: #f5f5f5; border: 1px solid #e8e8e8; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.2rem; cursor: pointer; }

.table__choice-input-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; display: none; }

.table__choice-input { line-height: 3rem; width: 30rem; height: 3rem; padding: 0 1.5rem; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; border: 1px solid #e8e8e8; border-radius: 0.4rem; }

.table__choice-input:focus { border-color: #ec6c5f; }

.table__choice-input::-webkit-input-placeholder { color: #c8c8c8; }

.table__choice-input:-ms-input-placeholder { color: #c8c8c8; }

.table__choice-input::-ms-input-placeholder { color: #c8c8c8; }

.table__choice-input::placeholder { color: #c8c8c8; }

.table__choice-input:disabled, .table__choice-input:-moz-read-only { color: #8e8e8e; background-color: #f5f5f5; }

.table__choice-input:disabled, .table__choice-input:read-only { color: #8e8e8e; background-color: #f5f5f5; }

.table__choice-input-button { width: 3.4rem; -ms-flex-negative: 0; flex-shrink: 0; height: 3rem; margin-left: 0.5rem; background: url("../images/button_email_input_close.png") center/1.4rem no-repeat #fff; border-radius: 0.3rem; text-indent: -9999px; }

.table-mobile { position: relative; width: 100%; }

.table-mobile table { width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #e8e8e8; }

.table-mobile thead tr { border-bottom: 1px solid #e8e8e8; }

.table-mobile thead th { font-size: 1.2rem; font-weight: 700; height: 3.5rem; padding: 0 0.5rem; text-align: center; vertical-align: middle; color: #333; background-color: #f5f5f5; }

.table-mobile thead th + th { border-left: 1px solid #e8e8e8; }

.table-mobile thead th .table__checkbox { background-color: #fff; }

.table-mobile tbody tr { -webkit-transition: 150ms background-color ease; transition: 150ms background-color ease; cursor: pointer; border-bottom: 1px solid #e8e8e8; background-color: #fff; }

.table-mobile tbody tr:hover { background-color: #fafafa; }

.table-mobile tbody tr:hover .table__view-button { border-color: #e8e8e8; background-color: #fff; }

.table-mobile tbody td { font-size: 1.2rem; height: 3.5rem; padding: 0 1rem; text-align: center; vertical-align: middle; }

.table-mobile tbody td + td { border-left: 1px solid #e8e8e8; }

.table-mobile__checkbox-wrap { position: relative; z-index: 10; display: inline-block; width: 1.5rem; height: 1.5rem; text-indent: -9999px; }

.table-mobile__checkbox-wrap--image { pointer-events: none; }

.table-mobile__checkbox-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }

.table-mobile__checkbox-input + .table__checkbox { pointer-events: all; }

.table-mobile__checkbox-input:checked + .table__checkbox { background-color: #ec6c5f; }

.table-mobile__checkbox-input:checked + .table__checkbox:before, .table-mobile__checkbox-input:checked + .table__checkbox:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.table-mobile__checkbox-input:checked + .table__checkbox:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.table-mobile__checkbox-input:checked + .table__checkbox:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.table-mobile__checkbox { position: relative; display: block; width: 1.5rem; height: 1.5rem; cursor: pointer; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; border-radius: 0.4rem; background-color: #f5f5f5; }

.table-mobile__checkbox--checked { background-color: #ec6c5f; }

.table-mobile__checkbox--checked:before, .table-mobile__checkbox--checked:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.table-mobile__checkbox--checked:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.table-mobile__checkbox--checked:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.table-mobile .information-input, .table-mobile .information-select { width: 100%; }

.table-mobile .information-input { padding: 0 0.5rem; height: 2rem; line-height: 2rem; }

.table-mobile .information-select { height: 2rem; background-position: center right 0.5rem; padding: 0 2rem 0 0.5rem; line-height: 2rem; }

.vehicle-table { position: relative; width: 100%; }

.vehicle-table table { width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #e8e8e8; }

.vehicle-table thead tr { border-bottom: 1px solid #e8e8e8; }

.vehicle-table thead th { font-size: 1.2rem; font-weight: 700; height: 3.5rem; padding: 0 0.5rem; text-align: center; vertical-align: middle; color: #333; background-color: #f5f5f5; }

.vehicle-table thead th + th { border-left: 1px solid #e8e8e8; }

.vehicle-table thead th .table__checkbox { background-color: #fff; }

.vehicle-table tbody tr { -webkit-transition: 150ms background-color ease; transition: 150ms background-color ease; border-bottom: 1px solid #e8e8e8; background-color: #fff; }

.vehicle-table tbody tr:hover { background-color: #fafafa; }

.vehicle-table tbody tr:hover .table__view-button { border-color: #e8e8e8; background-color: #fff; }

.vehicle-table tbody td { font-size: 1.2rem; height: 3.5rem; padding: 0 1rem; text-align: center; vertical-align: middle; }

.vehicle-table tbody td + td { border-left: 1px solid #e8e8e8; }

.vehicle-table__checkbox-wrap { position: relative; z-index: 10; display: inline-block; width: 1.5rem; height: 1.5rem; text-indent: -9999px; }

.vehicle-table__checkbox-wrap--image { pointer-events: none; }

.vehicle-table__checkbox-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }

.vehicle-table__checkbox-input + .table__checkbox { pointer-events: all; }

.vehicle-table__checkbox-input:checked + .table__checkbox { background-color: #ec6c5f; }

.vehicle-table__checkbox-input:checked + .table__checkbox:before, .vehicle-table__checkbox-input:checked + .table__checkbox:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.vehicle-table__checkbox-input:checked + .table__checkbox:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.vehicle-table__checkbox-input:checked + .table__checkbox:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.vehicle-table__checkbox { position: relative; display: block; width: 1.5rem; height: 1.5rem; cursor: pointer; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; border-radius: 0.4rem; background-color: #f5f5f5; }

.vehicle-table__checkbox--checked { background-color: #ec6c5f; }

.vehicle-table__checkbox--checked:before, .vehicle-table__checkbox--checked:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }

.vehicle-table__checkbox--checked:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.vehicle-table__checkbox--checked:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.vehicle-table__detail-button-wrap { position: absolute; z-index: 5; right: 0; left: 0; display: block; padding: 0 !important; width: 100%; height: 100%; -webkit-transform: translate(0); transform: translate(0); border: none !important; }

.vehicle-table__detail-button { width: 100%; height: 100%; text-indent: -9999px; }

.vehicle-table__align-left { text-align: left !important; }

.vehicle-table__align-right { text-align: left !important; }

.vertical-table-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 4rem 0 1rem; }

.vertical-table-header__title { font-size: 1.4rem; font-weight: 700; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.vertical-table { width: 100%; }

.vertical-table table { width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #e8e8e8; }

.vertical-table tr { border-bottom: 1px solid #e8e8e8; }

.vertical-table th { font-size: 1.2rem; padding: 1rem 1.5rem; font-weight: 700; width: 24rem; text-align: left; vertical-align: middle; white-space: nowrap; border-right: 1px solid #e8e8e8; background-color: #f5f5f5; }

.vertical-table td { padding: 1rem 2rem; }

.vertical-table--fixed table { table-layout: fixed; }

.vertical-table--fixed th { text-align: center; }

.vertical-table--fixed td { font-size: 1.2rem; }

.vertical-table__information { margin-top: 2rem; font-size: 1.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.vertical-table__information:before { content: '※ '; font-size: 1.2rem; margin-right: 0.5rem; }

.vertical-table__information + .vertical-table__information { margin-top: 0.5rem; }

.banner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.banner__thumbnail { margin-right: 2rem; background-color: #f5f5f5; }

.banner__thumbnail img { display: block; width: 100%; height: 100%; }

.banner .file { width: 40rem; margin: 1rem 0; }

.banner + .vertical-table__information { color: #8e8e8e; margin-top: 0; }

.information-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 2.5rem; }

.information-header__title { font-size: 1.4rem; font-weight: 700; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 3rem; }

.information-header__input { line-height: 3rem; width: 18rem; height: 3rem; padding: 0 1.5rem; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; border: 1px solid #e8e8e8; border-radius: 0.4rem; }

.information-header__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.information-header__button { font-size: 1.1rem; white-space: nowrap; position: relative; z-index: 10; padding: 0.5rem 1rem; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fafafa; }

.information-header__button + .information-header__button { margin-left: 0.5rem; }

.information-title { font-size: 1.2rem; font-weight: 700; line-height: 3rem; height: 3rem; margin-bottom: 1rem; text-align: center; background-color: #f5f5f5; }

.information-title + .information-table table tbody th { width: 12rem; }

.information-table table { width: 100%; border-spacing: 0; border-collapse: collapse; }

.information-table tbody > tr > th { font-size: 1.2rem; font-weight: 700; width: 12rem; padding-right: 1rem; text-align: left; vertical-align: middle; word-break: keep-all; }

.information-table tbody > tr > td { padding: 0.5rem 0; vertical-align: middle; }

.information-table tbody > tr > td + th { padding-left: 1rem; }

.information-table__half th { width: 8rem !important; }

.information-table__half .select { width: 11rem; }

.information-table__half .information-input-wrap { width: auto; }

.information-table__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; white-space: nowrap; }

.information-table__header--important:after { position: relative; top: -0.5rem; display: block; -ms-flex-negative: 0; flex-shrink: 0; width: 0.3rem; height: 0.3rem; margin-left: 0.6rem; content: ''; border-radius: 50%; background-color: #ec6c5f; }

.information-table__option-button { border: 1px solid #ec6c5f; border-radius: 0.3rem; font-size: 1.2rem; background-color: #fff; color: #ec6c5f; height: 4rem; text-align: center; width: 100%; margin-top: 2rem; }

.information-table + .information-title { margin-top: 2rem; }

.information-table + .modal__slide-title { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e8e8e8; }

.information-table--last { border-top: 1px solid #e8e8e8; margin-top: 2rem; padding-top: 2rem; }

.information-table--additional { border-top: 1px solid #e8e8e8; margin-top: 2rem; padding-top: 2rem; }

.information-table--two-line { padding-top: 1.4rem; vertical-align: top !important; }

.information-input-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; width: 30rem; }

.information-input-wrap .button { white-space: nowrap; height: 3rem; }

.information-input-wrap .button--float { position: absolute; top: -4rem; right: 0; padding: 0; border: 0; background-color: transparent; color: #ec6c5f; }

.information-input-wrap .button--float .xi-car { margin-right: .2rem; font-size: 1.5rem; }

.information-input-wrap .button--float .xi-angle-right-min { font-size: 1.5rem; }

.information-input-wrap .table__check-wrap { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.information-input-wrap .table__choice { margin-left: 2rem; }

.information-input-wrap .table__choice .table__choice-input { width: 100%; }

.information-input-wrap--margin-top { margin-top: 1rem; }

.information-input-wrap--button-wrap { padding-top: 0.5rem; }

.information-input-wrap--button-wrap .button:first-child { margin-left: 0; }

.information-input-wrap .datepicker-area { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 50; }

.information-input-prefix { font-weight: 700; padding-right: 1rem; line-height: 3rem; font-size: 1.2rem; white-space: nowrap; }

.information-input-suffix { font-weight: 700; padding-left: 1rem; -ms-flex-negative: 0; flex-shrink: 0; line-height: 3rem; font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; white-space: nowrap; }

.information-input-suffix .select { margin-left: 1rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.information-input-dash { font-weight: 700; padding: 0 1rem; text-align: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 3rem; font-size: 1.2rem; white-space: nowrap; }

.information-input { line-height: 3rem; width: 30rem; height: 3rem; padding: 0 1.5rem; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; border: 1px solid #e8e8e8; background-color: #fff; border-radius: 0.4rem; }

.information-input:focus { border-color: #ec6c5f; }

.information-input::-webkit-input-placeholder { color: #c8c8c8; }

.information-input:-ms-input-placeholder { color: #c8c8c8; }

.information-input::-ms-input-placeholder { color: #c8c8c8; }

.information-input::placeholder { color: #c8c8c8; }

.information-input:disabled, .information-input:-moz-read-only { color: #8e8e8e; background-color: #f5f5f5; }

.information-input:disabled, .information-input:read-only { color: #8e8e8e; background-color: #f5f5f5; }

.information-input--margin-bottom { margin-bottom: 0.5rem; }

.information-input--two-line { width: 100%; }

.information-input--small { width: 5rem; }

.information-input--medium { width: 12rem; }

.information-input--half { width: 11rem; }

.information-input--two { width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; /* padding: 0 0.5rem; */ }

.information-input--two + .information-input--two { margin-left: 1rem; }

.information-input--two + .information-input-suffix { padding-right: 1rem; }

.information-input--two + .information-input-suffix:last-child { padding-right: 0; }

.information-input--registration-number { width: 3rem !important; padding: 0 1rem; text-align: center; }

.information-input--search { padding-right: 3rem; background: url("/src/images/button_search.png") center right 1.5rem/1.2rem 1.4rem no-repeat #fff; }

.information-input--search:-moz-read-only { cursor: pointer; }

.information-input--search:read-only { cursor: pointer; }

.information-input--datepicker { padding-right: 3rem; background: url("/src/images/icon_datepicker.png") center right 1.5rem/1.4rem no-repeat #fff; }

.information-input--datetimepicker { padding-right: 3rem; background: url("/src/images/icon_datepicker.png") center right 1.5rem/1.4rem no-repeat #fff; }

.information-input--clearable { padding-right: 3rem; }

.information-input--clearable + .information-clear-button { display: block; }

.information-address-wrap { position: relative; }

.information-clear-button { position: absolute; z-index: 5; display: none; top: 50%; right: 0; width: 4rem; height: 3rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-indent: -9999px; background: url("/src/images/button_email_input_close.png") center/0.7rem no-repeat; }

.information-select { line-height: 3rem; display: inline-block; width: 100%; height: 3rem; padding: 0 3.5rem 0 1.5rem; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; vertical-align: middle; border: 1px solid #e8e8e8; border-radius: 0.4rem; background: url("/src/images/arrow_select.png") center right 1.5rem/0.9rem 0.5rem no-repeat; }

.information-select:focus { border-color: #ec6c5f; }

.information-select--two { width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.information-select--two + .information-select--two { margin-left: 1rem; }

.information-select--two + .information-input-suffix { padding-right: 1rem; }

.information-select--fixed { width: 30rem; }

.information-select__dash { padding: 0 1rem; line-height: 2.5rem; }

.information-textarea { line-height: 1.5; width: 30rem; padding: 1.5rem; resize: none; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; border: 1px solid #e8e8e8; border-radius: 0.4rem; }

.information-textarea:focus { border-color: #ec6c5f; }

.information-textarea::-webkit-input-placeholder { color: #c8c8c8; }

.information-textarea:-ms-input-placeholder { color: #c8c8c8; }

.information-textarea::-ms-input-placeholder { color: #c8c8c8; }

.information-textarea::placeholder { color: #c8c8c8; }

.information-textarea:-moz-read-only { color: #8e8e8e; background-color: #f5f5f5; }

.information-textarea:read-only { color: #8e8e8e; background-color: #f5f5f5; }

.information-description { font-size: 1.1rem; margin-top: 0.5rem; color: #8e8e8e; }

.information-preffix { font-size: 1.2rem; line-height: 3rem; display: inline-block; height: 3rem; vertical-align: middle; color: #333; }

.information-suffix { font-size: 1.2rem; line-height: 3rem; display: inline-block; height: 3rem; vertical-align: middle; color: #333; }

.information-error .information-error-text { display: block; }

.information-error .information-input, .information-error .information-select, .information-error .information-textarea { border-color: #ee1212; }

.information-error-text { font-size: 1.1rem; display: none; margin-top: 1.2rem; color: #ee1212; }

.information-email-form { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 4rem; }

.information-email-form--modal { width: 30rem; height: auto; }

.information-email-form--modal .information-input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.information-email-form--modal .information-input--email { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100% !important; }

.information-email-form--modal .information-select { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100% !important; }

.information-email-form .information-input { width: 16rem; }

.information-email-form .information-input--email { display: none; width: 15rem; padding-right: 4.5rem; }

.information-email-form .information-preffix { padding: 0 0.5rem; }

.information-email-form .information-select { display: inline-block; width: 15rem; }

.information-email-form .information-input-close-button { position: absolute; z-index: 5; top: 50%; right: 0; display: none; width: 4rem; height: 3rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-indent: -9999px; background: url("/src/images/button_email_input_close.png") center/0.7rem no-repeat; }

.information-email-form.self .information-input--email { display: inline-block; }

.information-email-form.self .information-select { display: none; }

.information-email-form.self .information-input-close-button { display: block; }

.pagination { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 3rem; }

.pagination__total-page { font-size: 1.1rem; position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-align: right; color: #c8c8c8; }

.pagination__item { font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 3rem; height: 3rem; -webkit-transition: color 100ms ease; transition: color 100ms ease; text-align: center; color: #c8c8c8; }

.pagination__item:hover { color: #8e8e8e; }

.pagination__item--active { text-decoration: underline; color: #333; }

.pagination__item--first, .pagination__item--last, .pagination__item--prev, .pagination__item--next { text-indent: -9999px; background-repeat: no-repeat; background-position: center; background-size: 1rem; }

.pagination__item--first { background-image: url("/src/images/arrow_pagination_first.png"); }

.pagination__item--last { background-image: url("/src/images/arrow_pagination_last.png"); }

.pagination__item--prev { background-image: url("/src/images/arrow_pagination_prev.png"); }

.pagination__item--next { background-image: url("/src/images/arrow_pagination_next.png"); }

.modal { position: fixed; z-index: 200; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; pointer-events: none; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; opacity: 0; background-color: rgba(0, 0, 0, 0.2); }

.modal--active { pointer-events: all; opacity: 1; }

.modal--active .modal__content { -webkit-transform: scale(1); transform: scale(1); }

.modal__policy { font-size: 12px; line-height: 1.5; }

.modal__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 48rem; max-height: 80%; border-radius: 0.2rem; -webkit-transition: -webkit-transform 300ms ease; transition: -webkit-transform 300ms ease; transition: transform 300ms ease; transition: transform 300ms ease, -webkit-transform 300ms ease; -webkit-transform: scale(0); transform: scale(0); background-color: #fff; -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.1); }

#signature-registration .modal__content { width: 28rem; }

.modal__content--smartkey:before { content: ''; width: 100%; height: 50%; background-color: #ec6c5f; display: block; position: absolute; top: 0; left: 0; z-index: 0; }

.modal__content--full { height: 100%; }

.modal__content--full .modal__body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.modal__content--full .modal__slide { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.modal__content--schedule { width: 36rem; max-height: none; }

.modal__content--schedule .modal__body { max-height: none; overflow: visible; }

.modal__content--big { width: 74rem; }

.modal__content--extra { width: 83rem; }

.modal__header { position: relative; padding: 2rem 7rem 2rem 3rem; border-bottom: 1px solid #e8e8e8; }

.modal__header + .modal__search-button-wrap { margin-top: 3rem; }

.modal__title { font-size: 1.6rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.modal__close-button { position: absolute; top: 50%; right: 2.5rem; width: 3rem; height: 3rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-indent: -9999px; background: url("/src/images/button_modal_close.png") center/1.2rem no-repeat; z-index: 10; }

.modal__close-button--smartkey { top: 1.5rem; -webkit-transform: translate(0, 0); transform: translate(0, 0); background-image: url("/src/images/button_modal_close_smartkey.png"); }

.modal__body { overflow-y: auto; overflow-x: hidden; position: relative; padding: 3rem; max-height: 100%; }

.modal__body-title { text-align: center; font-weight: 600; font-size: 1.5rem; margin-bottom: 1rem; }

.modal__body-text { text-align: center; font-size: 1.3rem; margin-bottom: 2rem; line-height: 1.8rem; }

.modal__body--control { padding: 0; }

.modal__body--non-scroll { overflow: visible; }

.modal__body .user-info__numbering { list-style: normal; font-size: 1.2rem; line-height: 2rem; padding-left: 1rem; }

.modal__body .user-info__numbering > li + li { margin-top: 1rem; }

.modal__body .low-tension-warning__text li { position: relative; padding-left: 1rem; margin-bottom: 1rem; font-size: 1.2rem; }

.modal__body .low-tension-warning__text li:before { position: absolute; top: .8rem; left: 0; width: 3px; height: 3px; background-color: #8e8e8e; content: ""; }

.modal__body .low-tension-warning__text li b { font-weight: 600; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .modal__body--ie-fix { -webkit-box-flex: 1; -ms-flex: 1 0 40rem; flex: 1 0 40rem; } }

.modal__button-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem 2rem 3rem; }

.modal__button-wrap--control { border-top: 1px solid #e8e8e8; padding-top: 2rem !important; }

.modal__button { font-size: 1.3rem; display: block; height: 3rem; padding: 0 1.5rem; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; border-radius: 3rem; }

.modal__button + .modal__button { margin-left: 0.7rem; }

.modal__button--dark { color: #fff; background-color: #333; }

.modal__button--light { color: #333; background-color: #fff; }

.modal__button--light:hover { background-color: #f5f5f5; }

.modal__button--arrow { display: inline-block; padding: 0 !important; color: #ec6c5f; font-size: 1.4rem; font-weight: 400; border-bottom: 1px dashed #ec6c5f; border-radius: 0 !important; }

.modal--image-viewer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 210; background-color: rgba(0, 0, 0, 0.8); }

.modal__table-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 2rem 0 0 0; }

.modal__table-header:first-child { margin-top: 0; }

.modal__table-header--first { margin-top: 0; }

.modal__table-header--border { border-top: 1px solid #e8e8e8; }

.modal__table-header-title { font-size: 1.1rem; font-weight: 700; color: #ec6c5f; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.modal__table-header-title--black { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; color: #333; }

.modal__table-header--border .modal__table-header-title--black { padding-top: 2rem; }

.modal__viewer-header { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 8.4rem; }

.modal__viewer-button-wrap { position: absolute; top: 3rem; left: 3rem; }

.modal__viewer-button { position: relative; width: 2.4rem; height: 2.4rem; cursor: pointer; text-indent: -9999px; background-repeat: no-repeat; background-position: center; background-size: 100%; }

.modal__viewer-button--share { background-image: url("/src/images/button_image_viewer_share.png"); }

.modal__viewer-button--download { background-image: url("/src/images/button_image_viewer_download.png"); }

.modal__viewer-button--close { position: absolute; top: 50%; right: 3rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-image: url("/src/images/button_image_viewer_close.png"); }

.modal__viewer-button + .modal__viewer-button { margin-left: 2rem; }

.modal__viewer-button + .modal__viewer-button:before { position: absolute; top: 50%; left: -1rem; display: block; width: 0.1rem; height: 2rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #fff; }

.modal__viewer-counter-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.modal__viewer-counter { font-size: 1.6rem; }

.modal__viewer-counter--current { font-weight: 700; color: #fff; }

.modal__viewer-counter--total { color: #928f8f; }

.modal__viewer-counter--total:before { margin: 0 1rem; content: '/'; }

.modal__image-slider { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; padding: 0rem 5rem 8.4rem; }

.modal__image-slider-list { position: relative; width: 100%; height: 100%; }

.modal__image-slider-item { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; }

.modal__image-slider-item--active { z-index: 1; opacity: 1; }

.modal__image-slider-arrow-button { position: absolute; z-index: 5; top: 50%; width: 7rem; height: 7rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-indent: -9999px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.4); background-repeat: no-repeat; background-position: center; background-size: 1.8rem 3.2rem; }

.modal__image-slider-arrow-button--prev { left: 3rem; background-image: url("/src/images/arrrow_image_viewer_prev.png"); }

.modal__image-slider-arrow-button--next { right: 3rem; background-image: url("/src/images/arrrow_image_viewer_next.png"); }

.modal__viewer-share { display: none; }

.modal__viewer-share.active { display: -webkit-box; display: -ms-flexbox; display: flex; }

.modal__viewer-share-content { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 2.5rem 1.2rem; position: absolute; top: 100%; left: 0; margin-top: 0.7rem; border: 1px solid #9a9a9a; background-color: #fff; z-index: 5; }

.modal__viewer-share-header { display: none; }

.modal__viewer-share-button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 2rem; }

.modal__viewer-share-button { font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; white-space: nowrap; }

.modal__viewer-share-button + .modal__viewer-share-button { margin-left: 2.8rem; }

.modal__viewer-share-button:before { content: ''; display: block; width: 4.4rem; height: 4.4rem; border-radius: 50%; background-size: 2.8rem; background-position: center; margin-bottom: 0.7rem; background-repeat: no-repeat; }

.modal__viewer-share-button--kakaotalk:before { background-color: #ffe500; background-image: url("/src/images/button_share_kakao.png"); }

.modal__viewer-share-button--twitter:before { background-color: #2cabde; background-image: url("/src/images/button_share_twitter.png"); }

.modal__viewer-share-button--facebook:before { background-color: #3a5daa; background-image: url("/src/images/button_share_facebook.png"); }

.modal__viewer-share-button--band:before { background-color: #1bcc21; background-image: url("/src/images/button_share_band.png"); }

.modal__viewer-share-link-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid #ededed; }

.modal__viewer-share-link { width: 21.4rem; height: 2.7rem; background-color: #fafafa; color: #777; padding: 0 1rem; border-right: 1px solid #ededed; }

.modal__viewer-share-link-button { font-size: 1.2rem; background-color: #fff; height: 2.7rem; color: #777; padding: 0 1rem; white-space: nowrap; }

.modal__search { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 3rem 3rem 0; }

.modal__search + .modal__body { padding-top: 0; }

.modal__search--no-padding { padding: 0; }

.add__select .modal__search .select { width: 9rem; margin-right: .5rem; padding-right: 2rem; }

.modal__search-header { height: 4rem; line-height: 4rem; font-size: 1.2rem; font-weight: 700; width: 9rem; }

.add__select .modal__search-header { height: 3rem; line-height: 3rem; }

.modal__search-input-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(100% - 9rem); position: relative; }

.add__select .modal__search-input-wrap { width: calc(100% - 18.5rem); }

.modal__search-input { border-radius: 0.3rem; border: 1px solid #e8e8e8; background-color: #fff; height: 3rem; width: 100%; font-size: 1.2rem; padding: 0 3rem 0 1rem; }

.modal__search-input:disabled, .modal__search-input:-moz-read-only { background-color: #fafafa; }

.modal__search-input:disabled, .modal__search-input:read-only { background-color: #fafafa; }

.modal__search-button { width: 3rem; height: 3rem; position: absolute; top: 50%; right: 0; text-indent: -9999px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: url("/src/images/button_search.png") center/1.2rem 1.4rem no-repeat; }

.modal__search-result { font-size: 1.2rem; font-weight: 700; color: #ec6c5f; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; }

.modal__search-button-wrap { padding: 0 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.modal__search-button-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 700; }

.modal__slide { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.modal__slide-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.modal__slide-item { -ms-flex-negative: 0; flex-shrink: 0; display: none; width: 100%; }

.modal__slide-item--active { display: block; }

.modal__slide-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; }

.modal__slide-title--border-top { border-top: 1px solid #ddd; padding-top: 2rem; }

.modal__slide-bullet-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 3rem 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.modal__slide-bullet { cursor: pointer; width: 1.2rem; height: 1.2rem; border: 1px solid #e8e8e8; background-color: #e8e8e8; }

.modal__slide-bullet--active { background-color: #ec6c5f; border-color: #e32d1b; }

.modal__slide-bullet + .modal__slide-bullet { margin-left: 0.5rem; }

.modal__slide-control { width: 100%; bottom: 7rem; left: 0; position: absolute; pointer-events: none; padding-bottom: 2.3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.modal__slide-control-button { pointer-events: all; width: 2.6rem; height: 2.6rem; border: 1px solid #e8e8e8; background-color: #fff; background-size: 0.6rem 1.1rem; background-position: center; background-repeat: no-repeat; border-radius: 0.3rem; text-indent: -9999px; }

.modal__slide-control-button + .modal__slide-control-button { margin-left: 18rem; }

.modal__slide-control-button--prev { background-image: url("/src/images/arrow_summary_prev.png"); }

.modal__slide-control-button--next { background-image: url("/src/images/arrow_summary_next.png"); }

.modal__select-button { width: 100%; height: 4rem; border: 1px solid #e8e8e8; font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.3rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition-property: border-color, color; transition-property: border-color, color; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-timing-function: ease; transition-timing-function: ease; }

.modal__select-button + .modal__select-button { margin-top: 2rem; }

.modal__select-button:hover { color: #f39c65; border-color: #f39c65; }

.modal__select-button-count { color: #f39c65; margin-left: 1rem; }

.modal__car-info { text-align: center; font-size: 1.3rem; }

.modal__car-info .modal__slide-title { text-align: left; }

.modal__car-info-number { font-size: 1.8rem; font-weight: 600; margin-bottom: 2rem; }

.modal__car-info-number .brackets { color: #ccc; }

.modal__car-info-img { max-width: 25rem; margin: 0 auto 1rem; }

.modal__car-info-img img { width: 100%; height: auto; }

.modal__car-info-brand { display: inline-block; min-width: 5rem; padding: .4rem 1rem; border-radius: 2rem; background-color: #959595; margin-bottom: 0.5rem; color: #fff; font-size: 1.2rem; line-height: 1; }

.modal__car-info-name { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.5rem; }

.modal__car-info-option { text-align: right; }

.modal__car-info .vertical-table th, .modal__car-info .vertical-table td { padding: 0.8rem 1.5rem; line-height: 1.2; color: #545454; text-align: left; }

.modal__car-info .vertical-table th.center, .modal__car-info .vertical-table td.center { text-align: center; }

.modal__car-info .vertical-table th.no-right-border, .modal__car-info .vertical-table td.no-right-border { border-right: 0; }

.modal__car-info .vertical-table + .modal__slide-title { margin-top: 2rem; }

.modal__car-info .vertical-table--unfold table { display: block; border-top: none; }

.modal__car-info .vertical-table--unfold tbody { display: block; }

.modal__car-info .vertical-table--unfold tr { display: block; background-color: #fff; -webkit-box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1); }

.modal__car-info .vertical-table--unfold tr + tr { margin-top: 1rem; }

.modal__car-info .vertical-table--unfold th { font-weight: 600; display: block; width: 100%; padding: 1.5rem; text-align: left; border-right: none; background-color: #dedfe1; }

.modal__car-info .modal__car-info .vertical-table--unfold th { font-weight: 600; }

.modal__car-info .modal__car-info .vertical-table--unfold th.center { margin: 0; padding: 0; border: 0; }

.modal__car-info .vertical-table--unfold th.no-table-data { margin: 0; padding: 1.5rem; border: 0; }

.modal__car-info .vertical-table--unfold td { display: block; padding: 1.5rem; }

.modal__address-search { width: 100% !important; }

.bottom-sheet { position: fixed; z-index: 50; right: 0; bottom: -30rem; left: 20rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 30rem; -webkit-transition: bottom 150ms ease; transition: bottom 150ms ease; background-color: #fff; -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1); }

.bottom-sheet--active { bottom: 0; }

.bottom-sheet__handle { font-size: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 3rem; cursor: n-resize; text-indent: -9999px; }

.bottom-sheet__handle:before { display: block; width: 4.8rem; height: 0.5rem; content: ''; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; text-indent: -9999px; border-radius: 0.5rem; background-color: #e8e8e8; }

.bottom-sheet__handle:active:before { background-color: #cfcfcf; }

.bottom-sheet__header { position: relative; width: 100%; padding: 1.5rem 3rem; border-bottom: 1px solid #e8e8e8; }

.bottom-sheet__title { font-size: 1.6rem; font-weight: 700; }

.bottom-sheet__close-button { position: absolute; top: 50%; right: 3rem; width: 1.2rem; height: 1.2rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); text-indent: -9999px; background: url("/src/images/button_bottom_sheet_close.png") center/100% no-repeat; }

.bottom-sheet__content { overflow-x: hidden; overflow-y: -moz-scrollbars-none; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 3rem; -ms-overflow-style: none; }

.bottom-sheet__content::-webkit-scrollbar { width: 0 !important; }

.bottom-sheet-input { font-size: 1.2rem; width: 100%; height: 2.4rem; padding: 0 1rem; text-align: center; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fff; }

.search-tag { padding: 1rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.search-tag__item { position: relative; font-size: 1.1rem; color: #fff; background-color: #ec6c5f; height: 2rem; line-height: 2.1rem; padding: 0 2rem 0 1rem; -ms-flex-negative: 0; flex-shrink: 0; border-radius: 0.3rem; margin: 0 0.5rem 0.5rem 0; }

.search-tag__remove-button { width: 2rem; height: 2rem; position: absolute; top: 0; right: 0; text-indent: -9999px; background: url("/src/images/icon_tag_delete.png") center/0.5rem no-repeat; }

.map-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; height: calc(100vh - 21rem); }

.map-wrap--modal { height: 20rem; margin-bottom: 1rem; }

.map-route-wrap { background-color: #fff; position: absolute; top: 0; padding: 3rem 2rem; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; height: 100%; z-index: 100; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; pointer-events: none; opacity: 0; }

.map-route-wrap--active { pointer-events: all; opacity: 1; }

.map-area { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; }

.roadview-area { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 20; opacity: 0; pointer-events: none; }

.roadview-area--active { opacity: 1; pointer-events: all; }

.roadview { width: 100%; height: 100%; }

.map-route-area { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; }

.map-control { position: absolute; z-index: 10; top: 2rem; right: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.map-control__button { position: relative; width: 4rem; height: 4rem; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 100%; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }

.map-control__button--gps { margin-bottom: 1rem; background-image: url("/src/images/button_map_gps.png"); }

.map-control__button--zoom-in { border-bottom: none; border-radius: 0.3rem 0.3rem 0 0; background-image: url("/src/images/button_map_zoom_in.png"); }

.map-control__button--zoom-out { margin-bottom: 1rem; border-radius: 0 0 0.3rem 0.3rem; background-image: url("/src/images/button_map_zoom_out.png"); }

.map-control__button--road-view { background-image: url("/src/images/button_map_road_view.png"); }

.map-control__button--close { background-image: url("/src/images/button_map_close.png"); }

.map-control__button:hover .map-control__button-label { opacity: 1; }

.map-control__button-label { font-size: 1.1rem; position: absolute; top: 50%; right: 100%; margin-right: 0.8rem; padding: 0.4rem 0.8rem; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); white-space: nowrap; pointer-events: none; opacity: 0; color: #fff; border: 1px solid #000; border-radius: 0.3rem; background-color: #333; }

.map-legend { position: absolute; z-index: 10; top: 2rem; right: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); background-color: #fff; border-radius: 0.3rem; border: 1px solid #bebebe; padding: 1.4rem 1.5rem; }

.map-legend__title { font-weight: 700; font-size: 1.2rem; margin-bottom: 1rem; }

.map-legend__chart { display: -webkit-box; display: -ms-flexbox; display: flex; }

.map-legend__chart-item { padding-top: 1.3rem; position: relative; width: 5rem; }

.map-legend__chart-item:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 0.5rem; border: 1px solid transparent; display: block; }

.map-legend__chart-item + .map-legend__chart-item { margin-left: 0.3rem; }

.map-legend__chart-item:nth-child(1):before { background-color: #00cd62; border-color: #00b858; }

.map-legend__chart-item:nth-child(2):before { background-color: #ffdc00; border-color: #e5c600; }

.map-legend__chart-item:nth-child(3):before { background-color: #ff9000; border-color: #e58100; }

.map-legend__chart-item:nth-child(4):before { background-color: #f60000; border-color: #dd0000; }

.map-legend__chart-item:nth-child(1) .map-legend__chart-text { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.map-legend__chart-text { display: inline-block; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); color: #8e8e8e; font-size: 1.1rem; }

.map-slider { position: absolute; background-color: #fff; z-index: 10; bottom: 2rem; right: 2rem; padding: 1rem 1.6rem; border: 1px solid #bebebe; border-radius: 0.3rem; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }

.map-slider__item { height: 20rem; cursor: pointer; }

.map-slider .noUi-vertical { width: 0.8rem; border-radius: 0.8rem; }

.map-slider .noUi-handle { top: -1rem !important; left: -1.3rem; cursor: pointer; width: 2rem !important; height: 2rem !important; border-radius: 50%; background-color: #333; border: 0.6rem solid #fff; -webkit-box-shadow: 0 0 0 0.2rem #333, 0.6rem 0.2rem 0.6rem rgba(0, 0, 0, 0.5); box-shadow: 0 0 0 0.2rem #333, 0.6rem 0.2rem 0.6rem rgba(0, 0, 0, 0.5); }

.map-slider .noUi-handle:before, .map-slider .noUi-handle:after { display: none; }

.map-slider .noUi-connect { background-color: #333; }

.go-to-back-wrap { -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 2rem; }

.go-to-back-button { width: 2.6rem; height: 3rem; background: url("/src/images/button_go_to_back.png") center/0.6rem 1rem no-repeat #fff; text-indent: -9999px; border: 1px solid #e8e8e8; border-radius: 0.3rem; }

.go-to-back-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 2rem; font-size: 1.6rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.map-data-sheet { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 0; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-duration: 250ms, 150ms; transition-duration: 250ms, 150ms; -webkit-transition-property: height, margin-top; transition-property: height, margin-top; background-color: #fff; }

.map-data-sheet--active { height: 22.2rem; margin-top: 2rem; }

.map-data-sheet dl { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; border-bottom: 1px solid #e8e8e8; }

.map-data-sheet dl:first-child { border-top: 1px solid #e8e8e8; }

.map-data-sheet__row dl:first-child { border-top: none; }

.map-data-sheet__row dl:last-child { border-bottom: none; }

.map-data-sheet__row-mobile-visible { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.map-data-sheet__row-mobile-visible .map-data-sheet__title { border-bottom: 1px solid #e8e8e8; }

.map-data-sheet__row-mobile-visible .map-data-sheet__data { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; width: calc(25% - 9rem); border-bottom: 1px solid #e8e8e8; }

.map-data-sheet__title { font-size: 1.2rem; font-weight: 700; line-height: 3.5rem; overflow: hidden; -ms-flex-negative: 0; flex-shrink: 0; width: 9rem; height: 3.5rem; text-align: center; white-space: nowrap; text-overflow: ellipsis; border-right: 1px solid #e8e8e8; background-color: #f5f5f5; }

.map-data-sheet__data { font-size: 1.2rem; line-height: 3.5rem; overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 3.5rem; padding: 0 2rem; white-space: nowrap; text-overflow: ellipsis; border-right: 1px solid #e8e8e8; }

.map-data-sheet__data:last-child { border-right: none; }

.map-data-sheet__data:nth-child(8) { border-right: none; }

.map-data-sheet__speed { display: -webkit-box; display: -ms-flexbox; display: flex; }

.map-data-sheet__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 1.5rem; }

.map-data-sheet__button { font-size: 1.2rem; padding: 0.7rem 1.5rem; color: #fff; border-radius: 0.3rem; background-color: #333; }

.map-data-sheet__button + .map-data-sheet__button { margin-left: 0.8rem; }

.map-data-sheet__legend-button { display: none; }

.map-data-open-sheet { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 14.5rem; margin-top: 2rem; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-duration: 250ms, 150ms; transition-duration: 250ms, 150ms; -webkit-transition-property: height, margin-top; transition-property: height, margin-top; background-color: #fff; }

.map-data-open-sheet dl { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; border-bottom: 1px solid #e8e8e8; }

.map-data-open-sheet dl:first-child { border-top: 1px solid #e8e8e8; }

.map-data-open-sheet__row-mobile-visible { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.map-data-open-sheet__row-mobile-visible .map-data-sheet__title { border-bottom: 1px solid #e8e8e8; }

.map-data-open-sheet__row-mobile-visible .map-data-sheet__data { -webkit-box-flex: initial; -ms-flex: initial; flex: initial; width: calc(25% - 9rem); border-bottom: 1px solid #e8e8e8; }

.map-data-open-sheet__title { font-size: 1.2rem; font-weight: 700; line-height: 3.5rem; overflow: hidden; -ms-flex-negative: 0; flex-shrink: 0; width: 9rem; height: 3.5rem; text-align: center; white-space: nowrap; text-overflow: ellipsis; border-right: 1px solid #e8e8e8; background-color: #f5f5f5; }

.map-data-open-sheet__data { font-size: 1.2rem; line-height: 3.5rem; overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 3.5rem; padding: 0 2rem; white-space: nowrap; text-overflow: ellipsis; border-right: 1px solid #e8e8e8; }

.map-data-open-sheet__data:last-child { border-right: none; }

.map-data-open-sheet__data:nth-child(8) { border-right: none; }

.map-data-open-sheet__data--total-distance { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(50% - 9.1rem); }

.map-data-open-sheet__address-text { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.map-data-open-sheet__legend-button { display: none; }

.legend { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.legend + .legend { margin-top: 1.5rem; }

.legend__icon { width: 1.8rem; height: 1.8rem; border-radius: 0.3rem; border: 1px solid transparent; margin-right: 1rem; text-indent: -9999px; }

.legend__icon--speed { border-color: #64ad39; background: url("/src/images/icon_map_data_speed.png") center/100% no-repeat #64ad39; }

.legend__icon--parking { border-color: #bec1c6; background: url("/src/images/icon_map_data_parking.png") center/100% no-repeat #bec1c6; }

.legend__icon--turnon { border-color: #47a1ff; background: url("/src/images/icon_map_data_shutoff_active.png") center/100% no-repeat #fff; }

.legend__icon--shutoff { border-color: #de3939; background: url("/src/images/icon_map_data_shutoff.png") center/100% no-repeat #de3939; }

.legend__icon--communication-active { border-color: #47a1ff; background: url("/src/images/icon_map_data_communication_active.png") center/100% no-repeat #fff; }

.legend__icon--communication { border-color: #de3939; background: url("/src/images/icon_map_data_communication.png") center/100% no-repeat #de3939; }

.legend__icon--voltage { border-color: #47a1ff; background: url("/src/images/icon_map_data_voltage_active.png") center/100% no-repeat #fff; }

.legend__icon--voltage-low { border-color: #de3939; background: url("/src/images/icon_map_data_voltage.png") center/100% no-repeat #de3939; }

.legend__text { font-size: 1.2rem; }

.legend__text--red { color: #ec6c5f; }

.legend + .information-title { margin-top: 1.5rem; }

.control-search { padding: 2rem 3rem; background-color: #f5f5f5; border-bottom: 1px solid #e8e8e8; }

.control-search__input-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.control-search__divider { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(50% - 1.7rem); display: -webkit-box; display: -ms-flexbox; display: flex; }

.control-search__divider + .control-search__divider { width: calc(50% + 1.7rem); }

.control-search__divider .datepicker-area { width: 100%; }

.control-search__input { width: 100%; border: 1px solid #e8e8e8; background: url("/src/images/icon_datepicker.png") center right 1rem/1.4rem no-repeat #fff; padding: 0 3.5rem 0 1rem; font-size: 1.2rem; height: 3rem; border-radius: 0.3rem; }

.control-search__dash { -ms-flex-negative: 0; flex-shrink: 0; width: 3.5rem; text-align: center; font-size: 1.4rem; }

.control-search__dash + .control-search__input { width: calc(100% - 3.5rem); }

.control-search__dash + .control-search__input + .datepicker-area { padding-left: 3.5rem; }

.control-search__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 1rem; }

.control-search__button { height: 3rem; text-align: center; border: 1px solid transparent; border-radius: 0.3rem; font-size: 1.2rem; line-height: 1; }

.control-search__button + .control-search__button { margin-left: 1rem; }

.control-search__button--search { border-color: #ec6c5f; background-color: #ec6c5f; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 2; -ms-flex: 2; flex: 2; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.control-search__button--search:before { content: ''; width: 1.2rem; height: 1.4rem; background: url("/src/images/icon_modal_search.png") center/100% no-repeat; margin-right: 1rem; }

.control-search__button--search-all { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background-color: #fff; border-color: #e8e8e8; }

.control-search .table__check-wrap { margin-top: 1rem; }

.control-search .table__check-wrap .table__check-button { background-color: #fff; }

.datepicker-area { position: relative; }

.datepicker-area .tui-datepicker { z-index: 30; }

.control-history-list { height: 100%; }

.control-history-item { padding: 3rem 6.5rem 3rem 8.5rem; position: relative; background: url("/src/images/arrow_control.png") center right 3rem/0.9rem 1.6rem no-repeat #fff; -webkit-transition-property: background-image, background-color; transition-property: background-image, background-color; -webkit-transition-duration: 150ms; transition-duration: 150ms; letter-spacing: -0.05rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; cursor: pointer; }

.control-history-item:hover { background-color: #fafafa; background-image: url("/src/images/arrow_control_active.png"); }

.control-history-item__label-wrap { position: absolute; top: 3rem; width: 4rem; left: 2rem; bottom: 3rem; }

.control-history-item__label-wrap:before { position: absolute; top: 0; content: ''; display: block; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); border-left: 2px dotted #e8e8e8; }

.control-history-item__label { border-radius: 2rem; width: 4rem; height: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.1rem; border: 1px solid transparent; position: absolute; left: 0; background-color: #fff; }

.control-history-item__label--start { color: #47a1ff; border-color: #47a1ff; top: -0.3rem; }

.control-history-item__label--end { color: #ec6c5f; border-color: #ec6c5f; bottom: -0.3rem; }

.control-history-item__address { font-size: 1.2rem; font-weight: 700; }

.control-history-item__address--start { margin-bottom: 1rem; }

.control-history-item__address--end { margin-top: 1rem; }

.control-history-item__date { margin-bottom: 0.5rem; font-size: 1.2rem; color: #8e8e8e; }

.control-history-item__etc-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.control-history-item__km { font-size: 1.2rem; color: #8e8e8e; }

.control-history-item__time { font-size: 1.2rem; color: #8e8e8e; margin-left: 1rem; padding-left: 1rem; position: relative; }

.control-history-item__time::before { content: ''; display: block; position: absolute; top: 50%; left: 0; height: 1.1rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); width: 0.1rem; background-color: #e8e8e8; }

.control-history-item--empty { font-size: 1.4rem; text-align: center; background: #fff; cursor: default; }

.control-history-item--empty:hover { background: #fff; }

.control-summary-info-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-negative: 0; flex-shrink: 0; border-bottom: 1px solid #e8e8e8; padding: 2rem 3rem 3rem; background-color: #f5f5f5; }

.control-month-selector { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 1.5rem; }

.control-month-selector__button { border: 1px solid #e8e8e8; background-color: #fff; background-repeat: no-repeat; width: 2.6rem; height: 3rem; border-radius: 0.3rem; text-indent: -9999px; background-position: center; background-size: 0.6rem 1rem; }

.control-month-selector__button--prev { background-image: url("/src/images/arrow_summary_prev.png"); }

.control-month-selector__button--next { background-image: url("/src/images/arrow_summary_next.png"); }

.control-month-selector__text { font-size: 1.4rem; font-weight: 700; padding: 0 3rem; }

.control-month-selector .month-select { position: absolute; bottom: 0; left: 0; width: 100%; }

.control-summary-info { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; border: 1px solid #e8e8e8; background-color: #fff; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 1.4rem; }

.control-summary-info__text { font-size: 1.2rem; margin-bottom: 0.5rem; }

.control-summary-info__km { font-size: 1.4rem; font-weight: 700; color: #ec6c5f; }

.control-summary-info--monthly { border-radius: 0.3rem 0 0 0.3rem; border-right: none; }

.control-summary-info--total { border-radius: 0 0.3rem 0.3rem 0; }

.control-summary-title { font-size: 1.2rem; font-weight: 700; text-align: center; padding: 1rem; margin-bottom: 1.5rem; background-color: #f5f5f5; border-radius: 0.3rem; }

.control-summary-list { height: 100%; }

.control-summary-item { display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }

.control-summary-cel { font-size: 1.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.7rem 0; }

.control-summary-cel--day { width: 5rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.control-summary-cel--distance { width: 5rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.control-summary-cel--chart { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0.7rem 1rem; }

.control-summary-cel--button-wrap { width: 6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.control-summary-cel__button { width: 4rem; height: 2.2rem; background-color: #f5f5f5; font-size: 1.1rem; border-radius: 0.3rem; }

.control-summary-cel + .control-summary-cel { border-left: 1px solid #e8e8e8; }

.control-summary-bar { width: 0; -webkit-transition: width 150ms ease; transition: width 150ms ease; height: 2rem; background-color: #fbe2df; border: 1px solid #f9d3cf; }

.smartkey-header { position: relative; z-index: 10; padding-top: 7rem; text-align: center; }

.smartkey-header__image-wrap { width: 100%; height: 9rem; position: absolute; top: 0; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.smartkey-header__image { width: auto; margin: 0 auto; height: 100%; display: block; }

.smartkey-header__title { font-size: 1.2rem; font-weight: 800; color: #ffb5ad; margin-bottom: 1rem; }

.smartkey-header__car-name { font-size: 1.6rem; font-weight: 700; padding: 0 2rem; color: #fff; }

.form-search-modal { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .form-search-modal { -webkit-box-flex: 1; -ms-flex: 1 0 60rem; flex: 1 0 60rem; position: relative; }
  .form-search-modal .modal__body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: block; } }

.smartkey { padding: 3rem; position: relative; z-index: 30; }

.smartkey__row { display: -webkit-box; display: -ms-flexbox; display: flex; }

.smartkey__row + .smartkey__row { margin-top: 1rem; }

.smartkey__button { font-weight: 700; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #e8e8e8; background-color: #f5f5f5; }

.smartkey__button:before { content: ''; background-repeat: no-repeat; background-position: center; background-size: 100%; display: block; margin-bottom: 1.5rem; }

.smartkey__button--open { width: 22rem; height: 12rem; border-right: none; border-radius: 0.3rem 0 0 0.3rem; }

.smartkey__button--open:before { width: 2.5rem; height: 3.2rem; background-image: url("/src/images/button_smartkey_open.png"); }

.smartkey__button--close { border-radius: 0 0.3rem 0.3rem 0; width: 22rem; height: 12rem; }

.smartkey__button--close:before { width: 2.5rem; height: 3.2rem; background-image: url("/src/images/button_smartkey_close.png"); }

.smartkey__button--lamp { border-radius: 0.3rem; width: 14rem; height: 9.5rem; }

.smartkey__button--lamp:before { width: 2.3rem; height: 2.1rem; background-image: url("/src/images/button_smartkey_lamp.png"); }

.smartkey__button--siren { border-radius: 0.3rem; width: 14rem; height: 9.5rem; margin-left: 1rem; }

.smartkey__button--siren:before { width: 2.3rem; height: 2.1rem; background-image: url("/src/images/button_smartkey_siren.png"); }

.smartkey__button--turnoff { border-radius: 0.3rem; width: 14rem; height: 9.5rem; margin-left: 1rem; }

.smartkey__button--turnoff:before { width: 2.3rem; height: 2.1rem; background-image: url("/src/images/button_smartkey_turnoff.png"); }

.smartkey__button--toggle { width: auto; border-radius: 0.3rem; height: 5rem; }

.smartkey__button--toggle + .smartkey__button--toggle { margin-left: 1rem; }

.smartkey__button--toggle:before { display: none; }

.smartkey__button--active { border-width: 0.2rem; color: #ec6c5f; font-weight: 700; background-color: #fff; -webkit-box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05); box-shadow: inset 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05); }

.category-selection { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 2rem 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.category-selection__button { width: 14rem; height: 9.5rem; border-radius: 0.3rem; border: 1px solid #e8e8e8; background-color: #f5f5f5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: 700; font-size: 1.2rem; text-align: center; }

.category-selection__button:before { display: block; content: ''; margin-bottom: 1rem; width: 2.6rem; height: 2.6rem; background-repeat: no-repeat; background-position: center; background-size: 100%; }

.category-selection__button--check:before { background-image: url("/src/images/button_selection_check.png"); }

.category-selection__button--maintenance:before { background-image: url("/src/images/button_selection_maintenance.png"); }

.category-selection__button--wash:before { background-image: url("/src/images/button_selection_wash.png"); }

.category-selection__button--kakaotalk:before { background-image: url("/src/images/button_selection_kakaotalk.png"); }

.category-selection__button--link:before { background-image: url("/src/images/button_selection_link.png"); }

.category-selection__button + .category-selection__button { margin-left: 1rem; }

.check-date { font-size: 1.2rem; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem 0; }

.check-date:before { content: ''; display: block; width: 1.6rem; height: 1.6rem; margin-right: 1rem; background: url("/src/images/icon_information.png") center/100% no-repeat; }

.check-date-selection { width: 42rem; padding: 1rem 1.5rem; border-radius: 0.3rem; background-color: #fafafa; }

.check-date-selection__wrap { background-color: #fff; border-radius: 0.3rem; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(122, 122, 122, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(122, 122, 122, 0.1); }

.check-date-selection__radio-wrap { padding: 2rem; }

.check-date-selection__distance-wrap { padding: 2rem 2rem 4rem; }

.check-date-selection__title { font-size: 1.2rem; font-weight: 700; height: 4rem; line-height: 4rem; border-bottom: 1px solid #e8e8e8; text-align: center; }

.check-date-selection__title .select { width: 100%; border: none; height: 4rem; padding: 0; line-height: 4rem; }

.check-date-selection__title .select__current-select { text-align: center; }

.check-date-selection__message { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.2rem; font-weight: 700; margin: 1rem 0; }

.check-date-selection__label { border-radius: 0.3rem; background-color: #ec6c5f; color: #fff; font-size: 1.1rem; font-weight: 400; padding: 0.3rem 0.5rem; margin-right: 1rem; }

.check-date-selection__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem 1rem 0; }

.check-date-selection__button { font-size: 1.1rem; position: relative; z-index: 10; padding: 0.5rem 1rem; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fafafa; }

.check-date-selection__button + .check-date-selection__button { margin-left: 1rem; }

.signature__term { border-radius: 0.3rem; border: 1px solid #e8e8e8; padding: 1.5rem 2rem; overflow-x: hidden; overflow-y: auto; height: 25rem; font-size: 1.2rem; color: #8e8e8e; line-height: 1.5; }

.signature__area { border-radius: 0.3rem; border: 1px solid #e8e8e8; width: 100%; overflow-x: hidden; overflow-y: auto; height: 25rem; font-size: 1.2rem; color: #8e8e8e; line-height: 1.5; }

.signature__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 1rem; }

.signature__button { font-size: 1.2rem; border-radius: 0.3rem; border: 1px solid #e8e8e8; background-color: #fafafa; height: 4rem; line-height: 4rem; text-align: center; }

.signature__button--signature { background-color: #ec6c5f; color: #fff; border-color: #ec6c5f; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.signature__button--signature-complete { line-height: 1.5rem; padding: 0.5rem 0; }

.signature__button--signature .time { display: block; }

.signature__button--save { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; margin-right: 1rem; }

.signature__button--dispatch { -webkit-box-flex: 2; -ms-flex: 2 0 auto; flex: 2 0 auto; }

.signature__button--accept { -webkit-box-flex: 2; -ms-flex: 2 0 auto; flex: 2 0 auto; background-color: #ec6c5f; color: #fff; margin-right: 1rem; border-color: #ec6c5f; }

.signature__button--clear { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; color: #333; }

.signature__button--untact { -webkit-box-flex: 2; -ms-flex: 2 0 auto; flex: 2 0 auto; background-color: #f39c65; color: #fff; margin-right: 1rem; border-color: #f39c65; }

.signature__information { margin-top: 2rem; color: #8e8e8e; font-size: 1.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; }

.signature__information:before { content: '※ '; font-size: 1.2rem; margin-right: 0.5rem; }

.signature--center { text-align: center; }

.signature--center .modal__text { font-size: 1.2rem; line-height: 1.5; margin-top: 2rem; }

.signature--center .modal__text--bold { font-size: 1.3rem; font-weight: 600; }

.signature--center .modal__text--border { border: 1px solid #e8e8e8; padding: 1rem 2rem; }

.signature--center .modal__text--small { font-size: 1.1rem; color: #666; line-height: 1.6rem; }

.mobile-remote { display: none; }

.modal-term__content-wrap { padding: 2rem 0; height: 25rem; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }

.modal-term__content { font-size: 1.2rem; color: #8e8e8e; height: 100%; overflow-x: hidden; overflow-y: auto; line-height: 1.5; }

.modal-term__content h1 { margin-bottom: 0.3rem; }

.modal-term__content h2 { margin-bottom: 1rem; }

.modal-term__agreement { display: -webkit-box; display: -ms-flexbox; display: flex; }

.modal-term__agreement .table__check-input:checked + .table__check-button + .table__check-text { color: #333; }

.modal-term__agreement .table__check-text { color: #8e8e8e; }

.modal-term__agreement + .modal-term__agreement { margin-top: 1.5rem; }

.modal-term__agreement--total { padding: 2rem 0; border-bottom: 1px solid #e8e8e8; }

.modal-term__button { border: 1px solid #e8e8e8; font-size: 1rem; padding: 0.2rem 0.3rem; border-radius: 0.4rem; }

.image-upload { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -0.2rem; max-height: 20rem; overflow-x: hidden; overflow-y: scroll; }

.image-upload__item { width: 6.6rem; height: 6.6rem; margin: 0.2rem; position: relative; border: 1px solid #e8e8e8; }

.image-upload__item img { width: 100%; height: 100%; }

.image-upload__first-button { margin: 0.2rem; width: 6.6rem; height: 6.6rem; cursor: pointer; border: 1px solid #e8e8e8; text-indent: -9999px; border-radius: 0.3rem; position: relative; background: url("/src/images/icon_add_image.png") center/5.4rem 3rem no-repeat #fff; }

.image-upload__button { width: 100%; margin-bottom: 2rem; color: #fff; background-color: #ec6c5f; font-size: 1.2rem; height: 3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 0.3rem; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; cursor: pointer; }

.image-upload__button:before { content: ''; margin-right: 1rem; width: 2.2rem; height: 1.8rem; background: url("/src/images/icon_image_upload.png") left center/2.2rem 1.8rem no-repeat; }

.image-upload__input { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; }

.image-upload__delete-button { width: 2.7rem; height: 2.7rem; position: absolute; cursor: pointer; top: 0; right: 0; z-index: 10; text-indent: -9999px; background: url("/src/images/button_image_delete.png") center/1.4rem no-repeat rgba(0, 0, 0, 0.8); }

.dashboard { width: 100%; font-family: "Noto Sans KR", sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.dashboard__wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.dashboard__section { display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 3rem; }

.dashboard__section + .dashboard__section { overflow: hidden; margin-left: 3rem; -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 34rem; }

.dashboard__section--reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.status { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; z-index: 0; width: 100%; padding-bottom: 1rem; }

.status__wrap { -webkit-box-flex: 1; -ms-flex: 1 1 42rem; flex: 1 1 42rem; }

.status__wrap + .status__wrap { margin-left: 3rem; }

.status__wrap--inquiry { -webkit-box-flex: 1; -ms-flex: 1 1 53rem; flex: 1 1 53rem; }

.status__wrap--inquiry .status__list { background-color: #fff; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); border-radius: 1rem; }

.status__wrap:last-child { -webkit-box-flex: 1; -ms-flex: 1 1 63.5rem; flex: 1 1 63.5rem; }

.status__title { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.8rem; height: 3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 2rem; }

.status__vehicle-count { background-color: #333; color: #fff; padding: 0 1.5rem; font-size: 1.4rem; border-radius: 3rem; line-height: 2.4rem; margin-left: 1rem; height: 2.6rem; }

.status__list { display: -webkit-box; display: -ms-flexbox; display: flex; }

.status__item { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 2rem; background-color: #fff; border-radius: 1rem; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); display: block; }

.status__item + .status__item { margin-left: 1rem; }

.status__wrap--inquiry .status__item { padding: 0; position: relative; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }

.status__wrap--inquiry .status__item > a { display: block; padding: 2rem; }

.status__wrap--inquiry .status__item:last-child:after { content: ""; width: 1px; height: 10rem; background-color: rgba(0, 0, 0, 0.1); position: absolute; top: 2rem; left: 0; }

.status__wrap--inquiry .status__item { text-align: center; }

.status__wrap--inquiry .status__item > a:before { content: ""; display: block; width: 5.7rem; height: 4.1rem; background: url("/src/images/dashboard_icon01.png") no-repeat; margin: 1.7rem auto; }

.status__wrap--inquiry .status__item:last-child > a:before { background: url("/src/images/dashboard_icon02.png") no-repeat; }

.status__item--waiting .status__count { color: #ec6c5f; }

.status__name { display: block; font-size: 1.6rem; height: 2rem; line-height: 1.8rem; overflow: hidden; width: 100%; background: url("/src/images/arrow_dashboard.png") center right/0.6rem 1rem no-repeat; }

.status__wrap--inquiry .status__name { display: inline-block; width: auto; padding-right: 1.5rem; }

.status__count { padding: 1rem 0; font-size: 4.8rem; text-align: center; font-weight: 500; font-family: 'Montserrat', sans-serif; }

.to-do { overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1 1 53rem; flex: 1 1 53rem; position: relative; z-index: 10; padding-bottom: 1rem; }

.to-do__title { font-size: 1.8rem; height: 3rem; margin-bottom: 2rem; line-height: 3rem; padding-right: 3rem; display: inline-block; font-family: 'Montserrat', sans-serif; background: url("/src/images/arrow_dashboard.png") center right/0.7rem 1.2rem no-repeat; }

.to-do__list { display: -webkit-box; display: -ms-flexbox; display: flex; height: 28rem; overflow: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); padding: 1.5rem 3rem; background-color: #fff; border-radius: 1rem; }

.to-do__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 4.9rem; }

.to-do__item--empty { font-size: 1.8rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.to-do__item + .to-do__item { border-top: 1px solid #e8e8e8; }

.to-do__favorite { position: relative; width: 2rem; height: 2rem; display: block; margin-right: 1rem; }

.to-do__favorite-input { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; }

.to-do__favorite-input:checked + .to-do__favorite-star { background-image: url("/src/images/icon_favorite_star_active.png"); }

.to-do__favorite-star { width: 2rem; height: 2rem; display: block; -webkit-transition: background-image 150ms ease; transition: background-image 150ms ease; cursor: pointer; background: url("/src/images/icon_favorite_star.png") center/100% no-repeat; }

.to-do__label { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 1rem; background-color: #ec6c5f; color: #fff; line-height: 1; border-radius: 0.2rem; -ms-flex-negative: 0; flex-shrink: 0; padding: 0 0.8rem; height: 2rem; }

.to-do__content { display: block; text-align: left; overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-overflow: ellipsis; white-space: nowrap; font-size: 1.3rem; }

.maintenance { position: relative; -webkit-box-flex: 2; -ms-flex: 2 1 108rem; flex: 2 1 108rem; z-index: 5; margin-left: 3rem; }

.maintenance__title { font-size: 1.8rem; height: 3rem; margin-bottom: 2rem; line-height: 3rem; padding-right: 3rem; display: inline-block; background: url("/src/images/arrow_dashboard.png") center right/0.7rem 1.2rem no-repeat; }

.maintenance__area { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.maintenance__wrap { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; padding: 2rem 3rem 0; height: 28.3rem; border-radius: 1rem; background-color: #fff; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.maintenance__header { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #f5f5f5; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 3.3rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 1rem; }

.maintenance__header .maintenance__cel { font-weight: 700; background: none !important; }

.maintenance__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.maintenance__item { display: -webkit-box; display: -ms-flexbox; display: flex; height: 4.2rem; -webkit-transition: -webkit-box-shadow 150ms ease; transition: -webkit-box-shadow 150ms ease; transition: box-shadow 150ms ease; transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease; -webkit-box-shadow: none; box-shadow: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.maintenance__item:hover { position: relative; -webkit-box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.08); box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.08); z-index: 5; }

.maintenance__item--empty { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 1.8rem; height: 100%; }

.maintenance__cel { font-size: 1.2rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 2.5rem; height: 2.4rem; line-height: 2.4rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.maintenance__cel:last-child { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; padding-right: 3rem; background: url("/src/images/arrow_control.png") center right 1rem/0.9rem 1.6rem no-repeat; }

.maintenance__label { font-size: 1.2rem; max-width: 4.5rem; width: 100%; height: 2.4rem; color: #fff; border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.maintenance__label--check { background-color: #ec6c5f; }

.maintenance__label--maintenance { background-color: #39c8a2; }

.maintenance__label--wash { background-color: #41acff; }

.chart { margin-left: 3rem; -webkit-box-flex: 2; -ms-flex: 2 1 108rem; flex: 2 1 108rem; }

.chart__title { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.8rem; height: 3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 2rem; }

.chart__wrap { padding: 2rem 3rem; border-radius: 1rem; background-color: #fff; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); }

.chart__select { border: none; padding: 0; margin: 0 auto 2rem; }

.chart__select .select__list { border-radius: 0.2rem; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); }

.chart__select .select__current-select { text-align: center; font-family: 'Montserrat', 'Noto sans KR', sans-serif; font-weight: 700; font-size: 1.8rem; }

.chart__select .select__option { font-size: 1.6rem; height: 4rem; line-height: 4rem; padding: 0 2rem; font-family: 'Montserrat', 'Noto sans KR', sans-serif; }

.chart__select .select__option:hover { color: inherit; background-color: #f5f5f5; }

.chart__area { margin-bottom: 3rem; height: 32.4rem; }

.chart__total { height: 5.4rem; padding: 0 3rem; background-color: #e8e8e8; border-radius: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.chart__total-title { font-size: 1.4rem; font-weight: 700; }

.chart__total-cost { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: right; font-size: 1.6rem; }

.chart__total-cost span { font-family: 'Montserrat', sans-serif; color: #ef4040; font-size: 2.2rem; font-weight: 500; }

.receivable { -webkit-box-flex: 1; -ms-flex: 1 1 53rem; flex: 1 1 53rem; overflow: hidden; padding-bottom: 1rem; }

.receivable__title { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.8rem; height: 3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 2rem; }

.receivable__total { margin-bottom: 1rem; border-radius: 1rem; height: 10rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 3rem; background: url("/src/images/arrrow_image_viewer_next.png") center right 2rem/1.8rem 3.2rem no-repeat #ec6c5f; }

.receivable__total-date { font-size: 1.4rem; color: #fff; margin-bottom: 1.5rem; }

.receivable__total-date span { font-family: 'Montserrat', sans-serif; }

.receivable__list { height: 39rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.receivable__total-cost { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 2rem; color: #fff; -ms-flex-negative: 0; flex-shrink: 0; }

.receivable__total-cost span { font-size: 3rem; font-weight: 500; font-family: 'Montserrat', sans-serif; }

.receivable__item { padding: 0 1.5rem; height: 7rem; border-radius: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); }

.receivable__item + .receivable__item { margin-top: 1rem; }

.receivable__item--empty { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 1.8rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.receivable__cel { font-size: 1.3rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }

.receivable__cel--status { font-weight: 700; color: #ef4040; -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 6rem; }

.receivable__cel--name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.receivable__cel--button { font-size: 1.2rem; height: 2.6rem; border-radius: 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #f5f5f5; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #e8e8e8; padding: 0 1rem; }

.receivable__cel--button:before { content: '+'; position: relative; -webkit-transform: translate(0, -0.1rem); transform: translate(0, -0.1rem); margin-right: 0.5rem; font-size: 1.5rem; color: #ef4040; font-weight: 700; }

.schedule { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.schedule__item + .schedule__item { margin-top: 1rem; }

.schedule__check-wrap { display: block; }

.schedule__check-input { position: absolute; width: 0; left: 0; top: 0; height: 0; opacity: 0; }

.schedule__check-input:checked + .schedule__check-button { background-color: #ec6c5f; border-color: #ec6c5f; color: #fff; }

.schedule__check-input:checked + .schedule__check-button:before { background-image: url("/src/images/icon_schedule_star_active.png"); }

.schedule__check-button { cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; font-size: 1.2rem; height: 3rem; border-radius: 0.3rem; border: 1px solid #e8e8e8; background-color: #fafafa; -webkit-transition: all 150ms ease; transition: all 150ms ease; }

.schedule__check-button:before { margin-right: 1rem; width: 1.4rem; height: 1.3rem; content: ''; display: block; background: url("/src/images/icon_schedule_star.png") center/100% no-repeat; }

.schedule__information { margin: 1rem 0; color: #8e8e8e; font-size: 1.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.schedule__information:before { content: '※ '; font-size: 1.2rem; margin-right: 0.5rem; }

.schedule__label-list { display: -webkit-box; display: -ms-flexbox; display: flex; }

.schedule__label-select + .schedule__label-select { margin-left: 0.5rem; }

.schedule__label-input { position: absolute; top: 0; left: 0; width: 0; left: 0; opacity: 0; }

.schedule__label-input:checked + .schedule__label-box:before, .schedule__label-input:checked + .schedule__label-box:after { opacity: 1; }

.schedule__label-box { position: relative; display: block; width: 1.5rem; height: 1.5rem; border-radius: 0.3rem; cursor: pointer; }

.schedule__label-box:before, .schedule__label-box:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; background-color: #333; opacity: 0; }

.schedule__label-box:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.schedule__label-box:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.calendar { position: relative; }

.calendar__button { padding: 0.4em 0; line-height: 1.5; border-radius: 0.25em; position: absolute; left: auto !important; top: 0.2rem; right: 0 !important; border: 1px solid #333; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; letter-spacing: -0.05rem; font-size: 1.2rem; width: 8.5rem; color: #333; background-color: #fff; }

.calendar__button:before { display: block; width: 0.9rem; height: 0.9rem; margin-right: 0.3rem; content: ''; background: url("/src/images/icon_calendar_add.png") center/100% no-repeat; }

.mobile-navigation { display: none; }

.fc .fc-scrollgrid { border-radius: 1rem; overflow: hidden; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); }

.fc .fc-toolbar { display: block; text-align: center; position: relative; }

.fc .fc-toolbar-title { font-size: 2.3rem; font-family: "Noto Sans KR", sans-serif; display: block; width: 45rem; margin: 0 auto; cursor: pointer; }

.fc .fc-button-group { position: absolute; top: 50%; margin: 0 !important; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); pointer-events: none; width: 45rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.fc .fc-button { -webkit-box-flex: 0 !important; -ms-flex: none !important; flex: none !important; pointer-events: all; }

.fc .fc-today-button { position: absolute; top: 0.2rem; right: 9rem; border: 1px solid #ec6c5f; font-size: 1.2rem; width: 6.5rem; color: #ec6c5f; background-color: #fff; }

.fc .fc-today-button:focus, .fc .fc-today-button:hover, .fc .fc-today-button:active, .fc .fc-today-button:disabled { background-color: #fff !important; border: 1px solid #ec6c5f !important; color: #ec6c5f !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }

.fc .fc-prev-button, .fc .fc-next-button { width: 2.6rem; height: 3rem; border: 1px solid #e8e8e8; background-color: #fff; outline: none; -webkit-box-shadow: none; box-shadow: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.fc .fc-prev-button span, .fc .fc-next-button span { color: #8e8e8e; }

.fc .fc-prev-button:focus, .fc .fc-prev-button:hover, .fc .fc-prev-button:active, .fc .fc-next-button:focus, .fc .fc-next-button:hover, .fc .fc-next-button:active { background-color: #fff !important; border: 1px solid #e8e8e8 !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }

.fc .fc-col-header-cell { height: 5rem; vertical-align: middle; background-color: #fafafb; padding: 0 1.5rem; }

.fc .fc-col-header-cell.fc-day-sun { color: #ff000a; }

.fc .fc-scrollgrid-sync-inner { text-align: left; font-size: 1.2rem; }

.fc .fc-daygrid-day-top { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.fc .fc-daygrid-day-number { font-size: 1.2rem; padding: 1rem 1.5rem; }

.fc .fc-daygrid-event { font-size: 1.2rem; text-align: center; height: 2.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 10rem; cursor: pointer; font-weight: 700; padding: 0 1rem; }

.fc .fc-daygrid-event-harness + .fc-daygrid-event-harness { margin-top: 1.5rem; }

.fc .fc-daygrid-event-harness + .fc-daygrid-event-harness.fc-daygrid-event-harness-abs { margin-top: 0; }

.fc .fc-list { border: none; }

.fc .fc-event-main { overflow: hidden; }

.fc .fc-event-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.fc .fc-daygrid-day { background-color: #fff; }

.fc .fc-daygrid-day.fc-day-today { background-color: #fff; -webkit-box-shadow: inset 0 0 0 1px #ec6c5f; box-shadow: inset 0 0 0 1px #ec6c5f; }

.fc .fc-list-event-time { display: none !important; }

.fc a.event--important:before { content: ''; -ms-flex-negative: 0; flex-shrink: 0; display: block; margin-right: 0.5rem; width: 1.2rem; height: 1.2rem; background: url("/src/images/icon_schedule_star_active.png") center/100% no-repeat; }

.fc a.event--return .fc-event-title:before { content: '반납예정'; -ms-flex-negative: 0; flex-shrink: 0; text-align: center; font-weight: 300; display: inline-block; width: 5rem; line-height: 1.8rem; font-size: 1.1rem; margin-right: 0.5rem; height: 1.8rem; border-radius: 0.3rem; color: #fff; background-color: #ec6c5f; }

.fc a.event--end .fc-event-title { text-decoration: line-through; }

.fc table.fc-list-table { display: block; }

.fc table.fc-list-table tbody { display: block; width: 100%; }

.fc table.fc-list-table th, .fc table.fc-list-table td { display: block; width: 100%; border: 1px solid #ddd; }

.fc tr.fc-list-event { font-family: "Noto Sans KR", sans-serif; background-color: #fff; }

.fc tr.fc-list-event { display: -webkit-box; display: -ms-flexbox; display: flex; }

.fc tr.fc-list-event:hover { cursor: pointer; }

.fc tr.fc-list-event:hover td { background-color: #fff; }

.fc tr.fc-list-event + .fc-list-day { margin-top: 2rem; }

.fc tr.fc-list-event .fc-list-event-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding-left: 2.5rem; }

.fc tr.fc-list-event .fc-list-event-title:after { position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; -ms-flex-negative: 0; flex-shrink: 0; display: block; margin-right: 1rem; width: 1.6rem; height: 1.6rem; background: url("/src/images/icon_favorite_star_mobile.png") center/100% no-repeat; }

.fc tr.fc-list-event.event--important .fc-list-event-title:after { background: url("/src/images/icon_favorite_star_mobile_active.png") center/100% no-repeat; }

.fc tr.fc-list-event.event--return .fc-list-event-title:before { content: '반납예정'; -ms-flex-negative: 0; flex-shrink: 0; text-align: center; display: inline-block; width: 5rem; font-size: 1.1rem; margin-right: 1rem; height: 1.8rem; border-radius: 0.3rem; color: #fff; background-color: #ec6c5f; }

.fc tr.fc-list-event.event--end .fc-list-event-title { text-decoration: line-through; }

.fc tr.fc-list-day { display: -webkit-box; display: -ms-flexbox; display: flex; }

.fc tr.fc-list-day .fc-list-day-cushion { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: #fff; }

.fc tr.fc-list-day .fc-list-day-text { float: none; font-size: 1.4rem; }

.fc tr.fc-list-day .fc-list-day-side-text { float: none; margin-right: 1rem; font-weight: 700; font-size: 2rem; }

.fc tr.fc-list-event { -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: "Noto Sans KR", sans-serif; background-color: #fff; border: 1px solid #ddd; border-top: none; }

.fc td.fc-list-event-graphic { vertical-align: middle; width: 2.8rem !important; border: none !important; }

.fc td.fc-list-event-graphic .fc-list-event-dot { border-width: 0.1rem; height: 3rem; }

.fc td.fc-list-event-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 1.3rem; border: none !important; }

.fc .fc-list-empty-cushion { font-size: 1.2rem; }

.month-select { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 10; }

.month-select td { padding: 0; vertical-align: middle; }

.month-select--statistics .tui-datepicker { top: 1rem; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.sales-status { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; border: 1px solid #e8e8e8; border-radius: 0.3rem; margin-bottom: 1.5rem; width: 100%; max-width: 58rem; overflow: hidden; }

.sales-status__wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; height: 3.5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.sales-status__wrap + .sales-status__wrap { border-left: 1px solid #e8e8e8; }

.sales-status__wrap--important { color: #ec6c5f; }

.sales-status__title { font-size: 1.2rem; }

.sales-status__title:after { content: ':'; margin: 0 0.5rem; }

.sales-status__value { font-size: 12px; font-weight: 700; }

.registration-number__dash { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.2rem; -ms-flex-negative: 0; flex-shrink: 0; width: 2rem; }

.registration-number__wrap { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.statistics { position: relative; padding-top: 5rem; }

.statistics__chart-wrap { position: relative; z-index: 5; padding: 0 4rem 2rem 4rem; }

.statistics__header { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 3rem; }

.statistics__row { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; height: 4.5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.statistics__date { width: 4rem; font-size: 1.2rem; position: absolute; top: 50%; right: 100%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.statistics__bar { background-color: #fbe2df; border: 1px solid #f9d3cf; height: 2rem; position: relative; }

.statistics__bar:after { font-size: 1.2rem; content: attr(data-number); color: #ec6c5f; position: absolute; top: 50%; left: 100%; margin-left: 1rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.statistics__graph { position: absolute; top: 5rem; left: 4rem; right: 4rem; bottom: 2rem; z-index: 0; display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #e8e8e8; }

.statistics__graph-item { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; border-left: 1px dotted #e8e8e8; }

.statistics__graph-item:first-child { border-style: solid; }

.statistics__footer { position: absolute; bottom: 0; left: 4rem; right: 4rem; height: 2rem; }

.statistics__footer-data { position: absolute; text-align: center; font-size: 1.2rem; top: 50%; color: #8e8e8e; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; }

.statistics__footer-data:first-child { left: 0; text-align: left; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.statistics__footer-data:last-child { right: 0; left: auto; text-align: right; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 500; background-color: rgba(0, 0, 0, 0.2); }

.loading--hide { display: none; }

.loading__spinner { width: 8rem; height: 8rem; }

.loading__spinner:after { content: ' '; display: block; width: 6rem; height: 6rem; margin: 0.8rem; border-radius: 50%; border: 0.6rem solid #fff; border-color: #fff transparent #fff transparent; -webkit-animation: loading 1.2s linear infinite; animation: loading 1.2s linear infinite; }

@-webkit-keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.rent-status { display: -webkit-box; display: -ms-flexbox; display: flex; width: 40rem; font-family: "Noto Sans KR", sans-serif; margin-bottom: 2rem; }

.rent-status__item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.rent-status__item + .rent-status__item { margin-left: 1rem; }

.rent-status__title { color: #8e8e8e; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; }

.rent-status__value { font-size: 1.8rem; font-weight: 700; padding: 1rem 1.5rem; background-color: #fafafa; border: 1px solid #e8e8e8; border-radius: 0.3rem; text-align: center; }

.rent-status__value--red { color: #fa3838; }

.rent-status__value--blue { color: #3892fa; }

.rent-status--vertical { width: 60rem; }

.text-editor__checkbox-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 2rem; }

.text-editor__checkbox-wrap .table__check-wrap { -webkit-box-flex: initial; -ms-flex: initial; flex: initial; }

.text-editor__information { color: #8e8e8e; font-size: 1.2rem; margin-bottom: 1rem; }

.text-editor__information:before { content: '※ '; font-size: 1.2rem; margin-right: 0.5rem; }

.rent-modal-status { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 1rem 0; border-top: 1px solid #e8e8e8; margin-top: 1rem; font-family: "Noto Sans KR", sans-serif; }

.rent-modal-status__title { width: 30%; font-size: 1.4rem; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; height: 3rem; line-height: 3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.rent-modal-status__value { width: 70%; text-align: right; font-size: 1.8rem; height: 3rem; line-height: 3rem; font-weight: 700; }

.rent-modal-status__button { width: 1.5rem; margin-left: 0.5rem; height: 1.5rem; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fafafa; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; cursor: pointer; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; font-size: 1.2rem; font-weight: 700; }

.rent-modal-status__button:hover .rent-modal-status__legend { display: block; }

.rent-modal-status__legend { display: none; font-size: 1.4rem; font-weight: 400; position: absolute; bottom: 100%; left: 0; background-color: #fafafa; border: 1px solid #e8e8e8; padding: 1rem; border-radius: 0.3rem; z-index: 5; word-break: keep-all; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); }

.image-slide { background-color: #434343; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 4rem 2rem 2rem; margin-bottom: 3rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }

.image-slide__button { position: absolute; top: 50%; left: 50%; width: 7rem; height: 7rem; border-radius: 50%; background-size: 1.8rem 3.2rem; background-repeat: no-repeat; background-position: center; text-indent: -9999px; -webkit-transition-property: opacity background-color; transition-property: opacity background-color; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-timing-function: ease; transition-timing-function: ease; opacity: 0.5; }

.image-slide__button--prev { -webkit-transform: translate(-50rem, -50%); transform: translate(-50rem, -50%); background-image: url("/src/images/button_image_slide_prev.png"); }

.image-slide__button--next { -webkit-transform: translate(43rem, -50%); transform: translate(43rem, -50%); background-image: url("/src/images/button_image_slide_next.png"); }

.image-slide__button:hover { opacity: 1; background-color: #282828; }

.image-slide__list { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; width: 81rem; height: 49rem; }

.image-slide__item { opacity: 0; width: 100%; height: 100%; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; position: absolute; top: 0; left: 0; }

.image-slide__item--active { opacity: 1; z-index: 1; }

.image-slide__item img { display: block; width: 100%; height: 100%; }

.image-slide__thumbnail-wrap { position: relative; width: 81rem; margin-top: 2rem; overflow: hidden; }

.image-slide__thumbnail-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: -webkit-transform 150ms ease; transition: -webkit-transform 150ms ease; transition: transform 150ms ease; transition: transform 150ms ease, -webkit-transform 150ms ease; }

.image-slide__thumbnail-item { width: 12.5rem; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; height: 7.5rem; position: relative; margin-right: 1.2rem; border: 2px solid transparent; -webkit-transition: border-color 150ms ease; transition: border-color 150ms ease; }

.image-slide__thumbnail-item img { display: block; width: 100%; height: 100%; }

.image-slide__thumbnail-item:before { -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; content: ''; width: 100%; left: 0; top: 0; height: 100%; background-color: #fff; opacity: 0.4; z-index: 5; position: absolute; display: block; }

.image-slide__thumbnail-item--active, .image-slide__thumbnail-item:hover { border-color: #ec6c5f; }

.image-slide__thumbnail-item--active:before, .image-slide__thumbnail-item:hover:before { opacity: 0; }

.image-slide__thumbnail-item:last-child { margin-right: 0; }

.share-title { padding: 1.5rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.share-title__model { font-size: 1.4rem; font-weight: 700; margin-right: 0.5rem; }

.share-title__number { font-size: 1.2rem; }

.share-table { width: 100%; }

.share-table table { width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #e8e8e8; }

.share-table tr { border-bottom: 1px solid #e8e8e8; }

.share-table th { font-size: 1.2rem; height: 6.5rem; font-weight: 700; padding: 0 2rem; width: 24rem; text-align: center; vertical-align: middle; border-right: 1px solid #e8e8e8; background-color: #f5f5f5; }

.share-table td { font-size: 1.2rem; vertical-align: middle; height: 6.5rem; padding: 0 2rem; }

.share-table td + th { border-left: 1px solid #e8e8e8; }

.contract-body__untact { margin: 0 auto; }

.contract { width: 21cm; height: 29.7cm; margin: 0 auto; padding: 15px; }

.contract__button-wrap { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; border-bottom: 1px solid #999; padding: 0 6px 2px 6px; }

.contract__button-wrap--fixed { height: 0; border: 0; padding: 0; }

.contract__button-wrap--fixed + .contract-body { margin-top: 5rem; }

.contract__button-inner { width: 100%; max-width: 21cm; height: 4.6rem; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem 1.5rem; border-bottom: 1px solid #999; background-color: #fff; }

.contract__button { font-size: 11px; border: 1px solid #999; width: 60px; height: 26px; font-weight: 700; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.contract__button-inner .contract__button { width: auto; padding: 0 .5rem; border: 1px solid #dfdfdf; border-radius: 0.4rem; background-color: #fafafa; font-weight: 400; font-size: 1.2rem; line-height: 1; color: #333; }

.contract__button-inner .contract__button:first-child { background-color: #fae100; border-color: #fae100; }

.contract__button-inner .contract__button > i { margin-right: .2rem; }

.contract__button-inner .contract__button + .contract__button { margin-left: 1rem; }

.contract__header { width: 100%; padding: 4px 0; display: -webkit-box; display: -ms-flexbox; display: flex; }

.contract__header .contract__small-table { width: 190px; }

.contract__corp { width: 190px; }

.contract__corp-name { font-weight: 700; font-size: 14px; margin-bottom: 10px; }

.contract__corp-information { font-size: 11px; }

.contract__title { font-size: 16px; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.contract__table table, .contract__small-table table { width: 100%; border-top: 1px solid #999; }

.contract__table tr, .contract__small-table tr { border-bottom: 1px solid #999; }

.contract__table th, .contract__small-table th { background-color: #dfdfdf; font-weight: 700; font-size: 11px; text-align: center; }

.contract__table td, .contract__small-table td { font-size: 11px; text-align: center; background-color: #fff; }

.contract__table + .contract__table, .contract__table + .contract__small-table, .contract__small-table + .contract__table, .contract__small-table + .contract__small-table { margin-top: 5px; }

.contract__table thead th, .contract__table thead td { min-height: 30px; padding: 6px 10px; }

.contract__table tbody th, .contract__table tbody td { padding: 5px 10px; min-height: 25px; }

.contract__table tbody td { text-align: left; }

.contract__small-table thead th, .contract__small-table thead td { padding: 3px 10px; min-height: 20px; }

.contract__small-table tbody th, .contract__small-table tbody td { padding: 3px 10px; min-height: 20px; }

.contract__table-header { background-color: #fff !important; }

.contract__table-header + .contract__table-header { border-left: 1px solid #999; }

.contract__text-empty { text-align: center; width: 100%; display: inline-block; }

.contract__text-center { text-align: center !important; }

.contract__sign { border-left: 1px solid #999; }

.contract__sign-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 190px; position: relative; }

.contract__sign-wrap:after { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: '(인)'; }

.contract__sign-wrap img { height: auto; max-width: 60px; max-height: 40px; }

.contract__policy-wrap { padding: 6px 240px 6px 16px; position: relative; min-height: 174px; }

.contract__policy-title { font-size: 14px; font-weight: 700; margin-bottom: 10px; }

.contract__policy-list { list-style: decimal; }

.contract__policy-item { letter-spacing: -0.025rem; font-size: 11px; }

.contract__policy-item + .contract__policy-item { margin-top: 2px; }

.contract__policy-container { letter-spacing: -0.025rem; font-size: 11px; }

.contract__policy-link { width: 200px; padding: 10px 15px 15px; position: absolute; top: 0.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; right: 16px; border: 1px solid #999; }

.contract__policy-link-title { font-size: 14px; font-weight: 700; margin-bottom: 15px; }

.contract__policy-link-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.contract__policy-link-button { font-size: 11px; text-align: left; padding-right: 15px; background: url("/src/images/arrow_contract_policy.png") center right/5px 9px no-repeat; }

.contract__policy-link-button + .contract__policy-link-button { margin-top: 5px; }

.contract__footer { padding: 10px 0; border-top: 1px solid #999; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.contract__end-text { font-size: 11px; text-align: center; line-height: 1.5; }

.contract__footer-sign-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 10px; }

.contract__footer-sign-wrap img { height: auto; max-width: 80px; max-height: 50px; }

.contract__footer-sign-wrap img + .contract__footer-sign { margin-left: 20px; }

.contract__footer-sign { font-size: 14px; font-weight: 700; text-align: center; margin-right: 20px; }

.contract__table-button { font-size: 11px; color: #fff; background-color: #222; width: 100px; height: 26px; margin: 0 auto; }

.contract__border-left { border-left: 1px solid #999; }

.contract_insurence__button-wrap { max-width: 50rem; margin: 0 auto; }

.contract_insurence__button { padding: 0 8rem; font-size: 1.4rem; font-weight: 700; line-height: 5rem; height: 5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, color; transition-property: border-color, color; border: 1px solid transparent; }

.contract_insurence__button + .contract_insurence__button { margin-left: 1rem; }

.contract_insurence__button--accept { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; color: #ec6c5f; border-color: #ec6c5f; background-color: #fff; }

.contract_insurence__button--accept:hover { color: #ec6c5f; border-color: #ec6c5f; }

.contract_insurence__button--cancel { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.contract_insurence__button--cancel, .contract_insurence__button:disabled { color: #fff; border-color: #333; background-color: #333; }

.contract_insurence__button--untact { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; color: #fff; border-color: #f39c65; background-color: #f39c65; }

.vertical-scroll-table { position: relative; width: 100%; overflow-x: auto; overflow-y: hidden; white-space: nowrap; }

.vertical-scroll-table table { width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #e8e8e8; }

.vertical-scroll-table thead tr { border-bottom: 1px solid #e8e8e8; }

.vertical-scroll-table thead th { font-size: 1.2rem; font-weight: 700; height: 3.5rem; padding: 0 0.5rem; text-align: center; vertical-align: middle; color: #333; background-color: #f5f5f5; }

.vertical-scroll-table thead th + th { border-left: 1px solid #e8e8e8; }

.vertical-scroll-table thead th .table__checkbox { background-color: #fff; }

.vertical-scroll-table thead th + .table__dummy { border-left: none; }

.vertical-scroll-table tbody tr { -webkit-transition: 150ms background-color ease; transition: 150ms background-color ease; border-bottom: 1px solid #e8e8e8; background-color: #fff; }

.vertical-scroll-table tbody tr:hover { background-color: #fafafa; }

.vertical-scroll-table tbody tr:hover .table__view-button { border-color: #e8e8e8; background-color: #fff; }

.vertical-scroll-table tbody th { font-size: 1.2rem; height: 3.5rem; padding: 0 1rem; font-weight: 700; text-align: center; word-break: break-all; vertical-align: middle; }

.vertical-scroll-table tbody th + td { border-left: 1px solid #e8e8e8; }

.vertical-scroll-table tbody td { font-size: 1.2rem; height: 3.5rem; padding: 0 1rem; text-align: center; word-break: break-all; vertical-align: middle; }

.vertical-scroll-table tbody td + td { border-left: 1px solid #e8e8e8; }

.byte-text { text-align: right; font-size: 1.2rem; margin-top: 1rem; }

.mobile-visible { display: none; float: right; color: #ec6c5f; font-size: 1.2rem; margin-top: 0.2rem; }

.mobile-visible i:first-child { margin-right: .5rem; }

.ppc-rent { padding: 0 0 1rem 2rem; font-size: 1.2rem; }

i.ppc-icon { display: inline-block; width: 1.7rem; height: 1.3rem; background: url(/src/images/peoplecar_icon2.png) no-repeat; background-size: contain; vertical-align: middle; image-rendering: -webkit-optimize-contrast; }

@media print { .contract-body { overflow: visible; }
  .contract { -webkit-print-color-adjust: exact; color-adjust: exact; overflow: visible; }
  .contract__button-wrap { display: none; } }

@media (max-width: 1400px) { .maintenance__wrap { padding: 2rem 2rem 0; }
  .maintenance__cel { padding-left: 1rem; } }

@media (max-width: 1230px) { .table--ellipsis tbody th, .table--ellipsis tbody td { height: 5.2rem; } }

@media (max-width: 1200px) { .status__wrap--inquiry .status__name { width: 8.1rem; padding-right: 0.5rem; }
  .status__name { font-size: 1.2rem; }
  .status__item { padding: 1rem; }
  .status__item .status__count { font-size: 4.6rem; }
  .status__wrap--inquiry .status__item > a { padding: 1rem; }
  .status__wrap--inquiry .status__item:last-child:after { height: 8rem; }
  .maintenance { -webkit-box-flex: 2; -ms-flex: 2 0 56rem; flex: 2 0 56rem; }
  .maintenance__cel { padding-left: .5rem; }
  .chart { -webkit-box-flex: 2; -ms-flex: 2 0 56rem; flex: 2 0 56rem; }
  .receivable__title { font-size: 1.6rem; }
  .receivable__item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
  .receivable__cel { font-size: 1.1rem; }
  .receivable__cel--status { width: 100%; text-align: left; }
  .receivable__cel--vehicle-number { text-align: left; }
  .receivable__cel--price { text-align: right; }
  .receivable__cel--button { position: absolute; font-size: 1.2rem; top: 1rem; right: 1rem; width: 8.5rem; height: 2.5rem; }
  .receivable__cel--button:before { -webkit-transform: translate(0, -0.1rem); transform: translate(0, -0.1rem); font-size: 1.6rem; } }

@media (max-width: 1024px) { .contract-body__untact { width: 21cm; }
  .contract { font-family: "Dotum", "돋움", sans-serif; }
  .contract_insurence__button-wrap { position: fixed; left: 0; bottom: 2rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; padding: 0 1.5rem; }
  .contract_insurence__button { padding: 0 2rem; }
  .wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 4rem 0 0 0; -webkit-overflow-scrolling: touch; }
  .wrap--untact { display: block; padding: 4rem 0 0; overflow-x: auto; height: 129rem; }
  .wrap--login { padding: 0; }
  .wrap.active { padding-left: 0; }
  .wrap.active .hamburger-button:before { top: 50%; width: 1.4rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
  .wrap.active .hamburger-button:after { top: 50%; bottom: auto; width: 1.4rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
  .wrap.active .hamburger-button .hamburger-button__label { width: 0; height: 0; }
  .wrap.active .sidebar { left: 0; }
  .wrap.active .dimmed { pointer-events: all; opacity: 1; }
  .header { height: 4rem; }
  .header__logo { width: 12.2rem; height: 1.8rem; background-image: url("/src/images/logo_mobile.png"); }
  .header__button { width: 4rem; height: 4rem; }
  .header__button--rent { background: url("/src/images/icon_rent_mobile.png") center/3.1rem 1rem no-repeat; }
  .header__button--alram { right: 4rem; background: url("/src/images/icon_alram_mobile.png") center/100% no-repeat; }
  .header__button--alram--new { right: 4rem; background: url("/src/images/icon_alram_mobile.png") center/100% no-repeat; }
  .header__button--alram--new:before { content: ''; border: 1px solid #fff; border-radius: 50%; width: 0.5rem; height: 0.5rem; display: block; background-color: #39c8a2; position: absolute; top: 1.1rem; right: 1.2rem; }
  .alram { right: 2rem; top: 4rem; left: 2rem; width: auto; position: fixed; }
  .alram__title { font-size: 1.3rem; text-align: center; background-color: #efefef; height: 4.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .alram__list { height: 22.5rem; }
  .alram__item--empty { font-size: 1.6rem; }
  .alram__name { font-size: 1.2rem; }
  .alram__date { font-size: 1.1rem; }
  .hamburger-button { width: 4rem; height: 4rem; }
  .hamburger-button:before, .hamburger-button:after { top: 50%; left: 50%; width: 1.6rem; height: 0.2rem; -webkit-transition: -webkit-transform 150ms ease; transition: -webkit-transform 150ms ease; transition: transform 150ms ease; transition: transform 150ms ease, -webkit-transform 150ms ease; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .hamburger-button:before { top: 1.5rem; }
  .hamburger-button:after { top: auto; bottom: 1.3rem; }
  .hamburger-button .hamburger-button__label { top: 50%; left: 50%; width: 1.6rem; height: 0.2rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: width, height; transition-property: width, height; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .sidebar { top: 4rem; left: -25rem; width: 25rem; }
  .user-information { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 0.8rem; padding: 3rem 1.5rem; }
  .user-information__profile { width: 3.5rem; height: 3.5rem; margin-right: 1.1rem; }
  .user-information__company { font-size: 1.4rem; font-weight: 700; margin-bottom: 0; }
  .user-information__welcome-message { font-size: 1.4rem; }
  .user-information__name { font-size: 1.4rem; color: #333; }
  .user-information__logout-button { font-size: 1.2rem; line-height: 3rem; width: 100%; height: 3rem; margin-top: 2rem; border: 1px solid #e8e8e8; border-radius: 0.3rem; }
  .navigation__item { font-size: 1.6rem; height: 5rem; padding: 0 3rem 0 1.5rem; }
  .navigation__item:before, .navigation__item:after { -webkit-transform: translate(0, -50%) rotate(0); transform: translate(0, -50%) rotate(0); }
  .navigation__item:before { right: 1.9rem; width: 0.1rem; height: 0.9rem; opacity: 1; }
  .navigation__item:after { right: 1.5rem; width: 0.9rem; height: 0.1rem; }
  .navigation__item:hover { color: inherit; background-color: inherit; }
  .navigation__item:hover:before, .navigation__item:hover:after { -webkit-transform: translate(0, -50%) rotate(0); transform: translate(0, -50%) rotate(0); }
  .navigation__item.active { background-color: #fafafa; }
  .navigation__item.active:after { -webkit-transform: translate(0, -50%) rotate(180deg); transform: translate(0, -50%) rotate(180deg); }
  .navigation__item.active + .navigation__two-depth { display: block; }
  .navigation__item--admin { color: #333; background-color: #fbe2df; }
  .navigation__item--admin:hover, .navigation__item--admin.active { background-color: #f8cdc8; }
  .navigation__two-depth { display: none; padding: 1rem 0 1rem 4.5rem; background-color: #fff; }
  .navigation__two-depth-item { font-size: 1.4rem; line-height: 4rem; height: 4rem; }
  .navigation__two-depth-item:hover { color: inherit; }
  .dimmed { top: 4rem; }
  .content-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0; }
  .content-wrap--dashboard { padding-top: 4rem; height: auto; }
  .tab { -ms-flex-negative: 0; flex-shrink: 0; border-bottom: 1px solid #e8e8e8; background-color: #fff; }
  .tab__item { font-size: 1.4rem; bottom: 0; color: #c8c8c8; border: none; border-bottom: 1px solid transparent; border-radius: 0; background-color: #fff; }
  .tab__item + .tab__item { margin-left: 0; }
  .tab__item + .tab__item:before { position: absolute; top: 50%; left: 0; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .tab__item:hover { text-decoration: none; color: inherit; background-color: inherit; }
  .tab__item--active { padding: 1.3rem 4rem 1.3rem 1.4rem; color: #333; border-color: #333; background-color: #fff !important; -webkit-box-shadow: none; box-shadow: none; }
  .tab__link { padding: 1.3rem 4rem 1.3rem 1.4rem; }
  .tab__remove-button { top: 1.4rem; right: 0.8rem; width: 2rem; height: 2rem; }
  .tab__remove-button:before { width: 0.1rem; height: 0.9rem; }
  .tab__remove-button:after { width: 0.9rem; height: 0.1rem; }
  .login { background-color: #fff; }
  .login__panel { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; background-color: #fff; -webkit-box-shadow: none; box-shadow: none; }
  .login__logo-wrap { -webkit-box-flex: 0; -ms-flex: 0; flex: 0; width: 20.1rem; height: 3rem; margin-bottom: 8rem; padding: 0; background: none; }
  .login__logo { width: 100%; height: 3rem; background: url("/src/images/logo_login_mobile.png") center/100% no-repeat; }
  .login__form { width: 100%; padding: 0 3rem; }
  .login__title { display: none; }
  .login__input { line-height: 5rem; height: 5rem; margin-bottom: 1rem; }
  .login__checkbox-wrap { height: 2rem; }
  .login__checkbox { width: 2rem; height: 2rem; }
  .login__checkbox:before { width: 0.2rem; height: 0.6rem; margin-left: -0.2rem; }
  .login__checkbox:after { width: 0.2rem; height: 0.6rem; margin-left: 0.1rem; }
  .login__checkbox-text { font-size: 1.2rem; }
  .login__find-link { font-size: 1.2rem; }
  .login__button-wrap { width: 100%; margin: 3rem auto 0; }
  .login__button { font-size: 1.6rem; }
  .sign-up { width: 100%; padding-bottom: 6rem; }
  .sign-up__step { margin: 4rem auto; }
  .sign-up__step-item { font-size: 1.2rem; }
  .sign-up__step-item + .sign-up__step-item { margin-left: 3.4rem; }
  .sign-up__title { font-size: 2.5rem; margin-bottom: 2rem; }
  .sign-up__title-untact { margin-top: 3rem; font-size: 2.3rem; line-height: 3rem; }
  .sign-up__description { margin-bottom: 1rem; }
  .sign-up__description--small { margin-bottom: 4rem; }
  .sign-up__description--certify { margin-bottom: 3rem; }
  .sign-up__send-info-list { max-width: 18rem; }
  .sign-up__send-info { margin: 2rem 1.5rem 0; }
  .sign-up__divider { display: block; }
  .sign-up__divider-untact { font-weight: 500; }
  .sign-up__button-wrap { position: fixed; z-index: 30; bottom: 0; left: 0; width: 100%; margin: 0; background-color: #fff; }
  .sign-up__button { font-size: 1.6rem; font-weight: 400; line-height: 6rem; height: 6rem; border: none; border-top: 1px solid transparent; }
  .sign-up__button + .sign-up__button { margin-left: 0; border-left-width: 1px; border-left-style: solid; }
  .sign-up__button--accept { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-color: #f39c65; }
  .sign-up__button--cancel { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .sign-up__button--cancel, .sign-up__button:disabled { border-color: #f5f5f5; background-color: #f5f5f5; }
  .sign-up .information-table { padding: 0 1.5rem; }
  .sign-up .information-table__header { height: auto; }
  .sign-up .information-email-form { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 4rem; }
  .sign-up .information-email-form .information-input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .sign-up .information-email-form .information-preffix { padding: 0 0.5rem; }
  .sign-up .information-email-form .information-select { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .sign-up .information-email-form.self .information-input--email { display: inline-block; }
  .sign-up .information-email-form.self .information-select { display: none; }
  .sign-up .information-email-form.self .information-input-close-button { display: block; }
  .untact-signature { margin: 2rem 1.5rem; }
  .untact-signature__button { width: calc( 100% - 3rem); margin: 0 1.5rem; line-height: 3rem; }
  .sign-up__certify-wrap .untact-signature__button { width: 100%; margin: 0; }
  .find-account { width: 100%; padding: 5rem 1.5rem 12rem; }
  .find-account__title { font-size: 2.5rem; margin-bottom: 1.5rem; }
  .find-account__description { line-height: 1.5; margin-bottom: 5rem; }
  .find-account__tab { margin-bottom: 3rem; }
  .find-account__tab-item { font-size: 1.6rem; padding: 1.2rem 0; }
  .find-account__input-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .find-account__input-wrap + .find-account__input-wrap { margin-top: 2rem; }
  .find-account__input-header { font-size: 1.2rem; font-weight: 700; line-height: 4rem; width: 12rem; height: 4rem; color: #333; }
  .find-account__input { line-height: 4rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 4rem; padding: 0 1.5rem; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; border: 1px solid #e8e8e8; border-radius: 0.4rem; }
  .find-account__input:focus { border-color: #ec6c5f; }
  .find-account__input::-webkit-input-placeholder { color: #c8c8c8; }
  .find-account__input:-ms-input-placeholder { color: #c8c8c8; }
  .find-account__input::-ms-input-placeholder { color: #c8c8c8; }
  .find-account__input::placeholder { color: #c8c8c8; }
  .find-account__button-wrap { position: fixed; z-index: 5; right: 0; bottom: 0; left: 0; margin-top: 0; }
  .find-account__button { font-size: 1.6rem; font-weight: 400; line-height: 6rem; height: 6rem; border-right: none; border-bottom: none; border-left: none; }
  .agreement { margin: 0 1.5rem; }
  .agreement__item { font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 1.5rem; letter-spacing: -0.1rem; }
  .agreement__item--all { font-size: 1.6rem; padding: 1.5rem; }
  .agreement__checkbox-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }
  .agreement__checkbox-input:checked + .agreement__checkbox { background-color: #fff; }
  .agreement__checkbox-input:checked + .agreement__checkbox:before, .agreement__checkbox-input:checked + .agreement__checkbox:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; background-color: #ec6c5f; }
  .agreement__checkbox-input:checked + .agreement__checkbox:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
  .agreement__checkbox-input:checked + .agreement__checkbox:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
  .agreement__checkbox { position: relative; -ms-flex-negative: 0; flex-shrink: 0; width: 2rem; height: 2rem; margin-right: 1rem; }
  .agreement__label { margin-right: 0.5rem; }
  .agreement__label--necessary { color: #f39c65; }
  .agreement__view-button { font-size: 1.1rem; color: #c8c8c8; }
  .agreement__two-depth-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 1rem 1.5rem 1.5rem 4.4rem; padding: 1.5rem 1rem 1.5rem 2rem; background-color: #fafafa; }
  .agreement__two-depth-wrap .agreement__item { padding: 0; }
  .agreement__two-depth-wrap .agreement__item + .agreement__item { margin-left: 2rem; }
  .content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; padding: 1.5rem; border-radius: 0; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
  .content--no-padding { padding: 0; }
  .content--no-padding .function-wrap { padding: 1.5rem 1.5rem 0; }
  .vehicle-sidebar-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .vehicle-sidebar { width: 100%; padding: 0; background-color: #f5f5f5; margin-right: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0 1.5rem 2rem; }
  .vehicle-sidebar__item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-radius: 0; width: auto; height: 3.5rem; font-size: 1.6rem; line-height: 3.5rem; padding-left: 0; color: #8e8e8e; background-color: #fff; -webkit-transition: all 150ms ease; transition: all 150ms ease; border: 1px solid #e8e8e8; text-align: center; }
  .vehicle-sidebar__item:first-child { border-radius: 0.3rem 0 0 0.3rem; }
  .vehicle-sidebar__item:last-child { border-radius: 0 0.3rem 0.3rem 0; }
  .vehicle-sidebar__item + .vehicle-sidebar__item { margin-top: 0; border-left: none; }
  .vehicle-sidebar__item--active, .vehicle-sidebar__item:hover { color: #fff; -webkit-box-shadow: none; box-shadow: none; background-color: #ec6c5f; border-color: #ec6c5f; }
  .vehicle-sidebar-table-wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .function-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 2rem; }
  .add-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .add { display: -webkit-box; display: -ms-flexbox; display: flex; width: auto; }
  .add__input { font-size: 1.2rem; width: 12rem; height: 3.5rem; padding: 0 0 0 1rem; color: #333; border-right: 1px solid #e8e8e8; }
  .add__button { font-size: 1.2rem; -ms-flex-negative: 0; flex-shrink: 0; height: 3.5rem; margin-left: 0.8rem; padding: 0 1.5rem; }
  .search-wrap .select { width: 2rem; height: 3.5rem; padding: 0; text-indent: -9999px; border: none; background: url("/src/images/icon_mobile_select.png") center/0.4rem 1.6rem no-repeat; }
  .search-wrap .select__list { border-radius: 0.3rem; -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1); width: auto !important; }
  .search-wrap .select__option { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-indent: 0; }
  .search-wrap .select__option--active { color: #333; }
  .search-wrap .select__option--active:before { border-color: #ec6c5f !important; }
  .search-wrap .select__option--active:after { opacity: 1 !important; }
  .search-wrap .select__option:before { display: block; width: 1.6rem; height: 1.6rem; margin-right: 1rem; content: ''; -webkit-transition: border-color 150ms ease; transition: border-color 150ms ease; border: 1px solid #e8e8e8; border-radius: 50%; }
  .search-wrap .select__option:after { position: absolute; top: 50%; left: 2.1rem; display: block; width: 0.6rem; height: 0.6rem; content: ''; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); opacity: 0; border-radius: 50%; background-color: #ec6c5f; }
  .search { display: -webkit-box; display: -ms-flexbox; display: flex; width: 16.2rem; }
  .search__input { font-size: 1.2rem; width: 12.5rem; height: 3.3rem; padding: 0 0 0 1rem; color: #333; border-right: 1px solid #e8e8e8; }
  .search__button { -ms-flex-negative: 0; flex-shrink: 0; width: 3.5rem; height: 3.3rem; text-indent: -9999px; background: url("/src/images/button_search.png") center/1.3rem 1.5rem no-repeat; }
  .button-wrap { overflow-x: auto; overflow-y: hidden; }
  .select { line-height: 3.2rem; position: relative; height: 3.2rem; padding: 0 4rem 0 1rem; cursor: pointer; border: 1px solid #e8e8e8; border-radius: 0.4rem; background: url("/src/images/arrow_select.png") top 1.3rem right 1.2rem/0.9rem 0.5rem no-repeat #fff; }
  .select--active .select__list { pointer-events: all; opacity: 1; }
  .select--active-from-top .select__list { top: 100%; bottom: auto; -webkit-transform: translate(0, -0.1rem); transform: translate(0, -0.1rem); pointer-events: all; opacity: 1; }
  .select__input { display: none; }
  .select__current-select { font-size: 1.3rem; pointer-events: none; color: #333; }
  .select__list { z-index: 50; pointer-events: none; }
  .select__option { font-size: 1.3rem; line-height: 3.2rem; height: 3.2rem; padding: 0 1.5rem; cursor: pointer; color: #333; }
  .select__option--active, .select__option:hover { color: #f39c65; }
  .file { line-height: 3.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 3.2rem; }
  .file__file-name { font-size: 1.4rem; line-height: 3rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 3rem; }
  .file__file-name:before { font-size: 1.1rem; line-height: 3rem; width: 6rem; height: 3rem; }
  .file__button { font-size: 1.1rem; line-height: 3rem; width: 6rem; height: 3rem; }
  .button { font-size: 1.2rem; -ms-flex-negative: 0; flex-shrink: 0; height: 3.5rem; margin-left: 0.8rem; padding: 0 1.5rem; }
  .button:hover { background-color: #f5f5f5; }
  .button--inline { display: inline; height: 2.2rem; font-size: 1.1rem; padding: 0 1rem; }
  .button--list { width: 4rem; height: 3.3rem; }
  .button--search-detail { width: 3.5rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0; padding: 0; }
  .button--search-detail:after { margin: 0; }
  .button--map { width: 4rem; height: 3.3rem; }
  .table { width: 100%; }
  .table table { display: block; border: none; }
  .table thead { display: none; }
  .table tbody { display: block; }
  .table tbody tr { font-size: 0; position: relative; display: block; padding: 0 1.5rem; -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1); }
  .table tbody tr:hover { background-color: #fff; }
  .table tbody tr:hover .table__view-button { border-color: #e8e8e8; background-color: #fafafa; }
  .table tbody tr + tr { margin-top: 1rem; }
  .table tbody tr.always-active { padding: 1.5rem 2rem; }
  .table tbody tr.always-active td { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .table tbody tr.always-active .table__view-button-wrap { display: inline-block; padding: 0; }
  .table tbody tr.always-active .table__view-button-wrap + .table__detail-button-wrap { display: inline-block; }
  .table tbody tr.active .table__header { margin-bottom: 1.5rem; border-color: #e8e8e8; }
  .table tbody tr.active td { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .table tbody tr.active td.signature-date { display: none; }
  .table tbody tr.active .table__view-button-wrap { display: inline-block; padding: 0; margin: 1.5rem 0; }
  .table tbody tr.active .table__view-button-wrap + .table__detail-button-wrap { display: inline-block; }
  .table tbody tr.active .table__view-button-wrap + .table__view-button-wrap { display: inline-block; width: 50%; padding: 0 0 0 1rem !important; }
  .table tbody tr.active .table__view-button-wrap--list { width: 33.33% !important; }
  .table tbody tr.active.temporary-signature .signature-date { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .table tbody tr.table__empty-cell { font-size: 1.6rem; border: none; background: none; -webkit-box-shadow: none; box-shadow: none; }
  .table tbody tr.table__empty-cell td { display: block; padding: 0; text-align: center; }
  .table tbody td { font-size: 1.2rem; position: relative; display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; height: auto !important; min-height: 2.5rem; padding-left: 50%; text-align: right; white-space: normal; word-break: break-all; border: none; }
  .table tbody td + td { border: none; }
  .table tbody td:before { font-weight: bold; position: absolute; top: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50%; height: 100%; padding-right: 0.5rem; content: attr(data-title); text-align: left; white-space: normal; word-break: break-all; }
  .table tfoot { display: block; position: relative; width: 100%; }
  .table tfoot tr { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .table tfoot th { padding: 1rem; font-size: 1.2rem; font-weight: 700; width: 100%; text-align: left; }
  .table tfoot td { position: relative; border: none; border-top: 1px solid #e8e8e8; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; }
  .table tfoot td:before { font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; color: #8e8e8e; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50%; height: 100%; padding: 0 0.5rem; content: attr(data-title); text-align: left; white-space: normal; word-break: break-all; }
  .table__header { display: -webkit-box; display: -ms-flexbox; display: flex; overflow-x: auto; overflow-y: hidden; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 5rem; padding: 0; cursor: pointer; white-space: nowrap; border-bottom: 1px solid transparent; background-color: transparent; }
  .table__header--non-checkbox { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .table__header--float { position: relative; z-index: 5; top: 0 !important; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; height: 5rem !important; }
  .table__header--float .table__header-icon-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .table__header--float .table__header-button { width: auto; height: auto; font-size: 1.2rem; }
  .table__header .table__checkbox-wrap { margin-right: 1rem; }
  .table__header-item { font-size: 1.2rem; line-height: 1.3; display: block; height: 1.9rem; }
  .table__header-item + .table__header-item { position: relative; margin-left: 0.6rem; padding-left: 0.6rem; }
  .table__header-item + .table__header-item:before { position: absolute; top: 50%; left: 0; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .table__header-item:last-child { padding-right: 2rem; }
  .table__header-item.delete { display: none; }
  .table__header-item.date { display: none; }
  .table__header-button { display: block; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fff; font-size: 1.1rem; padding: 0.1rem 0.2rem; z-index: 5; margin-left: 2rem; }
  .table__header-padding-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }
  .table__header-icon-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .table__header-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 1.8rem; height: 1.8rem; border-radius: 0.3rem; border: 1px solid transparent; margin-right: 0.5rem; -ms-flex-negative: 0; flex-shrink: 0; }
  .table__header-icon--speed { border: 1px solid #64ad39; background-color: #64ad39; }
  .table__header-icon--speed-parking { border-color: #bec1c6; background: url("/src/images/icon_map_data_parking.png") center/100% no-repeat #bec1c6; }
  .table__header-icon--speed-parking .table__header-icon--speed-count { opacity: 0; }
  .table__header-icon--communication { border-color: #de3939; background: url("/src/images/icon_map_data_communication.png") center/100% no-repeat #de3939; }
  .table__header-icon--communication-active { border-color: #47a1ff; background: url("/src/images/icon_map_data_communication_active.png") center/100% no-repeat #fff; }
  .table__header-icon--shutoff { border-color: #de3939; background: url("/src/images/icon_map_data_shutoff.png") center/100% no-repeat #de3939; }
  .table__header-icon--shutoff-active { border-color: #47a1ff; background: url("/src/images/icon_map_data_shutoff_active.png") center/100% no-repeat #fff; }
  .table__header-icon--voltage { border-color: #de3939; background: url("/src/images/icon_map_data_voltage.png") center/100% no-repeat #de3939; }
  .table__header-icon--voltage-active { border-color: #47a1ff; background: url("/src/images/icon_map_data_voltage_active.png") center/100% no-repeat #fff; }
  .table__header-icon--speed-count { font-size: 1rem; color: #fff; }
  .table__checkbox-wrap { -ms-flex-negative: 0; flex-shrink: 0; width: 1.9rem; height: 1.9rem; }
  .table__checkbox-wrap--image { font-size: 0; margin-right: 0; }
  .table__checkbox-input:checked + .table__checkbox { border-color: #ec6c5f; background-color: #ec6c5f; }
  .table__checkbox-input:checked + .table__checkbox:before, .table__checkbox-input:checked + .table__checkbox:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }
  .table__checkbox-input:checked + .table__checkbox:before { width: 0.2rem; height: 0.4rem; margin: 0rem 0 0 -0.3rem; }
  .table__checkbox-input:checked + .table__checkbox:after { width: 0.2rem; height: 0.8rem; margin: 0rem 0 0 0.1rem; }
  .table__checkbox { width: 1.9rem; height: 1.9rem; border: 1px solid #e8e8e8; background-color: #fff; }
  .table__checkbox--checked { border-color: #ec6c5f; background-color: #ec6c5f; }
  .table__view-button-wrap { display: none; width: 50%; padding: 2rem 1rem 2rem 0; }
  .table__view-button-wrap + .table__detail-button-wrap { width: 50%; padding: 2rem 0 2rem 1rem !important; }
  .table__view-button-wrap:before { display: none !important; }
  .table__view-button-wrap--list { padding: 2rem 0 !important; width: 32%; }
  .table__view-button-wrap--list + .table__view-button-wrap--list { margin-left: 2%; }
  .table__view-button-wrap--history button { font-size: 0; }
  .table__view-button-wrap--history button:before { font-size: 1.2rem; content: '운행이력'; }
  .table__view-button-wrap--summary button { font-size: 0; }
  .table__view-button-wrap--summary button:before { font-size: 1.2rem; content: '운행요약'; }
  .table__view-button-wrap--smartkey button { font-size: 0; }
  .table__view-button-wrap--smartkey button:before { font-size: 1.2rem; content: '차량제어'; }
  .table__view-button-wrap--full { width: 100%; }
  .table__view-button { font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 3.5rem; padding: 0 1.5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, background-color; transition-property: border-color, background-color; text-indent: 0; color: #333; border: 1px solid #e8e8e8; border-radius: 0.2rem; background-color: #fafafa; }
  .table__view-button:hover { background-color: #f5f5f5; }
  .table__view-button--small { padding: 0 0.5rem; white-space: nowrap; height: 2.5rem; }
  .table__detail-button-wrap { position: relative; top: 0 !important; width: 100%; height: 100%; padding: 2rem 0 !important; border: none !important; padding-left: 8rem !important; }
  .table__detail-button-wrap:before { display: none !important; }
  .table__detail-button { font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 3.5rem; padding: 0 1.5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, background-color; transition-property: border-color, background-color; text-indent: 0; color: #333; border: 1px solid #e8e8e8; border-radius: 0.2rem; background-color: #fafafa; }
  .table__detail-button:hover { background-color: #f5f5f5; }
  .table__check { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; height: auto; }
  .table__check-wrap { width: 100%; }
  .table__check-wrap + .table__check-wrap { margin: 1.5rem 0 0 0; }
  .table__check-input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; opacity: 0; }
  .table__check-input:checked + .table__check-button { background-color: #ec6c5f; }
  .table__check-input:checked + .table__check-button:before, .table__check-input:checked + .table__check-button:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background-color: #fff; }
  .table__check-input:checked + .table__check-button:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
  .table__check-input:checked + .table__check-button:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
  .table__check-input:disabled + .table__check-button { border-color: #c8c8c8; }
  .table__check-input:disabled + .table__check-button:before { background-color: #c8c8c8; }
  .table__check-input:disabled + .table__check-button + .table__check-text { color: #8e8e8e; }
  .table__check-button { position: relative; display: block; width: 1.5rem; height: 1.5rem; cursor: pointer; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; border-radius: 0.4rem; background-color: #f5f5f5; margin-right: 1rem; }
  .table__check-text { white-space: nowrap; }
  .table__radio-wrap + .table__radio-wrap { margin-left: 2rem; }
  .table--search tbody tr.active { padding: 0 2rem 1.5rem; }
  .table__choice { width: 100%; }
  .table__choice-input { width: 100%; }
  .table__radio--mobile-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .table__radio--mobile-vertical .table__radio-wrap { margin: 0; }
  .table__radio--mobile-vertical .table__radio-wrap + .table__radio-wrap { margin-top: 1rem; }
  .table--label tr.always-active { position: relative; padding: 1.5rem 4.5rem 1.5rem 7.2rem !important; background: url("/src/images/arrow_control_active.png") top 2.5rem right 2rem/0.45rem 0.8rem no-repeat #fff; }
  .table--label tr.always-active td { padding-left: 40%; }
  .table--label tr.always-active:before { content: ''; position: absolute; top: 2rem; left: 2rem; width: 3.5rem; height: 3.5rem; line-height: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #333; color: #fff; white-space: pre; border-radius: 0.3rem; font-size: 1.1rem; }
  .table--label tr.always-active.dispatch:before { content: '배차\A완료'; background-color: #ec6c5f; }
  .table--label tr.always-active.return:before { content: '반납\A완료'; background-color: #39c8a2; }
  .table tbody td.delete { position: absolute; left: 2rem; bottom: 3.5rem; width: 7rem; text-align: center; padding: 0; }
  .table tbody td.delete .button--temporary-delete { padding: 0; width: 100%; border-radius: 0; height: 3.5rem; color: #333; border: 1px solid #e8e8e8; border-radius: 0.2rem; background-color: #fafafa; }
  .vehicle-table { padding: 2rem 1.5rem; background-color: #fff; }
  .vehicle-table table { display: block; }
  .vehicle-table thead { display: block; }
  .vehicle-table thead tr { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #f5f5f5; }
  .vehicle-table thead th { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(33% - 1rem); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .vehicle-table thead th + th { border-left: none; }
  .vehicle-table thead th .table__checkbox { background-color: #fff; }
  .vehicle-table tbody { display: block; }
  .vehicle-table tbody tr { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; -ms-flex-wrap: wrap; flex-wrap: wrap; background: url("/src/images/arrow_panel.png") top 1.5rem right 1rem/0.8rem 0.5rem no-repeat; }
  .vehicle-table tbody tr:hover { background-color: #fff; }
  .vehicle-table tbody tr.active { background-image: url("/src/images/arrow_panel_active.png"); }
  .vehicle-table tbody tr.active .vehicle-table__mobile-panel { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .vehicle-table tbody tr.active .vehicle-table__detail-button-wrap { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .vehicle-table tbody tr.active:before { display: block; }
  .vehicle-table tbody tr:before { top: 3.6rem; left: 0; display: none; width: 100%; content: ''; height: 1px; position: absolute; background-color: #e8e8e8; }
  .vehicle-table tbody td { width: calc(33% - 1rem); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 0.5rem; }
  .vehicle-table tbody td + td { border: none; }
  .vehicle-table__checkbox-box { width: 3.5rem !important; -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; border-right: 1px solid #e8e8e8; }
  .vehicle-table__mobile-hidden { display: none !important; }
  .vehicle-table__mobile-panel { position: relative; width: 100% !important; display: none !important; -webkit-box-flex: 1 !important; -ms-flex: auto !important; flex: auto !important; height: auto !important; padding: 1rem 0 1rem 4.4rem !important; -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .vehicle-table__mobile-panel:before { content: '비고 : '; font-weight: 700; white-space: nowrap; }
  .vehicle-table__mobile-panel:after { content: ''; display: block; width: 0.1rem; height: 100%; position: absolute; top: 0; left: 3.4rem; background-color: #e8e8e8; }
  .vehicle-table__detail-button-wrap { position: relative; top: 0 !important; -webkit-box-flex: 1 !important; -ms-flex: auto !important; flex: auto !important; width: 100%; height: auto !important; padding: 1rem 0 1rem 4.5rem !important; border: none !important; display: none !important; }
  .vehicle-table__detail-button-wrap:after { top: 0; left: 3.4rem; display: block; width: 1px; content: ''; height: 100%; position: absolute; background-color: #e8e8e8; }
  .vehicle-table__detail-button { font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 3.5rem; padding: 0 1.5rem; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 150ms; transition-duration: 150ms; -webkit-transition-property: border-color, background-color; transition-property: border-color, background-color; text-indent: 0; color: #ec6c5f; border: 1px solid #ec6c5f; border-radius: 0.2rem; background-color: #fff; }
  .vehicle-table__last-item { width: calc(34% - 1.5rem) !important; padding-right: 3rem !important; }
  .vehicle-table--small-item thead th { width: calc(50% - 1.5rem); }
  .vehicle-table--small-item tbody td { width: calc(50% - 1.5rem); }
  .vehicle-table--small-item .vehicle-table__last-item { width: calc(50% - 2rem) !important; padding-right: 3rem !important; }
  .vertical-table-header { padding: 0 2rem; }
  .vertical-table table { display: block; border-top: none; }
  .vertical-table tbody { display: block; }
  .vertical-table tr { display: block; padding: 2rem; background-color: #fff; -webkit-box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1); }
  .vertical-table tr + tr { margin-top: 1rem; }
  .modal__car-info .vertical-table tr { padding: 0; }
  .vertical-table th { font-size: 1.4rem; font-weight: 400; display: block; width: 100%; margin-bottom: 2rem; padding: 0 0 2rem 0; text-align: left; border-right: none; border-bottom: 1px solid #e8e8e8; background-color: #fff; }
  .modal__car-info .vertical-table th { font-weight: 600; padding: 1.5rem; margin-bottom: 0; border-bottom: 0; background-color: #f5f5f5; }
  .modal__car-info .vertical-table th.center { margin: 0; border: 0; }
  .modal__car-info .vertical-table th.center .series-name { display: block; }
  .vertical-table--unfold th { background-color: #dedfe1 !important; }
  .vertical-table td { display: block; padding: 0; }
  .modal__car-info .vertical-table td { padding: 1.5rem; }
  .vertical-table--fixed tr { padding: 1rem 2rem; }
  .vertical-table--fixed th { font-size: 1.1rem; font-weight: 700; margin: 0; border: none; padding: 1rem 0 0.5rem; }
  .vertical-table--fixed td { border-top: 1px solid #e8e8e8; font-size: 1.4rem; padding: 0.5rem 0 1rem; }
  .vertical-table__information { margin: 0; padding: 0.5rem 1rem; }
  .vertical-table.mo-fold table { display: table; border-top: 1px solid #e8e8e8; }
  .vertical-table.mo-fold tbody { display: table-row-group; }
  .vertical-table.mo-fold tr { display: table-row; padding: 0.8rem 1.5rem; -webkit-box-shadow: none; box-shadow: none; }
  .vertical-table.mo-fold tr + tr { margin-top: 0; }
  .vertical-table.mo-fold th { font-size: 1.4rem; font-weight: 400; display: table-cell; width: auto; margin-bottom: 0; padding: 0.8rem 1.5rem; text-align: left; border-right: none; border-bottom: none; }
  .modal__car-info .vertical-table.mo-fold th { font-weight: 600; padding: 0.8rem 1.5rem; }
  .vertical-table.mo-fold td { display: table-cell; padding: 0.8rem 1.5rem; }
  .modal__car-info .vertical-table.mo-fold td { padding: 0.8rem 1.5rem; }
  .banner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .banner__thumbnail { margin: 0 auto; }
  .banner__thumbnail img { width: 100%; height: auto; }
  .banner .file { width: 100%; margin: 2rem 0 0 0; }
  .information-header { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 2rem; }
  .information-header__input { width: 100%; }
  .information-header__button-wrap { width: 100%; }
  .information-header__title { font-weight: 400; width: 100%; margin-bottom: 1.5rem; padding-right: 0; }
  .information-title { font-size: 1.2rem; font-weight: 700; line-height: 3rem; height: 3rem; margin-bottom: 1rem; text-align: center; background-color: #f5f5f5; }
  .information-title + .information-table table tbody th { width: 12rem; }
  .information-table { width: 100%; }
  .information-table > table { width: 100%; border-spacing: 0; border-collapse: collapse; }
  .information-table > table > tbody > tr { display: block; }
  .information-table > table > tbody > tr + tr { margin-top: 1rem; }
  .information-table > table > tbody > tr > th { font-size: 1.2rem; display: block; margin-bottom: 0.8rem; }
  .information-table > table > tbody > tr > td { display: block; padding: 0.3rem 0; }
  .information-table > table > tbody > tr > td + th { margin-top: 1rem; padding-left: 0; }
  .information-table__half td { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .information-table__half .information-suffix { margin-left: 1rem; }
  .information-table__half .select { width: 100%; }
  .information-input-wrap { width: 100%; }
  .information-input-wrap .button { height: 3.5rem; }
  .information-input { font-size: 1.4rem; line-height: 3.5rem; width: 100%; height: 3.5rem; }
  .information-select { font-size: 1.4rem; line-height: 3.5rem; width: 100%; height: 3.5rem; }
  .information-textarea { font-size: 1.4rem; width: 100%; }
  .information-email-form .information-input { width: 100%; }
  .information-email-form--modal { width: 100%; }
  .information-email-form--modal .information-input { width: 100%; }
  .pagination__total-page { display: none; }
  .modal__content { min-width: 80%; width: 100%; max-width: 80%; }
  #signature-registration .modal__content { max-width: 100%; min-width: 0; width: 28rem; }
  .modal__content--gray { background-color: #f5f5f5; }
  .modal__header { position: relative; padding: 1rem 3.5rem 1rem 1.5rem; border-bottom: 1px solid #e8e8e8; background-color: #fff; }
  #address-search .modal__header { padding: 1.5rem; }
  .modal__title { font-size: 1.6rem; }
  .modal__close-button { right: 2rem; width: 1.1rem; height: 1.1rem; }
  .modal__body { padding: 1.5rem; }
  .modal__body--control { padding: 0; }
  .modal__body--gray { background-color: #fafafa; }
  #address-search .modal__body { padding: 1.5rem 0; }
  .modal__button-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem 2rem 2rem; }
  .modal__button-wrap:before { right: 0; }
  .modal__button { font-size: 1.2rem; height: 3.5rem; padding: 0 1.5rem; border-radius: 3.5rem; }
  .modal__button + .modal__button { margin-left: 0.8rem; }
  .modal__button--dark { color: #fff; background-color: #333; }
  .modal__button--light { color: #333; background-color: #fff; }
  .modal__viewer-header { height: 4.8rem; }
  .modal__viewer-button-wrap { top: 1.5rem; left: 1.5rem; }
  .modal__viewer-button { width: 1.9rem; height: 1.9rem; }
  .modal__viewer-button--close { right: 1.5rem; }
  .modal__viewer-button + .modal__viewer-button { margin-left: 3rem; }
  .modal__viewer-button + .modal__viewer-button:before { left: -1.5rem; height: 1.8rem; }
  .modal__viewer-counter-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .modal__viewer-counter { font-family: "Noto Sans KR", sans-serif; font-size: 1.4rem; }
  .modal__viewer-counter--total:before { margin: 0 0.5rem; }
  .modal__image-slider { padding: 0rem 0 4.8rem; }
  .modal__image-slider-list { position: relative; width: 100%; height: 100%; }
  .modal__image-slider-item { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; }
  .modal__image-slider-item--active { opacity: 1; }
  .modal__image-slider-arrow-button { width: 3.5rem; height: 3.5rem; background-size: 0.9rem 1.6rem; }
  .modal__image-slider-arrow-button--prev { left: 1.5rem; }
  .modal__image-slider-arrow-button--next { right: 1.5rem; }
  .modal__viewer-share-wrap { width: 50%; margin: 0; position: relative; }
  .modal__viewer-share-wrap:before { width: 0.1rem; height: 1rem; position: absolute; top: 50%; left: 0; background-color: #ccc; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; }
  .modal__viewer-share { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 1000; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .modal__viewer-share-header { position: relative; text-align: center; font-size: 1.6rem; display: block; margin-bottom: 2.5rem; font-weight: 700; width: 100%; height: 1.6rem; }
  .modal__viewer-share-close-button { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); right: 1rem; width: 1.5rem; height: 1.5rem; text-indent: -9999px; background: url("/src/images/button_share_close.png") center/100% no-repeat; }
  .modal__viewer-share-content { background-color: #fff; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; top: 0; left: 0; padding: 0; border: none; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; padding: 1.5rem 0.7rem 2.5rem; }
  .modal__viewer-share-button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 2rem; }
  .modal__viewer-share-button { font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; white-space: nowrap; }
  .modal__viewer-share-button + .modal__viewer-share-button { margin-left: 2.8rem; }
  .modal__viewer-share-button:before { content: ''; display: block; width: 4.4rem; height: 4.4rem; border-radius: 50%; background-size: 2.8rem; background-position: center; margin-bottom: 0.7rem; background-repeat: no-repeat; }
  .modal__viewer-share-button--kakaotalk:before { background-color: #ffe500; background-image: url("/src/images/button_share_kakao.png"); }
  .modal__viewer-share-button--twitter:before { background-color: #2cabde; background-image: url("/src/images/button_share_twitter.png"); }
  .modal__viewer-share-button--facebook:before { background-color: #3a5daa; background-image: url("/src/images/button_share_facebook.png"); }
  .modal__viewer-share-button--band:before { background-color: #1bcc21; background-image: url("/src/images/button_share_band.png"); }
  .modal__viewer-share-link-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid #ededed; }
  .modal__viewer-share-link { width: 21.4rem; height: 2.7rem; background-color: #fafafa; color: #777; padding: 0 1rem; border-right: 1px solid #ededed; }
  .modal__viewer-share-link-button { font-size: 1.2rem; background-color: #fff; height: 2.7rem; color: #777; padding: 0 1rem; white-space: nowrap; }
  .modal__search { padding: 1.5rem; }
  .modal__search-header { height: 3.5rem; line-height: 3.5rem; width: 5rem; }
  .modal__search-header--full { height: 2.5rem; line-height: 2.5rem; width: 100%; }
  .modal__search-input-wrap { width: 100%; }
  .add__select .modal__search-input-wrap { width: calc(100% - 9.5rem); }
  .add__select .modal__search-input-wrap .modal__search-input { height: 3.2rem; }
  .modal__search-input { height: 3.5rem; }
  .modal__search-button { width: 3.5rem; height: 3.5rem; }
  .modal__search-button-wrap { padding: 0 1.5rem; }
  .modal__search-result { height: 3rem; }
  .modal__slide { width: 100%; }
  .modal__slide-list { width: 100%; }
  .modal__slide-item { width: 100%; }
  .modal__slide-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; }
  .modal__slide-title--main { margin-bottom: -2rem; }
  .modal__slide-title--main button { color: #ec6c5f; }
  .modal__slide-bullet-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 3rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .modal__slide-bullet { cursor: pointer; width: 1.2rem; height: 1.2rem; border: 1px solid #e8e8e8; background-color: #e8e8e8; }
  .modal__slide-bullet--active { background-color: #ec6c5f; border-color: #e32d1b; }
  .modal__slide-bullet + .modal__slide-bullet { margin-left: 0.5rem; }
  .modal__slide-control { bottom: 6.5rem; }
  .mobile-hidden { display: none !important; }
  .bottom-sheet { left: 0; }
  .bottom-sheet__header { padding: 2rem 1.5rem; }
  .bottom-sheet__title { font-weight: 400; }
  .bottom-sheet__close-button { right: 1.5rem; width: 1rem; height: 1rem; background: url("/src/images/button_bottom_sheet_close_mobile.png") center/100% no-repeat; }
  .bottom-sheet__content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 2rem 1.5rem; }
  .map-route-wrap { background-color: #fafafa; padding: 0; }
  .map-wrap { height: calc(100vh - 8.8rem); }
  .map-legend { padding: 0.4rem 0.9rem; top: 1.5rem; right: 1.5rem; }
  .map-legend__chart-item { padding-top: 1rem; width: 3.3rem; }
  .map-slider { padding: 0.5rem 1rem; bottom: 23rem; top: 10rem; right: 1.5rem; }
  .map-slider__item { height: 100%; }
  .go-to-back-wrap { padding: 1rem; }
  .go-to-back-wrap--no-padding { padding: 0; }
  .go-to-back-title { font-weight: 400; }
  .map-control { top: 1.8rem; right: 1.5rem; }
  .map-control__button--gps { margin-bottom: 1rem; }
  .map-control__button--zoom-in { display: none; }
  .map-control__button--zoom-out { display: none; }
  .map-control__button-label { font-size: 1.1rem; position: absolute; top: 50%; right: 100%; margin-right: 0.8rem; padding: 0.4rem 0.8rem; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); white-space: nowrap; pointer-events: none; opacity: 0; color: #fff; border: 1px solid #000; border-radius: 0.3rem; background-color: #333; }
  .go-to-back-button { background-color: transparent; border: none; }
  .go-to-back-title { padding-left: 1rem; }
  .map-data-sheet { position: fixed; z-index: 20; right: 1.5rem; bottom: 2rem; left: 1.5rem; height: auto; padding: 1.5rem; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-duration: 250ms; transition-duration: 250ms; -webkit-transition-property: opacity; transition-property: opacity; pointer-events: none; opacity: 0; background-color: #fff; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
  .map-data-sheet--active { height: auto; margin-top: 0; pointer-events: all; opacity: 1; }
  .map-data-sheet dl { -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; }
  .map-data-sheet dl:first-child { border-top: none; }
  .map-data-sheet__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .map-data-sheet__row .map-data-sheet__data { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .map-data-sheet__title { display: none; }
  .map-data-sheet__title--mode { background-color: #fff; display: block; font-weight: 700; line-height: 1.5; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; height: auto; padding: 0; border: none !important; }
  .map-data-sheet__title--mode:after { margin: 0 0.5rem; content: ':'; }
  .map-data-sheet__full-row { width: 100% !important; }
  .map-data-sheet__row-mobile-hide { width: 0 !important; }
  .map-data-sheet__data { line-height: 1.5; width: 100%; height: auto; padding: 0; border: none !important; }
  .map-data-sheet__data--mobile-hide { display: none; }
  .map-data-sheet__info-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 7.5rem; }
  .map-data-sheet__vehicle-type { font-size: 1.6rem !important; margin-bottom: 1.5rem; }
  .map-data-sheet__address { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1rem; }
  .map-data-sheet__address-text { font-size: 1.4rem !important; font-weight: 300; overflow: hidden; padding-right: 1rem; white-space: nowrap; text-overflow: ellipsis; color: #8e8e8e; }
  .map-data-sheet__address-copy-button { font-size: 1.2rem; font-weight: 300; padding: 0.2rem 0.4rem; -ms-flex-negative: 0; flex-shrink: 0; color: #8e8e8e; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fff; }
  .map-data-sheet__speed { font-size: 0 !important; position: absolute; bottom: 7.5rem; left: 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #64ad39; border-radius: 0.3rem; background-color: #64ad39; }
  .map-data-sheet__speed--parking { border-color: #bec1c6; background: url("/src/images/icon_map_data_parking.png") center/100% no-repeat #bec1c6; }
  .map-data-sheet__speed--parking .map-data-sheet__speed-count { opacity: 0; }
  .map-data-sheet__communication { font-size: 0 !important; position: absolute; bottom: 7.5rem; left: 3.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #de3939 !important; border-radius: 0.3rem; background: url("/src/images/icon_map_data_communication.png") center/100% no-repeat #de3939; }
  .map-data-sheet__communication--active { border: 1px solid #47a1ff !important; background: url("/src/images/icon_map_data_communication_active.png") center/100% no-repeat #fff; }
  .map-data-sheet__shutoff { font-size: 0 !important; position: absolute; bottom: 7.5rem; left: 6.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #de3939 !important; border-radius: 0.3rem; background: url("/src/images/icon_map_data_shutoff.png") center/100% no-repeat #de3939; }
  .map-data-sheet__shutoff--active { border: 1px solid #47a1ff !important; background: url("/src/images/icon_map_data_shutoff_active.png") center/100% no-repeat #fff; }
  .map-data-sheet__voltage { font-size: 0 !important; position: absolute; bottom: 7.5rem; left: 8.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #de3939 !important; border-radius: 0.3rem; background: url("/src/images/icon_map_data_voltage.png") center/100% no-repeat #de3939; }
  .map-data-sheet__voltage--active { border: 1px solid #47a1ff !important; background: url("/src/images/icon_map_data_voltage_active.png") center/100% no-repeat #fff; }
  .map-data-sheet__speed-count { font-size: 1rem; color: #fff; }
  .map-data-sheet__recent-report { position: relative; overflow: visible; margin-right: 1.5rem; }
  .map-data-sheet__recent-report:after { position: absolute; top: 50%; right: -0.8rem; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .map-data-sheet__voltage-level { position: relative; overflow: visible; margin-right: 1.5rem; }
  .map-data-sheet__voltage-level:after { position: absolute; top: 50%; right: -0.8rem; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .map-data-sheet__oil { position: relative; overflow: visible; margin-right: 1.5rem; }
  .map-data-sheet__oil:after { position: absolute; top: 50%; right: -0.8rem; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .map-data-sheet__distance { position: relative; overflow: visible; margin-right: 1.5rem; }
  .map-data-sheet__distance:before { content: '금일 '; }
  .map-data-sheet__distance:after { position: absolute; top: 50%; right: -0.8rem; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .map-data-sheet__total-distance { position: relative; overflow: visible; }
  .map-data-sheet__total-distance:before { content: '총 '; }
  .map-data-sheet__renter { width: 100% !important; }
  .map-data-sheet__renter:before { content: '임차인 : '; }
  .map-data-sheet__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; margin-top: 5rem; }
  .map-data-sheet__button { font-size: 1.2rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 1.2rem 0; color: #333; border-radius: 0.3rem; background-color: #f5f5f5; }
  .map-data-sheet__mode + .map-data-sheet__title--mode { margin-left: 1rem; }
  .map-data-sheet__legend-button { display: block; position: absolute; bottom: 7.5rem; right: 1.5rem; border-radius: 50%; text-indent: -9999px; width: 1.8rem; height: 1.8rem; z-index: 5; border: 1px solid #e8e8e8; background: url("/src/images/icon_legend.png") center/0.6rem 1rem no-repeat #fff; }
  .map-data-open-sheet { position: fixed; z-index: 20; right: 1.5rem; bottom: 2rem; left: 1.5rem; height: auto; padding: 1.5rem 1.5rem 4.5rem 1.5rem; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-duration: 250ms; transition-duration: 250ms; -webkit-transition-property: opacity; transition-property: opacity; margin-top: 0; background-color: #fff; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .map-data-open-sheet dl { width: auto; border: none !important; }
  .map-data-open-sheet__info-wrap { width: 100% !important; }
  .map-data-open-sheet__title { display: none; }
  .map-data-open-sheet__title--mode { background-color: #fff; display: block; font-weight: 700; line-height: 1.5; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; height: auto; padding: 0; border: none !important; }
  .map-data-open-sheet__title--mode:after { margin: 0 0.5rem; content: ':'; }
  .map-data-open-sheet__full-row { width: 100% !important; }
  .map-data-open-sheet__data { line-height: 1.5; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; height: auto; padding: 0; border: none !important; }
  .map-data-open-sheet__data--mobile-hide { display: none; }
  .map-data-open-sheet__mode + .map-data-open-sheet__title--mode { margin-left: 1rem; }
  .map-data-open-sheet__info-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 7.5rem; }
  .map-data-open-sheet__vehicle-type { font-size: 1.6rem !important; margin-bottom: 1.5rem; }
  .map-data-open-sheet__address { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1rem; }
  .map-data-open-sheet__address-text { font-size: 1.4rem !important; font-weight: 300; overflow: hidden; padding-right: 1rem; white-space: nowrap; text-overflow: ellipsis; color: #8e8e8e; }
  .map-data-open-sheet__address-copy-button { font-size: 1.2rem; font-weight: 300; padding: 0.2rem 0.4rem; -ms-flex-negative: 0; flex-shrink: 0; color: #8e8e8e; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fff; }
  .map-data-open-sheet__speed-count { font-size: 1rem; color: #fff; }
  .map-data-open-sheet__speed { font-size: 0 !important; position: absolute; bottom: 1.5rem; left: 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #64ad39; border-radius: 0.3rem; background-color: #64ad39; }
  .map-data-open-sheet__speed--parking { border-color: #bec1c6; background: url("/src/images/icon_map_data_parking.png") center/100% no-repeat #bec1c6; }
  .map-data-open-sheet__speed--parking .map-data-open-sheet__speed-count { opacity: 0; }
  .map-data-open-sheet__communication { font-size: 0 !important; position: absolute; bottom: 1.5rem; left: 3.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #de3939 !important; border-radius: 0.3rem; background: url("/src/images/icon_map_data_communication.png") center/100% no-repeat #de3939; }
  .map-data-open-sheet__communication--active { border: 1px solid #47a1ff !important; background: url("/src/images/icon_map_data_communication_active.png") center/100% no-repeat #fff; }
  .map-data-open-sheet__shutoff { font-size: 0 !important; position: absolute; bottom: 1.5rem; left: 6.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #de3939 !important; border-radius: 0.3rem; background: url("/src/images/icon_map_data_shutoff.png") center/100% no-repeat #de3939; }
  .map-data-open-sheet__shutoff--active { border: 1px solid #47a1ff !important; background: url("/src/images/icon_map_data_shutoff_active.png") center/100% no-repeat #fff; }
  .map-data-open-sheet__voltage { font-size: 0 !important; position: absolute; bottom: 1.5rem; left: 8.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem !important; height: 2rem !important; border: 1px solid #de3939 !important; border-radius: 0.3rem; background: url("/src/images/icon_map_data_voltage.png") center/100% no-repeat #de3939; }
  .map-data-open-sheet__voltage--active { border: 1px solid #47a1ff !important; background: url("/src/images/icon_map_data_voltage_active.png") center/100% no-repeat #fff; }
  .map-data-open-sheet__time { position: relative; overflow: visible; margin-right: 1.5rem; }
  .map-data-open-sheet__time:after { position: absolute; top: 50%; right: -0.8rem; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .map-data-open-sheet__voltage-level { position: relative; overflow: visible; margin-right: 1.5rem; }
  .map-data-open-sheet__voltage-level:after { position: absolute; top: 50%; right: -0.8rem; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .map-data-open-sheet__oil { position: relative; overflow: visible; margin-right: 1.5rem; }
  .map-data-open-sheet__oil:after { position: absolute; top: 50%; right: -0.8rem; display: block; width: 0.1rem; height: 1rem; content: ''; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: #e8e8e8; }
  .map-data-open-sheet__legend-button { display: block; position: absolute; bottom: 1.5rem; right: 1.5rem; border-radius: 50%; text-indent: -9999px; width: 1.8rem; height: 1.8rem; z-index: 5; border: 1px solid #e8e8e8; background: url("/src/images/icon_legend.png") center/0.6rem 1rem no-repeat #fff; }
  .control-search { padding: 2rem; }
  .control-search__input-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .control-search__divider { width: 100% !important; -webkit-box-flex: 0; -ms-flex: none; flex: none; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .control-search__divider + .control-search__divider { margin-top: 0.5rem; }
  .control-search__divider .datepicker-area { width: auto; }
  .control-search__input { width: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .control-search__dash { -ms-flex-negative: 0; flex-shrink: 0; width: 3.5rem; text-align: center; font-size: 1.4rem; }
  .control-search__dash + .control-search__input { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .control-history-list { height: 100%; }
  .control-history-item { padding: 2.3rem 2rem 2.3rem 6.7rem; background: #fff; }
  .control-history-item:hover { background-color: inherit; background-image: inherit; }
  .control-history-item__label-wrap { top: 2.7rem; width: 3.7rem; bottom: 2.7rem; }
  .control-history-item__label { border-radius: 1.8rem; width: 3.7rem; height: 1.8rem; font-size: 1.2rem; }
  .control-history-item__address { font-size: 1.4rem; }
  .control-history-item__address--start { margin-bottom: 1.5rem; }
  .control-history-item__address--end { margin-top: 1.5rem; }
  .control-history-item__date { font-size: 1.2rem; }
  .control-history-item__km { font-size: 1.4rem; }
  .control-history-item__time { font-size: 1.4rem; }
  .control-summary-info-wrap { padding: 2rem; }
  .control-month-selector__button { width: 2.5rem; height: 3.5rem; background-size: 0.7rem 1.2rem; }
  .control-month-selector__text { font-size: 1.6rem; padding: 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }
  .control-summary-info { padding: 1.5rem 0; }
  .control-summary-info__text { font-size: 1.2rem; margin-bottom: 0.5rem; }
  .control-summary-info__km { font-size: 1.6rem; }
  .control-summary-item { display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
  .control-summary-cel { font-size: 1.1rem; }
  .control-summary-cel--day { width: 4rem; }
  .control-summary-cel--distance { width: 4rem; }
  .control-summary-cel--chart { padding: 0.5rem; }
  .control-summary-cel--button-wrap { width: 5rem; }
  .control-summary-cel__button { width: 3.5rem; height: 2.5rem; font-size: 1rem; }
  .smartkey-header { padding-top: 4rem; }
  .smartkey-header__image-wrap { height: 7rem; }
  .smartkey-header__title { font-weight: 400; margin-bottom: 0; }
  .smartkey-header__car-name { font-weight: 400; padding: 0 2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .smartkey { padding: 2rem; }
  .smartkey__button { -ms-flex-negative: 0; flex-shrink: 0; font-size: 1.1rem; }
  .smartkey__button--open { width: auto; height: 11.5rem; border-right: none; border-radius: 0.3rem 0 0 0.3rem; }
  .smartkey__button--open:before { width: 2.3rem; height: 2.9rem; background-image: url("/src/images/button_smartkey_open_mobile.png"); }
  .smartkey__button--close { width: auto; height: 11.5rem; }
  .smartkey__button--close:before { width: 2.3rem; height: 2.9rem; background-image: url("/src/images/button_smartkey_close_mobile.png"); }
  .smartkey__button--lamp { border-radius: 0.3rem; width: auto; height: 8.5rem; }
  .smartkey__button--lamp:before { width: 2.2rem; height: 2rem; background-image: url("/src/images/button_smartkey_lamp_mobile.png"); }
  .smartkey__button--siren { border-radius: 0.3rem; width: auto; height: 8.5rem; }
  .smartkey__button--siren:before { width: 2.2rem; height: 2rem; background-image: url("/src/images/button_smartkey_siren_mobile.png"); }
  .smartkey__button--turnoff { border-radius: 0.3rem; width: auto; height: 8.5rem; }
  .smartkey__button--turnoff:before { width: 2.2rem; height: 2rem; background-image: url("/src/images/button_smartkey_turnoff_mobile.png"); }
  .category-selection { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 2rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .category-selection__button { width: 20rem; max-width: 100%; height: 13.5rem; font-size: 1.6rem; background-color: #fafafa; }
  .category-selection__button:before { margin-bottom: 1.5rem; width: 3.6rem; height: 3.6rem; }
  .category-selection__button--check:before { background-image: url("/src/images/button_selection_check_mobile.png"); }
  .category-selection__button--maintenance:before { background-image: url("/src/images/button_selection_maintenance_mobile.png"); }
  .category-selection__button--wash:before { background-image: url("/src/images/button_selection_wash_mobile.png"); }
  .category-selection__button--kakaotalk:before { background-image: url("/src/images/button_selection_kakaotalk_mobile.png"); }
  .category-selection__button--link:before { background-image: url("/src/images/button_selection_link_mobile.png"); }
  .category-selection__button + .category-selection__button { margin: 2rem 0 0 0; }
  .check-date { font-size: 1.2rem; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem 0; }
  .check-date:before { content: ''; display: block; width: 1.6rem; height: 1.6rem; margin-right: 1rem; background: url("/src/images/icon_information.png") center/100% no-repeat; }
  .check-date-selection { width: 100%; }
  .check-date-selection__wrap { background-color: #fff; border-radius: 0.3rem; -webkit-box-shadow: 0 0.2rem 0.4rem rgba(122, 122, 122, 0.1); box-shadow: 0 0.2rem 0.4rem rgba(122, 122, 122, 0.1); }
  .check-date-selection__radio-wrap { padding: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .check-date-selection__radio-wrap .table__radio-wrap { width: 100%; }
  .check-date-selection__radio-wrap .table__radio-wrap + .table__radio-wrap { margin: 1rem 0 0 !important; }
  .check-date-selection__radio-wrap .information-input { width: calc(100% - 3rem); }
  .check-date-selection__distance-wrap { padding: 2rem 2rem 4rem; }
  .check-date-selection__title { font-size: 1.2rem; font-weight: 700; height: 4rem; line-height: 4rem; border-bottom: 1px solid #e8e8e8; text-align: center; }
  .check-date-selection__title .select { width: 100%; border: none; height: 4rem; padding: 0; line-height: 4rem; }
  .check-date-selection__title .select__current-select { text-align: center; }
  .check-date-selection__message { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.2rem; font-weight: 700; margin: 1rem 0; }
  .check-date-selection__label { border-radius: 0.3rem; background-color: #ec6c5f; color: #fff; font-size: 1.1rem; font-weight: 400; padding: 0.3rem 0.5rem; margin-right: 1rem; }
  .check-date-selection__button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem 1rem 0; }
  .check-date-selection__button { font-size: 1.1rem; position: relative; z-index: 10; padding: 0.5rem 1rem; border: 1px solid #e8e8e8; border-radius: 0.3rem; background-color: #fafafa; }
  .mobile-remote { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; background-color: #fff; width: 3.5rem; height: 3.5rem; border: 1px solid #ccc; -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1); box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1); left: 2.5rem; bottom: 3rem; }
  .mobile-remote__button { width: 100%; height: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background-position: center; background-size: 1.1rem 1.9rem; text-indent: -9999px; background-repeat: no-repeat; }
  .mobile-remote__button--prev { background-image: url("/src/images/arrow_remote_back.png"); }
  .dashboard { padding: 2rem 1.5rem 4.5rem; }
  .dashboard__wrap { display: block; }
  .dashboard__section { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 0; }
  .dashboard__section + .dashboard__section { overflow: auto; margin-left: 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; }
  .status { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; overflow: visible; margin-bottom: 2rem; }
  .status__wrap { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }
  .status__wrap + .status__wrap { margin: 2rem 0 0 0; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }
  .status__wrap + .status__wrap > .status-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .status__title { font-size: 1.4rem; margin-bottom: 1rem; height: auto; }
  .status__vehicle-count { background-color: #333; color: #fff; padding: 0 1.5rem; font-size: 1rem; border-radius: 3rem; line-height: 1.8rem; margin-left: 1rem; height: 1.8rem; }
  .status__list { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .status__list--mobile-column { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .status__list--mobile-column .status__item:first-child, .status__list--mobile-column .status__item--waiting { position: relative; width: 100%; margin-bottom: 1rem; }
  .status__list--mobile-column .status__item:first-child .status__name, .status__list--mobile-column .status__item--waiting .status__name { width: 100%; top: 0; left: 0; padding: 1.6rem 1.8rem; height: 100%; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-position: center right 1.8rem; }
  .status__list--mobile-column .status__item:first-child .status__count, .status__list--mobile-column .status__item--waiting .status__count { padding: 0 3rem 0 0; text-align: right; }
  .status__list--mobile-column .status__item:first-child + .status__item, .status__list--mobile-column .status__item--waiting + .status__item { margin-left: 0; }
  .status__list .status__count { font-size: 2.6rem; }
  .status__item { padding: 2rem 1.8rem; }
  .status__wrap--inquiry .status__item > a:before { background: url(/src/images/dashboard_icon01@2x.png) no-repeat; background-size: contain; }
  .status__wrap--inquiry .status__item:last-child > a:before { background: url(/src/images/dashboard_icon02@2x.png) no-repeat; background-size: contain; }
  .status__wrap--inquiry .status__item:last-child:after { height: 10rem; }
  .status__name { font-size: 1.6rem; }
  .status__wrap--inquiry .status__name { padding-right: 1.5rem; width: auto; }
  .status__count { padding: 2rem 0 0; font-size: 4.9rem; }
  .to-do { overflow: visible; margin: 0 0 2rem 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .to-do__title { font-size: 1.4rem; height: auto; margin-bottom: 1rem; line-height: 1; padding-right: 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: url("/src/images/arrow_dashboard.png") center right 1rem/0.7rem 1.2rem no-repeat; }
  .to-do__title:after { font-family: "Noto Sans KR", sans-serif; content: '스케줄 이동'; font-size: 1.2rem; }
  .to-do__list { height: auto; overflow: visible; padding: 1rem 1.5rem; }
  .to-do__item { height: 5rem; }
  .to-do__favorite { margin-right: 1.5rem; }
  .to-do__label { font-size: 1rem; margin-right: 1rem; border-radius: 0.2rem; height: 2rem; }
  .to-do__content { font-size: 1.4rem; }
  .maintenance { position: relative; margin-bottom: 2rem; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; margin-left: 0; }
  .maintenance__title { font-size: 1.4rem; height: auto; margin-bottom: 1rem; line-height: 1; padding-right: 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: url("/src/images/arrow_dashboard.png") center right 1rem/0.7rem 1.2rem no-repeat; }
  .maintenance__title:after { content: '전체보기'; font-size: 1.2rem; }
  .maintenance__area { display: block; }
  .maintenance__area:after { display: none; }
  .maintenance__wrap { width: 100%; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; padding: 1rem 1.5rem; }
  .maintenance__header { display: none; }
  .maintenance__item { display: -webkit-box; display: -ms-flexbox; display: flex; height: 5rem; padding: 0 4rem 0 1rem; background: url("/src/images/arrow_dashboard.png") center right 1rem/0.7rem 1.2rem no-repeat; border-bottom: 1px solid #e8e8e8; }
  .maintenance__item:last-child { border-bottom: none; }
  .maintenance__item--empty { background: #fff; padding: 0; }
  .maintenance__cel { height: auto; font-size: 1.4rem; padding-left: 1rem; }
  .maintenance__cel:first-child { padding-left: 0; }
  .maintenance__cel--mobile-hidden { display: none; }
  .maintenance__cel--align-right { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; text-align: right; }
  .maintenance__label { font-size: 1.2rem; max-width: 4.5rem; width: 100%; height: 2.4rem; color: #fff; border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .maintenance__label--check { background-color: #ec6c5f; }
  .maintenance__label--maintenance { background-color: #39c8a2; }
  .chart { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 0; }
  .chart__title { font-size: 1.4rem; margin-bottom: 1rem; height: auto; }
  .chart__wrap { padding: 1.5rem; }
  .chart__select { border: none; padding: 0; margin: 0 auto 2rem; }
  .chart__select .select__list { border-radius: 0.2rem; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); }
  .chart__select .select__current-select { font-size: 1.2rem; }
  .chart__select .select__option { font-size: 1.2rem; height: 3rem; line-height: 3rem; }
  .chart__total { height: 4rem; padding: 0 2rem; }
  .chart__total-title { font-size: 1rem; }
  .chart__total-cost { font-size: 1rem; }
  .chart__total-cost span { font-size: 1.3rem; font-weight: 700; }
  .receivable { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 0 2rem 0; overflow: hidden; }
  .receivable__title { font-size: 1.4rem; margin-bottom: 1rem; height: auto; }
  .receivable__total { padding: 2.5rem; background: #ec6c5f; }
  .receivable__total-date { font-size: 1.3rem; margin-bottom: 1rem; }
  .receivable__total-cost { font-size: 1.6rem; }
  .receivable__total-cost span { font-size: 2.8rem; }
  .receivable__list { height: auto; }
  .receivable__item { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 0 1.5rem; height: 6.5rem; background: #fff; }
  .receivable__item + .receivable__item { margin-top: 1rem; }
  .receivable__cel { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1.3rem; text-align: center; }
  .receivable__cel--status { text-overflow: clip; overflow: visible; padding-right: 0.5rem; width: 6rem; text-align: center; }
  .receivable__cel--button { width: 8rem; font-size: 1.2rem; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); letter-spacing: -0.025rem; background-color: #f5f5f5; }
  .schedule { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .schedule__item + .schedule__item { margin-top: 1rem; }
  .schedule__check-wrap { display: block; }
  .schedule__check-input { position: absolute; width: 0; left: 0; top: 0; height: 0; opacity: 0; }
  .schedule__check-input:checked + .schedule__check-button { background-color: #ec6c5f; border-color: #ec6c5f; color: #fff; }
  .schedule__check-input:checked + .schedule__check-button:before { background-image: url("/src/images/icon_schedule_star_active.png"); }
  .schedule__check-button { cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; font-size: 1.2rem; height: 3rem; border-radius: 0.3rem; border: 1px solid #e8e8e8; background-color: #fafafa; -webkit-transition: all 150ms ease; transition: all 150ms ease; }
  .schedule__check-button:before { margin-right: 1rem; width: 1.4rem; height: 1.3rem; content: ''; display: block; background: url("/src/images/icon_schedule_star.png") center/100% no-repeat; }
  .schedule__information { margin: 1rem 0; color: #8e8e8e; font-size: 1.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .schedule__information:before { content: '※ '; font-size: 1.2rem; margin-right: 0.5rem; }
  .schedule__label-list { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .schedule__label-select + .schedule__label-select { margin-left: 0.5rem; }
  .schedule__label-input { position: absolute; top: 0; left: 0; width: 0; left: 0; opacity: 0; }
  .schedule__label-input:checked + .schedule__label-box:before, .schedule__label-input:checked + .schedule__label-box:after { opacity: 1; }
  .schedule__label-box { position: relative; display: block; width: 1.5rem; height: 1.5rem; border-radius: 0.3rem; cursor: pointer; }
  .schedule__label-box:before, .schedule__label-box:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; background-color: #333; opacity: 0; }
  .schedule__label-box:before { width: 0.1rem; height: 0.3rem; margin-left: -0.2rem; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
  .schedule__label-box:after { width: 0.1rem; height: 0.5rem; margin-left: 0.1rem; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
  .calendar { padding: 1.5rem; }
  .calendar__button { top: 2rem !important; right: 1.5rem !important; font-size: 1rem; width: 6.5rem; }
  .mobile-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #fff; -webkit-box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2); height: 4rem; z-index: 100; width: 100%; left: 0; right: 0; top: 4rem; position: fixed; }
  .mobile-navigation__item { -webkit-box-flex: 1; -ms-flex: 1 0 20%; flex: 1 0 20%; text-indent: -9999px; -webkit-transition: background-image 150ms ease; transition: background-image 150ms ease; background-size: 2.6rem; background-repeat: no-repeat; background-position: center; position: relative; }
  .mobile-navigation__item--status { background-image: url("/src/images/icon_mobile_nav_status.png"); }
  .mobile-navigation__item--to-do { background-image: url("/src/images/icon_mobile_nav_to_do.png"); }
  .mobile-navigation__item--maintenance { background-image: url("/src/images/icon_mobile_nav_maintenance.png"); }
  .mobile-navigation__item--receivable { background-image: url("/src/images/icon_mobile_nav_receivable.png"); }
  .mobile-navigation__item--chart { background-image: url("/src/images/icon_mobile_nav_chart.png"); }
  .mobile-navigation__item:before { background-color: #ec6c5f; content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 0.2rem; opacity: 0; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; }
  .mobile-navigation__item--active:before { opacity: 1; }
  .mobile-navigation__item--active.mobile-navigation__item--status { background-image: url("/src/images/icon_mobile_nav_status_active.png"); }
  .mobile-navigation__item--active.mobile-navigation__item--to-do { background-image: url("/src/images/icon_mobile_nav_to_do_active.png"); }
  .mobile-navigation__item--active.mobile-navigation__item--maintenance { background-image: url("/src/images/icon_mobile_nav_maintenance_active.png"); }
  .mobile-navigation__item--active.mobile-navigation__item--receivable { background-image: url("/src/images/icon_mobile_nav_receivable_active.png"); }
  .mobile-navigation__item--active.mobile-navigation__item--chart { background-image: url("/src/images/icon_mobile_nav_chart_active.png"); }
  .fc .fc-scrollgrid { border-radius: 1rem; overflow: hidden; -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05); }
  .fc .fc-toolbar { text-align: left; padding-left: 3rem; }
  .fc .fc-toolbar-title { font-size: 1.4rem; width: 11rem; word-break: keep-all; white-space: pre-line; display: block; text-align: left; margin: 0; }
  .fc .fc-button-group { top: 50%; margin: 0 !important; left: 0; width: 16.5rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .fc .fc-button { -webkit-box-flex: 0 !important; -ms-flex: none !important; flex: none !important; pointer-events: all; }
  .fc .fc-today-button { top: 0.5rem; right: 7rem; font-size: 1rem; width: 4rem; -webkit-transform: none; transform: none; }
  .fc .fc-prev-button, .fc .fc-next-button { border: none; background-color: transparent; outline: none; -webkit-box-shadow: none; box-shadow: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .fc .fc-prev-button span, .fc .fc-next-button span { color: #333; }
  .fc .fc-prev-button:focus, .fc .fc-prev-button:hover, .fc .fc-prev-button:active, .fc .fc-next-button:focus, .fc .fc-next-button:hover, .fc .fc-next-button:active { background-color: transparent !important; border: none !important; }
  .month-select .tui-datepicker { top: 0; left: 0; }
  .month-select--statistics .tui-datepicker { left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
  .sales-status { max-width: 100%; letter-spacing: -0.025rem; }
  .sales-status__title { margin-right: 0.5rem; }
  .sales-status__title:after { display: none; }
  .datepicker-area .tui-datepicker { position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .rent-status { width: 100%; }
  .rent-status__item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .rent-status__item + .rent-status__item { margin-left: 1rem; }
  .rent-status__value { background-color: #fff; }
  .rent-status--vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .rent-status--vertical .rent-status__item + .rent-status__item { margin: 1rem 0 0 0; }
  .text-editor { padding: 0 1.5rem; }
  .text-editor__checkbox-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #fff; padding: 1rem; border-radius: 0.3rem; border: 1px solid #e8e8e8; }
  .text-editor__checkbox-wrap .table__check-wrap { -webkit-box-flex: initial; -ms-flex: initial; flex: initial; margin: 0 !important; }
  .text-editor__information { color: #8e8e8e; font-size: 1.2rem; margin-bottom: 1rem; }
  .text-editor__information:before { content: '※ '; font-size: 1.2rem; margin-right: 0.5rem; }
  .image-slide { background-color: #434343; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 2rem 3rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }
  .image-slide__button { width: 1.8rem; height: 3.2rem; background-size: 0.9rem 1.6rem; z-index: 10; opacity: 1; }
  .image-slide__button--prev { left: 0.7rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-image: url("/src/images/button_image_slide_prev.png"); }
  .image-slide__button--next { left: auto; right: 0.7rem; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-image: url("/src/images/button_image_slide_next.png"); }
  .image-slide__button:hover { background-color: transparent; }
  .image-slide__list { width: 100%; padding-top: 60.5%; height: auto; }
  .image-slide__item { opacity: 0; width: 100%; height: 100%; -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; position: absolute; top: 0; left: 0; }
  .image-slide__item--active { opacity: 1; }
  .image-slide__item img { display: block; width: 100%; height: 100%; }
  .image-slide__thumbnail-wrap { position: relative; width: 100%; margin-top: 2rem; overflow: hidden; }
  .image-slide__thumbnail-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: -webkit-transform 150ms ease; transition: -webkit-transform 150ms ease; transition: transform 150ms ease; transition: transform 150ms ease, -webkit-transform 150ms ease; }
  .image-slide__thumbnail-item { width: 16%; padding-top: 10.1%; height: auto; margin-right: 0.8%; }
  .image-slide__thumbnail-item img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; width: 100%; height: 100%; }
  .image-slide__thumbnail-item:before { -webkit-transition: opacity 150ms ease; transition: opacity 150ms ease; content: ''; width: 100%; left: 0; top: 0; height: 100%; background-color: #fff; opacity: 0.4; z-index: 5; position: absolute; display: block; }
  .image-slide__thumbnail-item:hover { border-color: transparent; }
  .image-slide__thumbnail-item:hover:before { opacity: 0.4; }
  .image-slide__thumbnail-item--active { border-color: #ec6c5f !important; }
  .image-slide__thumbnail-item--active:before { opacity: 0 !important; }
  .image-slide__thumbnail-item:last-child { margin-right: 0; }
  .share-table { padding: 1.5rem; }
  .share-table table { table-layout: fixed; }
  .share-table th { text-align: left; width: auto; height: 4rem; padding: 0 1rem; }
  .share-table td { height: 4rem; padding: 0 1rem; }
  .share-title { padding: 0 1.5rem; }
  .mobile-visible { display: inline-block; }
  i.ppc-icon { width: 1.4rem; height: 1.1rem; margin-right: .3rem; margin-top: .1rem; } }

@media (max-width: 794px) { .contract__button-inner { padding: 1rem; position: fixed; top: 4rem; } }
