@charset "utf-8";
/* CSS Document */

/* web font */
@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: normal;
    src: url(/spec/font/NanumGothic.woff2) format('woff2'),
         url(/spec/font/NanumGothic.woff) format('woff'),
         url(/spec/font/NanumGothic.otf) format('opentype');
}
@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: bold;
    src: url(/spec/font/NanumGothicBold.woff2) format('woff2'),
         url(/spec/font/NanumGothicBold.woff) format('woff'),
         url(/spec/font/NanumGothicBold.otf) format('opentype');
}

/* reset */
html {height: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {margin: 0; padding: 0;}
a {color: inherit; text-decoration: inherit;}
img {max-width: 100%; vertical-align: middle;}
a img {border: none;}
li {list-style: none;}
address, em, i {font-style: normal;}
table {border-collapse: collapse;}
table {border-collapse: collapse;}
table caption {overflow: hidden; width: 0; height: 0; text-indent: -9999px;}
i.fas, i.far, i.fab, i.fal {display: inline-block; vertical-align: middle;}


/* common  */
body {font-family: '맑은 고딕', '나눔고딕', NanumGothic, '돋움', Dotum, Helvetica, 'Apple SD Gothic Neo', sans-serif; font-size: 13px; color: #333333; background: #ffffff;}
#wrapper {position: relative; min-width: 1200px; min-height: 100vh; overflow: hidden; background:}
#skip-nav {position: fixed; left: 0; top: -41px; width: 100%; line-height: 40px; font-size: 16px; text-align: center; background: rgba(0, 0, 0, 0.4); color: #ffffff; border-bottom: rgba(255, 255, 255, 0.8); z-index: 100000; transition: top 0.3s;}
#skip-nav:focus {top: 0;}
#header {position: fixed; left: 0; top: 0; width: 100%; height: 70px; box-sizing: border-box; z-index: 10000; color: #ffffff; background: linear-gradient(154deg, #ffc30b 0, #5f5f6b 100%);}
#header-logo {position: absolute; left: 0; top: 0; width: 250px; height: 100%; background: rgba(255, 255, 255, 0.2); transition: width 0.3s;}
#header-logo h1 {position: absolute; left: 25px; top: 15px; width: 120px; transition: all 0.3s;}
#header-logo h1 img {transition: all 0.3s;}
#header-logo h1 span {display: inline-block; font-weight: normal; font-size: 12px; vertical-align: bottom; margin-left: 10px; position: absolute; right: 0; bottom: 0;}
#header-logo h1 span em {display: block; font-size: 20px; font-weight: bold;}
#header-logo a.toggle {position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; line-height: 22px; box-sizing: border-box; border-radius: 3px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 3px; transition: background-color 0.3s;}
#header-logo a.toggle:hover {background: rgba(255, 255, 255, 0.2);}
#header-logo a.toggle span.fontawesome {transition: transform 0.3s;}
#header-body {position: relative; margin-left: 250px; height: 100%; transition: margin-left 0.3s;}
#header-body h2 {font-size: 24px; line-height: 70px; margin-left: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
#header div.function {position: absolute; right: 25px; top: 50%; transform: translate(0, -50%);}
#header div.function ul li {float: left; margin-left: 5px;}
#header div.function ul li a {display: block; width: 44px; height: 44px; line-height: 40px; box-sizing: border-box; border: 2px solid rgba(255, 255, 255, 0.2); text-align: center; font-size: 20px; color: rgba(255, 255, 255, 0.9); border-radius: 4px; transition: all 0.3s;}
#header div.function ul li a:hover {background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 1); border-color: rgba(255, 255, 255, 0.4);}


/* login */
body.login {height: 100%; background: linear-gradient(154deg, #ffc30b 0, #5f5f6b 100%);}
#login-box {width: 400px; height: 340px; box-sizing: border-box; position: absolute; left: 50%; top: 50%; margin: -200px 0 0 -170px; background: #fafcfe; text-align: center; padding-top: 50px; border: 1px solid #e0e0e0; border-radius: 3px; box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);}
#login-box h1 {position: absolute; left: 0; top: -50px; text-align: left;}
#login-box h1 img {width: 120px;}
#login-box h1 span {font-size: 14px; font-weight: normal; color: #ffffff; position: relative; left: 10px; top: 3px;}
#login-box h2 {font-size: 32px; font-weight: normal; margin-bottom: 20px;}
#login-box .form-box {display: inline-block;}
#login-box .form-box > div {margin-bottom: 10px;}
#login-box button {margin-top: 10px;}


/* sub(common) */
body.sub #main {padding: 100px 0;}



/* spec */
#spec {max-width: 1000px; margin: 0 auto; overflow: hidden; box-sizing: border-box; padding-bottom: 30px;}
#spec > div.left {float: left; width: 49%; box-sizing: border-box; margin-bottom: 30px; margin-right: 2%;}
#spec > div.right {float: left; width: 49%; margin-bottom: 30px; position: relative;}
#spec div.design {position: relative; overflow: hidden; text-align: center;}
#spec div.design div.door {position: absolute; width: 73%; height: 100%; border: 1px solid #e0e0e0; box-sizing: border-box; padding: 15px;}
#spec div.design div.door img {position: absolute; left: 5%; top: 60px; width: 90%;}
#spec div.design div.track {float: right; width: 25%; height: 240px; margin-left: 2%; border: 1px solid #e0e0e0; box-sizing: border-box; padding: 5px;}
#spec div.design div.track img {max-width: 100%; max-height: 230px; margin-top: 22px;}
#spec div.button-box {clear: both; text-align: center;}
#spec h3 {margin: 20px 0 10px 0; font-size: 18px; text-align: center;}
#spec h3:first-child {margin-top: 0;}
div.right div.error-message {position: absolute; left: 10%; top: 300px; width: 80%; box-sizing: border-box; border: 2px solid #ff0000; background: #999999; background: rgba(0, 0, 0, 0.7); color: #ffffff; padding: 20px; border-radius: 10px; font-size: 14px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); display: none;}
div.right div.error-message.on {display: block;}
div.right div.warning-message {position: absolute; left: 10%; top: 300px; width: 80%; box-sizing: border-box; border: 2px solid #fbad1c; background: #999999; background: rgba(0, 0, 0, 0.7); color: #ffffff; padding: 20px; border-radius: 10px; font-size: 16px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); display: none;}
div.right div.warning-message.on {display: block;}
div.right div.image-message {position: absolute; left: 10%; top: 200px; max-width: 80%; box-sizing: border-box; border: 2px solid #fbad1c; background: #999999; background: rgba(0, 0, 0, 0.7); color: #ffffff; padding: 20px; border-radius: 10px; font-size: 16px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); text-align: center; display: none;}
div.right div.image-message img {max-width: 100%;}
div.right div.image-message.on {display: block;}

table.form {width: 100%; font-size: 12px;}
table.form + table.form {margin-top: 15px;}
table.form th,
table.form td {border: 1px solid #e0e0e0; padding: 0;}
table.form th {background: #f9f9f9; padding: 4px 0;}
table.form td {position: relative;}
table.form input.text {font: inherit; border: 1px solid #e0e0e0; padding: 0 30px 0 5px; margin: 0; width: 100%; height: 24px; line-height: 24px; box-sizing: border-box;}
table.form input[readonly] {background: #fafafa;}
table.form input.text + span.unit {position: absolute; right: 5px; line-height: 24px; color: #999999;}
table.form select {font: inherit; border: 1px solid #e0e0e0; padding-left: 5px; margin: 0; width: 100%; height: 24px; line-height: 24px; box-sizing: border-box;}
table.form textarea {font: inherit; border: 1px solid #e0e0e0; padding: 5px; margin: 0; width: 100%; line-height: 24px; box-sizing: border-box; display: block; height: 180px;}
table.form input[type=radio],
table.form input[type=checkbox] {margin: 0 3px 0 0; vertical-align: middle;}
table.form ul.column-2 {overflow: hidden;}
table.form ul.column-2 li {float: left; width: 50%;}
table.form ul.column-2 li label {display: block; text-align: center;}
table.form ul.column-2.type2 li {width: 80%;}
table.form ul.column-2.type2 li:first-child {width: 20%; text-align: center; line-height: 24px;}
table.form ul.column-2.type3 li {width: 55%;}
table.form ul.column-2.type3 li:first-child {width: 45%; line-height: 22px; padding-left: 5px; box-sizing: border-box;}
table.form ul.column-2.type3 label {display: inline-block; vertical-align: middle;}
table.form ul.input-list {overflow: hidden; padding: 0 5px;}
table.form ul.input-list li {float: left;}
table.form ul.input-list li + li {margin-left: 15px;}

table.form .green,
table.form .green input,
table.form .green select,
table.form .green th,
table.form .green td,
div.green {background-color: rgba(220, 255, 190, 1) !important;}
table.form .yellow,
table.form .yellow input,
table.form .yellow select,
table.form .yellow th,
table.form .yellow td,
div.yellow {background-color: rgba(255, 255, 200, 1) !important;}
table.form .red,
table.form .red input,
table.form .red select,
table.form .red th,
table.form .red td,
div.red {background-color: rgba(255, 224, 224, 1) !important;}
table.form .blue,
table.form .blue input,
table.form .blue select,
table.form .blue th,
table.form .blue td,
div.blue {background-color: rgba(185, 236, 255, 1)  !important;}

input.text {text-align: right;}
input.text.no-digit {text-align: left;}
input.date + button {border: none; background: none; position: absolute; right: 5px; line-height: 20px;}
input.date + button img {width: 13px;}

/* 규격서 프린트용 CSS */
@media print {
    #spec {padding-bottom: 0; margin-bottom: 0;}
    table.form input.text {height: 32px; font-size: 16px; padding-right: 40px;}
    table.form select {height: 32px; font-size: 16px;}
    table.form textarea {height: 330px; font-size: 16px;}
    input.date + button {line-height: 30px;}
    table.form input.text + span.unit {line-height: 32px; font-size: 15px;}
    div.button-box {display: none;}
}

/* 팝업창 */
#popup-wrapper {padding: 30px;}
#popup-header {text-align: center; margin-bottom: 50px;}
#popup-header h1 {font-size: 30px;}
table.order {font-size: 16px; width: 100%; margin: 20px 0;}
table.order.no-fix {width: 60%;}
table.order td,
table.order th {border: 1px solid #e0e0e0; padding: 8px 10px;}
table.order th,
table.order td.th {font-weight: bold; background: #f9f9f9;}
table.order tbody td {line-height: 24px; text-align: center; height: 24px;}
table.order div.content {min-height: 150px; text-align: left; padding: 10px 0;}
table.order div.content em {display: block; font-weight: bold; margin-bottom: 10px;}
table.order td.textarea {padding: 0;}
table.order textarea {font: inherit; border: 1px solid #e0e0e0; padding: 5px; margin: 0; width: 100%; line-height: 24px; box-sizing: border-box; display: block; height: 180px;}
#popup-wrapper div.button-box {text-align: center; margin: 30px 0;}

/* 팝업창 프린트용 CSS */
@media print {
    table.order td,
    table.order th {padding: 12px 10px; font-size: 16px;}
    #popup-wrapper div.button-box {display: none;}
}



/* Form 기본 */
.form-box {position: relative; font-size: 13px; color: #666666;}
.form-box div.form-input {position: relative; overflow: hidden;}
.form-box span.form-input {display: inline-block; position: relative; overflow: hidden; vertical-align: middle;}
.form-box .form-input > * {float: left;}
.form-box input[type=text],
.form-box input[type=password] {display: inline-block; width: 200px; height: 30px; line-height: 28px; box-sizing: border-box; padding: 0 10px; margin: 0; border: 1px solid #dfe8f1; border-radius: 3px; box-shadow: inset 1px 1px 3px #f6f6f6; vertical-align: middle; font-family: inherit; font-size: inherit; color: inherit; transition: all 0.3s;}
.form-box input[type=text]:focus,
.form-box input[type=password]:focus {outline: none; border-color: #3da6ff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.form-box select {display: inline-block; height: 30px; box-sizing: border-box; padding-left: 10px; border: 1px solid #dfe8f1; border-radius: 3px; box-shadow: inset 1px 1px 3px #f6f6f6; vertical-align: middle; font-family: inherit; font-size: inherit; color: inherit; transition: all 0.3s;}
.form-box select:focus {outline: none; border-color: #3da6ff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.form-box textarea {display: block; width: 100%; height: 150px; box-sizing: border-box; padding: 10px; border: 1px solid #dfe8f1; border-radius: 3px; box-shadow: inset 1px 1px 3px #f6f6f6; font-family: inherit; font-size: inherit; color: inherit; transition: all 0.3s;}
.form-box textarea:focus {outline: none; border-color: #3da6ff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.form-box textarea.editor {line-height: 1.5em; min-height: 400px;}
.form-box input[type=radio],
.form-box input[type=checkbox] {margin: 0 5px 0 0; vertical-align: middle;}
.form-box input.phone,
.form-box input.number {width: 80px;}
.form-box input.date,
.form-box input.month,
.form-box input.year {width: 100px;}
.form-box input.datetime,
.form-box input.datehour {width: 180px;}
.form-box input.half {width: 49.8%;}
.form-box input.half + input.half {margin-left: 0.4%;}
.form-box input.full {width: 100%;}
.form-box .center {text-align: center;}
.form-box .left {text-align: left;}
.form-box .right {text-align: right;}

/* Form Input Icon */
.form-box .form-input label.icon {display: inline-block; width: 30px; height: 100%; box-sizing: border-box; color: #777777; border: 1px solid #dfe8f1; border-radius: 3px; background-color: rgba(239, 244, 246, 0.36); vertical-align: middle; text-align: center; line-height: 28px;}
.form-box .form-input.icon-right input {border-top-right-radius: 0; border-bottom-right-radius: 0;}
.form-box .form-input.icon-right .icon {border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none;}
.form-box .form-input.icon-left input {border-top-left-radius: 0; border-bottom-left-radius: 0;}
.form-box .form-input.icon-left .icon {border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none;}
.form-box .form-input.btn-right input {border-top-right-radius: 0; border-bottom-right-radius: 0;}
.form-box .form-input.btn-right .btn {border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none;}
.form-box .form-input.btn-left input {border-top-left-radius: 0; border-bottom-left-radius: 0;}
.form-box .form-input.btn-left .btn {border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none;}


/* Button */
div.button-box {text-align: right; overflow: hidden;}
div.button-box.left {text-align: left;}
div.button-box.right {text-align: right;}
div.button-box.center {text-align: center;}
.btn.left {float: left; margin-right: 4px;}
.btn.full {width: 100%;}

.btn {position: relative; display: inline-block; min-width: 100px; height: 30px; line-height: 28px; vertical-align: middle; box-sizing: border-box; background: #fefeff; color: #555a60; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; box-sizing: border-box; text-align: center; white-space: nowrap; margin: 0; padding: 0 10px; font-family: inherit; font-size: 14px; cursor: pointer; overflow: hidden; transition: background-color 0.3s, border-color 0.3s; -webkit-appearance: none;}
.btn:active {box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15) inset, 0 -100px 0 0 rgba(0, 0, 0, 0.05) inset;}

.btn.tiny {min-width: 40px; height: 24px; line-height: 22px; font-size: 11px; padding: 0 8px;}
.btn.small {min-width: 80px; height: 30px; line-height: 28px; font-size: 13px; padding: 0 12px;}
.btn.medium {min-width: 120px; height: 38px; line-height: 36px; font-size: 14px; padding: 0 15px;}
.btn.big {min-width: 140px; height: 46px; line-height: 44px; font-size: 16px; padding: 0 18px;}

.btn.default {color: #555a60; background-color: #fefeff; border-color: rgba(0, 0, 0, 0.2);}
.btn.default:hover {background-color: #f3f3f9; border-color: #bfc8d1;}
.btn.lime {color: #ffffff; background-color: #00bca4; border-color: #00a792;}
.btn.lime:hover {background-color: #00ceb4; border-color: #00b19b;}
.btn.default {color: #555a60; background-color: #fefeff; border-color: #dfe8f1;}
.btn.default:hover {background-color: #f3f3f9; border-color: #bfc8d1;}
.btn.green {color: #ffffff; background-color: #2ecc71;}
.btn.green:hover {background-color: #58d68d; border-color: #29b765;}
.btn.red {color: #ffffff; background-color: #e74c3c;}
.btn.red:hover {background-color: #eb6759; border-color: #cf4436;}
.btn.orange {color: #ffffff; background-color: #e67e22;}
.btn.orange:hover {background-color: #ea9143; border-color: #d67520;}
.btn.blue {color: #ffffff; background-color: #3498db;}
.btn.blue:hover {background-color: #52a7e0; border-color: #308dcc;}
.btn.sky {color: #ffffff; background-color: #65a6ff;}
.btn.sky:hover {background-color: #478ded; border-color: #4c7ec1;}
.btn.yellow {color: #ffffff; background-color: #ffc30b;}
.btn.yellow:hover {background-color: #e1b400; border-color: #c59e00;}
.btn.purple {color: #ffffff; background-color: #984dff;}
.btn.purple:hover {background-color: #8134eb; border-color: #752fd6;}
.btn.azure {color: #ffffff; background-color: #41e5c0;}
.btn.azure:hover {background-color: #27d1ab; border-color: #24c19e;}
.btn.black {color: #cccccc; background-color: #2d2d2d;}
.btn.black:hover {color: #fdfdfd; background-color: #151515;}
.btn.disabled {color: #2b2f33; background-color: #f3f3f9; border-color: #bfc8d1; cursor: default; opacity: 0.65;}
.btn.disabled:active {box-shadow: none;}
.btn.disabled:active:before {content: ""; background: none;}


#loading-mask {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); z-index: 10000;}
#loading-mask span {position: absolute; left: 50%; top: 50%; width: 150px; line-height: 150px; font-size: 60px; transform: translate(-50%, -50%); color: #ffffff; background: rgba(0, 0, 0, 0.4); border-radius: 10px; text-align: center;}




/* layout  */
body.spec.list section.main-box {max-width: 1200px; margin: 0 auto;}
section.layout {overflow: hidden; margin: 20px 0;}
section.layout > section.layout-box {min-height: 100px; background: #ffffff; border: 1px solid #dfe8f1; border-radius: 3px; box-sizing: border-box; padding: 15px 20px;}
section.layout.column-2 section.layout-box {float: left; width: 49%;}
section.layout.column-2 section.layout-box + section.layout-box {margin-left: 2%;}
section.layout.column-2-1 section.layout-box {float: left; width: 32%;}
section.layout.column-2-1 section.layout-box:first-child {width: 66%; margin-right: 2%;}
section.layout.column-1-2 section.layout-box {float: left; width: 66%;}
section.layout.column-1-2 section.layout-box:first-child {width: 32%; margin-right: 2%;}
section.layout.column-3 section.layout-box {float: left; width: 32%;}
section.layout.column-3 section.layout-box + section.layout-box {margin-left: 2%;}
@media (max-width: 1200px) {
    #main section.layout section.layout-box {float: none; width: auto; margin: 0;}
    #main section.layout section.layout-box + section.layout-box {margin-top: 20px;}
}
section.layout-box h3 {font-size: 16px; font-weight: normal; margin-bottom: 15px; opacity: 0.8;}

/* ul.search-list */
ul.search-list {overflow: hidden;}
ul.search-list > li {float: left; width: 31%; margin-right: 2.3%; margin-bottom: 10px;}
ul.search-list > li.half {width: 48%; margin-right: 2%;}
ul.search-list > li.full {width: 100%; margin-right: 0;}
ul.search-list > li label:first-child {display: inline-block; min-width: 80px; height: 30px; box-sizing: border-box; vertical-align: middle; text-align: center; line-height: 28px; font-size: 12px; color: #777777; border: 1px solid #dfe8f1; background-color: rgba(239, 244, 246, 0.36); box-sizing: border-box; padding: 0 5px; border-radius: 3px; float: left; margin-right: 10px;}
ul.search-list > li ul.input-list {width: calc(100% - 100px);}

/* List Table */
p.table-info {margin-bottom: 5px; color: #777777; font-size: 13px;}
p.table-info em {color: #e74c3c; font-weight: bold;}
table.list {width: 100%; border: 1px solid #dfe8f1; margin-bottom: 10px;}
table.list tr:nth-child(odd) {background: #fefeff;}
table.list tr:nth-child(even) {background: #fcfcfc;}
table.list tr:hover {background: #f9fafe;}
table.list th,
table.list td {border-bottom: 1px solid #dfe8f1; padding: 5px 5px; text-align: center; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 1px;}
table.list th {background: #f9fafe;}
table.list td.title {text-align: left; padding-left: 20px;}
table.list td > a.link {display: block; overflow: hidden; text-overflow: ellipsis;}
table.list td > a.link:hover {color: #00bca4;}
table.list td span.image {display: inline-block; vertical-align: top; max-width: 80px; max-height: 60px; border: 1px solid #dfe8f1; overflow: hidden; background: #ffffff; position: relative;}
table.list td span.image img {max-width: 100%; display: block;}
table.list p.no-info i {color: #ffcc00; margin-right: 8px;}

div.pagination {text-align: center; margin: 10px 0;}
div.pagination.left {text-align: left;}
div.pagination.right {text-align: right;}
div.pagination-box {display: inline-block; vertical-align: top; text-align: center;}
div.pagination-box > a {float: left; background: #fcfcfc;}
div.pagination-box > a i {font-size: 1.3em;}
div.pagination-box ol {float: left;}
div.pagination-box ol li {float: left;}
div.pagination-box a {display: block; min-width: 32px; height: 32px; line-height: 30px; border: 1px solid #dddddd; margin-right: -1px; background: #ffffff; color: #8da0aa; box-sizing: border-box; padding: 0 5px;}
div.pagination-box a:hover {background: #eff4f6;}
div.pagination-box a.first {border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
div.pagination-box a.last {border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
div.pagination-box a.disabled {cursor: default; opacity: 0.5;}
div.pagination-box a.disabled:hover {background: #ffffff;}
div.pagination-box ol li.on a {background: #ffc30b; border-color: #dddddd; color: #ffffff; position: relative; cursor: default;}

div.pw {text-align: center; line-height: 40px; font-size: 20px;}
div.pw * {vertical-align: middle;}
div.pw input {font-size: 18px; width: 200px; height: 40px; border: 2px solid #eeeeee; border-radius: 3px; padding: 0 10px;}
div.pw input + label {margin-left: 50px;}

#layer-popup-mask {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10000; background: rgba(0, 0, 0, 0.5); display: none;}
div.popup {position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 300px; padding: 40px; background: #ffffff; border-radius: 5px; border: 1px solid #e0e0e0; box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.8); z-index: 10001; display: none;}
div.popup input[type=text],
div.popup input[type=password] {width: 160px; height: 30px; background: #ffffff; border: 1px solid #e0e0e0; padding: 0 10px; font-size: 20px;}
div.popup ul li + li {margin-top: 10px;}
div.popup ul li:last-child {text-align: center;}
div.popup ul li label {display: inline-block; width: 90px;}










