@charset "utf-8";
@import url("normalize.css"); /* 초기화 */
@import url("layout.css"); /* 전체적인 레이아웃 & 메인페이지 */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-family: nanumSquare, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f9f9f9;
}
#container {
  position: relative; /*overflow:hidden;*/
  margin-top: 70px;
}
#container .inner {
  width: 1260px;
  margin: 0 auto;
}

/* Layout */
.sec-left {
  position: fixed;
  width: 250px;
  height: 100%;
  border-right: 1px solid #dadfe4;
  background: #fff;
}
.sec-right {
  float: left;
  margin-left: 250px;
  padding: 0 40px;
  margin-top: 20px;
}

/* Search */
.sch-wrap {
  position: relative;
}
.sch-tit {
  clear: both;
  height: 40px;
  position: relative;
  font-size: 13px;
  color: #999;
  font-weight: 700;
  line-height: 40px;
  padding-left: 14px;
  border-top: 1px solid #e3e7e9;
  border-bottom: 1px solid #e3e7e9;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 6%);
}
.sch-tit:before {
  content: "";
}
.sch-tit:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 9px;
  height: 6px;
  background: url(/comm_img/sch-tit-ico.png) no-repeat;
}
.sch-item {
  margin: 17px 5px 16px;
  overflow: hidden;
}
.sch-wrap li {
  float: left;
  margin: 3px;
  width: 74px;
  height: 30px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e2e2e2;
  text-align: center;
  line-height: 30px;
}
.sch-wrap li a {
  font-size: 13px;
  color: #999;
}
.sch-wrap li a:hover {
  color: #333;
  font-weight: 700;
}
.sch-wrap li .on {
  background: #0094ff;
  color: #fff;
}
.ststs {
  text-align: center;
}
.stats-left,
.stats-right {
  float: left;
  width: 50%;
  height: 70px;
  background: #2781f3;
}
.stats-right {
  border-left: 1px solid #93c0f9;
  box-sizing: border-box;
}
.ststs span {
  display: inline-block;
}
.ststs-tit {
  font-size: 14px;
  color: #dfedff;
  padding: 10px 0;
}
.ststs-value {
  font-size: 24px;
  color: #fff;
}
.sch-word {
  width: 200px;
  height: 60px;
  outline: none;
  border: none;
  background: transparent;
  padding-left: 10px;
}

/* CarList */
#msch,
.mstatus {
  display: none;
}
.carlist {
  vertical-align: top;
  overflow: hidden;
}
.carlist li {
  display: inline-block;
  width: 285px;
  padding: 10px;
  vertical-align: top;
}
.carlist li .img-wrap {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  height: 214px;
  background: #ddd;
  position: relative;
}
.img-wrap .bid-notice {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 7px;
  border-radius: 4px;
  background: #0094ff;
  font-size: 14px;
  color: #fff;
}
.bid-notice.end {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 7px;
  border-radius: 4px;
  background: #999;
  font-size: 14px;
  color: #fff;
}
.carlist li img {
  width: 100%;
}
.carlist .car-info {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 14px 14px;
  padding: 10px;
}
.car-info .carname {
  height: 50px;
  font-size: 16px;
  color: #444;
  font-weight: 700;
  line-height: 24px;
  transform: skew(-1deg);
}
.opt-wrap {
  margin-top: 0;
}
.opt-wrap span {
  display: block;
  float: left;
  margin-left: 15px;
  font-size: 14px;
  position: relative;
}
.opt-wrap span.f,
.opt-wrap span.l {
  margin: 0;
}
.opt-wrap span.l {
  clear: both;
}
.opt-wrap span:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 5px;
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #999;
}
.opt-wrap span.f:after,
.opt-wrap span.l:after {
  background: #fff;
}
.bid-set {
  clear: both;
  padding-top: 15px;
  height: 50px;
}
.bidday-tit {
  background: #64a7ed;
  font-size: 13px;
  color: #fff;
  width: 56px;
  height: 22px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 5px;
}
.bid-set span {
  display: inline-block;
  font-size: 18px;
  color: #3274d8;
  font-weight: 700;
  transform: skew(-1deg);
}
.sale-price {
  font-size: 24px;
  color: #ff5d18;
}

/* CarView */
.V-sec {
  position: relative;
}
.view-wrap {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.view-area {
  position: relative;
  width: 1260px;
  margin: 0 auto; /*background:#f5f5f5; bo rder:1px solid #ddd;*/
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
}
.view-area .vimg-wrap,
.view-area .vinfo-wrap {
  float: left;
  vertical-align: top;
}
.view-area .vimg-wrap {
  width: 800px;
  margin-right: 25px;
  overflow: hidden;
}
.view-area .vimg-wrap .bimg {
  position: relative;
}
.view-area .vimg-wrap .bimg img {
  width: 100%;
  max-height: 600px;
}
.view-area .vinfo-wrap .sumnail li {
  float: left;
}
.view-area .vinfo-wrap .sumnail li img {
  width: 105px;
  height: 79px;
}
.view-area .vinfo-wrap {
  width: 422px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-sizing: border-box;
}
.view-area .vinfo-wrap .basic-info {
  padding: 0 20px;
}
.basic-info span {
  display: block;
  float: left;
  margin-left: 15px;
  font-size: 14px;
  position: relative;
}
.basic-info span.f,
.basic-info span.l {
  margin: 0;
}
.basic-info span:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 5px;
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #999;
}
.basic-info span.f:after,
.basic-info span.l:after {
  background: #fff;
}
.view-area .vinfo-wrap .vname {
  font-size: 24px;
  color: #333;
  word-break: keep-all;
  padding: 23px 0 12px 0;
}
.view-area .vinfo-wrap .vprice {
  clear: both;
  font-size: 24px;
  color: #28a4fc; /*width:160px;*/
  height: 40px;
  padding: 25px 0 16px 0;
}
.view-area .vinfo-wrap .core-wrap ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.view-area .vinfo-wrap .core-wrap li {
  float: left;
  padding: 0 10px;
  text-align: center;
}
.core-wrap li p {
  font-size: 13px;
  color: #333;
  padding: 7px 0 24px 0;
}
.view-wrap .info {
  width: 100%;
  position: relative;
}
.info-detail,
.bid-wrap,
.seller-wrap {
  float: left;
}
.info-detail {
  width: 800px;
  margin-right: 25px;
  overflow: hidden;
  background: #f3f6fa;
  padding: 20px 0 10px 15px;
  box-sizing: border-box;
}
.section_tit {
  clear: both;
  height: 35px;
  font-size: 20px;
  color: #333;
  line-height: 35px;
  margin-bottom: 10px;
}
.info-detail .info-item {
  padding-left: 20px;
}
.info-detail dt,
.info-detail dd {
  float: left;
  width: 25%;
  padding: 7px 0;
  font-size: 16px;
}
.info-detail dt {
  color: #666;
}
.info-detail dd {
  color: #333;
}
.bid-wrap {
  width: 422px;
  box-sizing: border-box;
  padding: 0 18px 10px;
  background: #1773e9;
}
.bid-wrap h3 {
  font-size: 20px;
  color: #fff;
  padding: 22px 0 20px;
}
.bid-wrap p {
  font-size: 14px;
  color: #fff;
  padding: 3px 0;
}
.bid-wrap span {
  display: inline-block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 20px;
  color: #0094ff;
  line-height: 60px;
  text-align: center;
  margin-bottom: 12px;
}
.view-wrap .info-etc {
  width: 100%;
  padding-top: 20px;
}
.option-l,
.option-r {
  float: left;
}
.option-wrap {
  clear: both;
  float: left;
  width: 800px;
  margin-right: 25px;
  overflow: hidden;
  padding: 20px 0 10px 15px;
  box-sizing: border-box;
}
.option-item dl {
  margin-bottom: 20px;
  overflow: hidden;
}
.option-item dt {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}
.option-item dd {
  float: left;
  width: 33.333%;
  padding-left: 20px;
  box-sizing: border-box;
}
.view-area .line {
  clear: both;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  margin: 20px 0;
}
.seller-wrap {
  width: 422px;
  box-sizing: border-box;
  padding: 0 18px 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
}
.seller-wrap h3 {
  font-size: 20px;
  color: #666;
  padding: 22px 0 20px;
  font-weight: 400;
  text-align: left;
}
.seller-pic {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #e5e5e5;
  margin: 0 auto;
  overflow: hidden;
}
.seller-name,
.add {
  font-size: 15px;
  margin: 8px 0;
}
.seller-wrap .info {
  text-align: center;
  padding-bottom: 12px;
}
.seller-wrap .info span {
  display: inline-block;
}
.rollimg-wrap {
  display: none;
}
.wb {
  height: 10px;
  clear: both;
}
.sms-wrap {
  position: relative;
  width: 422px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
}
.sms-value {
  margin: 10px 0 0 0;
}
.sms-value textarea {
  width: 100%;
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #e5e5e5;
}
.car_detail {
  padding: 20px;
  margin-bottom: 20px;
}
.con_area {
  width: 1000px;
  margin: auto;
}
.con_area img {
  width: 100%;
}
.acc-itm li {
  display: inline-block;
  margin: 10px 15px;
}
.acc-item {
  position: relative;
}
.acc-item p {
  clear: both;
  padding: 5px 0;
  text-align: center;
}
.acc-item label {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  cursor: hand;
}
.acc-item i {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  z-index: 100;
}
.acc-item.a1 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a1 i.i1 {
  background: url(/mysiteadm/image/item1.gif) no-repeat;
}
.acc-item.a1 input:checked + i {
  background-position: left bottom;
}

.acc-item.a2 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a2 i.i2 {
  background: url(/mysiteadm/image/item2.gif) no-repeat;
}
.acc-item.a2 input:checked + i {
  background-position: left bottom;
}

.acc-item.a3 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a3 i.i3 {
  background: url(/mysiteadm/image/item3.gif) no-repeat;
}
.acc-item.a3 input:checked + i {
  background-position: left bottom;
}

.acc-item.a4 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a4 i.i4 {
  background: url(/mysiteadm/image/item4.gif) no-repeat;
}
.acc-item.a4 input:checked + i {
  background-position: left bottom;
}

.acc-item.a5 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a5 i.i5 {
  background: url(/mysiteadm/image/item5.gif) no-repeat;
}
.acc-item.a5 input:checked + i {
  background-position: left bottom;
}

.acc-item.a6 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a6 i.i6 {
  background: url(/mysiteadm/image/item6.gif) no-repeat;
}
.acc-item.a6 input:checked + i {
  background-position: left bottom;
}

.acc-item.a7 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a7 i.i7 {
  background: url(/mysiteadm/image/item7.gif) no-repeat;
}
.acc-item.a7 input:checked + i {
  background-position: left bottom;
}

.acc-item.a8 .acc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.acc-item.a8 i.i8 {
  background: url(/mysiteadm/image/item8.gif) no-repeat;
}
.acc-item.a8 input:checked + i {
  background-position: left bottom;
}

/* Bidding */
#bidon-wrap {
  display: none;
  width: 800px;
  position: absolute;
  top: 0;
  left: 0; /*transform:translate(-50%, -50%);*/
  background: #fff;
  box-sizing: border-box;
  border: 3px solid #000;
  z-index: 999;
}
#bidon-wrap span {
  background: transparent !important;
  border: 0 !important;
  text-align: right;
}
#bidon-wrap p {
  color: #333 !important;
}
#bidon-wrap .bidprice {
  text-align: left;
}
.bidon-title {
  position: relative;
  background: #003171;
  font-size: 24px;
  color: #fff;
  padding-left: 15px;
  height: 60px;
  line-height: 60px;
}
.bidon-title span {
  position: absolute;
  top: 0;
  right: 0;
}
.bidon-value {
  overflow: hidden;
}
.bidon-value li {
  float: left;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  transform: skew(-1deg);
}
.bidon-value li:last-child {
  border-right: 0;
}
.bidon-value li.th {
  background: #f3f3f3;
  width: 15%;
  color: #666;
  box-sizing: border-box;
}
.bidon-value li.td {
  width: 35%;
  color: #333;
  box-sizing: border-box;
}
.bidon-value li.td.i {
  color: #ff6600;
}
.bidon-value .inputbox {
  height: 35px;
  border: 1px solid #a9a9a9;
  padding-left: 5px;
}
.bidpop-wrap {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
.bidpop-tit {
  font-size: 16px;
  color: #333;
  padding: 0 0 10px 0;
}
.bidpop-txt {
  font-size: 14px;
  color: #666;
  padding-left: 20px;
}
.bidpop-process {
  width: 605px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
}
.bidpop-process li {
  float: left;
  text-align: center;
  padding: 10px 35px;
}

/* Seller */
.selArea {
  margin: 0 auto;
  width: 380px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 1px 0px rgb(205 211 222);
  -moz-box-shadow: 0px 4px 1px 0px rgba(205, 211, 222, 1);
  box-shadow: 0px 4px 1px 0px rgb(205 211 222);
}
.tbl_sel {
  width: 100%;
}
.tbl_sel .t1 {
  height: 35px;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  border-bottom: 1px solid #000;
  padding-right: 10px;
}
.tbl_sel .t2 {
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  padding-right: 20px;
}
.tbl_sel2 {
  width: 340;
  height: 200px;
  margin: 0 auto;
}
.tbl_sel2 .t1 {
  font-size: 13px;
  text-align: center;
}

/* Table */
.cotable {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.cotable tr th {
  border: 1px solid #dedede;
  padding: 5px 10px;
  color: #2e3039;
  background: #f3f3f3;
  border-bottom: 0;
  text-align: left;
}
.cotable tr td {
  border: 1px solid #dedede;
  padding: 5px 10px;
  border-bottom: 0;
  border-left: 0;
  text-align: center;
  line-height: 26px;
  padding: 10px;
  vertical-align: top;
}
.cotable.reg-mem {
  width: 1000px;
}
.cotable.reg tr td,
.cotable.reg-mem tr td,
.cotable.edit-mem tr td {
  text-align: left;
} /* 회원상세팝업 */
.cotable.reg .v0 {
  width: 128px;
  background: #ecf0f7;
  text-align: center;
  border: none;
}
.cotable.reg .v1 {
  width: 135px;
}
.cotable tr th.sth {
  width: 100px;
  text-align: center;
}
.cotable select {
  width: 150px;
  height: 30px;
}
.cotable input[type="text"],
.cotable input[type="password"] {
  height: 30px;
  border: 1px solid #a9a9a9;
}
.cotable.thread th {
  text-align: center;
}
.cotable li {
  float: left; /*width: 25%;*/
  margin-bottom: 5px;
}
.cotable.sch th {
  width: 80px;
}
.cotable.sch td {
  text-align: left;
}
.cotable.bid th,
.cotable.bid td {
  width: 200px;
  padding: 10px;
}
.cotable.bid .bidsm {
  border: 1px solid #dedede;
}

/* Button */
.rgb-bti {
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background: #0094ff;
  font-size: 20px;
  color: #fff;
  cursor: hand;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
}
.endbid {
  margin-bottom: 14px;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background: #999;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
}
.rgb-bti.bidin {
  clear: both;
  display: block;
  width: 250px;
  background: #0094ff;
  margin: 0 auto;
}
.rgb-bti.sms {
  background: #f5f5f5;
  margin: 10px 0 0 0;
  color: #666;
}
.bidbt-wrap {
  margin: 10px 0;
}
.btn_area {
  width: 340px;
  margin: 0 auto;
  padding: 10px 0 0 15px;
}
.btn_area li {
  float: left;
  padding: 0 5px;
  background: url(/comm_img/gbn.png) no-repeat 100% 50%;
}
.btn_area li:last-child {
  background: none;
}
.btn_area li a {
  color: #666;
}
.bt_login_basic {
  width: 300px;
  height: 50px;
  background: #364f7f;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  cursor: hand;
  margin-top: 25px;
  border: none;
}
.bt_join_basic {
  width: 200px;
  height: 50px;
  background: #1773e9;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  cursor: hand;
  margin-top: 25px;
  border: none;
  text-align: center;
  line-height: 50px;
}
.bt_join_regist {
  width: 100%;
  height: 50px;
  background: #364f7f;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  cursor: hand;
  margin-top: 15px;
  border: none;
}
.loginbtn_box {
  clear: both;
}

/* Join & Login */
.idpw_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(
    -50%,
    -50%
  ); /*width: 840px;margin: 0 auto;margin-top: 120px;border: 2px solid #333;*/
  overflow: hidden;
}
.login_area {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-wrap,
.logjoin-wrap {
  float: left;
}
.login-wrap {
  width: 300px;
  padding-right: 50px;
}
.id_wrap {
  position: relative;
  float: left;
  width: 300px;
  margin: 0 50px;
  padding-bottom: 20px;
}
.pw_wrap {
  position: relative;
  float: right;
  width: 300px;
  margin-right: 50px;
}
.agree_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.agree_box.pop {
  width: 600px;
}
.agree_box .boxtitle {
  margin: 30px 0;
  width: 100%;
  height: 60px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1px;
  border-bottom: 1px solid #ccc;
}
.agree_box .boxtitle span {
  display: inline-block;
  font-size: 15px;
}
.agree_box .info_img {
  position: absolute;
  right: 0;
  top: 0;
}
.agree_box .agreetitle {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}
.agree_box .agreetitle span {
  color: #ff0000;
}
.agree_box textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  line-height: 20px;
}
.inputbox_mid {
  width: 300px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px; /*font-size:12px;*/
  padding-left: 5px;
  margin-bottom: 5px;
}
.inputbox_mid_h {
  width: 103px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px; /*font-size:12px;*/
  padding-left: 5px;
  margin-bottom: 5px;
}
.inputbox_mid.sec {
  width: 120px;
}
.inputbox_mid.sms {
  width: 37%;
}
.logjoin_tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.logjoin_txt {
  font-size: 16px;
  line-height: 24px;
}
.agree_box .loginbtn_box {
  position: absolute;
  right: 0;
  top: 90px;
}
.agree_box .loginbtn_box .bt_join {
  width: 100px;
  height: 85px;
  font-size: 18px;
  color: #fff;
  line-height: 69px;
  background-color: #364f7f;
  border: 0;
  border: none;
  cursor: hand;
}
.bong-join {
  width: 800px;
  margin: 0 auto;
}
.jheader {
  margin-top: 60px;
  margin-bottom: 15px;
  text-align: center;
}
.join-cap {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 50px 100px 50px;
  background: #fff;
}
.join-cap.agg {
  width: 90%;
}
.agg-txt {
  line-height: 24px;
}
.jcopy {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.mem-button {
  border-radius: 4px;
  margin-bottom: 10px;
}
.mem-button.d,
.mem-button.n {
  background: #364f7f;
}
.mem-button.d:hover,
.mem-button.n:hover {
  background: #2c4068;
}
.mem-button.c,
.mem-button.j {
  background: #1773e9;
}
.mem-button.c:hover,
.mem-button.j:hover {
  background: #1768d1;
}
.mem-button.e,
.mem-button.t {
  background: #0094ff;
}
.mem-button.e:hover,
.mem-button.t:hover {
  background: #0381db;
}
.mem-button.g {
  background: #00aeff;
}
.mem-button.g:hover {
  background: #039ce4;
}
.mem-button a {
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  transform: skew(-1deg);
}
.frmSelect,
.frmSInput,
.frmInput {
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.frmSelect.ex {
  padding: 5px;
}
.frmInput,
.frmSelect.m {
  width: 100%;
}
.frmSInput.hp {
  width: 100px;
}
.join_txt {
  font-size: 15px;
  color: #333;
  font-weight: 700;
  transform: skew(-1deg);
  margin: 5px;
  margin: 12px 0;
}
.join_txt span {
  color: #ff6699;
}
.btn-idchk {
  background: #1773e9;
  padding: 10px;
  color: #fff;
  cursor: hand;
  border-radius: 4px;
  margin-left: 5px;
  font-weight: 700;
}
.btn-idchk:hover {
  background: #1768d1;
}
.join_item {
  margin: 5px 0;
}
.spacer {
  margin-bottom: 40px;
}
.agg-title {
  font-size: 20px;
  color: #333;
  padding: 30px 0 20px 0;
  transform: skew(-1deg);
}
.aggrement {
  border: 1px solid #dedede;
}
.aggrement li {
  padding: 10px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.chk-wrap {
  position: relative;
  clear: both;
}
.chk-wrap .chk-agg {
  position: absolute;
  left: 0;
  top: 20px;
  width: 21px;
  height: 21px;
  opacity: 0;
}
.chk-wrap i {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: url(/comm_img/ico-chk.gif) no-repeat;
  z-index: 100;
}
.chk-wrap label {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
  color: #222427;
  padding-top: 3px;
}
.chk-wrap input:checked + i {
  background-position: left bottom;
}
.chk-wrap .agg {
  display: inline-block;
  font-size: 13px;
  padding: 3px 0 0 10px;
  text-decoration: underline;
}
.receive {
  font-size: 16px;
  color: #333;
  padding: 15px 0;
  transform: skew(-1deg);
}
.fresult {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.result span {
  display: inline-block;
  color: #ff0000;
}
.retry {
  margin: 0 auto;
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: #364f7f;
  margin-top: 20px;
}

/* Pagination */
#pagination {
  clear: both;
  margin: 25px 0;
}
.paging {
  clear: both;
  width: 100%;
  text-align: center;
}
.paging span {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 41px;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #999;
  margin-left: -1px;
}
.paging span.nlk {
  color: #000;
  line-height: 41px;
}
.paging a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ff0000;
}
.paging img {
  display: inline-block;
  vertical-align: -10px;
}

/* Popup */
#pop_wrap {
  position: relative;
  width: 100%;
}
.content_sub {
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.hetxt {
  font-size: 24px;
  color: #1773e9;
  font-weight: bold;
  margin: 15px 0 20px 0;
}
.stable {
  width: 100%;
}
.stable th {
  width: 100px;
  border: 1px solid #dedede;
  text-align: left;
  padding-left: 5px;
  font-size: 15px;
  color: #666;
  background: #f3f3f3;
  border-bottom: none;
}
.stable td {
  border: 1px solid #dedede;
  text-align: center;
  padding: 10px 15px;
}
.stable select {
  width: 150px;
  height: 35px;
}
.stable input[type="text"] {
  height: 35px;
  border: 1px solid #a9a9a9;
}
.stable .inputbox01 {
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
  text-align: center;
}
.stable .bidprice {
  color: #1773e9;
  font-weight: bold;
}

/* footer */
.blk {
  min-height: 80%;
}
#footer {
  clear: both;
  padding: 42px 50px 50px;
  border-top: 1px solid #dcdcdc;
}
#footer .footer_inner {
  position: relative;
  box-sizing: border-box;
}
#footer .footer_inner ul {
  margin-left: -14px;
}
#footer .footer_inner ul li {
  margin-left: 14px;
  line-height: 28px;
  color: #646464;
  display: inline-block;
  vertical-align: top;
  transform: skew(-1deg);
}
#footer .footer_inner ul li a {
  display: inline;
  color: #000;
  font-weight: 600;
  transform: skew(-1deg);
}
#footer .footer_inner .copyright {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}
.mbr {
  display: none;
}

/* SellBuy */
.visual-wrap {
  width: 100%;
  height: 575px;
  background: url(/comm_img/subVisual_1_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.visual-wrap.s {
  width: 100%;
  height: 575px;
  background: url(/comm_img/subVisual_2_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.visual-wrap .vinner {
  width: 1260px;
  margin: 0 auto;
  padding-top: 90px;
  box-sizing: border-box;
}
.visual-wrap .vinner .vsub {
  width: 240px;
  height: 70px;
  border-radius: 35px;
  font-size: 30px;
  color: #5d7087;
  line-height: 70px;
  border: 1px solid #004b9f;
  text-align: center;
}
.visual-wrap .vinner .vsub.s {
  width: 240px;
  height: 70px;
  border-radius: 35px;
  font-size: 30px;
  color: #5d7087;
  line-height: 70px;
  border: 1px solid #d02e3a;
  text-align: center;
}
.vtit {
  font-size: 48px;
  color: #333;
}
.vtxt {
  font-size: 36px;
  color: #666;
  line-height: 45px;
  padding: 50px 0;
}
.frm-wrap {
  width: 1260px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
  overflow: hidden;
}
.frm-wrap .frm-tit {
  font-size: 40px;
  padding: 5px 0 15px 0;
}
.frm-wrap .frm-txt {
  font-size: 18px;
  padding: 10px 0 40px 0;
}
#agg-wrap {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}
.frm-wrap .frm-l {
  float: left;
  width: 50%;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
}
.frm-wrap .frm-r {
  float: left;
  width: 50%;
  padding: 5px 10px 5px 5px;
  box-sizing: border-box;
}
.frm-wrap .btn-chk {
  width: 100%;
  height: 67px;
  font-size: 18px;
  color: #fff;
  line-height: 67px;
  background: #364f7f;
  text-align: center;
}
.binput {
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 25px 10px;
  margin-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #cad1d8;
  border: 1px solid #ddd;
}
#agg-wrap .value {
  height: 100px;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  overflow-y: auto;
}
.agwrap_title {
  padding: 10px 0;
}
.chk-wrap {
  padding: 20px 0;
}

/* Guide */
#gcontainer {
  margin-top: 71px;
}
#gcontainer .inner {
  width: 1260px;
  margin: 0 auto;
}
.guide-wrap {
  width: 100%;
  height: 560px;
  background: #d0e2e8;
  text-align: center;
  padding: 30px 0;
}
.guide-tit {
  margin: 60px;
  font-size: 36px;
  color: #052a36;
  font-weight: 700;
}
.guide-wrap ul {
  display: inline-block;
  width: 960px;
}
.guide-wrap li {
  float: left;
  width: 33.333%;
}
.gtit {
  font-size: 24px;
  color: #203c47;
  margin-bottom: 30px;
}
.gtxt {
  font-size: 18px;
  color: #1b4451;
}
.tway-wrap {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.tway-wrap li {
  float: left;
  width: 33.333%;
  background: #80aadc;
}
.twtit {
  font-size: 36px;
  color: #081427;
  font-weight: 700;
}
.twtxt {
  margin: 30px 0 50px 0;
  font-size: 24px;
  color: #081427;
}
.psys-wrap {
  clear: both;
  padding-top: 100px;
  text-align: center;
}
.psys-wrap li {
  float: left;
  width: 180px;
}
.psys-wrap li.arr {
  padding-top: 40px;
}
.psytit {
  margin: 30px 0 80px 0;
  font-size: 36px;
  color: #081427;
  font-weight: 700;
}
.psys-wrap li p {
  font-size: 18px;
  color: #333;
  padding: 30px 0;
  word-break: keep-all;
}

/* My */
.sub_content_title {
  clear: both;
  font-size: 40px;
  padding: 35px;
}
.menu_tab {
  position: relative;
  border: 1px solid #dbdbdb;
  border-bottom: none;
  overflow: hidden;
}
.menu_tab.mypage li {
  width: 33.333%;
  float: left;
  border-right: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.menu_tab.mypage li:last-child {
  border-right: none;
}
.menu_tab li a {
  height: 35px;
  color: #333;
  line-height: 35px;
  text-align: center;
  background-color: #f1f1f1;
}
.detail_show {
  border: 1px solid #dbdbdb;
  padding: 20px 20px 80px 20px;
}
.my_wrap {
  position: relative;
}
.table_common {
  width: 100%;
  border: 1px solid #999;
}
.table_common tr {
  height: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.table_common th {
  transform: skew(-1deg);
}
.table_common td {
  position: relative;
  text-align: center;
  border-right: 1px solid #dbdbdb;
  transform: skew(-1deg);
}
.table_common td:last-child {
  border-right: none;
}
.td_big {
  font-size: 24px;
  font-weight: 500;
}
.my_title {
  padding: 30px 0 12px 0;
  font-size: 18px;
  font-weight: 700;
  transform: skew(-1deg);
}
.table_common.car th {
  border-bottom: 1px solid #dbdbdb;
}
.table_common.car td {
  border-right: none;
  border-bottom: 1px solid #dbdbdb;
}
.table_common.car .sn {
  width: 100px;
}
.table_common.car .pic {
  width: 100px;
}
.table_common.car .date {
  width: 100px;
}
.myinfo_wrap {
  width: 600px;
  margin: 0 auto;
}
.table_join {
  width: 100%;
  border: 1px solid #b9b9b9;
  margin-bottom: 30px;
}
.table_join th {
  background: #f6f6f6;
  text-align: left;
  padding-left: 15px;
  width: 100px;
  height: 50px;
  transform: skew(-1deg);
}
.table_join tr td {
  padding-left: 15px;
}
.bt_join_regist.pwd {
  display: block;
  width: 150px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
  #footer .footer_inner {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .view-area {
    width: 1000px;
  }
  .view-area .vimg-wrap {
    width: 585px;
    margin-right: 15px;
  }
  .view-area .vimg-wrap .bimg img {
    max-height: 439px;
  }
  .view-area .vinfo-wrap {
    width: 400px;
  }
  .view-area .vinfo-wrap .vprice {
    padding: 10px 0 5px 0;
  }
  .core-wrap li p {
    padding: 0 0 5px 0;
  }
  .view-area .vinfo-wrap .sumnail li img {
    width: 99px;
    height: 74px;
  }
  .info-detail {
    width: 585px;
    margin-right: 15px;
  }
  .bid-wrap {
    width: 400px;
  }
  .option-wrap {
    width: 585px;
    margin-right: 15px;
  }
  .visual-wrap .vinner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .frm-wrap {
    width: 100%;
  }
  .frm-wrap .frm-tit,
  .frm-wrap .frm-txt {
    padding-left: 10px;
  }
  #container .inner {
    width: 100%;
  }
  #agg-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  #agg-wrap .value {
  }
  #footer .footer_inner {
    padding-left: 0;
  }
  #footer {
    padding: 40px 30px 50px;
  }
  #gcontainer .inner {
    width: 100%;
  }
  .con_area {
    width: 800px;
  }
  .seller-wrap,
  .sms-wrap {
    width: 400px;
  }
}

@media screen and (max-width: 980px) {
  .view-area {
    width: 100%;
  }
  .view-area .vimg-wrap {
    width: 60%;
  }
  .info-detail {
    width: 60%;
  }
  .option-l {
    width: 60%;
  }
  .option-r {
    margin-left: 15px;
  }
  .view-area .vinfo-wrap {
    width: 360px;
  }
  .view-area .vinfo-wrap .core-wrap li {
    padding: 0;
  }
  .view-area .vinfo-wrap .core-wrap li img {
    width: 80%;
  }
  .view-area .vinfo-wrap .sumnail li img {
    width: 89px;
    height: 68px;
  }
  .bid-wrap,
  .sms-wrap {
    width: 360px;
  }
  .inputbox_mid.sms {
    width: 36%;
  }
  #bidon-wrap {
    width: 600px;
  }
  .bidon-value li {
    box-sizing: border-box;
  }
  .bidon-value li.th {
    width: 15%;
  }
  .bidon-value li.td {
    width: 35%;
  }
  #gcontainer {
    padding: 0 10px;
  }
  .tway-wrap li {
    float: none;
    width: 100%;
    background: #fff;
  }
  .psys-wrap li {
    width: 150px;
  }
  .psys-wrap li.arr {
    width: 113px;
  }
  .psys-wrap li p {
    line-height: 24px;
  }
  .seller-wrap,
  .sms-wrap {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .sec-left {
    display: none;
  }
  #msch {
    display: block;
  }
  .moalg {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .ststs {
    display: none;
  }
  .mstatus {
    display: block;
    padding: 10px;
    font-size: 18px;
  }
  .mstatus span {
    display: inline-block;
    color: #ff0000;
  }
  .sch-wrap li {
    width: 32%;
  }
  .sec-right {
    margin: 0;
    padding: 0 10px;
  }
  .carlist li {
    float: left;
    width: 50% !important;
    padding: 5px !important;
    box-sizing: border-box;
  }
  .carlist li .img-wrap {
    height: 273px;
  }
  .rollimg-wrap {
    display: block;
    position: relative;
  }
  .rollimg-wrap .bx-wrapper .bx-controls-direction a {
    width: 66px;
    height: 66px;
  }
  .rollimg-wrap .bx-wrapper .bx-prev {
    background: url(/comn_img/roll_l.png) no-repeat;
  }
  .rollimg-wrap .bx-wrapper .bx-next {
    background: url(/comn_img/roll_r.png) no-repeat;
  }
  .option-l,
  .option-r {
    float: none;
  }
  .option-l {
    width: 100%;
  }
  .option-r {
    padding: 0 10px 30px;
    margin-left: 0;
  }
  .view-area .vinfo-wrap,
  .sms-wrap {
    width: 100%;
  }
  .view-area .vimg-wrap,
  .view-area .vinfo-wrap .sumnail {
    display: none;
  }
  .view-area .vinfo-wrap .vprice {
    padding: 25px 0;
  }
  .view-area .vinfo-wrap .core-wrap li {
    padding: 20px;
  }
  .view-area .vinfo-wrap .core-wrap li img {
    width: 100%;
  }
  .info-detail {
    width: 100%;
    margin: 0;
  }
  .bid-wrap,
  .option-wrap,
  .seller-wrap,
  #bidon-wrap {
    width: 100%;
  }
  .con_area {
    width: 100%;
    text-align: center;
  }
  .con_area img {
    width: 95%;
  }
  .bid-wrap {
    position: relative;
  }
  .bidon-value li {
    box-sizing: border-box;
  }
  .bidon-value li.th,
  .bidon-value li.td {
    width: 25%;
  }
  .bong-join {
    width: 100%;
  }
  .join-cap {
    width: 100%;
    padding: 20px;
  }
  .guide-wrap ul {
    width: 100%;
  }
  .psys-wrap li.arr {
    width: 49px;
  }

  .bx-wrapper img {
    max-height: 576px !important;
  }

  #footer {
    padding: 30px 15px 40px;
  }
}

@media screen and (max-width: 640px) {
  .carlist li .img-wrap {
    height: 225px;
  }
  .bidon-value li.th {
    width: 30%;
  }
  .bidon-value li.td {
    width: 70%;
  }
  .visual-wrap {
    height: 250px;
  }
  .visual-wrap.s {
    height: 250px;
  }
  .vtxt {
    display: none;
  }
  .vtit {
    font-size: 33px;
    padding-top: 20px;
    padding-left: 40px;
    width: 200px;
    line-height: 40px;
  }
  .gtit {
    font-size: 20px;
  }
  .gtxt {
    font-size: 16px;
    word-break: keep-all;
  }
  .twtxt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tway-wrap li img {
    width: 100%;
  }
  .psys-wrap li.arr {
    width: 6px;
  }

  .bx-wrapper img {
    max-height: 480px !important;
  }
}

@media screen and (max-width: 480px) {
  #header h1 a img {
    height: 60px;
  }
  .sch-item {
    margin: 0;
  }
  .carlist li .img-wrap {
    height: 140px;
  }
  .sch-wrap li {
    width: 31.5%;
    height: 40px;
    line-height: 40px;
  }
  .opt-wrap span {
    font-size: 15px;
    letter-spacing: -1;
  }
  .opt-wrap span.m {
    clear: both;
    margin: 0;
  }
  .opt-wrap span.m:after {
    background: #fff;
  }
  .opt-wrap span.l {
    clear: none;
    margin-left: 20px;
  }
  .opt-wrap span.l:after {
    background: #999;
  }
  .bid-set span {
    font-size: 14px;
  }
  .sale-price {
    font-size: 18px;
    padding-top: 20px;
  }
  .sch-tit {
    font-size: 15px;
    .sub_content_title {
      clear: both;
      font-size: 40px;
      padding: 35px 0 15px 0;
    }
  }
  .sch-wrap li a {
    font-size: 15px;
  }
  .bid-set span {
    font-size: 16px;
  }
  .rollimg-wrap .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .bidpop-process {
    width: 100%;
  }
  .bidpop-process li {
    width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px !important;
    height: 10px !important;
  }
  .view-area .vinfo-wrap .vprice {
    padding-bottom: 10px;
  }
  .view-area .vinfo-wrap .core-wrap li {
    padding: 5px;
  }
  .info-detail .info-item {
    padding-left: 0;
  }
  .option-wrap {
    padding: 15px;
  }
  .acc-itm ul {
    display: inline-block;
    text-align: center;
  }
  .acc-itm ul li {
    margin: 10px 10px;
  }
  .option-item dt {
    padding-left: 15px;
  }
  .option-item dd {
    width: 50%;
  }
  .login_area {
    position: relative;
    width: 300px;
    margin: 0 auto;
    top: 80px;
    left: 0;
    transform: translate(0);
  }
  .logjoin-wrap {
    margin-bottom: 50px;
  }
  .bt_join_basic {
    width: 100%;
  }
  .login-wrap,
  .logjoin-wrap {
    float: none;
    margin-top: 50px;
    width: 300px !important;
  }
  .idpw_wrap {
    position: relative;
    top: 80px;
    left: 0;
    transform: translate(0);
    margin: 0;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .pw_wrap {
    clear: both;
    float: none;
    margin: 0 auto;
    padding-top: 30px;
  }
  .login-wrap {
    margin-top: 20px;
  }
  .id_wrap {
    margin: 0 auto;
  }
  .bidon-value .inputbox {
    width: 70%;
  }
  .visual-wrap {
    height: 200px;
  }
  .visual-wrap.s {
    height: 200px;
  }
  .visual-wrap .vinner .vsub {
    width: 160px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
  .visual-wrap .vinner .vsub.s {
    width: 160px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
  .vtit {
    font-size: 28px;
    padding-left: 15px;
    width: 180px;
  }
  .frmSInput.hp {
    width: 70px;
  }
  .frmSInput.ad {
    width: 100px;
  }
  .table_common.car .sn {
    display: none;
  }
  .table_common.car .pic {
    width: 60px;
  }
  .table_common.car .pic img {
    width: 100%;
  }
  .table_common.car .date {
    display: none;
  }
  .table_common.car .infobid {
    display: none;
  }
  .table_join th {
    display: none;
  }
  .table_join td {
    padding: 5px;
    width: 100%;
  }
  .table_join td .inputbox_mid {
    width: 100%;
  }
  .guide-wrap {
    height: auto;
  }
  .guide-wrap img {
    width: 100%;
  }
  .guide-wrap li {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
  .gtit {
    margin-bottom: 10px;
  }
  .twtxt {
    line-height: 24px;
  }
  .psys-wrap li {
    width: 50%;
  }
  .psys-wrap li.arr {
    display: none;
  }

  .bx-wrapper img {
    max-height: 360px !important;
  }
}

@media screen and (max-width: 375px) {
  .carlist li .img-wrap {
    height: 120px;
  }
  .bid-set span {
    font-size: 14px;
  }
  .opt-wrap span {
    font-size: 14px;
  }
  .frmSInput.hp {
    width: 60px;
  }

  .bx-wrapper img {
    max-height: 281px !important;
  }
}

@media screen and (max-width: 375px) {
  .bx-wrapper img {
    max-height: 270px !important;
  }
}
