@charset "UTF-8";

/* 공통클래스  */
.btn{
    display: inline-block;
    padding:0 6px;
    border-radius:8px;
    min-height:30px;
    min-width:50px;
}
.btn-orange{
    background: #ff8922;
    color: #fff;
}
.btn-dark{
    border:1px solid #000;
    color: #000;
}
.btn-dark:hover{
    background: #000;
    color: #fff;
}
.btn-primary{
    border:1px solid #0066CC;
    color: #0066CC;
}
.btn-primary:hover{
    background: #0066CC;
    color: #fff;
}
.btn-red{
    border:1px solid #ee1616;
    color: #ee1616;
}
.btn-red:hover{
    background: #ee1616;
    color: #fff;
}
.btn-red-fill{
    background: #ee1616;
    color: #fff;
    border:1px solid #000;
}
.btn-primary-fill{
    background-color: #0066cb;
    color: #ffffff;
}
.btn-round{
    border-radius: 18px;
    padding:0 18px;
}
.btn-sm{
    height:30px;
    min-width:40px;
}
.btn-md{
    height:34px;
}
.btn-big{
    height:62px;
    border-radius:8px;
    font-size: 20px;
    font-weight: 600;
}
.text-left,
table.table-type td.text-left{
    text-align: left;
}
.text-center,
table.table-type td.text-center{
    text-align: center;
}
.text-right,
table.table-type td.text-right{
    text-align: right;
}
.table-type .explain{
    display: inline-block;
    color: #828282;
}
.text-est{
    color: #ee1616;
}
.table-title-check{
    display: inline-block;
    margin-left: 16px;
}
.table-type.text-left2 td {
    padding-left: 10px;
    text-align: left;
}


/* layout */
.layout-header{
	display:block;
    border-bottom:1px solid #f6892e;
}
.header-top{
	background: #fff3dd;
	height:50px;
}
.header-top-inner{
	display:flex;
	justify-content: space-between; 
	align-items: center; 
	width: var( --width-common );
	margin:0 auto;
	height:100%;
	font-size: var(--font-small);
}
.header-top-inner > div{
	/* width:50%; */
}
.header-top-inner > div:nth-child(2) { 
	text-align:right;
 }
 .lang-change-btn{
	display:inline-block;
	color: #585858;
	font-size: var(--font-small);
   
 }
 .lang-change-btn:after{
	content:'';
	width:14px;
	height:8px;
	display:inline-block;
	background:url('../img/arr_down_s.png');
	margin-left: 10px;
	vertical-align: middle;
 }
 .lang-change-btn img{
	margin-right:8px;
	vertical-align: middle;
 }
.header-bottom{
	width: var( --width-common );
	margin:0 auto;
	font-size: var(--font-small);
	height:95px;
}
.header-bottom-inner{
	position: relative;
	height:100%;
	display:flex;
	justify-content: left; 
	align-items: center; 
}
.header-bottom-inner h1{
	position: absolute;
	left:0;
	top:50%;
	margin-top:-16px;
}
.header-bottom-inner nav{
	margin-left:306px;
}
.header-nav-right{
	position: absolute;
	right:0;
	top:50%;
	margin-top:-8px;
}
.header-nav-right > div{
	display:inline-block;
}
.header-nav-right .btn-admin{
	color: #ff0000;
}
.case-logout a{
	color: var(--color-lightgray);
}

.layout-visual{
	background: #dfdfdf;
}
.mainvisual{
	width: var( --width-common );
	margin:0 auto;
	height:266px;
}
.mainvisual.sub{
    height:auto;
}
.layout-contents{
	margin-top:35px;
}
.mainvisual-text{
	padding:50px 0;
	text-align: center; 
}
.mainvisual-text-01{
	font-size: 34px;
}
.mainvisual-text-02{
	font-size: 18px;
}
.contents{
	width: var( --width-common );
	margin:0 auto;
	padding-bottom:50px;
    min-height:700px;
}

.title-1{
    position: relative;
	font-size: var(--font-title);
    font-weight: 700;
    margin-bottom: 2rem;
}
.title-more{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.btn-more{
    background: #f9a015;
    color: #fff;
    border-radius:20px;
    padding:3px 10px 4px;
    font-size:12px;
}
.title-1 + .cont-1{
	margin-top:46px;
}
.list-type01-wrap + .title-1{
    margin-top: 60px;
}

.footer-top{
	background: #efeeee;
	color:#777;
	font-size: var(--font-small);
	height:56px;
}
.footer-bottom{
    padding:30px 0;
	background: #6d6d6d;
	color:#777;
	font-size: var(--font-small);
}
.footer-bottom-inner{
	width: var( --width-common );
	margin:0 auto;
	color: #c1c1c1;
	position: relative;
	display:flex;
	justify-content: left; 
	align-items: center; 
    gap: 0 20px;
}
.footer-top-inner{
	width: var( --width-common );
	margin:0 auto;
	height: 100%;
	display:flex;
	justify-content: left; 
	align-items: center; 
}
.footer-link-1{
	width:40%;
}
.footer-link-1 a{
	position: relative;
	padding:0 20px;
}
.footer-link-1 a:first-child{
	padding-left:0;
}
.footer-link-1 a:after{
	content:'l';
	display:inline-block;
	position:absolute;right:0;top:0;
	color:#c1c1c1;
}
.footer-link-1 a:last-child:after{
	content:'';
	display:none;
}
.footer-banner{
	width:60%;
	text-align:right;
}
.footer-banner a{
	margin-left: 40px;
}

.footer-bottom-inner h1{
	display: inline-flex;
	align-items: center;
}
.footer-bottom-inner h1 a{
	display:block;
}
.footer-bottom-inner h1 a img{
    width: 200px;
}
.footer-copyright{
	line-height:1.6;
}
.copyright li{
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right:10px;
    margin-left: 10px;
}
.copyright li:after{
    content:'';
    display: inline-block;
    width:1px;
    height: 12px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
}
.copyright >li:last-child:after{
    display: none;
}
.gnb ul li a{
	font-size:20px;
	color: #000;
	font-weight: 700;
}
.gnb ul li a:hover{
	color:#f6892c;
}
.gnb ul li{
	display:inline-block;
	margin-right:50px;
}
.article-wrap{
    padding-top:3rem;
}

/* quick */
.quickmenu-map{
	position: absolute;
	top:440px;
	left:50%;
	margin-left:670px;
	width:176px;
}
.quickmenu-map .quick-link{
	text-align:center;
}
.quick-bottom{
	background: #ffd630;
	border-radius:0 0 10px 10px;
	padding-bottom:20px;
}
.quickmenu-map .quick-title{
	color: #ff3c68;
	font-weight: 600;
	font-size: 22px;
}
.quick-link .tel{
	color:#000;
	font-weight:600;
	font-size:18px;
}
.quickmenu-map .quick-img{
	background: #ffd630;
	border-radius:50% 50% 0 0;
	padding-top:20px;
	padding-bottom:10px;
}
.quickmenu-map .quick-img img{
	margin-bottom: 10px;
}
.quick-text01{
	font-size: 16px;
	font-weight: 600;
}
.quick-link2{
	position: relative;
	margin-top:50px;
}
.quick-link2-box{
	display:inline-block;
	width:175px;
	height:103px;
	background: #4198f5;
	border-radius:16px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
}
.quick-link2-img{
	position: absolute;
	left:50%;
	top:-35px;
	margin-left:-30px;
}
.quick-link2-text1,
.quick-link2-text2{
	position: relative;
	font-weight: bold;
	text-align: center;
}
.quick-link2-text1{
	color: #000;
	font-size: 28px;
	margin-top:10px;
}
.quick-link2-text2{
	color: #fff;
	font-size: 25px;
}
.quick-link2-btn{
	display: inline-block;
	width:104px;
	height:29px;
	line-height: 28px;
	background: #ffe42d;
	font-size: 15px;
	color: #2a84e5;
	border-radius:15px;
	margin-top:4px;
}
.quick-link2-btn img{
	margin-left:6px;
}

/* 빠른상담 */
.quick-consult{
	border:1px solid #d0d0d0;
	width:225px;
	position: absolute;
	right:50%;
	top:438px;
	margin-right:670px;
	border-radius:10px;
	background: #fff;
    padding-bottom: 54px;
}
.quick-consult-title{
	position: relative;
	margin:0 12px;
	border-bottom:1px solid #259bff;
	padding:16px 0 0 86px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	min-height:76px;
}
.quick-consult-img{
	position: absolute;
	left:20px;
	top:14px;
}
.quick-consult-title01{
	font-size: 25px;
	line-height: 25px;
}
.quick-consult-title02{
	font-size: 14px;
	line-height: 22px;
}
.quick-consult-cont{
    padding: 15px 12px;
}
.quick-cont-bottom{
    margin-top: 12px;
}
.quick-cont-bottom input[type=text],
.quick-cont-bottom select{
    width:100%;
    margin-top: 8px;
    border-radius:6px;
    height: 40px;
}
.btn-quick-btn{
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    font-size: 18px;
    background: #259bff;
    height:44px;
    border-radius:0 0 10px 10px;
    color: #fff;
    font-weight: 600;
}

.quick-agree{
    margin-top: 14px;
    font-size: 13px;
}


/* list-type01 */

.list-type01-box{
	width:100%;
    height: 100%;
	border:1px solid #dfdfdf;
	border-radius:6px;
	overflow:hidden;
}
.list-type01-thumb{
    /* height:220px; */
}
.list-type01-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* height: 220px; */
    object-fit: cover;
}
.list-type01{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap:60px 10px;
}
.list-type01 li{
	width:calc(20% - 10px);
    
}
.list-type01.sublist li .list-type01-box{
    height: calc(100% - 27px);
}


.list-type01-name{
    word-break: keep-all;
	white-space: pre-wrap;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-top: 20px;
	margin-bottom:6px;
    font-weight: 700;
}
.list-type01-name2{
    word-break: keep-all;
	white-space: pre-wrap;
	font-size: 15px;
    line-height: 1.6;
	text-align: center;
	margin-bottom:10px;
    font-weight: 700;
    padding:0 5px;
}
.list-type01-text-sm{
	color: #757575;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
.list-type01-text-sm:last-child{
    margin-bottom: 10px;
}
.list-type01-thumb{
	position: relative;
}
.list-type01-box.soldout .list-type01-thumb:after{
	content:'SOLD OUT';
	display:inline-flex;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0,0.7);
	color:#fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	align-items: center;
    justify-content: center;
}
.list-type01-top{
    margin-bottom: 10px;
}



.radio-list{
    display:flex;
}
.radio-list li{
    display: inline-block;
    width:33.3%;
}

/* sub */
.subtitle{
    font-size:var(--font-title);
    border-bottom:1px solid #d4d4d4;
    padding-bottom:20px;
    margin-bottom:30px;
}
.pagetitle-wrap{
    text-align: center;
    height:60px;
}
.pagetitle-wrap .pagetitle{
    font-size: 3rem;
    font-weight: 700;
    color: #000;
}
.pagetitle-2{
    font-size:20px;
    font-weight: 700;
    color: #000;
}
.link-menu {
    position: relative;
    padding:0 20px;
}
.link-menu + .link-menu:before{
    content:'';
    display: inline-block;
    width:2px;
    background: #000;
    height:24px;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.subcont{
    margin-top:50px;
}
.view-info{
    margin-top:20px;
}
.view-title-wrap{
    
    padding:50px 0 20px;
    border-bottom:1px solid #000;
    /* margin-bottom: 20px; */
}
.view-title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.view-title-sub{
    display: flex;
    flex-wrap: wrap;
    color: #9b9b9b;
    margin-top:6px;
}
.view-title-sub .sub-text{
    font-size: 1.8rem;
    padding:0 20px;
}
.view-title-sub .sub-text:first-child{
    padding-left:0;
}

/* table */
table.table-type {
    width:100%;
}

table.table-type th {
    border: 1px solid #D8D8D8;
    height: 37px;
    padding: 0 10px;
    background-color: #efefef;
    color: #888888;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 700;
}

table.table-type td {
    text-align: center;
    border: 1px solid #D8D8D8;
    height: 37px;
    padding: 5px;
    font-weight: 700;
    font-size: 1.5rem;
}
table.table-type td.td-detail{
    text-align: left;
    vertical-align: top;
    height:130px;
}
table.table-type td.td-viewcont{
    
    height:150px;
    vertical-align: top;
}
table.table-type .notice{
    color: #ee1616;;
}
table td a:hover{
    color: var(--point-color);
}
table.table-type.text-left td {
    text-align: left;
}
.table-type.table-list td{
    padding:8px 10px;
}
.table-subinfo{
    color: #888;
    font-weight: 400;
}
.input-title{
    width:580px;
}
.board-viewcont{
    /* height:150px; */
    padding:2rem 1rem;
    vertical-align: top;
    text-align: left;
    font-size:15px;
}
.board-view-img{
    display: block;
    text-align:center;
}
.w-100{
    width:100%;
}

.board-title{
    font-size:18px;
}
.table-list-wrap .view-title-wrap{
    border-bottom:2px solid #000;
    margin-bottom: 0;
    padding-top:2rem;
}
.table-list-wrap .view-title {
    font-size: 2.6rem;
    color: #000;
    font-weight: 500;
}
.table-list-wrap .view-title-sub{
    margin-top: 1rem;
    font-weight: 500;
}
.table-list-wrap .view-title-sub .sub-text{
    font-size: 1.5rem;
    padding:0 12px;
}
.table-list-wrap .view-title-sub .sub-text:first-child{
    padding-left: 0;
}
.table-list-wrap .view-title-sub .sub-text + .sub-text{
    position: relative;
    color: #939393;
}
.table-list-wrap .view-title-sub .sub-text + .sub-text:before{
    content:'';
    display:inline-block;
    width:1px;
    height:12px;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    background: #939393;
}
.file-list-wrap{
    padding:20px 10px 10px;
}
.file-list-title{
    color: #b6b6b6;
}
.file-list-name{

}
.icon-secret{
    display: inline-block;
    vertical-align: middle;
    margin-left:6px;
}
.icon-secret:before{
    content: "\f47a";
    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;
    transform: scale(120%, 96%);
    color: #ee1616;
}
/* 댓글쓰기 */

.board-bottom-wrap{
    border-top:2px solid #000;
}
.board-reply-top{
    padding:5px;
    font-size: 13px;
}
.reply-write{
    height:78px;
    position: relative;
    padding-left: 160px;
    padding-right:160px;
}
.reply-writer{
    position: absolute;
    left:0;top:0;
    bottom:0;
    width:160px;
    vertical-align: middle;
    text-align: center;
    background: #efefef;
    line-height: 78px;
}
.reply-write-btn{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width:160px;
    background: #00b5ff;
    color: #fff;
    font-size: 16px;
}
.reply-write textarea{
    width:100%;
}
.reply-comment{
    margin-bottom: 20px;
}
.comment-box{
    font-size: 13px;
    padding:10px;
    border-bottom:1px solid #ddd;
}

.comment-writer{
    width:160px;
    display: inline-block;
    padding-left: 10px;
}
.btn-comment-del{
    vertical-align: bottom;
    margin-left: 4px;
}
.btn-comment-del:before{
    content: "\f629";
    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;

}

/* 해체차량  */
.table-type.table-list{

}
.table-type.table-list td{
    border-left:none;
    border-right:none;
}

/* pagination */
.pagination-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: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:30px;
    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: var(--point-color);
}
.pagination li a.active{
    background: var(--point-color);
    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;
}

.list-bottom-wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    /* border-top:1px solid #d4d4d4; */
    margin-top:1rem;
    padding:2rem 0;
}
.btn-left-abs{
    position: absolute;
    left:0;
}
.list-bottom-wrap.noline{
    border-top:0;
    margin-top: 20px;
}
.list-bottom-wrap .btn{
    min-width:80px;
}
.list-bottom-wrap.align-center{
    justify-content: center;
    gap:0 6px;

}
.list-bottom-wrap.border-2{
    border-top:2px solid #000;
}


/* bxslider */
.car-image{
    position: relative;
    height:768px;
}
.div_information{
    position: relative;
}
.btn-expand{
    position: absolute;
    right:20px;
    bottom:10px;
    z-index: 3;
    padding:8px;
    background: #000;
    border-radius:5px;
}
.btn-expand img{
    width:28px;
}
.bx-wrapper{
    border:1px;
    margin:0 auto;
    box-shadow: 0 0 0 ;
}
.bx-wrapper .bx-controls-direction a {
    text-indent:0;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background: none;
}
.bx-wrapper .bx-prev:before{
    content: "\f284";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 300 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 55px;
}
.bx-wrapper .bx-next:before{
    content: "\f285";
    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: #fff;
    font-size: 55px;
}
.bx-pager.bx-default-pager{
    position: absolute;
    left: 10px;
    bottom:10px;
    width: 60px;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.3rem;
}

 .thum-btn-list button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 24px;
    height: 24px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}
.thum-btn-list .prev-btn {
	left: 10px;
	padding-right: 2px;
}
.thum-btn-list .next-btn {
	right: 10px;
	padding-left: 2px;
}
.thum-btn-list .prev-btn:before{
    content: "\f284";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 300 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 15px;
}
.thum-btn-list .next-btn:before {
    content: "\f285";
    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: #fff;
    font-size: 15px;
}
.thum-btn-list .next-btn[disabled=disabled]{
    display:none;
}
.img-list-wrap .img-list li > img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    object-fit: cover;
}
.img-list-wrap .img-list li.active:before {
    content:'';
    display: inline-block;
    position: absolute;
    left:0;top:0;right:0;bottom:0;
    width:100%;
    height:100%;
    border: 2px solid #00b5ff;
    box-sizing: border-box;
}

.img-list-wrap .img-list li.active > img{
	opacity: 1;
}
.img-list-wrap{
 margin-top: 10px;
}
.img-list {
    position: relative;
    display: block;
}
.img-list-wrap .img-list ul {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.img-list-wrap .img-list ul li{
    position: relative;
    display: inline-block;
    width:120px;
    overflow: hidden;
}

.img-list-wrap .img-list ul li img {
    width: 100%;
    height: 100%;
}
.img-wrap div{}


.bx-wrapper img{
    display: inline-block;
}
.img-wrap{
    text-align:center;
}
.bx-viewport{

    background: #000;
 }

/* 회사소개 */
.company-info {
    background: url(/pc/src/img/bg_company.png) repeat;
    background-position: center bottom -170px;
    padding-top: 50px;
    padding-bottom: 200px;
}
.company-info-text{
    text-align: center;
    width:100%;
    font-size: 2.4rem;
    line-height: 1.6;
}
.company-info-text p + p{
    margin-top: 34px;
}
.company-info-text01{
    display: inline-block;
    font-size: 3rem;
    font-weight: 600;
}

/* 오시는길 */
.location-top{
    display: table;
    width:100%;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.location-row{
    display: table-row;
    font-size: 15px;
}
.location-th{
    display: table-cell;
    background: #efefef;
    text-align: center;
    height: 48px;
    border-top:1px solid #d8d8d8;
}
.location-td{
    display: table-cell;
    text-align: left;
    height: 48px;
    padding-left: 50px;
    border-top:1px solid #d8d8d8;
}
.location-map{
    position: relative;
}
.location-right{
    position: absolute;
    right:0;
    top:0;
}

/* login */
.article-wrap.memberform{
    width:548px;
    margin:50px auto 50px;
  
}
.member-title-wrap{
    margin-bottom:20px;
}
.member-title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #828282;
}
.description-text{
    color:#303030;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
}
.memberform-box{
    width: 100%;
    padding: 30px 30px;
    border: 1px solid #cbcbcb;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: inline-block;
}
.input-list li{
    margin-bottom:10px;
}
.memberform-box input{
    height:62px;
    width:100%;
    border-radius:8px;
}
.memberform-box .btn-big{
    width:100%;
    
}

.memberform-box .link {
    margin: 1.875rem 0 0;
    text-align: center;
}
.memberform-box .link > ul {
    margin: 0;
}
.memberform-box .link > ul li {
    position: relative;
    display: inline-block;
    padding: 0 1.875rem;
}
.memberform-box .link > ul li:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0.1875rem;
    border-right: 1px solid #000000;
    height: 0.9375rem;
}
.memberform-box .link > ul li:nth-last-child(1):after {
    content: none;
}
.memberform-bottom{
    margin-top: 20px;
    text-align: center;
    font-size:16px;
}

.topper{
margin-bottom: 10px;
}
.topper-right{
    text-align: right;
}
.topper-right .calendar-wrap{
    margin-right:10px;
}
.topper.type-flex{
    display: flex;
    justify-content: space-between;    
    align-items: center;
}

.topper .search-wrap{
    position: relative;
    width:250px;
    display:inline-block;
}
.search-wrap input{
    width:100%;
    padding-right:35px;
}
.search-wrap .btn-search{
    position: absolute;
    right:0;
    bottom:0;
    top:0;
    width:35px;
    vertical-align: middle;
}
.search-wrap .btn-search:before{
    content: "\f52a";
    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:middle;
    -webkit-font-smoothing: antialiased;
    font-size:16px;
}

/* 상단 search */
.search-wrap.main{
    height: 62px;
    background: #fff;
    border-radius:14px;
    padding:10px 20px;
    text-align: center;
    margin:0 20px;
}

.search-wrap select{
    height:4.2rem;
    /* min-width:160px; */
    width: 33%;
    border-radius:8px;
    padding:0 20px;
}
.search-select-wrap{
    display: inline-flex;
    gap: 0 5px;
    width: initial;
}

.search-input-wrap {
    position: relative;
    width: 44%;
    display: inline-block;
    padding-right: 100px;
    margin-left: 10px;
}
.search-wrap.main .search-input-wrap input{
    height: 4.2rem;
    width:100%;
    padding-right:15px;
}
.search-wrap.main .search-input-wrap .btn-search{
    background: #f9a015;
    color: #fff;
    width:108px;
    text-align: center;

    border-radius:0 8px 8px 0;
    font-size:15px;
}
.search-wrap.main .search-input-wrap .btn-search:before{
    margin-right:4px;
    font-size:16px;
}

/* input  */
.input-group.phone{
    display: flex;
    align-items: center;
}
.input-group .dash{
    padding:0 5px;
}
.input-sidetext.red{
    color:#FF0000;
}


/* top-area */
.top-area-wrap{
    background: #ffe699;
    padding:15px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    margin-bottom:50px;
}
.calendar-wrap{
    display: inline-block;
}
.calendar-wrap input{
    width:120px;
}
.calendar-wrap .ui-datepicker-trigger{
    display: inline-block;
    margin-left: 6px;
    font-size:0;
}
.calendar-wrap .ui-datepicker-trigger:before{
    content: "\f214";
    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: 20px;
}
/* datepicker custom */
.top-area-wrap .calendar-wrap{
    display: flex;
    align-items: center;
}
.top-area-wrap .calendar-wrap label{
    display: none;
}
.top-area-wrap .input-group-wrap{
    display: flex;
    justify-content: start;
    align-items: center;
    width:70%;
}
.top-area-wrap label{
    width:60px;
    vertical-align: middle;
    display: inline-block;
    font-size: 17px;
    margin-right:10px;
}
.top-area-wrap .input-group-wrap .input-regist{
    width:calc(100% - 60px);
}
.top-area-wrap input[type=text]{
    height:34px;
}
.top-area-wrap .input-group-wrap input{
    width:calc(100% - 64px);
    height:34px;

}
.top-area-wrap .input-group-wrap .btn{
    min-width:60px;
}

/* datepicker custom */
.ui-datepicker td span, .ui-datepicker td a {
    padding: 8px;
}
.ui-datepicker {
   width:auto;
}


/* checkbox 간격조절  */
label + input[type=checkbox] {
    margin-left: 6px;
}
.mr-1{
    margin-right: 1rem;
}


/* 파일 첨부 */
.file-add-top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 0;
}
.file-count{
    vertical-align: top;
}
.btn-file-find{
    BORDER: #ff0000 1px solid;
    background-color : #ffe3e7;
    font-size:13px;
    color: #ff0000;
    padding:0 6px 0 6px;
    height:26px;
    border-radius: 0;
}
.btn-reset{
    BORDER: #7FA8C4 1px solid;
    background-color : #edf1f6;
    font-size: 13px;
    color: #165899;
    padding:0 6px 0 6px;
    height:26px; 
    border-radius: 0;
}
.btn-file-del{
    BORDER: #000 1px solid;
    font-size:13px;
    color: #000;
    padding:0 6px 0 6px;
    height:26px;
    border-radius: 0;
}
.file-add-imgbox{
    width:100%;
    height:110px;
    overflow-y:scroll;
    padding:10px;
    border:1px solid #cccccc;
    margin-bottom:5px;
}
.file-add-ex{
    border:1px solid #ccc;
    padding:10px 10px 5px 0;
}
.file-add-ex-list{
    display:flex;
    justify-content: left;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:20px 0px;
}
.file-add-ex-list li{
    display:inline-block;
    width:10%;
    text-align: center;
}
.file-add-ex-list li li{
    cursor:pointer;
   
}
.file-add-ex-list li li img{
    width:100px;
    height:100px;
    border:1px solid #000000;
    margin-bottom: 5px;
}
.sel-file{
    margin-top: 5px;
}
.file-add-ex-btn{
    margin-top: 10px;
}


/* 개인정보처리방침 */
.terms-title02{
    border-top:2px solid #128D56;
    border-bottom:1px solid #128D56;
    padding:5px;
    margin-top:20px;
    margin-bottom:10px;
}
.terms-cont{
    line-height: 1.5;
}
.terms-cont ul li ul{
    padding-left: 15px;
}









/* 회원가입 */
  .signin-wrap {
    width: 800px;
    margin: 20px auto;
  }
.signin-header {
    display: flex;
    /* justify-content: end; */
    width: 100%;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 20px;
    border-bottom: 1px solid #404347;
  }

.signin-header .step-wrap {
    border: 1px solid #a4a4a4;
    border-radius: 1.875rem;
    height: 42px;
    overflow: hidden;
  }
.signin-header .step-wrap ul {
    display: flex;
    height: 100%;
    counter-reset: step;
  }
.signin-header .step-wrap ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 1.875rem;
  }
.signin-header .step-wrap ul li:last-child {
    padding-right: 1.4375rem;
  }
.signin-header .step-wrap ul li:not(:nth-last-child(1)):after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -1.0625rem;
    width: 2.0625rem;
    height: 2.0625rem;
    border-top: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    transform: rotate(45deg);
  }
.signin-header .step-wrap ul li.on {
    background-color: #000000;
    color: #ffffff;
  }
.signin-header .step-wrap ul li.on:not(:nth-child(1)):before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -1.0625rem;
    width: 2.0625rem;
    height: 2.0625rem;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
.signin-header .step-wrap ul li.on:after {
    background-color: #000000;
    border: 0;
  }
.signin-header .step-wrap ul li .step {
    z-index: 1;
  }
.signin-header .step-wrap ul li .step:before {
    counter-increment: step;
    content: "0" counter(step) ". ";
  }
  .signin-wrap .header h2 {
    display: inline-block;
    font-size: 1.25rem;
    margin: 1.5625rem 0 0.5rem 0;
  }
  .signin-wrap .header .sub-text {
    display: inline-block;
    margin-left: 0.625rem;
    font-size: 1rem;
    color: #acacac;
  }
  .signin-wrap .form-table {
    margin-bottom: 0.625rem;
  }
  .signin-wrap .form-table > ul {
    display: table;
    width: 100%;
    border:1px solid #D8D8D8;
  }
  .signin-wrap .form-table > ul > li {
    display: table-row;
  }
  .signin-wrap .form-table > ul > li .label {
    display: table-cell;
    vertical-align: middle;
    width: 9.6875rem;
    border-bottom: 1px solid #D8D8D8;
    height:37px;
    padding:0 10px;
    background-color: #f3f3f3;
    font-weight: 700;
	color: #888888;
	font-size: 14px;
  }

  .signin-wrap .form-table > ul > li .data {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #D8D8D8;
    height:37px;
    padding:5px;
  }
  .signin-wrap .form-table > ul > li .label .input-wrap,
  .signin-wrap .form-table > ul > li .data .input-wrap {
    display: inline-block;
    height:28px;
    vertical-align: middle;
    width: 238px;
    min-width: 0;
  }
  .signin-wrap .form-table > ul > li .label .input-wrap,
  .signin-wrap .form-table > ul > li .data .input-wrap input{
    height:100%;
    padding:5px;
    font-size: 14px;
  }
  .signin-wrap .form-table > ul > li .label .input-wrap{
    height:100%;
    padding:5px;
    font-size: 14px;
  }

  .signin-wrap .form-table > ul > li .data .input-wrap select{
    height:100%;
    padding:5px;
    font-size: 14px;
    color: #666;
  }


  
  .signin-wrap .form-table > ul > li .label .input-wrap.w-238,
  .signin-wrap .form-table > ul > li .data .input-wrap.w-238 {
    width: 14.875rem;
  }
  .signin-wrap .form-table > ul > li .label .input-group,
  .signin-wrap .form-table > ul > li .data .input-group {
    display: flex;
    align-items: center;
    width:238px;
    justify-content: space-between;
  }
  .signin-wrap .form-table > ul > li .label .input-group .input-wrap,
  .signin-wrap .form-table > ul > li .data .input-group .input-wrap {
    margin-bottom: 0;
  }
  .signin-wrap .form-table > ul > li .label .input-group .dash, .signin-wrap .form-table > ul > li .data .input-group .dash {
    padding: 0 0.3125rem;
  }
  .signin-wrap .form-table > ul > li .label .input-group.phone .input-wrap, .signin-wrap .form-table > ul > li .data .input-group.phone .input-wrap {
    min-width: 0;
    width: 4.125rem;
  }
  .signin-wrap .form-table > ul > li .label .input-group.phone .input-wrap input, .signin-wrap .form-table > ul > li .data .input-group.phone .input-wrap input {
    width: 4.125rem;
  }
  .signin-wrap .form-table > ul > li .label .input-group.biz-number .input-wrap, .signin-wrap .form-table > ul > li .data .input-group.biz-number .input-wrap {
    min-width: 0;
    width: 4.125rem;
  }
  .signin-wrap .form-table > ul > li .label .input-group.corporation-number .input-wrap,
  .signin-wrap .form-table > ul > li .data .input-group.corporation-number .input-wrap {
    min-width: 0;
  }
  .signin-wrap .form-table > ul > li .label .input-group.corporation-number .input-wrap:nth-of-type(1),
  .signin-wrap .form-table > ul > li .data .input-group.corporation-number .input-wrap:nth-of-type(1) {
    width: 6.0625rem;
  }
  .signin-wrap .form-table > ul > li .label .input-group.corporation-number .input-wrap:nth-of-type(3),
  .signin-wrap .form-table > ul > li .data .input-group.corporation-number .input-wrap:nth-of-type(3) {
    width: 7.5rem;
  }
  .signin-wrap .form-table > ul > li .label .address, .signin-wrap .form-table > ul > li .data .address {
    margin-top: 0.625rem;
  }
  .signin-wrap .form-table > ul > li .label .address .input-wrap, .signin-wrap .form-table > ul > li .data .address .input-wrap {
    display: block;
    width: 28.125rem;
    margin-top: 0.625rem;
  }
  .signin-wrap .form-table > ul > li .label .btn, .signin-wrap .form-table > ul > li .data .btn {
    margin: 0 0.3125rem;
  }
  .signin-wrap .form-table > ul > li:nth-last-child(1) .label, .signin-wrap .form-table > ul > li:nth-last-child(1) .data {
    border-bottom: 0;
  }

.form-table .notice-text{
    display: inline-block;
    font-size: 14px;
    margin: 0.3125rem;
    color: #828282;
  }
.status-text{
    display: inline-block;
    color: #e34b4b;
  }




  .ask-agree {
    text-align: center;
    margin-top:20px;
  }
 .ask-agree .question {
    display: inline-block;
    font-size: 1rem;
  }
 .ask-agree .answer {
    display: inline-block;
    margin-left: 1.25rem;
  }
 .ask-agree .answer > ul {
    display: inline-block;
    width: 200px;
    text-align: left;
}
.ask-agree .answer > ul > li {
    display: inline-block;
    margin: 0 0.625rem;
    font-size: 14px;
    color: #828282;
}

.signin-wrap .submit {
    text-align: center;
    margin-top: 1.875rem;
  }
.signin-wrap .term-introduce .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 2.1875rem;
  }
.signin-wrap .term-introduce .description {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px
  }
.signin-wrap .term-wrap {
    border: 1px solid #a4a4a4;
  }
.signin-wrap .term-wrap .agree {
    position: relative;
    padding: 1.25rem 1.5625rem;
  }
.signin-wrap .term-wrap .agree label {
    font-size: 1.125rem;
  }
.signin-wrap .term-wrap .agree .link {
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 700;
    color: #000000;
  }
.signin-wrap .term-wrap .terms-text {
    padding: 1.25rem 1.5625rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #a4a4a4;
  }
.signin-wrap .term-wrap .terms-text .title {
    font-size: 14px;
    font-weight: 700;
  }
.signin-wrap .term-wrap .terms-text ul {
    font-size: 14px;
  }
.signin-wrap .term-wrap .terms-text ul li {
    display: flex;
    margin-bottom: 0.625rem;
    line-height: 1.4;
  }
.signin-wrap .term-wrap .terms-text ul li .label {
    flex: 0 0 3.75rem;
    color: #666666;
  }
.signin-wrap .term-wrap .terms-text ul li .data {
    margin-left: 14px;
  }
.signin-wrap .next {
    margin-top: 1.25rem;
  }
.signin-wrap input[type=text].form_control,
.signin-wrap input[type=password].form_control,
.signin-wrap select.form_select {
    height: 30px;
  }
  
.signin-wrap .btn-wrap .btn-big{
    width:100%;
}




/* 확대보기 팝업 */
.layer-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9999;
}

.layer-popup-wrap .popup-content {
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    width: 1280px;
    max-height:960px;
    transform: translateX(-50%);
    background-color: #fff;

}
.layer-popup-wrap.open{
    display: block;
}
.popup-header{
    position: relative;
    padding: 15px;
    text-align: left;
    background-color: #2cade2;
    font-size: 16px;
    color: #ffffff;
}

.close-popup{
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
}

.pop-thumb-list{
    background: #fff;
    padding:10px;
    height:60px;
}

.car-image.swiper{
    height:960px;
}
.swiper-slide {
    width:1280px;
    height:960px;
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
  }
  .swiper-slide  img{
  }


.layer-popup-wrap .mySwiper {
    box-sizing: border-box;
    padding: 10px;
}

.layer-popup-wrap .mySwiper .swiper-slide {
width:60px;
height:40px;
opacity: 0.4;
overflow: hidden;
}

.layer-popup-wrap .mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.pop-thumb-list .swiper-slide img {
display: block;
width: 100%;
height: 100%;
}

.pop-thumb-list .swiper-button-next{

}

.pop-thumb-list .swiper-button-prev:after,
.pop-thumb-list .swiper-button-next:after{
    font-size: 14px;
    color:#fff;
    font-weight: 700;
    background: rgba(0, 0, 0, .9);
    border-radius:50%;
    width:24px;
    height:24px;
    text-align: center;
    line-height: 24px;
}


/* 갤러리 swiper 다시 */
.thumb-list .swiper-wrapper{
    padding:5px 0;
    position: relative;
    width:1200px;
    height:90px;
}
.thumb-list .swiper-slide{
    
    width:120px;
    height:86px;
    

}
.thumb-list .swiper-slide {
    opacity: 0.4;
}
.thumb-list .swiper-slide img{
    width:100%;
   
}
.thumb-list .swiper-slide-thumb-active {
    position: relative;
    opacity: 1;
    }
.thumb-list .swiper-slide-thumb-active:after{
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    border:3px solid #0066cb;
}
.gallery-pagination{
    display: inline-block;
    position: absolute;
   left:20px !important;
   bottom:10px;
    z-index: 10;
    background:#000;
    border-radius: 20px;
    color: #fff !important;
    padding:6px;
    width:68px !important;
    text-align: center;
}


.car-image .swiper-button-next,
.car-image .swiper-button-prev{
    color:#fff;
    font-size:40px;
}

.thumb-next-btn{
    position: absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    height:28px;
    width:28px;
    display: inline-block;
    background:rgba(0,0,0,0.7);
    color: #fff !important;
    font-size: 20px;
    z-index: 99999;
    border-radius: 50%;

}
.thumb-prev-btn{
    position: absolute;
    left:20px;
    top:50%;
    transform: translateY(-50%);
    height:28px;
    width:28px;
    display: inline-block;
    background:rgba(0,0,0,0.7);
    color: #fff !important;
    font-size: 20px;
    z-index: 99999;
    border-radius: 50%;

}
.thumb-next-btn:after{
    content: "\f285";
    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;
}
.thumb-prev-btn:after{
    content: "\f284";
    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;
}


.lang li{
    display:inline-block;
    margin-left:10px;
    position: relative;
    padding-right:10px;
    line-height: 18px;
}
.lang li:after{
    content:'';
    display: inline-block;
    width:1px;
    background: #666;
    height:12px;
    position: absolute;
    right:0;
    top:25%;
    
}
.lang li:last-child{
    padding-right:0;
}
.lang li:last-child:after{
    display: none;
}
/* flag */
.flag{
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 4px;
    vertical-align: bottom;
    border:1px solid #c6c6c6;
}
.flag.ko {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNjAwIiB2aWV3Qm94PSItMzYgLTI0IDcyIDQ4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtLTM2LTI0aDcydjQ4aC03MnoiLz4NCjxnIHRyYW5zZm9ybT0ibWF0cml4KC41NTQ3IC0uODMyMDUgLjgzMjA1IC41NTQ3IDAgMCkiPg0KPGcgaWQ9ImIyIj4NCjxwYXRoIHN0cm9rZT0iIzAwMCIgaWQ9ImIiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS02LTI1SDZNLTYtMjJINk0tNi0xOUg2Ii8+DQo8dXNlIHk9IjQ0IiB4bGluazpocmVmPSIjYiIvPg0KPC9nPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJtMCwxN3YxMCIvPg0KPGNpcmNsZSBmaWxsPSIjYzYwYzMwIiByPSIxMiIvPg0KPHBhdGggZmlsbD0iIzAwMzQ3OCIgZD0iTTAtMTJBNiw2IDAgMCAwIDAsMEE2LDYgMCAwIDEgMCwxMkExMiwxMiAwIDAsMSAwLTEyWiIvPg0KPC9nPg0KPGcgdHJhbnNmb3JtPSJtYXRyaXgoLS41NTQ3IC0uODMyMDUgLjgzMjA1IC0uNTU0NyAwIDApIj4NCjx1c2UgeGxpbms6aHJlZj0iI2IyIi8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIGQ9Im0wLTIzLjV2M20wLDM3LjV2My41bTAsM3YzIi8+DQo8L2c+DQo8L3N2Zz4NCg==');
    background-size: 100% 100%;
    width:30px;
   }
/* united_states */
.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%;
    width:30px;
    height:18px;
}

/* russia */
.flag.ru {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzAwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoNDUwdjEwMGgtNDUweiIvPg0KPHBhdGggZmlsbD0iIzAwZiIgZD0ibTAsMTAwaDQ1MHYxMDBoLTQ1MHoiLz4NCjxwYXRoIGZpbGw9IiNmMDAiIGQ9Im0wLDIwMGg0NTB2MTAwaC00NTB6Ii8+DQo8L3N2Zz4NCg==');
    background-size: 100% 100%;
    height:18px;
   
}
/* argentina */
.flag.ar {
 background: url('/img/flag_arabic.png');
width:28px;
 background-size: 100% 100%;
}



.right-filter{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    color: #555;
}
.right-filter button{
    font-size: 14px;
    color: #555;
    vertical-align: middle;
}
.filter-line{
    display: inline-block;
    width:1px;
    height:12px;
    background: #777;
    margin:0 10px;
}
.right-filter button.on{
    color: #0066cb;
}
.filter-title{
    color: #333;
    margin-right:16px;
}







/* car-image 경공매 페지 외 넓은 화면 */
.gallery-wide .car-image {
    position: relative;
    text-align: center;
    background: #333;
    margin-bottom: 10px;
    height:780px;
}


.gallery-wide .car-image .bx-wrapper{
    margin:0 auto;
}
.gallery-wide .car-image .img-wrap{
    height:780px;
    overflow: hidden;
}
.gallery-wide .car-image .img-wrap img {
    width: 1000px;
    aspect-ratio: 4 / 3;
}

.gallery-wide .car-image .bx-viewport{
    height:768px;
}
.gallery-wide .img-wrap .nav-prev,
.gallery-wide .img-wrap .nav-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	color: #ffffff;
	padding: 5px;
	height: 30px;
	width: 20px;
}
.gallery-wide .bx-wrapper .bx-controls-direction a{
	display: inline-block;
	position: absolute;
	top: 50%;
    margin-top:-26px;
	font-size: 52px;
	font-weight: 600;
	color: #ffffff;
	height: 52px;
	width: 52px;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	z-index: 1;
}
.gallery-wide .bx-wrapper .bx-next{
    right:0px;
}
.gallery-wide .bx-wrapper .bx-prev{
    left:0px;
}

.gallery-wide .img-list-wrap .img-list li{
    width: 115px;
    height:80px;
    margin-right:calc(50px / 9);
    margin-bottom: 5px;
}


.img-list-wrap .img-list li:nth-child(10n){
    margin-right:0;
  }

  
  .btn-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    height: 3.8rem;
    width: 3.8rem;
    color: #ffffff;
    line-height: 0.5;
    border-radius: 6px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-zoom i {
    display: inline-block;
    font-size: 2.2rem;
}




/* car-image win-pop */
.pop-gallery-win-bg{
 
}
.pop-gallery-win-top{
    width:100%;
    position: relative;
    color:#2279CB;
    padding:10px;
    text-align: center;
}
.pop-gallery-win-top .close-popup{
	position: absolute;
	right: 15px;
	top: 50%;
    transform: translateY(-50%);
	color: #2279CB;
}
.pop-gallery-win-wrap{
    width:100%;
    margin:0 auto;
}

.pop-gallery-win-wrap .car-image{
    margin-bottom: 10px;
    height:auto;
}
.pop-gallery-win-wrap .car-image img{
    max-width:100%;
}
.pop-gallery-win-wrap .car-image .img-wrap.bxslider img{
    width:1000px;
    display: inline-block;
}
.pop-gallery-win-wrap .car-image .img-wrap .slide{
  text-align: center;
  
}
.pop-gallery-win-wrap .img-list-wrap ul{
    display: flex;
    flex-wrap:wrap;
}
.pop-gallery-win-wrap .img-list-wrap ul li{
    display: inline-block;
    width:56px;
    height:42px;
    margin-right:calc(80px / 19);
    margin-bottom: 5px;
}
.pop-gallery-win-wrap .img-list-wrap ul li:nth-child(20n){
    margin-right: 0;
}
.pop-gallery-win-wrap .img-list-wrap ul li img{
    width:100%;

}
.pop-gallery-win-wrap .img-list-wrap .img-list li > img{
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.pop-gallery-win-wrap .img-list-wrap .img-list li.active{
	border: 2px solid #00b5ff;
	box-sizing: border-box;
}
.pop-gallery-win-wrap .img-list-wrap .img-list li.active > img{
	opacity: 1;
}

.pop-gallery-win-wrap .bx-wrapper .bx-pager{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 60px;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pop-gallery-win-wrap .bx-wrapper .bx-controls-direction a{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    font-size: 52px;
    font-weight: 600;
    color: #ffffff;
    height: 52px;
    width: 52px;
    text-indent: 0;
    text-align: center;
    line-height: 1;
    z-index: 1;
}


.pop-gallery-win-wrap .popup-header{
    width:100%;

}

/* 게시판 */

.board-wrap {
    font-size: 14px;
  }
  .board-wrap .board-list {
   
  }
  .board-wrap .board-list > ul {
    border-top: 1px solid #000000;
    margin-bottom: 20px
  }
  .board-wrap .board-list > ul > li {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .board-wrap .board-list > ul > li .td-check {
    flex: 0 0 1.7857142857rem;
    padding-top: 3px;
  }
  .board-wrap .board-list > ul > li .td {
    flex: 1 1 auto;
  }
  .board-wrap .board-list > ul > li .td a.title {
    display: flex;
    align-items: start;
    margin-bottom: 3px;
    font-size: 15px;
    gap:0 10px;
  }
  .board-wrap .board-list > ul > li .td a.title p{
      font-weight: 700;
      margin-bottom: 6px;
  }
  .board-wrap .board-list > ul > li .td .content-info {
    color: #9e9e9e;
    font-size: 13px;
  }

.btn-copy{
    border-radius: 4px;
  margin-left: 10px;
    
}
.btn-group {
    display: flex;
    justify-content: space-between;
    padding: 0 8px 8px 8px;
    margin-top:20px;
  }
  .btn-group .suffix {
    display: flex;
    justify-content: flex-end;
  }
  .btn-group.align-c {
    justify-content: center;
  }
  .btn-group.align-r {
    justify-content: end;
  }
  .board-wrap input[type=file]{
      font-size: 13px;
  }
  .btn-group .btn{
    min-width: 80px;
  }

.media-mobile{
    display: none;
}



@media screen and (max-width:1199px){
    .quick-consult,
    .quickmenu-map{
        display: none;
    }
    .gallery-wide .car-image {
        height: auto;
    }
    .car-image .swiper-slide {
        aspect-ratio: 4 / 3;
        height: auto !important;
    }

}



@media screen and (max-width:999px){
    .media-pc{
        display: none;
    }
    .media-mobile{
        display: block;
    }
    .header-nav-right{
        display: none;
    }
    
    /* header */
    .header-alarm{
        display: none;
    }
    .header-left {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
    }
    .btn-menu:before {
        content: "\f479";
        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;
        color: #000;
        font-size: 38px;
    }
    .header-bottom-inner h1 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
    }
    .header-bottom-inner h1 img{
        width: 190px;
    }
    .header-bottom-inner nav{
        display: none;
    }
    .header-right {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
    }
    .btn-tel{
        border:2px solid #000;
        border-radius:50%;
        padding:6px;
        display: inline-block;
    }
    .btn-tel:before{
        content: "\f5b4";
        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:18px;
    }
    
   
    .search-wrap select {
        padding: 0 5px;
    }
    
    .layout-contents{
        margin:3rem 0px;
    }

   

    /* footer */
    .footer-banner{
        display: none;
    }
    .footer-link-1{
        width: 100%;
    }
    .footer-link-1 a{
      
        padding: 0 10px;
    }
    .footer-bottom-inner{
        flex-wrap: wrap;
        justify-content: center;
        gap:20px 0;
      }
      .footer-copyright {
          text-align: center;
      }

    /* 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:40px 20px;
    }
    .leftmenu-top .btn-menu-close{
        position: absolute;
        right: 10px;
        top: 35px;
        background: #000;
        color: #fff;
    }
    .leftmenu-btns{
        border-bottom:2px solid #646464;
        display: flex;
        justify-content:right;
        align-items: center;
    }
    .leftmenu-btns a{
        width:50%;
        height:40px;
        text-align: center;
        padding:0 10px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
    }
    .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:38px;
    }
    .leftmenu-logo img{
        width:160px;
        
    }
    .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: #ffaf31;
    }

    .lang li {
       
        margin-left: 5px;
        padding-right:5px;
    }
   

    .board-view-img img{
        width:100%;
    }
    .input-title{
        width:calc(100% - 140px);
    }
   

}
@media screen and (min-width: 681px) and (max-width:999px) {
   
    .list-type01 {
        gap: 30px 10px;
    }
    .list-type01 li{
        width:calc(25% - 10px);
        margin-right:0;
    }

    .gallery-wide .img-list-wrap .img-list li{
        width: calc(12.5% - 4.5px);
        height:auto;
        aspect-ratio: 4/3;
        margin-right:5px;
        gap:5px 5px;
    }
    .gallery-wide .img-list-wrap .img-list li:nth-child(8n){
        margin-right: 0;
    }
    
   
}


@media screen and (max-width:768px){
    .pop-gallery-win-wrap{
        width:100%;
    }
    .pop-gallery-win-wrap .car-image .img-wrap.bxslider{
        width: 100%;
    }
    .pop-gallery-win-wrap.trade .car-image img{
        width:100%;
    }
    .pop-gallery-win-top .close-popup{
        display: none;
    }

    
}


@media screen and (max-width: 680px) {
    .list-type01{
        gap:20px 10px;
    }
    .list-type01 li {
        width: calc(50% - 5px);
        margin-right: 0;
    }
    .gallery-wide .img-list-wrap .img-list li{
      
        width: calc(20% - 4px);
        height:auto;
        aspect-ratio: 4/3;
        gap:5px 5px;
        margin-right: 5px;
    }
    .gallery-wide .img-list-wrap .img-list li:nth-child(5n){
        margin-right:0;
    }
    .mainvisual {
     
        height: auto;
        padding-bottom: 10px;
    }
    .mainvisual-text {
        padding: 25px 0;
        text-align: center;
    }
    .mainvisual-text-01 {
        font-size:22px;
    }
    .mainvisual-text-02 {
        font-size: 15px;
    }
    .pagetitle-wrap{
        height:auto;
        margin-top: 10px;
    }
    .pagetitle-wrap .pagetitle {
        font-size: 2.4rem;
    }
    .company-info {

        background-position: center top;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .company-info-text {
        text-align: center;
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .company-info-text01 {
        display: inline-block;
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .location-row{
        font-size: 1.5rem;
    }
    .location-th{
        width: 70px;
    }
    .location-td {
      
        padding-left: 10px;
    }

    .view-title-wrap {
        padding: 1rem 0 2rem;
    }
    .view-title-sub .sub-text{
        font-size: 1.7rem;
        padding:0 6px;
    }
    /* 로그인  */
    .article-wrap.memberform{
        width: 100%;
    }
    .member-title {
        font-size: 3rem;
    }
    .memberform-box input {
        height: 40px;
    }
    .memberform-box .btn-big{
        height:40px;
    }

    .top-area-wrap{
        margin-bottom: 30px;
        justify-content: start;
    }
    .top-area-wrap .calendar-wrap{
        width: 100%;
        margin-bottom: 5px;
    }
    .top-area-wrap .input-group-wrap{
        width: 100%;
    }
    .top-area-wrap .calendar-wrap label{
        display: inline-block;
    }
    .topper.type-flex{
        flex-wrap:wrap;
    }
    .topper.type-flex .topper-left{
        margin-bottom:10px;
    }
    .topper.type-flex .topper-right{
        display: flex;
        justify-content: end;
    }
    .topper .search-wrap{
        width: 50%;
    }
    .top-area-wrap .calendar-wrap input {
        width: 100px
    }
}


@media screen and (max-width: 770px) {
    .search-wrap.main{
        padding:0 0;
        background:none;
        height: auto;
    }
    .index-search-title{
        display: none;
    }
    .search-select-wrap{
        width:100%;
    }
    .search-input-wrap{
        width:100%;
        margin-left: 0;
        margin-top: 8px;
    }
    .search-wrap select{
        padding:0 8px;
    }

}