@charset "UTF-8";
/* CSS Document */
/******************************* INFORMATION *******************************/
/* DOCUMENT ID       : contents.css                                        */
/* DOCUMENT NAME     : Contents Style Sheets                               */
/* DEVELOPER         : Moon Dong Jun (codename : wingzero)                 */
/* DATE CREATED      : 2019.10.18                                          */
/* MODIFICATION DATE : 2019.10.30                                          */
/* NOTES             :                                                     */
/***************************************************************************/

/* A-auction > About us */
.company-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.company-wrap > .inner {display:inline-block;vertical-align:top;text-align:left;}
.company-wrap > .inner > .left {float:left;width:564px;overflow:hidden;}
.company-wrap > .inner > .right {float:left;width:636px;padding-left:80px;height:646px;vertical-align:bottom;}
.company-wrap > .inner > .right div.line {height:330px;}
.company-wrap > .inner > .right div.cmp {font-size:16px;display:inline-block;vertical-align:bottom;}
.company-wrap > .inner > .right div.cmp h2 {font-size:18px;font-weight:600;}
.company-wrap > .inner > .right div.cmp p {margin-top:30px;}

/* A-auction > History */
.history-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.history-wrap > .inner {display:inline-block;vertical-align:top;text-align:left;}
.history-wrap p {position:absolute;left:49.9%;width:1px;background:#BBB;z-index:5;}
.history-box {display:inline-block;width:598px;vertical-align:middle;text-align:left;margin-bottom:60px;position:relative;}
.history-box:nth-child(2) {margin-left:-3px;}
.history-box:nth-child(odd) {text-align:right;/*margin-top:-400px;*/}
.history-box .history-year {font-size:30px;color:#333;font-weight:bold;padding-bottom:20px;font-family:"Noto Sans";}
.history-box .history-year strong {margin:0px 10px;}
.history-box .history-year span.dotr {position:absolute;font-size:10px;margin-left:-4px;margin-top:11px;background:#FFF;z-index:10;line-height:0px;}
.history-box .history-year span.dotl {position:absolute;font-size:10px;margin-right:-4px;margin-top:11px;background:#FFF;z-index:10;line-height:0px;}
.history-box .history-year span.line {font-size:0px;line-height:0px;display:inline-block;background:#BBB;height:1px;width:60px;vertical-align:middle;}
.history-box .history-box-list {padding-left:70px;}
.history-box:nth-child(odd) .history-box-list {padding-left:0px;padding-right:70px;}
.history-box .history-box-list li {padding:3px 0px;}
.history-box .history-box-list li span {display:inline-block;}
.history-box .history-box-list li span img {max-width:200px;margin:10px 0px;}
.history-box .history-box-list li span.month {width:50px;display:inline-block;}
.history-box:nth-child(3) {margin-top:0px;}

/* A-auction > Contact us */
.map-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.map-wrap > .inner {display:inline-block;}
.map-wrap > .inner .root_daum_roughmap {width:100% !important;}
.map-wrap > .inner .wrap_map {height:620px;}
.map-wrap > .inner .contact {width:100%;display:inline-block;margin-top:50px;}
.map-wrap > .inner .contact h2 {text-align:center;color:#333;font-size:28px;line-height:50px;font-weight:500;}
.map-wrap > .inner .contact .contact-box {display:table;width:100%;margin-top:30px;}
.map-wrap > .inner .contact .contact-box h2 {font-size:20px;text-align:left;margin-bottom:20px;}
.map-wrap > .inner .contact .contact-box > div {text-align:left;}
.map-wrap > .inner .contact .contact-box .left {width:50%;display:table-cell;}

.contact-box > .left > .address {margin-bottom:50px;}
.contact-box > .left > .address ul li {color:#555;}
.contact-box > .left > .address ul li span {color:#C43C2E;display:inline-block;width:70px;}
.contact-box > .left > .address ul li span em {display:inline-block;width:26px;}
.contact-box > .left > .contact-part {display:inline-block;width:100%;margin-bottom:30px;}
.contact-box > .left > .contact-part > .icon {float:left;width:100px;}
.contact-box > .left > .contact-part > .part-content {float:left;}
.contact-box > .left > .contact-part > .part-content ul li {color:#555;}
.contact-box > .left > .contact-part > .part-content ul li:first-child {color:#C43C2E;}

.icon strong {display:inline-block;width:70px;height:70px;text-align:center;background:#C5C5C5;color:#FFF;border-radius:5px;font-size:40px;padding-top:15px;}
.color-blue strong {background:#007fff;}
.color-red strong {background:#C43C2E;}

.map-wrap > .inner .contact .contact-box .right {width:50%;display:table-cell;}
.contact-box > .right > .contact-traffic {margin-bottom:50px;width:100%;display:inline-block;}
.contact-box > .right > .contact-traffic .icon {float:left;width:100px;}
.contact-box > .right > .contact-traffic .traffic-content ul li:not(:first-child) {margin-top:10px;}

/* A-auction > FAQ */
.faq-list {border-top:2px solid #333;border-bottom:1px solid #333;}
.faq-list ul li.faq_q {width:100%;text-align:left;height:50px;border-bottom:1px solid #D5D5D5;color:#555;line-height:30px;cursor:pointer;}
.faq-list ul li.faq_q:hover {background:#F8F8F8;}
.faq-list ul li.faq_q span:first-child {display:inline-block;width:30px;height:30px;background:#E4E4E8;border-radius:15px;margin-top:10px;text-align:center;color:#FFF;font-weight:bold;margin-left:5px;}
.faq-list ul li.faq_q span:last-child {margin-left:30px;}
.faq-list ul li.faq_a {width:100%;text-align:left;padding:30px 0px;background:#F8F8F8;border-bottom:1px solid #D5D5D5;color:#555;vertical-align:top;display:none;}
.faq-list ul li.faq_a span:first-child {display:inline-block;width:30px;height:30px;background:#C43C2E;border-radius:15px;margin-left:5px;color:#FFF;text-align:center;line-height:30px;vertical-align:top;}
.faq-list ul li.faq_a span:last-child {margin-left:30px;display:inline-block;}

/* A-auction > 공지사항 (board) */
/* Board */
.msgs {text-align:left;padding-bottom:10px;background:url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 10px;padding-left:10px;}
.board-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.board-wrap .inner {display:inline-block;}
.board-list {border-top:2px solid #333;margin-bottom:10px;}
.board-list ul {display:table;}
.board-list ul li {height:75px;display:table-cell;vertical-align:middle;}

.board-list ul.notice {background:#F8F8F8;}

.board-list ul {width:100%;display:table;border-bottom:1px solid #E5E5E5;}
.board-list ul:last-child {border-color:#333;}
.board-list ul.board-header {text-align:center;}
.board-list ul.board-header li {height:75px;color:#333;}
.board-list ul.board-header li.subject {text-align:center;}

.board-list ul li {height:65px;}
.board-list ul li.count {width:10%;text-align:center;}
.board-list ul li.subject {padding:0 20px;text-align:left;}
.board-list ul li.subject a {line-height:22px;display:block;}
.board-list ul li.subject a:hover {color:#C43C2E;}
.board-list ul li.name {width:15%;text-align:center;}
.board-list ul li.date {width:15%;text-align:center;}
.board-list ul li.hit {width:10%;text-align:center;}

.board-view > dl {width:100%;border-top:2px solid #333;}
.board-view > dl > dt {line-height:70px;color:#333;padding-left:15px;font-size:18px;}

.board-view .view-header div.info {width:100%;display:table;border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8;}
.board-view .view-header div.info span {width:33.3%;display:table-cell;}
.board-view .view-header div.info strong {width:90px;text-align:center;color:#333;height:55px;display:table-cell;vertical-align:middle;background:#F7F7F7;}
.board-view .view-header div.info em {padding-left:35px;height:55px;display:table-cell;vertical-align:middle;font-style:normal;}

.board-view .view-header .url-link dl {width:100%;display:table;border-bottom:1px solid #E8E8E8;}
.board-view .view-header .url-link dl dt {width:90px;text-align:center;vertical-align:middle;color:#333;height:55px;display:table-cell;background:#F7F7F7;}
.board-view .view-header .url-link dl dd {padding:10px 35px;vertical-align:middle;display:table-cell;}

.board-view .view-header .add-file dl {width:100%;display:table;border-bottom:1px solid #E8E8E8;}
.board-view .view-header .add-file dl dt {width:90px;text-align:center;vertical-align:middle;color:#333;height:55px;display:table-cell;background:#F7F7F7;}
.board-view .view-header .add-file dl dd {padding:10px 35px;vertical-align:middle;display:table-cell;}
.board-view .view-header .add-file dl dd li {line-height:24px;}

.board-view .view-body {padding:40px 15px;line-height:22px;display:inline-block;text-align:left;width:100%;font-size:15px;}
.board-view .view-body img {display:inline-block;min-width:auto;max-width:100%;margin-bottom:20px;}

.board-view .view-footer {border-top:1px solid #333;padding-top:30px;}

/* Board - write */
p.info_tx {margin-bottom:5px;}
p.info_tx span {color:#C43C2E;}

.board-write {margin-bottom:10px;border-bottom:1px solid #E8E8E8;width:100%;}

.board-write tr th {width:110px;border-top:1px solid #E8E8E8;background:#F7F7F7;text-align:left;height:35px;padding:10px 15px;vertical-align:middle;border-right:1px solid #E8E8E8;}
.board-write tr th span {color:#C43C2E;}
.board-write tr td {height:35px;vertical-align:middle;padding:10px 15px;border-top:1px solid #E8E8E8;text-align:left;}
.board-write tr td textarea {width:99%;height:300px;border:1px solid #E8E8E8;padding:5px;}
.board-write tr td input {height:30px;border:1px solid #E8E8E8;padding:0 5px;}
.board-write tr td select {height:30px;border:1px solid #E8E8E8;padding:0 5px;}
.board-write tr td input.w100pro {width:100%;}
.board-write tr td ul.add-file li {padding:5px 0px;}
.board-write tr td.guide {font-size:13px;}

.list-gal {border-top:2px solid #333;margin-bottom:10px;}
.list-gal .news-line {width:277px;float:left;margin-right:30px;}
.list-gal .news-line:nth-child(4n) {margin-right:0px;}

/* Service > Auction Guide */
.aguide-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.aguide-wrap .inner {display:inline-block;}
.aguide-wrap .inner .aguide-data {width:100%;}
.aguide-data .inner .aguide-data  .box {width:100%;}
.aguide-data .box ul li {width:33.3%;float:left;vertical-align:middle;}
.aguide-data .box ul li a {display:block;text-align:center;text-transform:uppercase;height:60px;line-height:60px;border:1px solid #B9B9B9;border-right:0px;font-size:18px;}
.aguide-data .box ul li:last-child a {border-right:1px solid #B9B9B9;}
.aguide-data .box ul li a:hover, .aguide-data .box ul li a.active {color:#FFF;background:#C43C2E;border:1px solid #C43C2E;}
.clearfix:after {content:"";display:table;clear:both;}

.tabgroup div h3 {margin-top:70px;font-size:22px;text-align:left;color:#333;}
.tabgroup div h3:not(:first-child) {margin-top:120px;}
.tabgroup div h3 span {display:block;width:20px;height:3px ;background:#C43C2E;font-size:0px;line-height:0px;margin-bottom:6px;}
.tabgroup div a {width:290px;height:60px;text-align:center;margin-top:40px;border:1px solid #C43C2E;color:#C43C2E;display:inline-block;line-height:60px;font-size:18px;}
.tabgroup div a:hover {color:#FFF;background:#C43C2E;}

.tabgroup div > .guide-box {border-top:1px solid #B9B9B9;border-bottom:1px solid #B9B9B9;display:inline-block;width:100%;padding:30px 20px;margin-top:20px;}
.tabgroup div > .guide-box > ul {width:100%;display:inline-block;}
.tabgroup div > .guide-box > ul > li {width:100%;background:url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 14px;text-align:left;color:#7A7A7A;font-size:15px;padding-left:20px;line-height:30px;}
.tabgroup div > .guide-box > ul > li > ul > li {font-size:15px;color:#7A7A7A;line-height:30px;width:100%;}
.tabgroup div > .guide-box li strong {font-weight:600;color:#333;}
.tabgroup div > .guide-box li span {color:#C43C2E;}
.tabgroup div > .guide-box li.mgn {margin-bottom:20px;}

.tabgroup div > .guide-box > .box-table {width:100%;display:inline-block;border-bottom:1px solid #333;}
.tabgroup div > .guide-box > .box-table .left {width:50%;float:left;border-right:1px solid #333;}
.tabgroup div > .guide-box > .box-table .right {width:50%;float:left;}
.tabgroup div > .guide-box > .box-table ul {width:100%;display:inline-block;}
.tabgroup div > .guide-box > .box-table ul li:first-child {background:#EDEDED;border-top:1px solid #333;border-bottom:1px solid #333;width:100%;height:46px;line-height:46px;}
.tabgroup div > .guide-box > .box-table .left > ul > li {width:100%;}
.tabgroup div > .guide-box > .box-table .left > ul > li > ul {padding:20px 30px;width:100%;}
.tabgroup div > .guide-box > .box-table .left > ul > li > ul > li {width:100%;background:rgba(0,0,0,0) url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 14px;border:0px;text-align:left;line-height:30px;height:26px;padding-left:10px;}
.tabgroup div > .guide-box > .box-table .right > ul > li {width:100%;}
.tabgroup div > .guide-box > .box-table .right > ul > li > ul {padding:20px 30px;width:100%;}
.tabgroup div > .guide-box > .box-table .right > ul > li > ul > li {width:50%;background:rgba(0,0,0,0) url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 14px;border:0px;text-align:left;line-height:30px;height:26px;padding-left:10px;float:left;}

.tabgroup div div.dbox ul {width:100%;border-top:1px solid #D5D5D5;}
.tabgroup div div.dbox ul li {border-bottom:1px solid #D5D5D5;display:table;width:100%;height:40px;line-height:40px;border-right:0px;}
.tabgroup div div.dbox ul li span {display:table-cell;line-height:40px;padding-left:20px;}
.tabgroup div div.dbox ul li span:first-child {width:200px;background:#F8F8F8;padding-left:20px;}

/* Service > Application for consign */
.cguide-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.cguide-wrap .inner {display:inline-block;}
.cguide-wrap .inner .consign-box {border-top:1px solid #333;}
.cguide-wrap .inner .consign-box a {width:200px;height:60px;display:inline-block;background:#C43C2E;line-height:60px;color:#FFF;font-size:18px;margin-top:20px;border:2px solid #C43C2E;}
.cguide-wrap .inner .consign-box a:hover {color:#C43C2E;background:#FFF;border:2px solid #C43C2E;}
.cguide-wrap .inner .consign-box .consign-title {with:100%;}
.cguide-wrap .inner .consign-box .consign-title span {display:block;width:20px;height:3px;background:#C43C2E;font-size:0px;line-height:0px;margin-bottom:6px;}
.cguide-wrap .inner .consign-box .consign-title h2 {margin-top:70px;font-size:22px;text-align:left;color:#333;}
.cguide-wrap .inner .consign-box .consign-contents {border-top:1px solid #B9B9B9;border-bottom:1px solid #B9B9B9;display:inline-block;width:100%;padding:30px 20px;margin-top:20px;}
.consign-contents > ul {width:100%;display:inline-block;}
.consign-contents > ul > li {width:100%;background:url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 14px;text-align:left;color:#7A7A7A;font-size:16px;padding-left:20px;line-height:30px;}

.consign-contents .consign-contents-step {display:inline-block;width:100%;text-align:left;}
.consign-contents .consign-contents-step:not(:last-child) {margin-bottom:80px;}
.consign-contents .consign-contents-step .left {width:100px;float:left;text-align:center;}
.consign-contents .consign-contents-step .left a {display:inline-block;width:100px;height:100px;border-radius:50px;background:#C43C2E;color:#FFF;line-height:100px;font-size:18px;font-weight:bold;}
.consign-contents .consign-contents-step .right {float:left;padding-left:30px;}
.consign-contents .consign-contents-step .right ul li {font-size:15px;color:#7A7A7A;line-height:30px;width:100%;}
.consign-contents .consign-contents-step .right ul li:first-child {font-size:18px;color:#333;}

/* Service > 전시지원, 기업지원 */
.support-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.support-wrap .inner {display:inline-block;}
.support-wrap .inner .support-box {border-top:1px solid #333;text-align:left;padding-top:40px}
.support-wrap .inner .support-box h2 {font-size:20px;}
.support-wrap .inner .support-box ul {width:100%;margin:30px 0px;}
.support-wrap .inner .support-box ul li {font-size:15px;color:#999;}
.support-wrap .inner .support-box img {width:100%;}

.support-wrap .inner .support-box2 {text-align:left;padding-top:40px}
.support-wrap .inner .support-box2 h2 {font-size:20px;}
.support-wrap .inner .support-box2 ul {width:100%;margin:30px 0px;}
.support-wrap .inner .support-box2 ul li {font-size:15px;color:#999;}
.support-wrap .inner .support-box2 img {width:100%;}

/*
.support-content {margin:100px 0px;width:100%;height:505px;}
.support-content .sbox {width:600px;display:inline-block;vertical-align:middle;background:rgba(0,0,0,0.7);padding:40px;color:#FFF;text-align:left;margin-top:100px;}
.support-content .sbox h2 {font-size:24px;color:#FFF;}
.support-content .sbox .txt {font-size:16px;line-height:30px;margin-top:40px;color:#FFF;}

.support-box .type01 {background:url('/theme/layout/aauction/images/sub0203_01.png') no-repeat 0 0;text-align:right;background-size:840px;}
.support-box .type02 {background:url('/theme/layout/aauction/images/sub0203_02.png') no-repeat right 0;text-align:left;background-size:840px;}
.support-box .type03 {background:url('/theme/layout/aauction/images/sub0203_03.png') no-repeat 0 0;text-align:right;background-size:840px;}
.support-box .type04 {background:url('/theme/layout/aauction/images/sub0204_01.png') no-repeat 0 0;text-align:right;background-size:840px;}
.support-box .type05 {background:url('/theme/layout/aauction/images/sub0204_02.png') no-repeat right 0;text-align:left;background-size:840px;}
.support-box .type06 {background:url('/theme/layout/aauction/images/sub0204_03.png') no-repeat 0 0;text-align:right;background-size:840px;}
*/

/* Auction > 지난경매 */
.aac-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.aac-wrap .inner {display:inline-block;}
.aac-wrap .inner .aac-box {width:100%;display:inline-block;}
.aac-box .aac-box-list {border-top:1px solid #333;border-bottom:1px solid #333;margin-bottom:20px;}
.aac-box .aac-box-list > ul {width:100%;padding:30px 0px;border-bottom:1px solid #D5D5D5;}
.aac-box .aac-box-list > ul:last-child {border-bottom:0px;}
.aac-box .aac-box-list > ul > li {display:inline-block;vertical-align:middle;height:210px;overflow:hidden;}
.aac-box .aac-box-list > ul > li.subject {width:340px;text-align:left;padding-left:20px;vertical-align:middle;color:#333;font-size:24px;padding-top:60px;}
.aac-box .aac-box-list > ul > li.subject span {display:inline-block;width:100%;font-size:18px;color:#555;margin-bottom:10px;}
.aac-box .aac-box-list > ul > li.content {width:600px;text-align:left;padding-top:40px;}
.aac-box .aac-box-list > ul > li.content > ul {width:100%;display:inline-block;}
.aac-box .aac-box-list > ul > li.content > ul > li {width:100%;height:30px;line-height:30px;font-size:16px;}
.aac-box .aac-box-list > ul > li.content > ul > li span {display:inline-block;color:#555;}
.aac-box .aac-box-list > ul > li.content > ul > li span:first-child {width:120px;color:#333;}
.aac-box .aac-box-list > ul > li.image {width:260px;line-height:210px;}
.aac-box .aac-box-list > ul > li.image a {display:inline-block;width:260px;line-height:210px;}
.aac-box .aac-box-list > ul > li.image img {width:100%;vertical-align:middle;}
.aac-box .aac-box-list > ul > li.image img.acc-img.logo {width:70%;}

/* ETC */
.law-wrap {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.law-wrap .inner {display:inline-block;}
.law-wrap .inner .law-box {border-top:1px solid #7A7A7A;padding-top:50px;text-align:left;letter-spacing:-0.7px;}
.law-box {font-size:15px;color:#7A7A7A;}
.law-box > .date {width:100%;text-align:right;}
.law-box ul {margin-top:50px}
.law-box ul li strong {font-size:16px;color:#333;font-weight:600;}
.law-box ul li ul {margin:20px 0px 50px 0px;}
.law-box ul li ul li {font-size:15px;color:#7A7A7A;}
.law-box ul li ul li ul {margin:10px 0px 0px 0px;}
.law-box ul li ul li ul li {padding-left:10px;background:url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 10px;   }
.law-box ul li ul li ul.type2 {margin:10px 0px 10px 0px;}
.law-box ul li ul li ul.type2 li {padding-left:15px;background:rgba(0,0,0,0);}

/* Paging */
.paging-wrap {width:100%;text-align:center;display:inline-block;clear:both;margin-bottom:20px;}
.paging-wrap > a {width:40px;height:40px;border:1px solid #D5D5D5;text-align:center;line-height:40px;vertical-align:middle;display:inline-block;background:#FFF;color:#A1A1A1;border-radius:20px;}
.paging-wrap a.privious {font-size:18px;margin-right:30px;background:#FAFAFA;line-height:40px;}
.paging-wrap a.privious_start {font-size:18px;background:#FAFAFA;line-height:40px;}
.paging-wrap a.next {font-size:18px;margin-left:30px;background:#FAFAFA;line-height:40px;}
.paging-wrap a.next_end {font-size:18px;background:#FAFAFA;line-height:40px;}
.paging-wrap ul {display:inline-block;background:#F8F8F8;border-radius:20px;}
.paging-wrap ul li {display:inline-block;width:50px;height:40px;margin-left:-4px;}
.paging-wrap ul li a {display:inline-block;width:40px;height:40px;line-height:40px;}
.paging-wrap ul li a.on {border:1px solid #C43C2E;color:#C43C2E;background:#FFF;border-radius:20px;}
.paging-wrap ul li a:hover {border:1px solid #C43C2E;color:#C43C2E;background:#FFF;border-radius:20px;}

/* Search Box */
.search-group {width:100%;display:table;clear:both;margin-top:20px;}
.search-group select {width:120px;height:40px;border:1px solid #D5D5D5;}
.search-group input {border:1px solid #D5D5D5;height:40px;padding:5px;width:200px;}
.search-group button {border:1px solid #333;background:#333;color:#FFF;height:40px;line-height:40px;width:70px;}

/* Btn Group */
.btn-group {width:100%;display:table;clear:both;height:45px;}
.btn-group div a {width:90px;border:1px solid #333;line-height:40px;display:inline-block;text-align:center;}
.btn-group .btn-left {width:60%;display:table-cell;text-align:left;}
.btn-group .btn-left a {border:1px solid #333;margin-bottom:5px;}
.btn-group .btn-right {width:40%;display:table-cell;text-align:right;}
.btn-group .btn-right a {border:1px solid #333;background:#333;color:#FFF;}


/* Alert */
.alert-box {background:#FFF;width:400px;display:inline-block;border-radius:5px;padding:20px;position:fixed;}
.alert-box .alert-head {text-align:center;font-size:24px;padding:30px 0px 20px 0px;font-weight:bold;border-bottom:1px solid #E5E5E5;}
.alert-box .alert-head span {color:#C43C2E;margin-right:10px;}
.alert-box .alert-body {text-align:center;font-size:16px;margin-top:20px;color:#333;}
.alert-box .alert-body .alert-add {padding:10px 0px;width:70%;text-align:left;display:inline-block;}
.alert-box .alert-body .alert-add .alert-txt1 {color:#C43C2E;padding-top:10px;text-align:left;}
.alert-box .alert-body .alert-add .alert-txt2 {font-size:18px;font-weight:bold;}
.alert-box .alert-body .alert-add .aabox {width:100%;border:1px solid #C43C2E;padding:10px;text-align:center;}
.alert-box .alert-body .alert-add .alert-txt3 {color:#C43C2E;padding-top:10px;text-align:center;}

.alert-box .alert-btn {text-align:center;margin-top:30px;margin-bottom:20px;}
.alert-box .alert-btn.type2 {margin-top:0px;}
.alert-box .alert-btn a {width:120px;height:40px;line-height:40px;border-radius:3px;display:inline-block;background:#D5D5D5;color:#FFF;}
.alert-box .alert-btn a:not(:first-child) {margin-left:10px;}
.alert-box .alert-btn a.red {background:#C43C2E;}
.alert-box .alert-btn a.orange {background:#E8801A;}
.alert-box .alert-btn a.gray {background:#7A7A7A;}
.alert-box .alert-btn input {border:1px solid #444;margin-bottom:20px;width:100px;height:30px;line-height:30px;padding:0px 10px;color:#333;}
.alert-box .alert-btn span {margin-left:10px;color:#C43C2E;font-weight:bold;}
.alert-box .alert-btn .alert-bom {padding-top:10px;width:70%;text-align:left;display:inline-block;}

    /* Auction Bid */
.auc {background:#C43C2E;width:1200px;height:1000px;display:inline-block;padding:5px;position:fixed;box-shadow:3px 3px 3px #2C2C2C;z-index:2050;}
.auc.on {height:5000px;}
.auc .iframe {frameborder:0px;marginwidth:0px;marginheight:0px;width:100%;height:930px;}
.aucs .auc-head {height:60px;display:table;width:100%;}
.aucs .auc-head .left {width:80%;display:table-cell;color:#FFF;font-size:24px;line-height:55px;padding-left:10px;}
.aucs .auc-head .left span {margin-right:6px;}
.aucs .auc-head .left strong {font-size:18px;}
.aucs .auc-head .left strong span {font-size:16px;margin:0px 20px;}
.aucs .auc-head .right {width:20%;display:table-cell;text-align:right;line-height:55px;font-size:20px;padding-right:15px;}
.aucs .auc-head .right a {color:#FFF;font-size:20px;}

.aucs .auc-body {width:100%;background:#FFF;padding:20px;height:930px;}
.aucs .auc-body .auc-body-wrap {width:100%;display:table;vertical-align:top;}
.aucs .auc-body .auc-body-wrap .auc-tit {width:100%;height:65px;vertical-align:top;}
.aucs .auc-body .auc-body-wrap .auc-tit span {width:20px;height:3px;display:inline-block;background:#333;margin-bottom:6px;}
.aucs .auc-body .auc-body-wrap .auc-tit h3 {width:100%;font-size:24px;color:#333;}

.aucs .auc-body .auc-body-wrap .auc-art {width:400px;vertical-align:top;padding-right:30px;display:table-cell;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-lot {width:100%;height:60px;position:absolute;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-lot .lot-box {width:60px;height:60px;display:inline-block;vertical-align:middle;background:#C0AF83;color:#FFF;font-size:24px;padding:2px 8px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-lot .lot-box strong {width:100%;display:inline-block;font-size:14px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-img {width:100%;margin-bottom:20px;text-align:center;height:300px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-img div {width:70%;height:300px;vertical-align:middle;display:inline-block;line-height:300px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-img div img {vertical-align:middle;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-artist {font-size:24px;color:#333;margin-bottom:15px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-subject {font-size:18px;color:#333;margin-bottom:10px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-subject span {margin-left:30px;color:#999;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-material {color:#999;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content {margin-top:18px;padding-top:20px;border-top:1px solid #333;letter-spacing:-1.5px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content .auc-law-view {display:none;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content h2 {font-size:18px;letter-spacing:-1px;color:#C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content h2 .checkbox3 {width:24px;height:24px;display:inline-block;background:url('/theme/layout/aauction/images/check_off.png') no-repeat;cursor:pointer;vertical-align:middle;margin-left:5px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content h2 > input[type='checkbox']:checked + label {background:url('/theme/layout/aauction/images/check_on.png') no-repeat;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content h2 > input[type='checkbox'] {display:none;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content ul {margin-top:15px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content ul li {color:#555;background:url('/theme/layout/aauction/images/check_mark.png') no-repeat 0px 6px;padding-left:16px;letter-spacing:-1px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content a {width:100%;height:40px;line-height:40px;text-align:center;border:1px solid #333;display:inline-block;margin-top:10px;}
.aucs .auc-body .auc-body-wrap .auc-art .auc-art-content a:hover {background:#333;color:#FFF;}

.aucs .auc-body .auc-body-wrap .auc-auction {width:390px;vertical-align:top;padding-right:30px;display:table-cell;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-time {width:100%;height:90px;border:1px solid #BFBFBF;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-time ul li {width:33%;float:left;text-align:center;height:90px;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-time ul li span {vertical-align:middle;width:100%;display:inline-block;color:#555;line-height:18px;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-time ul li span:first-child {height:40px;line-height:40px;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-time ul li span strong {width:100%;display:inline-block;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-time ul li span#count-date strong {color:#333;font-weight:bold;color:#C43C2E;font-size:18px;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-time ul li:first-child {width:34%;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-nowprice {width:100%;height:80px;display:table;background:#EEE;border:1px solid #D5D5D5;margin-top:10px;padding:0px 16px;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-nowprice .bid-unit {display:inline-block;text-align:left;line-height:40px;color:#333;width:100%;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-nowprice .now-price {display:inline-block;text-align:right;line-height:50px;color:#333;font-size:24px;width:100%;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-nowprice .now-price span {color:#C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box {width:100%;height:220px;padding:16px;margin-top:30px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-box-tit {width:100%;height:36px;display:inline-block;vertical-align:top;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-box-tit span {width:15px;height:3px;display:inline-block;background:#C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-box-tit h3 {width:100%;font-size:18px;color:#333;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .cost-unit {width:100%;height:21px;text-align:right;color:#333;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box {width:100%;height:50px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box input {width:100%;height:50px;border:1px solid #333;font-size:22px;line-height:50px;padding:0px 10px;text-align:right;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 {width:100%;height:50px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 ul {width:100%;display:table;border:1px solid #D5D5D5;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 ul li {display:table-cell;background:#FFF;height:50px;text-align:center;font-size:16px;line-height:50px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 ul li:not(:nth-child(2)) {width:80px;text-align:center;cursor:pointer;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 ul li:nth-child(2) {border-left:1px solid #D5D5D5;border-right:1px solid #D5D5D5;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 ul li:nth-child(2) input {width:100%;height:50px;font-size:22px;line-height:50px;padding:0px 10px;text-align:right;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 ul li.auto-plus i {color:#C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .auto-exp {position:relative;width:100%;text-align:right;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .auto-exp .auto-exp-mark {position:absolute;display:inline-block;margin-left:-20px;margin-top:-30px;color:#C0AF83;cursor:pointer;right:0px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .auto-exp .auto-exp-mark span {position:absolute;text-align:left;line-height:30px;width:210px;height:130px;padding:5px 15px;background:#F5F5F5;color:#000;border:1px solid #000;border-radius:5px;font-size:14px;letter-spacing:-0.7px;display:none;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .auto-exp .auto-exp-mark span i {font-weight:bold;}

/*.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-input-box2 input {width:100%;height:50px;border:1px solid #D5D5D5;font-size:22px;line-height:50px;padding:0px 10px;text-align:right;}*/
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-button {width:100%;height:50px;margin-top:11px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-button button {width:100%;height:50px;background:#C43C2E;color:#FFF;font-size:18px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-button2 {width:100%;height:50px;margin-top:11px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-button2 button {width:100%;height:50px;background:#C0AF83;color:#FFF;font-size:18px;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box .bid-caution {color:#C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box.type1 {border:1px solid #C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-auction .bid-box.type2 {background:#EEE;}

.aucs .auc-body .auc-body-wrap .auc-auction .winner {width:100%;height:470px;background:#EEE;margin-top:30px;}
.aucs .auc-body .auc-body-wrap .auc-auction .winner ul {display:inline-block;vertical-align:middle;width:100%;margin-top:100px;}
.aucs .auc-body .auc-body-wrap .auc-auction .winner ul li {text-align:center;font-size:24px;font-weight:bold;line-height:40px;}
.aucs .auc-body .auc-body-wrap .auc-auction .winner ul li span {color:#C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-auction .winner ul li:first-child {margin-bottom:20px;}
.aucs .auc-body .auc-body-wrap .auc-auction .winner ul li:first-child div {width:100px;height:100px;display:inline-block;border-radius:50px;background:#FFF;}
.aucs .auc-body .auc-body-wrap .auc-auction .winner ul li:first-child div i {font-size:50px;margin-top:25px;}

.aucs .auc-body .auc-body-wrap .auc-auction .auc-btn {width:100%;text-align:center;margin-top:80px;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-btn button {width:220px;height:57px;border:1px solid #333;color:#333;font-size:18px;background:#FFF;}
.aucs .auc-body .auc-body-wrap .auc-auction .auc-btn button:hover {color:#FFF;border:1px solid #C43C2E;background:#C43C2E;transition:color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important;}

.aucs .auc-body .auc-body-wrap .auc-bid {width:300px;vertical-align:top;display:table-cell;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list {height:700px;overflow-y:scroll;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src {border-bottom:1px solid #D5D5D5;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src ul li {color:#555;height:40px;line-height:40px;display:table;width:100%;font-size:12px;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src ul li:first-child div {width:50%;display:table-cell;text-align:left;height:40px;color:#555;border-bottom:1px dotted #D5D5D5;line-height:40px;padding:0px 15px;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src ul li:first-child div:last-child {text-align:right;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src:first-child {border:2px solid #C43C2E;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src ul li:last-child div {display:table-cell;text-align:left;height:40px;color:#333;line-height:40px;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src ul li:last-child div strong {color:#555;font-size:11px;padding-left:10px;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src ul li:last-child div:first-child {padding-left:15px;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src ul li:last-child div.bid-ex {background:#C43C2E;color:#FFF;text-align:center;width:90px;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src {border-bottom:1px solid #D5D5D5;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src.mine {border:2px solid #23ABDE;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src.mine ul li:last-child div.bid-mn {background:#23ABDE;color:#FFF;text-align:center;width:90px;}
.aucs .auc-body .auc-body-wrap .auc-bid .bid-list .bid-list-src.mine ul li {background:#D5ECF3;}

/* 1:1 문의 */
.qna {width:100%;display:inline-block;text-align:center;}
.qna-box {width:100%;display:inline-block;}
.qna-box > ul {width:100%;display:table;}
.qna-box > ul > li {width:50%;display:table-cell;height:60px;}
.qna-box > ul > li:last-child {border-right:1px solid #D5D5D5;}
.qna-box > ul > li a {width:100%;height:60px;line-height:60px;color:#999;font-size:16px;display:inline-block;border-bottom:1px solid #333;border-top:1px solid #D5D5D5;border-left:1px solid #D5D5D5;text-align:center;}
.qna-box > ul > li:hover a {color:#333;border:1px solid #333;border-bottom:0px;}
.qna-box > ul > li a.active {color:#333;border:1px solid #333;border-bottom:0px;}
.qna-box > .tabgroup {padding:60px 0px 200px 0px;}
.qna-box > .tabgroup div {line-height:30px;text-align:left;}
.qna-box > .tabgroup div span {color:#C43C2E;font-weight:bold;}

.qna-box > .tabgroup div > .paging-wrap {width:100%;text-align:center;display:inline-block;clear:both;margin-bottom:20px;height:40px;}
.qna-box > .tabgroup div > .paging-wrap > a {width:40px;height:40px;border:1px solid #D5D5D5;text-align:center;line-height:40px;vertical-align:middle;display:inline-block;background:#FFF;color:#A1A1A1;border-radius:20px;margin:0px;}
.qna-box > .tabgroup div > .paging-wrap > a.privious {font-size:18px;margin-right:30px;background:#FAFAFA;line-height:40px;}
.qna-box > .tabgroup div > .paging-wrap > a.privious_start {font-size:18px;background:#FAFAFA;line-height:40px;}
.qna-box > .tabgroup div > .paging-wrap > a.next {font-size:18px;margin-left:30px;background:#FAFAFA;line-height:40px;}
.qna-box > .tabgroup div > .paging-wrap > a.next_end {font-size:18px;background:#FAFAFA;line-height:40px;}
.qna-box > .tabgroup div > .paging-wrap > ul {display:inline-block;background:#F8F8F8;border-radius:20px;height:40px;}
.qna-box > .tabgroup div > .paging-wrap > ul > li {display:inline-block;width:50px;height:40px;margin-left:-4px;}
.qna-box > .tabgroup div > .paging-wrap > ul > li > a {dislay:inline-block;width:40px;height:40px;line-height:40px;margin-top:0px;}
.qna-box > .tabgroup div > .paging-wrap > ul > li > a.on {border:1px solid #C43C2E;color:#C43C2E;background:#FFF;border-radius:20px;}
.qna-box > .tabgroup div > .paging-wrap > ul > li > a:hover {border:1px solid #C43C2E;color:#C43C2E;background:#FFF;border-radius:20px;}

.qbrd-list {width:100%;display:inline-block;margin-bottom:10px;border-top:1px solid #333;}
.qbrd-list ul {width:100%;display:table;border-bottom:1px solid #E5E5E5;}
.qbrd-list ul li {height:40px;display:table-cell;vertical-align:middle;}
.qbrd-list ul.brd-header {text-align:center;}
.qbrd-list ul.brd-header li {height:40px;color:#333;text-align:center;}
.qbrd-list ul.brd-header li.subject {text-align:center;}
.qbrd-list ul:last-child {border-bottom:1px solid #333;}

.qbrd-list ul li.date {width:15%;text-align:center;}
.qbrd-list ul li.subject {padding:0px 20px;text-align:left;}
.qbrd-list ul li.state {width:15%;text-align:center;}
.qbrd-list ul li.views {width:15%;text-align:center;}
.qbrd-list ul li.views > a {height:36px;width:100px;display:inline-block;color:#FFF;background:#333;margin:0px;font-size:14px;border:1px solid #333;line-height:36px;}
.qbrd-list ul li {text-align:center;}
.qbrd-list ul.answers {display:none;width:100%;}
.qbrd-list ul.answers li {width:1200px;padding:10px;}
.qbrd-list ul.answers li > div {padding:20px;display:table;width:100%;}
.qbrd-list ul.answers li > div > span {display:table-cell;}
.qbrd-list ul.answers li > div > span:last-child {padding-left:20px;width:100%;}
.qbrd-list ul.answers li > div.question {border-bottom:1px dotted #E5E5E5;padding-bottom:20px;}
.qbrd-list ul.answers li > div.question > span:first-child {display:inline-block;width:30px;height:30px;background:#E4E4E8;border-radius:15px;margin-top:10px;text-align:center;color:#FFF;font-weight:bold;margin-left:5px;}
.qbrd-list ul.answers li > div.question > span:last-child {font-weight:normal;color:#555;}
.qbrd-list ul.answers li > div.answer {background:#F8F8F8;padding-top:20px;padding-bottom:20px;}
.qbrd-list ul.answers li > div.answer > span:first-child {display:inline-block;width:30px;height:30px;background:#C43C2E;border-radius:15px;margin-left:5px;color:#FFF;text-align:center;line-height:30px;vertical-align:top;}
.qbrd-list ul.answers li > div.answer > span:last-child {font-weight:normal;color:#555;}

.qna-btns {text-align:right !important;}
.qna-btns > a {margin-top:0px !important;width:100px !important;height:40px !important;font-size:14px !important;line-height:40px !important;}

.scontainer {width:100%;display:inline-block;text-align:center;margin-bottom:30px;}
.container {width:100%;display:inline-block;text-align:center;margin-bottom:200px;}
.container .inner .mem-box {background:#F8F8F8;border-top:1px solid #333;border-bottom:1px solid #333;padding:40px;}
.mem-box .mem-box-con {display:table;width:100%;}
.mem-box .mem-box-con .left {display:table-cell;width:300px;}
.mem-box .mem-box-con .left span {width:200px;height:200px;display:inline-block;background:#FFF;border-radius:100px;}
.mem-box .mem-box-con .left span i {font-size:100px;margin-top:50px;color:#333;}
.mem-box .mem-box-con .center {display:table-cell;width:450px;vertical-align:middle;text-align:left;}
.mem-box .mem-box-con .center h2 {font-size:24px;color:#555;line-height:40px;}
.mem-box .mem-box-con .center h2 span {color:#333;font-size:30px;margin-top:20px;}
.mem-box .mem-box-con .right {display:table-cell;width:450px;vertical-align:middle;border-left:1px dotted #D5D5D5;padding-left:40px;}
.mem-box .mem-box-con .right h2 {font-size:18px;margin-top:0px;margin-bottom:40px;line-height:30px;text-align:left;}
.mem-box .mem-box-con .right h2 span {color:#C43C2E;}
.mem-box .mem-box-con .right ul li {text-align:left;font-size:16px;}
.mem-box .mem-box-con .right ul li span {color:#C43C2E;font-size:12px;margin-right:10px;}

.ssmenu {width:100%;display:inline-block;}
.ssmenu ul {display:table;width:100%;}
.ssmenu ul li {width:25%;display:table-cell;}
.ssmenu ul li:last-child {border-right:1px solid #D5D5D5;}
.ssmenu ul li a {width:100%;height:50px;display:inline-block;border-bottom:1px solid #333;border-top:1px solid #D5D5D5;line-height:50px;border-left:1px solid #D5D5D5;font-size:16px;background:#F8F8F8;}
.ssmenu ul li a:hover, .ssmenu ul li a.on {background:#FFF;border-color:#333;border-bottom:0px;border-right:1px solid #333;}

.sslist {width:100%;display:inline-block;padding:50px 0px;}

.mbid-head {width:100%;display:table;margin-bottom:6px;}
.mbid-head .left {width:50%;display:table-cell;text-align:left;font-weight:bold;font-size:18px;padding-left:10px;vertical-align:bottom;}
.mbid-head .left span {color:#C43C2E;}
.mbid-head .left2 {width:50%;display:table-cell;text-align:left;font-weight:bold;font-size:16px;padding-left:10px;vertical-align:bottom;}
.mbid-head .left2 span {color:#C43C2E;}
.mbid-head .right {width:50%;display:table-cell;text-align:right;}
.mbid-head .right select {height:40px;border:1px solid #D5D5D5;padding:0px 5px;}

.mbid-list {width:100%;display:inline-block;border-top:1px solid #333;margin-bottom:20px;}
.mbid-list > ul {width:100%;display:table;height:180px;border-bottom:1px solid #D5D5D5;}
.mbid-list > ul.tit {height:50px;line-height:50px;}
.mbid-list > ul.tit li {height:50px;line-height:50px;}
.mbid-list > ul.non {height:50px;}
.mbid-list > ul.non li {height:50px;line-height:50px;}
.mbid-list > ul:last-child {border-color:#333;}
.mbid-list > ul li {display:table-cell;height:180px;vertical-align:middle;}
.mbid-list > ul li.name {width:200px;}
.mbid-list > ul li.price {width:200px;}
.mbid-list > ul li.date {width:100px;}
.mbid-list > ul li.date > span {width:100%;display:inline-block;}
.mbid-list > ul li > ul > li {width:100%;display:inline-block;height:30px;}
.mbid-list > ul li > ul > li > span {padding:0px 10px;}
.mbid-list > ul li.art > div {float:left;}
.mbid-list > ul li.art > div.art-i {width:180px;height:180px;padding:0px 10px;}
.mbid-list > ul li.art > div.art-i img {margin-top:10px;}
.mbid-list > ul li.art > div.art-infos {height:180px;vertical-align:middle;text-align:left;}
.mbid-list > ul li.art > div.art-infos > ul {width:100%;display:inline-block;margin-top:30px;}
.mbid-list > ul li.art > div.art-infos > ul > li {width:100%;display:inline-block;height:30px;}
.mbid-list > ul li.art > div.art-infos > ul > li em {margin:0px 10px;}
.mbid-list > ul li.art > div.art-infos > ul > li.ari {font-size:18px;}
.mbid-list > ul li.date a {width:80px;height:40px;background:#333;color:#FFF;display:inline-block;margin-bottom:6px;line-height:40px;}

.mbid-list > ul li.price ul li {display:table;height:26px;}
.mbid-list > ul li.price ul li span {display:table-cell;padding:0px;}
.mbid-list > ul li.price ul li span:first-child {text-align:left;width:40%;}
.mbid-list > ul li.price ul li span:last-child {text-align:right;width:60%;}

.mbid-list2 {width:100%;display:inline-block;border-top:1px solid #333;margin-bottom:20px;}
.mbid-list2 ul {width:100%;display:inline-block;padding:20px;border:1px solid #D5D5D5;margin-top:15px;}
.mbid-list2 ul li.cnt {width:30px;float:left;height:200px;text-align:left;font-weight:bold;font-size:16px;}
.mbid-list2 ul li.art-img {width:150px;margin:0px 50px 0px 20px;float:left;}
.mbid-list2 ul li.info {width:400px;float:left;}
.mbid-list2 ul li.info > ul {padding:0px;margin:0px;border:0px;}
.mbid-list2 ul li.info > ul > li {text-align:left;font-size:14px;color:#555;}
.mbid-list2 ul li.info > ul > li.lot {color:#555;margin-top:20px;}
.mbid-list2 ul li.info > ul > li.name {color:#333;font-size:18px;font-weight:bold;padding:15px 0px 8px 0px;}
.mbid-list2 ul li.info > ul > li.price {color:#333;margin-top:15px;}
.mbid-list2 ul li.info > ul > li.price span {color:#C43C2E;}
.mbid-list2 ul li.info > ul > li.price strong a {width:80px;height:30px;display:inline-block;text-align:center;background:#444;color:#FFF;line-height:30px;border-radius:3px;margin-left:50px;}
.mbid-list2 ul li.blist {width:480px;background:#F0F0F0;float:left;overflow-y:scroll;height:200px;padding:10px;}
.mbid-list2 ul li.blist > ul {padding:0px;margin:0px;border:0px;height:30px;border-bottom:1px dotted #d5D5D5;}
.mbid-list2 ul li.blist > ul li {float:left;font-size:12px;}

.mbid-list2 ul li.blist > ul li.bprice {width:25%;}
.mbid-list2 ul li.blist > ul li.bname {width:20%;}
.mbid-list2 ul li.blist > ul li.bname span {width:45px;height:16px;font-family:'돋움';font-size:11px;background:#C43C2E;display:inline-block;line-height:16px;margin-left:5px;color:#FFF;border-radius:3px;letter-spacing:-1px;}
.mbid-list2 ul li.blist > ul li.btime {width:35%;}
.mbid-list2 ul li.blist > ul li.btype {width:20%;}

.mbid-list2 ul li.blist > ul li.units {float:left;display:inline-block;color:#333;font-weight:bold;padding-left:10px;}
.mbid-list2 ul li.blist > ul li.abid-price {width:80px;float:left;text-align:right;color-:#333;font-weight:bold;}
.mbid-list2 ul li.blist > ul li.abid-date {float:left;padding-left:15px;color:#555;}
.mbid-list2 ul li.blist > ul li.niss {padding-left:10px;}
.mbid-list2 ul li.blist > ul li.niss-price {color:#333;font-weight:bold;}

.mbid-list3 {width:100%;display:inline-block;border-top:1px solid #333;margin-bottom:20px;}
.mbid-list3 ul {width:100%;display:inline-block;padding:30px 0px;border-bottom:1px solid #D5D5D5;}
.mbid-list3 ul:last-child {border-bottom:1px solid #333;}
.mbid-list3 ul li {font-size:13px;}
.mbid-list3 ul li.atname {width:100%;text-align:left;padding-left:10px;padding-bottom:20px;font-size:15px;color:#333;font-weight:bold;}
.mbid-list3 ul li.art-img {width:300px;margin-right:20px;float:left;}
.mbid-list3 ul li.info {width:480px;float:left;}
.mbid-list3 ul li.info > ul {padding:0px;margin:0px;border:0px;}
.mbid-list3 ul li.info > ul > li {text-align:left;font-size:14px;color:#555;}
.mbid-list3 ul li.info > ul > li.lot {color:#555;}
.mbid-list3 ul li.info > ul > li.name {color:#333;font-size:18px;font-weight:bold;padding:15px 0px 8px 0px;}
.mbid-list3 ul li.info > ul > li.price {color:#333;margin-top:15px;}
.mbid-list3 ul li.info > ul > li.price span {color:#C43C2E;}
.mbid-list3 ul li.blist {width:390px;background:#F0F0F0;float:left;overflow-y:scroll;height:200px;padding:10px;display:table;}
.mbid-list3 ul li.blist > ul {padding:10px 20px;margin:0px;border:0px;height:30px;}
.mbid-list3 ul li.blist > ul li {display:table;height:26px;}
.mbid-list3 ul li.blist > ul li:first-child {font-weight:bold;font-size:16px;height:30px;}
.mbid-list3 ul li.blist > ul li:first-child b {font-size:14px;font-weight:normal;color:#555;}
.mbid-list3 ul li.blist > ul li span {display:table-cell;padding:0px;color:#333;}
.mbid-list3 ul li.blist > ul li span:first-child {text-align:left;width:80px;}
.mbid-list3 ul li.blist > ul li span:last-child {text-align:left;}
.mbid-list3 ul li.blist > ul li span:last-child em {margin-left:10px;}
.mbid-list3 ul li.blist > ul li span:last-child strong {display:inline-block;height:20px;background:#333;color:#FFF;font-size:11px;width:40px;text-align:center;margin-left:10px;}
.mbid-list3 ul li.blist > ul li span:last-child strong.off {background:#C43C2E;}
.mbid-list3 ul li.blist > ul li.delsearch {text-align:center;width:100%;}
.mbid-list3 ul li.blist > ul li.delsearch button {width:80px;height:26px;background:#23ABDE;color:#FFF;border-radius:3px;}
.mbid-list3 ul li.blist > ul li.delsearch a {width:80px;height:26px;background:#66b246;color:#FFF;border-radius:3px;display:inline-block;}
.nakicon {width:40px;height:16px;font-family:'돋움';font-size:11px;background:#C43C2E;display:inline-block;line-height:16px;color:#FFF;border-radius:3px;margin-right:5px;}

.mbid-list2 ul li.blist div {width:100%;text-align:left;font-size:13px;}

.mbid-list2 ul li.blist div.q-list {width:100%;}
.mbid-list2 ul li.blist div.q-list div:first-child {width:100%;height:30px;background:#FFF;line-height:30px;padding-left:10px;}
.mbid-list2 ul li.blist div.q-list div:first-child strong {color:#C43C2E;}
.mbid-list2 ul li.blist div.q-list div:nth-child(2) {padding:10px;display:table;}
.mbid-list2 ul li.blist div.q-list div:nth-child(2) span {display:table-cell;}
.mbid-list2 ul li.blist div.q-list div:nth-child(2) span:first-child {width:50px;}
.mbid-list2 ul li.blist div.q-list div:nth-child(2) span:first-child a {width:30px;height:30px;display:inline-block;text-align:center;color:#FFF;background:#333;line-height:30px;border-radius:15px;}

.mbid-list2 ul li.blist div.a-list {border-top:1px dotted #333;padding:10px;width:100%;display:table;}
.mbid-list2 ul li.blist div.a-list span {display:table-cell;}
.mbid-list2 ul li.blist div.a-list span:first-child {width:50px;}
.mbid-list2 ul li.blist div.a-list span:first-child a {width:30px;height:30px;display:inline-block;text-align:center;color:#FFF;background:#C43C2E;line-height:30px;border-radius:15px;}



.win-exp {width:100%;display:inline-block;text-align:left;margin-top:50px;}
.win-exp ul li {background:url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 10px;padding-left:10px;line-height:30px;}
.banks {margin:60px 0px;font-size:24px;font-weight:bold;}

.win-exp2 {width:100%;display:inline-block;background:#F8F8F8;border-top:1px solid #333;border-bottom:1px solid #333;padding:30px 20px;}
.win-exp2 h2 {font-size:22px;color:#C43C2E;text-align:left;}
.win-exp2 ul li {font-size:16px;text-align:left;height:30px;}
.win-exp2 ul li:first-child {margin:40px 0px 20px 0px;}
.win-exp2 ul li:first-child span {color:#007FFF;}


.aresult {width:800px;height:600px;background:#FFF;border:1px solid #333;box-shadow:3px 3px 3px #2C2C2C;z-index:9999;position:fixed;overflow-y:scroll;}
.aresult .aresult-head {height:50px;line-height:50px;color:#FFF;background:#333;display:table;width:100%;}
.aresult .aresult-head .left {width:50%;display:table-cell;text-align:left;padding-left:10px;color:#FFF;line-height:50px;font-size:18px;}
.aresult .aresult-head .right {width:50%;display:table-cell;text-align:right;padding-right:10px;color:#FFF;line-height:50px;font-size:18px;}
.aresult .aresult-head .right a {color:#FFF;font-size:18px;}

.aresult .aresult-body {padding:20px;width:100%;}
.aresult .aresult-body .aresult-tit {width:100%;text-align:center;}
.aresult .aresult-body .aresult-tit img {width:30%;}
.aresult .aresult-body .aresult-subject {font-size:18px;font-weight:bold;text-align:center;margin-top:20px;}
.aresult .aresult-body .aresult-list {padding-top:40px;}
.aresult .aresult-body .aresult-list table {border-top:1px solid #333;}
.aresult .aresult-body .aresult-list table th, .aresult .aresult-body .aresult-list table td {height:40px;line-height:40px;border-bottom:1px solid #D5D5D5;border-right:1px solid #D5D5D5;}
.aresult .aresult-body .aresult-list table th {background:#F8F8F8;color:#333;}
.aresult .aresult-body .aresult-list table th:last-child {border-right:0px;}
.aresult .aresult-body .aresult-list table td:last-child {border-right:0px;}
.aresult .aresult-body .aresult-list table td {padding:0px 5px;color:#333;}
.aresult .aresult-body .aresult-list table td.center {text-align:center;}
.aresult .aresult-body .aresult-list table td.right {text-align:right;}
.aresult .aresult-body .aresult-list table td strong {font-weight:bold;}
.aresult .aresult-body .aresult-list table td span {color:#C43C2E;font-weight:bold;}
.aresult .aresult-body .aresult-list table td.centerl {text-align:center;border-bottom:0px;border-right:0px;font-weight:bold;}
.aresult .aresult-body .aresult-list table td.rightl {text-align:right;border-bottom:0px;}
.aresult .aresult-body .aresult-txt {margin-top:40px;}
.aresult .aresult-body .aresult-txt h2 {font-size:16px;font-weight:bold;}
.aresult .aresult-body .aresult-txt ul li span {color:#C43C2E;}

.abuy {width:900px;height:900px;background:#FFF;border:1px solid #333;box-shadow:3px 3px 3px #2C2C2C;z-index:9999;position:fixed;overflow-y:scroll;}
.abuy .abuy-head {height:50px;line-height:50px;color:#FFF;background:#C43C2E;display:table;width:100%;}
.abuy .abuy-head .left {width:50%;display:table-cell;text-align:left;padding-left:10px;color:#FFF;line-height:50px;font-size:18px;font-weight:bold;}
.abuy .abuy-head .right {width:50%;display:table-cell;text-align:right;padding-right:10px;color:#FFF;line-height:50px;font-size:18px;}
.abuy .abuy-head .right a {color:#FFF;font-size:18px;}

.abuy .abuy-body {padding:20px;width:100%;}
.abuy .abuy-body h3 {color:#333;font-size:16px;font-weight:bold;}
.abuy .abuy-body h3:not(:first-child) {margin-top:30px;}

.abuy .abuy-body .abuy-body-art {border-top:1px solid #333;border-bottom:1px solid #333;padding:10px 0px;display:inline-block;width:100%;margin-top:10px;}
.abuy .abuy-body .abuy-body-art ul {width:100%;}
.abuy-body-art ul li {float:left;}
.abuy-body-art ul > li.image {width:110px;padding-right:15px;}
.abuy-body-art ul > li.lot {width:60px;padding-right:15px;}
.abuy-body-art ul > li.lot span {width:100%;display:inline-block;font-weight:bold;font-size:16px;color:#333;}
.abuy-body-art ul > li.artist {width:150px;text-align:left;color:#333;font-size:18px;font-weight:bold;padding-top:15px;}
.abuy-body-art ul > li.artist span {width:100%;display:inline-block;margin-top:10px;font-size:14px;font-weight:normal;}
.abuy-body-art ul > li.material {padding-top:15px;padding-right:10px;width:150px;}
.abuy-body-art ul > li.material span {width:100%;display:inline-block;margin-top:10px;color:#333;}
.abuy-body-art ul > li.price {width:300px;text-align:right;color:#C43C2E;font-size:18px;margin-top:20px;}
.abuy-body .buy-guide {margin-top:10px;width:100%;border-top:1px solid #333;border-bottom:1px solid #333;}
.abuy-body .buy-guide ul {padding:10px 0px;}
.abuy-body .buy-guide ul li {text-align:left;padding-bottom:10px;background:url('/theme/layout/aauction/images/dot.gif') no-repeat 0px 10px;padding-left:10px;}
.abuy-body .buy-info {margin-top:10px;width:100%;border-top:1px solid #333;}
.buy-info ul {width:100%;display:inline-block;}
.buy-info ul li {width:100%;display:table;border-bottom:1px solid #D5D5D5;}
.buy-info ul li:last-child {border-color:#333;}
.buy-info ul li span {display:table-cell;padding:10px 0px;line-height:30px;}
.buy-info ul li span:first-child {width:100px;padding:10px 15px;text-align:right;background:#F8F8F8;}
.buy-info ul li span:last-child {padding:10px 15px;}
.buy-info ul li span input {width:200px;border:1px solid #D5D5D5;padding:0px 5px;height:40px;}
.buy-info ul li span button {background:#333;color:#FFF;display:inline-block;width:80px;height:40px;}
.buy-info ul li span input.bid-price {text-align:right;width:100px;}
.buy-info ul li span input.wzip {width:80px;}
.buy-info ul li span input.w100pro {width:100%;}
.buy-info ul li span textarea {width:100%;padding:5px;border:1px solid #D5D5D5;height:150px;}

.abuy .abuy-body .buy-btn {width:100%;margin-top:15px;text-align:center;}
.abuy .abuy-body .buy-btn button {width:150px;height:40px;border:1px solid #333;color:#333;font-size:16px;line-height:40px;background:#FFF;}
.abuy .abuy-body .buy-btn button[type=submit] {background:#C43C2E;color:#FFF;border:1px solid #C43C2E;}

/* Offline Auction Screen */
.screen-logo {width:170px;height:62px;position:absolute;top:20px;right:20px;background:url("/theme/layout/aauction/images/logo_black.png") no-repeat 0 0;display:none;}

.screen-bg {width:100%;height:100%;}
.screen-bg .screen-tit {position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;height:190px;}
.screen-bg .screen-tit ul li {color:#FFF;line-height:50px;font-size:24px;width:100%;text-align:center;font-family:'Noto Sans KR', sans-serif;margin-bottom:30px;}
.screen-bg .screen-tit ul li:first-child {font-size:46px;font-weight:900;line-height:80px;}

.screen-box {width:100%;height:100%;display:table;padding:30px;display:none;background:#000;}
/* OLD Screen */
.screen-box .screen-info {width:50%;padding:0px 50px;display:table-cell;vertical-align:top;}

.screen-box .screen-info .info-art {margin-bottom:60px;}
.screen-box .screen-info .info-art ul li {font-size:30px;font-family:'Noto Sans', 'Noto Sans Kr', sans-serif;line-height:80px;color:#000;}
.screen-box .screen-info .info-art ul li:first-child {font-size:50px;font-weight:900;}
.screen-box .screen-info .info-art ul li:first-child strong {font-size:60px;font-weight:900;}

.screen-box .screen-info .info-price {width:100%;}
.screen-box .screen-info .info-price ul li {width:100%;display:table;}
.screen-box .screen-info .info-price ul li span {display:table-cell;color:#000;font-size:50px;font-weight:bold;line-height:70px;font-family:'Noto Sans';}
.screen-box .screen-info .info-price ul li span:first-child {width:100px;}
.screen-box .screen-info .info-price ul li span:last-child {text-align:right;}
.screen-box .screen-image {width:50%;padding-left:50px;display:table-cell;vertical-align:top;text-align:center;}
.screen-box .screen-image .imagew {width:100%;}
.screen-box .screen-image .imageh {height:90%;}

/* New Screen */
.screen-head {display:table;width:100%;border-bottom:3px solid #666;height:100px;}
.screen-head .screen-head-logo {display:table-cell;width:20%;background:url("/admsys/images/print_logo.png") no-repeat 0 0;background-size:250px;}
.screen-head .screen-head-tit {display:table-cell;width:80%;color:#CCC;text-align:right;font-size:30px;font-family:'Noto Sans KR';font-weight:600;vertical-align:bottom;line-height:100px;}
.screen-kprice {text-align:right;width:100%;display:inline-block;}
.screen-kprice span {font-size:80px;font-weight:bold;font-weight:600;font-family:"Noto Sans";line-height:110px;color:#FFFF01;}
.screen-kprice span:first-child {font-size:50px;color:#FFF;margin-right:40px;}
.screen-body {width:100%;display:table;vertical-align:bottom;}
.screen-body .screen-body-left {display:table-cell;width:50%;vertical-align:bottom;text-align:center;}

.screen-body .screen-body-left .info-art {margin-bottom:100px;width:100%;text-align:left;}
.screen-body .screen-body-left ul li {font-size:50px;font-family:'Noto Sans', 'Noto Sans Kr', sans-serif;line-height:100px;color:#FFF;font-weight:500;}
.screen-body .screen-body-left ul li:first-child {font-size:80px;font-weight:900;}
.screen-body .screen-body-left ul li:first-child strong {font-size:100px;font-weight:900;}

.screen-body .screen-body-left .info-price {width:70%;display:inline-block;margin-bottom:40px;}
.screen-body .screen-body-left .info-price ul li {width:100%;display:table;}
.screen-body .screen-body-left .info-price ul li span {display:table-cell;color:#666;font-size:30px;font-weight:bold;line-height:36px;font-family:'Noto Sans';}
.screen-body .screen-body-left .info-price ul li span:first-child {width:100px;text-align:left;}
.screen-body .screen-body-left .info-price ul li span:last-child {text-align:right;}
.screen-body .screen-body-left .info-price ul li span.whites {color:#FFF;font-size:50px;line-height:70px;}

.screen-body .screen-body-right {display:table-cell;width:50%;vertical-align:bottom;text-align:right;}
.screen-body .screen-body-right .imagew {width:100%;}
.screen-body .screen-body-right .imageh {height:80%;}

/* Offline bid */
.nauc {background:#C43C2E;width:750px;height:950px;display:inline-block;padding:5px;position:fixed;box-shadow:3px 3px 3px #2C2C2C;z-index:2050;}
.naucs .nauc-head {height:40px;display:table;width:100%;}
.naucs .nauc-head .left {width:80%;display:table-cell;color:#FFF;font-size:20px;line-height:35px;padding-left:10px;}
.naucs .nauc-head .left span {margin-right:6px;}
.naucs .nauc-head .left strong {font-size:16px;}
.naucs .nauc-head .left strong span {font-size:16px;margin:0 20px;}
.naucs .nauc-head .right {width:20%;display:table-cell;text-align:right;line-height:35px;font-size:18px;padding-right:15px;}
.naucs .nauc-head .right a {color:#FFF;font-size:18px;}
.naucs .nauc-body {width:100%;background:#FFF;padding:20px;height:900px;}

.nauc-exp {displa:inline-block;width:100%;}
.nauc-exp ul li {width:100%;display:inline-block;height:28px;color:#000;font-size:16px;}
.nauc-exp ul li i {color:#C43C2E;}
.nauc-exp ul li strong {color:#C43C2E;font-weight:600;}

.nauc-box {width:100%;border-top:2px solid #000;margin-top:10px;}
.nauc-box > ul {width:100%;}
.nauc-box > ul > li {width:100%;height:40px;display:table;border-bottom:1px solid #000;}
.nauc-box > ul > li > span {display:table-cell;line-height:40px;color:#000;padding-left:15px;font-size:16px;}
.nauc-box > ul > li > span:first-child {width:100px;background:#F8F8F8;font-weight:600;}
.nauc-box > ul > li > span > strong {color:#C43C2E;font-weight:600;}
.nauc-box > ul > li > span input[type='text'] {width:200px;border:1px solid #666;padding:0px 5px;height:30px;}

.nauc-box > ul > li > span.boxline {padding:15px;}
.nauc-box > ul > li > span .gray-box {padding:10px;background:#F8F8F8;}
.nauc-box > ul > li > span .gray-box ul li {color:#000;font-size:16px;line-height:22px;}
.nauc-box > ul > li > span .gray-box ul li strong {font-weight:600;margin-right:10px;}

.nauc-box > ul > li > span .normal-box {color:#C43C2E;padding-top:10px;text-align:center;}
.nauc-box > ul > li > span .normal-box ul li {color:#C43C2E;font-size:16px;line-height:22px;font-weight:700;text-align:left;}
.nauc-box > ul > li > span .normal-box ul li.b {padding-top:15px;}
.nauc-box > ul > li > span .normal-box a {display:inline-block;width:200px;height:40px;font-size:16px;background:#DCDCDC;border:1px solid #666;color:#000;text-align:center;margin-top:10px;line-height:38px;}

.nauc-txt {width:100%;display:inline-block;padding:10px 0px;}
.nauc-txt ul li {font-size:16px;color:#000;text-align:left;}

.nauc-txt {width:100%;display:inline-block;text-align:center;}

.nauc-txt ul li > .checkbox4 {width:24px;height:24px;display:inline-block;background:url('/theme/layout/aauction/images/check_off.png') no-repeat;cursor:pointer;vertical-align:middle;margin-left:5px;}
.nauc-txt ul li > input[type='checkbox']:checked + label {background:url('/theme/layout/aauction/images/check_on.png') no-repeat;}
.nauc-txt ul li > input[type='checkbox'] {display:none;}

.nauc-btn {text-align:center;margin-top:10px;}
.nauc-btn button {width:150px;height:40px;border:1px solid #666;background:#CCC;font-size:16px;color:#000;}
.nauc-btn button:first-child {background:#C43C2E;border:1px solid #C43C2E;color:#FFF;}