@charset "utf-8";
/* CSS Document */

/* web font */

/* reset */
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%;}
body {margin: 0;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {margin: 0; padding: 0;}
a {color: inherit; text-decoration: inherit;}
img {vertical-align: middle;}
a img {border: none;}
li {list-style: none;}
address, em, i {font-style: normal;}
table {border-collapse: collapse;}
table caption {overflow: hidden; width: 0; height: 0; text-indent: -9999px;}

/* common  */
body {font-family: '맑은 고딕', '돋움', Dotum, Helvetica, 'Apple SD Gothic Neo', sans-serif; font-size: 12px; color: #333333; background: #ffffff;}
#wrapper {min-width: 1000px;}
#header {position: fixed; left: 0; top: 0; width: 100%; height: 60px; border-bottom: 1px solid #e0e0e0; background: #ffffff; z-index: 10000; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);}
#header h1 {position: absolute; left: 50px; top: 10px; font-size: 10px;}
#header h1.print {display: none;}
#header h2 {text-align: center; line-height: 60px; font-size: 20px; color: #999999;}
body.zenfolding #header h1 {top: 4px;}
body.zenfolding #header h1 img {width: 90px;}
body.snp #header h1 img {width: 180px;}

#spec {max-width: 1000px; margin: 100px 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;}




a.btn {display: inline-block; line-height: 40px; min-width: 120px; padding: 0 10px; font-size: 16px; text-align: center; border: 1px solid #e0e0e0;}
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 {
    #wrapper {padding: 0 20px;}
    #header h1.web {display: none;}
    #header h1.print {display: block;}
    table.order td,
    table.order th {padding: 12px 10px; font-size: 16px;}
    #popup-wrapper div.button-box {display: none;}

    body.spec.snp #header h1.print {display: none;}
}





