@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
:root{
    --font-color-base : #2d2d2d;
    --font-color-red : #e34b4b;
    --margin-top-basic : 20px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
	margin:0;
	padding:0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
canvas, details,  
summary,
time, mark, audio, video {
	margin:0;
	padding:0;
    box-sizing: border-box;
}


iframe{
    height:0;
}
*{box-sizing: border-box;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
body {
	font-family: 'Pretendard',sans-serif;
	font-size:14px;
	color:var(--font-color-base);
	-webkit-text-size-adjust: 100%;
    font-weight:400;
    position: relative;
    top:initial;
    
}
ul li{
	list-style:none;
	padding:0;
}
img {
	border: 0;
	vertical-align: middle;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a{
	color:inherit;
	margin:0;
	padding:0;
	text-decoration: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select, textarea{
	vertical-align:middle;
	font-size:initial;
	-webkit-border-radius: 0;
}
em{font-style:normal;font-weight:bold}

select{
    width: 100%;
    height: 30px;
    color: #767676;
    font-size: 13px;
    border:1px solid #ccc;
    background: #fff;-webkit-border-radius: 0;
}
b,
strong {
	font-weight: bold;
}
abbr[title], dfn[title] {
	cursor:help;
	border-bottom: none;
	text-decoration: underline;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	padding: 0;
	background:transparent;
	border:none;
    color: var(--font-color-base);
}
input[type="text"],
input[type="password"],
input[type="number"]{
	border:1px solid #ccc;
	min-height:30px;
	padding:0 10px;
    width:100%;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type=password]:focus,
select:focus{
    outline: none;
    background-color: #ecf3f8;
    border-color: #31b9f2;
}
textarea{
	resize: none;
	border:1px solid #ccc;
	border-radius:3px;
	min-height:78px;
	padding:10px;
    width:100%;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
[type="checkbox"],
[type="radio"]{
	box-sizing: border-box;
	padding: 0;
	-webkit-border-radius: 0;
	border:none;
    margin:0;
    vertical-align: middle;
}
[type="checkbox"]{
    width:18px;
    height:18px;
    border:1px solid #ddd;
    margin-right:6px;
}
::-webkit-input-placeholder {
    font-size:15px;
	color: #888;
}
:-ms-input-placeholder {
	color: #888;
}
::-moz-input-placeholder {
	color: #888;
}

/* 텍스트 정랼  */
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.text-right{
    text-align:right;
}

/* 검색폼 */
.search-input-wrap{
    display: inline-block;
    position: relative;
}
.search-input-wrap input{
    width:100%;
    padding-right:38px;
   
}
.search-input-wrap .btn-search{
    position: absolute;
    right:0;top:0;bottom:0;
    width:34px;
    height:34px;
    text-align: center;
    color: #777;

}
.search-input-wrap .btn-search:before{
    content: "\f787";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
}

/* btn */
.btn{
    display:inline-block;
    height:30px;
    padding:0 10px;
}
.btn-black{
    background: #000;
    color: #fff;
}
.btn-black-outline{
    border:1px solid  #000;
    color: #000;
    background: #fff;
}
.btn-gray{
    background: #efefef;
    color: #000;
}
.btn-primary{
    background: #31b9f2;
    color: #fff;
}
.btn-purple{
    background:#8e3bb1;
    color: #fff;
}
.btn-secondary{
    background: #e34b4b;
    color: #fff;
}
.btn-secondary-outline{
    border: 1px solid #e34b4b;
    color: #e34b4b;
    background: #fff;
}
.btn-radius{
    border-radius:20px;
}

.btn-big{
    width:100%;
    height:45px;
    font-size:17px;
}
.btn-check{
    min-width:80px;
    margin-left:6px;
}
.btn-wrap{
    text-align: center;
}
.btn-wrap .btn-wrap-text{
    margin-bottom: 10px;
    font-size: 15px;
}

/* font-color */

/* 입찰하기 버튼  */
.btn-bid:after{
    content: "\f737";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    font-size:24px;
    vertical-align: middle;
    margin-left:6px;
    margin-top: -2px;
}

.bottom-fixed {
    opacity: 0;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    z-index:5;
    transition: opacity 0.3s;
  }
  .bottom-fixed.active {
    opacity: 1;
  }
  .bottom-fixed .btn.bid {
    background-color: #e34b4b;
    color: #ffffff;
    height: 3.2142857143rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
  }

/* header */
.header{
    position: relative;
}
.logo{
    position: absolute;
    top:23px;
    left:50%;
    transform: translateX(-50%);
}
.logo img{
    width:160px;
}
.header-left{
    position: absolute;
    left:14px;
    top:20px;
}
.header-right{
    position: absolute;
    right:14px;
    top:26px;
    color: #bbb;
}
.header-right .btn-sellang{
    color: #bbb;
    padding:0 20px;
}
.header-right .btn-sellang:after{
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 600 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
}
.btn-menu:before{
    content: "\f479";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    color: #bbb;
    font-size:30px;
}
.main-visual{
    background: url('/img/main_bg.png');
    min-height:700px;
    background-size:cover;
    padding-top:190px;
    margin-bottom:10px;
}
.main-visual-text01{
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.main-visal-text01-1{
    font-size:18px;
}
.main-visual-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(255,255,255, 0.49);
    margin:55px 14px 0;
    text-align: center;
    padding:20px;
}
.iso{
    display: inline-block;
    margin-right:10px;
}
.iso img{
    width:74px;
    opacity:0.7;
}
.iso p{
    color: #00478c;
    font-size: 12px;
    margin-top: 4px;
}
.main-visual-box .main-visual-text02{
    color:#061c33;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
}
.main-visual-box02{
    display:flex;
    margin:50px 14px;
    gap:0 10px;
    justify-content: space-between;
}
.main-visual-box02 .box-01{
    background: rgba(0,0,0,0.6);
    color: #fff;
    width:50%;
    text-align: center;
    padding:34px 0;
}
.main-visual-box02 .icon-more{
    margin-top: 6px;

}
.box-01-cont{
    margin-top: 10px;
    font-size: 18px;
    line-height:24px;
}
.box-01-title{
    font-size: 26px;
    line-height: 28px;
}
.main-links{
    border-bottom:1px solid #cacaca;
    display: flex;
    align-items: center;
}
.main-links .list-title{
    display:inline-block;
    font-size: 16px;
    width:100%;
    padding:8px 0;
    color:var(--font-color-base);
    font-weight: 700;
    text-align: center;
}
.main-links .btn-barolink:after{
    content:'';
    background: #828282;
    width:1px;
    height:16px;
    display:inline-block;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.main-links .btn-barolink:last-child:after{
    display:none;
}
.icon-more{
    display:inline-block;
    background: #04a91f;
    padding:2px 5px;
    color: #fff;
    font-size:10px;
    border-radius:20px;
    vertical-align:middle;
    letter-spacing:-0.04;
}
/* footer */
.footer-top{
    background: #efeeee;
    height:40px;
    position: relative;
}
.footer-top-link{
    display: flex;
    justify-content: left;
    align-items: center;
    height:100%;
    padding:0 14px;
}
.footer-top-link li{
    display:inline-block;
    color: #777;
    font-size:14px;
    position: relative;
    padding:0 16px;
}
.footer-top-link li:first-child{
    padding-left:0;
}
.footer-top-link li + li:before{
    content:'';
    display: inline-block;
    width:1px;
    background: #777;
    height:14px;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-top-btn{
    position: absolute;
    right:14px;
    top:50%;
    transform: translateY(-50%);
}
.footer-bottom{
    position: relative;
    background: #30343b;
    color: #989a9d;
    padding:0 14px;   
}
.footer-box{
    padding:20px 0;
    border-bottom:1px solid #3c3f44;
}
.footer-box:last-child{
    border-bottom:0;
}
.footer-box h1{
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.footer-box ul li{
    margin-bottom: 5px;
    font-size: 13px;
}
.footer-logo{
    position: absolute;
    top:20px;
    right:14px;
}

/* leftmenu */
.layout-leftmenu{
    position: absolute;
    left:-100%;
    top:0;
    bottom:0;
    background: #333;
    width:100%;
    z-index:10;
    -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -ms-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}
.layout-leftmenu.open{
    left:0;
}
.leftmenu-top{
    position: relative;
    padding:20px 20px;
}
.leftmenu-top .btn-menu-close{
    position: absolute;
    right:10px;
    top:10px;
    background: #000;
    color:#fff;
}
.leftmenu-btns{
    border-bottom:3px solid #646464;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.leftmenu-btns > a{
    width:40%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding:10px 10px;
}
.btn-menu-close:before{
    content: "\f659";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    font-size:30px;
}
.leftmenu-logo img{
    width:140px;
    
}
.leftmenu li{
    border-bottom:1px solid #646464;
    padding:0 20px;
    color:#fff;
    
}
.leftmenu >li> a{
    padding:20px 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.leftmenu >li> a:before{
    content:'-';
    display:inline-block;
    margin-right:6px;
}
.leftmenu li >a:hover{
    color: #3e9e02;
}
.leftmenu-sel-lang{
    border-bottom:1px solid #484848;
}


.translation-links{
    max-width: 100%;
    list-style: none;
    color:#fff;
    display:flex;
    justify-content:left;
    align-items:center;
    background: #545454;
    height: 40px;
    
}
.translation-links li{
    padding:4px 6px;
    box-sizing: border-box;
    position:relative;
    text-align:center;
}
.translation-links li:after{
    content:'';
    display:inline-block;
    width:1px;
    height:14px;
    background: #8a8a8a;
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.translation-links li:last-child:after{
    content:'';
    display: none;
}
.translation-links span{
    float: left;
    color: #FFF;
}
.translation-links .flag{
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 4px;
}

/* layout */
.layout-contents-all{
    display: block;
    margin-bottom:30px;
}

/* car-list */
.car-list-wrap{
    padding:20px 14px;
}
.car-list-type01{
    display:flex;
    flex-wrap:wrap;
    justify-content: left;
    gap:20px 10px;
}
.carbox{
    position: relative;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;
    width:calc(50% - 5px);
    height:auto;
    border-left:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;

}
.carbox-top{
    width:100%;
}
.carbox-img{
    position: relative;
    width:100%;
    overflow:hidden;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
}

/* //6:4 비율로 이미지 비율 맞춤 */
.carbox-img img{
    width:100%;
    aspect-ratio: 3/2; 
    
}
.soldout{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
}
.soldout p{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
}
.carbox-area01{
    width:100%;
    position: relative;
    padding:12px 10px;
    border-bottom:1px solid #dbdbdb;
}
.carbox-area02{
    width:100%;
    background: #f0f3f8;
    padding:6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.carbox-area03{
    width:100%;
    padding:16px 10px;
    text-align: center;
}
.carbox-bottom{
    background: #f4f4f4;
    padding:12px 10px;
    width:100%;
    display: block;

}
.carbox-bottom .btn + .btn{
    margin-top:2px;
}
.icon-zzim-heart-wrap{
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
}
.carbox-name{
    font-size:18px;
    text-align: center;
    font-weight: 600;
}
.carbox-subinfo{
    color: #818181;
    font-size:14px;
    text-align: center;
}
.carbox-name + .carbox-subinfo{
    margin-top:6px;
}

.carbox-etc{
    color: #818181;
    font-size:14px;
}
.carbox-etc li{
    display: flex;
    justify-content: left;
    align-items: center;
}
.carbox-etc li + li{
    margin-top:4px;
}
.carbox-etc li span{
    display:inline-block;
    text-align: left;
}
.carbox-etc li span.carbox-etc-title{
    min-width:33px;
    margin-right:4px;
}
.carbox .location,
.carbox .bid-finish,
.carbox .message{
    margin-top: 4px;
}

.carbox .btn-big{
    height: 36px;
    width:100%;
}
.carbox-title-link{
    margin-bottom:4px;
}


/* 찜하기 아이콘 */
.icon-zzim-heart{
    display:inline-block;
    width:24px;
    height:24px;
    line-height:24px;
    background: #000;
    border-radius:50%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.icon-zzim-heart:before{
    content: "\f59e";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align:middle;
    width:14px;
    height:14px;
    -webkit-font-smoothing: antialiased;
    font-size:14px;
    
}
.icon-zzim-heart.on{
    background: #fc4145;

}


/* point color */
.point-color-black{
    color: #000;
}
.point-color-red{
    color: var(--font-color-red);
}

/* sub-layout */
.sub-visual{
    display: block;
    width:100%;
    background:url('/img/bg_subvisual.jpeg');
    background-size:cover;
    background-position: 0 0;
    padding-top:90px;
    padding-bottom:20px;
}
.sub-visual.noimg{
    padding-top:50px;
}


/* pagetitle */
.title-wrap{
    margin-bottom:20px;
    text-align: center;
    margin-top:30px;
}
.pagetitle{
    font-size: 20px;
    font-weight: 700;
}
.subtitle-wrap{
    margin-bottom:10px;
}
.pagetitle2{
    font-size: 16px;
    font-weight: 600;
}
.pagetitle2-text{
    color: #777;
}


/* table -type01 */
.table-type01 {
    display:table;
    width:100%;
    border-top:1px solid #d8d8d8;
}
.table-type01 li{
    display:table-row;
}
.table-type01 li .th{
    display:table-cell;
    width:24%;
    background: #f3f3f3;
    color: #888;
    border-bottom:1px solid #d8d8d8;
    padding:2px 10px;
    vertical-align: middle;
    height:47px;
}
.table-type01 li .td{
    display:table-cell;
    width:76%;
    border-bottom:1px solid #d8d8d8;
    padding:6px 10px;
    height:47px;
    vertical-align: middle;
}
.table-type01-wrap + .subtitle-wrap{
    margin-top:var(--margin-top-basic);
}
.table-type01-wrap + .btn-wrap{
    margin-top:var(--margin-top-basic);
}
.table-type01 li .th.w-100,
.table-type01 li .td.w-100{
    display:block;
    width:100%;
}

/* table-view */
.table-type01-wrap.type-view{
}
.table-type01-wrap.type-view .td{
    color: #000;
    font-weight: 700;
}

/* input */
.input-wrap input{
    width:100%;
}
.input-text{
    font-size:13px;
    margin-top:6px;
}
.input-flex-wrap{
    display:flex;
    align-items: center;
}
.status-text{
    color: #fc4145;
    margin-top: 6px;
    display: inline-block;
    padding:0 10px;
    min-width:90px;
}
.input-flex-wrap.post-number{
    display:block;
}
.address-top{
    display: flex;
    margin-bottom: 4px;
}
.address-bottom input +input{
    margin-top:4px;    
}.radio-group{
    display: inline-block;
    vertical-align: middle;
}
.radio-group li{
    display:inline-block;
    vertical-align: middle;
    
}
.radio-group li + li{
    margin-left: 10px;
}


/*  filter  */
.filter-wrap {
    padding: 10px;
    background-color: #e0e7ed;
    margin-bottom:10px;
}
.filter-type01,
.filter-type02{
    display:flex;
    width: 100%;
    justify-content: space-between;
    gap: 6px 2px;
    
}
.filter-type01 li,
.filter-type02 li{
    flex-basis: 25%;
}
.filter-type01 button{
    background: #fff;
    border:1px solid #ccc;
    height:30px;
    width:100%;
}
.filter-type01 button.active {
    background-color: #41435b;
    color: #ffffff;
}
.filter-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:6px;
    gap: 6px 2px;
}
.filter-search .filter-select-group{
    width:50%;
    display: inline-block;
}

.filter-search .filter-select-group .form_select{
    display:inline-block;
    width:calc(50% - 2px);
}
.filter-search .filter-input-group{
    width:50%;
    display: inline-block;
}

/* type02 - 서치인풋이 아래로 한줄 다 차지할경우 */
.filter-search.type02{
    display: block;
    margin-top: 0;
}
.filter-search.type02 .filter-select-group{
    display: flex;
    justify-content: space-between;
    width:100%;
    gap:0 2px;
}
.filter-search.type02 .filter-input-group {
    display: block;
    width:100%;
    margin-top: 4px;
}

.filter-search.type02 .filter-select-group .form_select:last-child{

}
.filter-search .search-input-wrap{
    width:100%;
}
.filter-type02{
    margin-top:20px;
}
.filter-type02 li button{
    height:24px;
    border-radius:20px;
    background: #fff;
    border:1px solid #ccc;
    width:100%;
}
.filter-type02 li button.active{
    background-color: #41435b;
    color: #ffffff;
}

.filter-type02.type03 .filter-select-group{
    width:100%;
}
.filter-search.type03 .filter-select-group .form_select{
    width:100%;
}




/* pagination */
.pagination-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width:var(--width-content);
    padding:20px 0;
}

.pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display:inline-block;
}
.pagination li{
    display:table-cell;
    border-collapse:collapse;
	border-spacing:0;
    vertical-align: middle;
    
}
.pagination li a{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width:24px;
    height:30px;
    color:#bdbdbd;
    border-top:1px solid #cecece;
    border-right:1px solid #cecece;
    border-bottom: 1px solid #cecece;
    vertical-align: middle;
}
.pagination li a:hover{
    color: #35addf;
}
.pagination li a.active{
    background: #35addf;
    color:  #fff;
}
.pagination li:first-child a{
    border-left:1px solid #cecece;
    border-radius:3px 0 0 3px;
}
.pagination li:last-child a{
    border-radius:0 3px 3px 0;
}
.page_prev01:before{
    content: "\f27f";
    width:12px;
    height:12px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}
.page_prev02:before{
    content: "\f284";
    width:12px;
    height:12px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}
.page_next01:before{
    content: "\f280";
    width:12px;
    height:12px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}
.page_next02:before{
    content: "\f285";
    width:12px;
    height:12px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
}

.co_car_list + .pagination-wrap{
    margin-top:10px;
}



/* viewpage */
.location-map{
    padding:4px 14px;
}
.view-detail .detail-header {
    
}
.detail-header-01{
    padding:12px 14px;
    background-color: #e0e7ed;
}
.detail-header-01 .title {
    font-size: 18px;
    font-weight: 700;
}
.detail-header-01 .summary {
    padding-top:6px;
    font-size: 14px;
}
.detail-header .car-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
}
.detail-header .car-info [class*=auction-] {
    flex: 1 1 auto;
    position: relative;
    display: inline-block;
    text-align: center;
}
.detail-header .car-info [class*=auction-]:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #000;
}
.detail-header .car-info [class*=auction-]:last-child:after {
    content: none;
}
.detail-header .car-info .auction-status {
    color: purple;
}
.detail-header .car-info .auction-type {
    color: #2279cb;
}
.detail-header .auction-time {
    display: flex;
    background-color: #f5d5d5;
    padding: 8px 14px;
    flex-direction: column;
}
.detail-header .auction-time > .end,
.detail-header .auction-time .remain {
    flex: 1 1 auto;
    display: inline-block;
}
.detail-header .auction-time .time {
    font-weight: 700;
}
.detail-header .auction-time .remain .time {
    color: #e34b4b;
}
.detail-header .auction-time .remain .time:before{
    content: "\f291";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    color:#000;
    margin-right: 4px;
}
.detail-header .auction-time .remain{
    margin-top: 4px;
}
.auction-like a{
    display: inline-block;
}

.view-detail .bx-wrapper .bx-controls-direction a {
    z-index: 5;
}
.view-detail .bx-wrapper {
    position: relative;
}    
.view-detail .bx-controls .bx-prev,
.view-detail .bx-controls .bx-next {
    color: #fff;
    font-size: 30px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    vertical-align: middle;
}
.view-detail .bx-controls .bx-prev {
    left: 0;
}
.view-detail .bx-controls .bx-next {
    right: 0;
}
.view-detail .bx-controls .bx-prev i,
.view-detail .bx-controls .bx-next i{
    display: inline-block;
    width:30px;
    height:30px;
    margin-top: 6px;
}
.view-detail .car-image-slide {
    height: 66.6666666667vw;
}
.view-detail .car-image-slide .slide {
    height: 66.6666666667vw;
    background-color: rgba(0,0,0,.8);
}
.view-detail .car-image-slide .slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.car-description .subtitle-wrap{
    padding:14px 14px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 0;
}
.car-description .cont-wrap {
    padding: 20px 14px;
    font-size: 14px;
    background: #e9e9e9;
}
.view-detail .bx-controls .bx-pager {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 8px;
    z-index: 6;
}
.view-detail .btn-wrap {
    padding:10px 0;
}
.btn-wrap .btn-bid{
    width:100%;
    display: inline-block;
    margin:0;
    height:50px;
    font-size:16px;
}

.car-description .car-info-list > li {
    display: flex;
    margin: 8px 0;
}
.car-description .car-info-list > li .label {
    flex: 0 0 5.3571428571rem;
    color: #7f7f7f;
}
.car-description .car-info-list > li .data {
    flex: 1 1 auto;
    color: #000;
    font-weight: 700;
}
.car-description .cont-wrap.notice {
    background-color: #ffffff;
    min-height: 10.7142857143rem;
}
.car-description .cont-wrap.notice > ul li {
    padding-left: 14px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    text-indent: -0.4285714286rem;
}
.view-detail .car-description .cont-wrap .car-description-text {
    font-weight: 700; 
}

.view-cont-explain{
    padding:20px;
    line-height:1.4;
    color: #000;
}



/* layerpop  */

.layer-pop {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow-y: auto;
    z-index: 10;
}
.layer-pop.open {
    display: block;
}
.layer-pop .pop-header {
    position: relative;
    display: block;
    padding: 10px 14px;
    height:42px;
    background-color: #31b9f2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.layer-pop .pop-header .btn-close-pop {
    position: absolute;
    right:0;
    top:0;
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #000;
}
.layer-pop .pop-header .btn-close-pop:before{
    content: "\f659";
    display: inline-block;
    font-size:42px;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 200 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    color:rgba(100,100,100,1);
}
.layer-pop .pop-body {
    font-size: 14px;
}
 
.layer-pop .action-info-table > ul > li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a5a5a5;
    height: 2.1428571429rem;
}
.action-info-table .notice{
    width:100%;
    text-align: center;
    font-weight: 700;
}
.layer-pop .action-info-table > ul > li .label {
    flex: 0 0 7.1428571429rem;
    display: inline-flex;
    height: 100%;
    align-items: center;
    background-color: #d9d9d9;
    padding-left: 0.7142857143rem;
}
.layer-pop .action-info-table > ul > li .data {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    background-color: #f3f3f3;
    padding-right: 0.8928571429rem;
    font-weight: 700;
}

.layer-pop .action-info-table > ul > li .data.center .input-wrap {
    width: 100%;
    text-align: center;

}
.layer-pop .action-info-table > ul > li .data .input-wrap input {
    width:200px;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
  }
  .layer-pop .action-info-table > ul > li .data .unit {
    margin-left: 0.1785714286rem;
  }
  .layer-pop .action-info-table > ul > li .data .end-time {
    font-weight: 700;
  }
  .layer-pop .action-info-table > ul > li .data .remain-time {
    color: #e34b4b;
    font-weight: 500;
  }
  .layer-pop .action-info-table > ul > li .data .radio-group {
    display: inline-block;
    font-weight: 400;
    text-align: center;
  }
  .layer-pop .action-info-table > ul > li .data .radio-group.center {
    width:100%;
}

  .layer-pop .action-info-table > ul > li .data .radio-group li {
    display: inline-block;
  }
  .layer-pop .action-info-table > ul > li .data .radio-label {
    vertical-align: middle;
    font-weight: 700;
    margin-left: 4px;
  }
  .layer-pop .action-info-table > ul > li.emphas .label {
    background-color: #f98b32;
    color: #ffffff;
  }
  .layer-pop .action-info-table > ul > li.emphas .data {
    background-color: #f4f07c;
  }
  .layer-pop .action-info-table > ul.total-list > li .label {
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    color: #31b9f2;
  }
  .layer-pop .action-info-table > ul.total-list > li .data {
    background-color: #ffffff;
    color: #31b9f2;
    font-weight: 700;
    font-size: 1.2142857143rem;
  }
  .layer-pop .action-info-table > ul.total-list > li .data .total {
    display: flex;
  }
  .layer-pop .action-info-table > ul.total-list > li .data .total input {
    flex: 1 1 auto;
    background-color: transparent;
    box-sizing: border-box;
    border: 0;
    text-align: right;
    color: #31b9f2;
    font-weight: 700;
    font-size: 1.2142857143rem;
    width: 100%;
  }
.layer-pop .icon-zzim-heart:before{
    margin-top:5px;
}

.layer-pop .agree-wrap {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding:15px 0;
}
.layer-pop .agree-wrap input {
    vertical-align: middle;
}
.layer-pop .btn-wrap {
    margin-top:20px;
}
 
.layer-pop .pop-footer {
    padding: 10px 14px;
    text-align: right;
}



/* tab-type01 */
.tab-type01-wrap{
    margin:0 14px 20px 14px;
}
.tab-type01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left:1px solid #ccc;
}
.tab-type01 li{
    display:inline-block;
    flex:1;
}
.tab-type01 li a{
    width:100%;
    text-align: center;
    border:1px solid #ccc;
    border-left:0;
    display:flex;
    justify-content: center;
    align-items: center;
    height:34px;
    vertical-align: middle;
}
.tab-type01 li a.active{
    background-color: #41435b;
    color: #ffffff;
}


/* 접수증  */
.receive-wrap{
    font-size: 13px;
    color: #000;
    margin:0 auto;
    padding:0 10px;
}
.receive-top{
    padding-top:5px;;
    text-align: right;
}
.receive-top a{
   padding:0 5px;
}
.receive-title{
    text-align: center;
    border-bottom:3px solid #666;
    padding:10px 10px;
    
}
.receive-title{
    font-size: 22px;
    font-weight:600;
}
.receive-title2{
    margin-top:25px;
    margin-bottom: 5px;
    font-weight:600;
}
.receive-table-wrap{
    margin:0 auto;
}
.receive-table-wrap table{
    font-size: 12px;
    width:100%;
}
.receive-table th{
    background: #f6f6f6;
    border:1px solid #ccc;
    height: 25px;
    font-weight: normal;
    text-align: center;
}
.receive-table td{
    border:1px solid #ccc;
    padding:0 4px;
    height: 25px;
}
.receive-text{
    margin-top:24px;
    margin-bottom:40px;
    padding-left: 10px;
    line-height: 1.2;
}
.receive-bottom{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.receive-bottom table{
    font-size: 12px;
    color: #000;
    width:100%;
}
.receive-bottom table th{
    font-weight: normal;
    height: 25px;
    text-align: right;
}
.receive-bottom table td{
    padding-left: 10px;
}



/* 사진추가 */
.add-photo-wrap{
    margin:0 14px;
}
.add-photo-wrap .notice {
    margin:10px 0 10px 5px;
    font-size: 13px;
}
.add-photo-wrap .emphas {
    color: #e34b4b;
}
.add-photo-wrap .fileupload-wrap {
    padding:20px 14px;
}
.add-photo-wrap .fileupload-wrap .topper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.add-photo-wrap .fileupload-wrap .topper > .btn-wrap {
display: inline-block;
}
.add-photo-wrap .fileupload-wrap .img-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px;
}
.add-photo-wrap .fileupload-wrap .img-list .img-wrap {
    width: 45px;
    height: 45px;
}
.add-photo-wrap .fileupload-wrap .img-list .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* flag */

.flag{
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 4px;
    vertical-align: bottom;
}
/* argentina */
.flag.ar {
    background: url('/img/flag_arabic.png');
    background-size: 100% 100%;
   }

.flag.ko {
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNjAwIiB2aWV3Qm94PSItMzYgLTI0IDcyIDQ4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtLTM2LTI0aDcydjQ4aC03MnoiLz4NCjxnIHRyYW5zZm9ybT0ibWF0cml4KC41NTQ3IC0uODMyMDUgLjgzMjA1IC41NTQ3IDAgMCkiPg0KPGcgaWQ9ImIyIj4NCjxwYXRoIHN0cm9rZT0iIzAwMCIgaWQ9ImIiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS02LTI1SDZNLTYtMjJINk0tNi0xOUg2Ii8+DQo8dXNlIHk9IjQ0IiB4bGluazpocmVmPSIjYiIvPg0KPC9nPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJtMCwxN3YxMCIvPg0KPGNpcmNsZSBmaWxsPSIjYzYwYzMwIiByPSIxMiIvPg0KPHBhdGggZmlsbD0iIzAwMzQ3OCIgZD0iTTAtMTJBNiw2IDAgMCAwIDAsMEE2LDYgMCAwIDEgMCwxMkExMiwxMiAwIDAsMSAwLTEyWiIvPg0KPC9nPg0KPGcgdHJhbnNmb3JtPSJtYXRyaXgoLS41NTQ3IC0uODMyMDUgLjgzMjA1IC0uNTU0NyAwIDApIj4NCjx1c2UgeGxpbms6aHJlZj0iI2IyIi8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIGQ9Im0wLTIzLjV2M20wLDM3LjV2My41bTAsM3YzIi8+DQo8L2c+DQo8L3N2Zz4NCg==');
background-size: 100% 100%;
}
.flag.en {
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjM1IDY1MCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KPGRlZnM+DQo8ZyBpZD0idW5pb24iPg0KPHVzZSB5PSItLjIxNiIgeGxpbms6aHJlZj0iI3g0Ii8+DQo8dXNlIHhsaW5rOmhyZWY9IiN4NCIvPg0KPHVzZSB5PSIuMjE2IiB4bGluazpocmVmPSIjczYiLz4NCjwvZz4NCjxnIGlkPSJ4NCI+DQo8dXNlIHhsaW5rOmhyZWY9IiNzNiIvPg0KPHVzZSB5PSIuMDU0IiB4bGluazpocmVmPSIjczUiLz4NCjx1c2UgeT0iLjEwOCIgeGxpbms6aHJlZj0iI3M2Ii8+DQo8dXNlIHk9Ii4xNjIiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPC9nPg0KPGcgaWQ9InM1Ij4NCjx1c2UgeD0iLS4yNTIiIHhsaW5rOmhyZWY9IiNzdGFyIi8+DQo8dXNlIHg9Ii0uMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMjUyIiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InM2Ij4NCjx1c2UgeD0iLS4wNjMiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPHVzZSB4PSIuMzE1IiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InN0YXIiPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0ibWF0cml4KC0uODA5MDIgLS41ODc3OSAuNTg3NzkgLS44MDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIgdHJhbnNmb3JtPSJtYXRyaXgoLjMwOTAyIC0uOTUxMDYgLjk1MTA2IC4zMDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDcyKSIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDE0NCkiLz4NCjwvZz4NCjxwYXRoIGZpbGw9IiNmZmYiIGlkPSJwdCIgZD0iTS0uMTYyNSwwIDAtLjUgLjE2MjUsMHoiIHRyYW5zZm9ybT0ic2NhbGUoLjA2MTYpIi8+DQo8cGF0aCBmaWxsPSIjYmYwYTMwIiBpZD0ic3RyaXBlIiBkPSJtMCwwaDEyMzV2NTBoLTEyMzV6Ii8+DQo8L2RlZnM+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMCwwaDEyMzV2NjUwaC0xMjM1eiIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjEwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSIyMDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iMzAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjQwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSI1MDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iNjAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8cGF0aCBmaWxsPSIjMDAyODY4IiBkPSJtMCwwaDQ5NHYzNTBoLTQ5NHoiLz4NCjx1c2UgeGxpbms6aHJlZj0iI3VuaW9uIiB0cmFuc2Zvcm09Im1hdHJpeCg2NTAgMCAwIDY1MCAyNDcgMTc1KSIvPg0KPC9zdmc+DQo=');
background-size: 100% 100%;
}
.flag.ru {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzAwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoNDUwdjEwMGgtNDUweiIvPg0KPHBhdGggZmlsbD0iIzAwZiIgZD0ibTAsMTAwaDQ1MHYxMDBoLTQ1MHoiLz4NCjxwYXRoIGZpbGw9IiNmMDAiIGQ9Im0wLDIwMGg0NTB2MTAwaC00NTB6Ii8+DQo8L3N2Zz4NCg==');
    background-size: 100% 100%;
   }


