@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-md{
    height:3.4rem;
}
.btn-big{
    height:62px;
    border-radius:8px;
    font-size: 20px;
    font-weight: 600;
}
.text-left,
table.table-type td.text-left{
    text-align: left;
}
.table-type.text-left2 td{
    padding-left: 20px;
    text-align:left;
}
table.table-type td.text-left2{
    text-align: left;
    padding-left: 30px;
}
.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;
}



/* layout */
.layout-header{
    /* position: absolute;
    left:0;top:0;
    right:0; */
	display:block;
    background: #fff;
    border-bottom:1px solid #b1b1b1;
    z-index:10;
}
.header-top{
	background: #3d3d3d;
	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);
    color: #Fff;
}
.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:116px;
}
.header-bottom-inner{
	position: relative;
	height:116px;
	display:flex;
	justify-content: left; 
	align-items: center; 
}
.header-bottom-inner h1{
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.header-bottom-inner h1 img{
    width:210px;
}
.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);
    margin-left:20px;
}

.layout-visual{
	background: url('/pc/src/img/bg_mainvisual.jpeg') ;
}
.layout-visual.main{
    background:none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainvisual{
    height: 800px;
}
.mainvisual .mainvisual-text{
   position: absolute;
   left:50%;
   top:50%;
   transform: translate(-50%, -60%);
    background: rgba(0,0,0,0.6);
    display: inline-block;
    padding:4rem;
    color:#fff;
    z-index:5;
    width:80rem;
}

.mainvisual .swiper-slide {
 height:100%;
}

.mainvisual .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subvisual{
    display: flex;
    justify-content: center;
    align-items: center;
	width: var( --width-common );
	margin:0 auto;
	height:266px;
    color: #fff;
}

.layout-contents{
	margin-top:3.5rem;
}
.subvisual-text,
.mainvisual-text{
	padding:4rem 0;
	text-align: center; 
}
.subvisual-text-01,
.mainvisual-text-01{
	font-size: 4.2rem;
}
.subvisual-text-02,
.mainvisual-text-02{
	font-size: 2.2rem;
    margin-top: 1rem;
    line-height: 1.5;
}
.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{
    color: #777;
    padding:3px 10px 4px;
    font-size:13px;
}
.title-1 + .cont-1{
	margin-top:46px;
}
.list-type01-wrap + .title-1{
    margin-top: 60px;
}

.footer-top{
	color:#777;
	font-size: var(--font-small);
	height:5.6rem;
    border-top:1px solid #bbb;
}
.footer-bottom{
	background: #363f4f;
	color:#777;
	font-size: var(--font-small);
	height:auto;
    padding: 40px 0;
}
.footer-bottom-inner{
	width: var( --width-common );
	margin:0 auto;
	color: #c1c1c1;
	position: relative;
	height:100%;
	display:flex;
	justify-content: left; 
	align-items: center; 
}
.footer-bottom-inner h1 img{
    width:200px;
}
.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-bottom-inner h1{
	display: inline-block;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.footer-bottom-inner h1 a{
	display:block;
}
.footer-copyright{
    position: relative;
	margin-left:250px;
}
.footer-copyright:after{
    /* content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width:1px;
    height: 95%;
    background: #727272; */
}
.footer-copyright2{
    padding-left: 10px;
}
.footer-copyright3{
    padding-left: 250px;
    width: var(--width-common);
    margin:0 auto;
    color: #c3c3c3;
    display: block;
}
.footer-copyright ul{
    margin-bottom: 4px;
}
.footer-copyright li,
.footer-copyright2 li{
    display: inline-block;
   position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 6px;
}
.footer-copyright li:after,
.footer-copyright2 li:after{
    content:'';
    display: inline-block;
    width:1px;
    height:12px;
    background: #d0d0d0;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.footer-copyright2 ul li:last-child:after{
    display: none;
}
.footer-copyright li:last-child:after{
    display: none;
}
.footer-banner a{
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    width: 220px;
    padding: 15px ;
    background: #141729;

}
.footer-banner a img{
    width: 23px;
    margin-left: 6px;
}
.gnb ul li a{
	font-size:20px;
	color: #000;
	font-weight: 700;
}
.gnb ul li a:hover{
	color:#2189bc;
}
.gnb ul li{
	display:inline-block;
	margin-right:50px;
}
.article-wrap{
    padding-top:10px;
}





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

    .header-notice {
    	/* var width */
	    display: none;
    }
    .mainvisual{
        height: auto;
    }
 
}


/* 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-wrap{
    margin-top:3rem;
}
.list-type01-box{
	width:100%;
    height: 100%;
	border:1px solid #dfdfdf;
	border-radius:6px;
	overflow:hidden;
}
.list-type01-thumb{
    height:auto;
}
.list-type01-thumb img{
    width:100%;
    aspect-ratio: 4/3;
    /* height:220px; */
    object-fit: cover;
}
.list-type01{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:60px 20px;
}

.list-type01.has-topno .list-type01-box{
    height:calc(100% - 30px);
}
.list-type01 li{
	width:calc(25% - 15px);
    margin-right:0;
}
.list-type01 li:nth-child(5n){
    margin-right:0;
}
.list-type01-name{
	word-break:break-all;
	white-space: pre-line;
	font-size: 1.8rem;
	line-height: 22px;
	text-align: center;
	margin-top: 20px;
	margin-bottom:6px;
    font-weight: 600;
}
.list-type01-name2{
    word-break:break-all;
	white-space: pre-line;
	font-size: 1.8rem;
    line-height: 22px;
	text-align: center;
    margin-top: 0px;
	margin-bottom:6px;
    font-weight: 600;
}
.list-type01-text-sm{
	color: #757575;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}
.list-type01-text-sm:last-child{
    margin-bottom: 20px;
}
.list-type01-thumb{
	position: relative;
}
.list-type01-box.soldout .list-type01-thumb:after{
	content:'SOLD OUT';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0,0.7);
	color:#fff;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 20rem;
}
.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-bottom:20px;
}
.view-title-wrap{
    position: relative;
    padding:50px 0 20px;
    border-bottom:1px solid #000;
    /* margin-bottom: 20px; */
}
.view-title-wrap .btn-listtext {
    position: absolute;
    right: 0;
    top: -2px;
}
.view-title-wrap .btn-listtext: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;
    font-size: 36px;
    color: #7f7f7f;
}

.view-title{
    font-size: 3rem;
    color: #000;
    font-weight: 600;
}
.view-title-sub{
    color: #9b9b9b;
    margin-top:6px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.view-title-sub .sub-text{
    font-size: 18px;
    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;
}
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;
}
.input-title{
    width:580px;
}
.board-viewcont{
    padding:20px 10px;
    vertical-align: top;
    text-align: left;
    font-size:15px;
}
.board-view-imgbox{
    text-align: center;
}
.board-view-imgbox img{
    width: 90%;
}
.w-100{
    width:100%;
}

.board-title{
    font-size:18px;
}
.table-list-wrap.view{
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 5rem;
}
.table-list-wrap .view-title-wrap{
    border-bottom:1px solid #ccc;
    margin-bottom: 0;
    padding-top:0px;
}
.table-list-wrap .view-title {
    font-size: 2.6rem;
    color: #000;
}
.table-list-wrap .view-title-sub{
    margin-top: 10px;
}
.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{
    margin-top:40px;
    /* border-top:1px solid #ccc; */
}
.board-reply{
    margin-bottom: 40px;
}
.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: #bababa;
    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;

}

/* 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-radius:3px;
    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:4rem;
    padding:20px 0;
}
.btn-left-abs{
    position: absolute;
    left:0;
}
.list-bottom-wrap.noline{
    border-top:0;
    margin-top: 20px;
}
.list-bottom-wrap .btn{
    min-width:9rem;
}
.list-bottom-wrap.align-center{
    justify-content: center;
    gap:0 6px;

}
.list-bottom-wrap.align-right{
    justify-content: end;
    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: -86px;
    bottom:10px;
    width: 60px;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
}

 .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;
    aspect-ratio: 4 / 3;
    max-height:768px;
}
.img-wrap{
    text-align:center;
}
.bx-viewport{
    height:768px !important;
    background: #000;
 }

/* 회사소개 */
.company-info{
    /* background:url('/pc/src/img/bg_company.png') no-repeat; */
    background-position: right 0 bottom 0;
    padding-top: 5rem;
}
.company-info-text{
    text-align: left;
    width:100%;
    font-size: 24px;
    line-height: 1.6;
}
.company-info-text p + p{
    margin-top: 34px;
}
.company-info-text01{
    display: inline-block;
    font-size: 3rem;
    font-weight: 600;
}
.company-info-text02{
    margin-top:20px;
    font-size: 18px;
}
.company-info-text03{
    margin-top:20px;
    font-size: 18px;
}
.company-info-text04{
    margin-top:20px;
    font-size: 18px;
}
.company-info-text05{
    margin-top:20px;
    font-size: 18px;
    font-weight: 700;
}

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


.root_daum_roughmap .cont{
    display: none;
}
/* login */
.article-wrap.memberform{
    width:548px;
    margin:50px auto 50px;
}

.member-title-wrap{
    margin-bottom:20px;
}
.member-title{
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    color: #828282;
}
.member-title-small{
    font-size: 16px;
    font-weight: 400;
    color: #999;
    vertical-align: baseline;
}
.description-text{
    color:#303030;
    text-align: center;
    margin-top: 1.5rem;
    font-size: 16px;
    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;
    background: #fff;
}
.input-list li{
    margin-bottom:10px;
}
.memberform-box input{
    height:50px;
    width:100%;
    border-radius:8px;
}
.memberform-box .btn-big{
    width:100%;
    height:40px;
}

.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;
}
.topper .search-wrap input{
    border-radius:6px;
    height:36px;
}
.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;
}
.index-search-wrap{
    background: #000000;
}
.index-search-wrap .search-wrap.main{
    background: #000000;
    height: initial;
}
.index-search-wrap .search-inner{
    width: var( --width-common );
    margin:0 auto;
    padding:20px 0;
}
.index-search-title{
  
  
    text-align:left;
    color:#fff;
    padding-left:12px;
    font-size: 20px;
    margin-bottom: 10px;
}


.loginform{
    padding-bottom:30px;
}
/* join */
.joinform{
    
    padding-top:30px;
    border-top:1px solid #eee;
}
.joinform li,
.loginform li{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.joinform .input-list{
    width:100%;
}

.joinform .memberform-box input{
    height:50px;
    border-radius:8px;
    width:100%;
}
.btn-certi{
    width:120px;
    height:50px;
    margin-left: 4px;
}

.joinform .join-input-box,
.loginform .join-input-box{
    width:85%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.joinform .input-label,
.loginform .input-label{
    display: inline-block;
    width:14%;
    font-size: 15px;
}
.input-label2{
    width:150px;
    color: red;
}
.join-input-box.subbox .btn-resend{
    width:150px;
    height:36px;
    margin-left: 4px;
}
.joinform .join-input-box.subbox input{
    height:36px;
    
}
.join-input-box.subbox .btn-certi{
    width:150px;
    height:36px;
    margin-left: 4px;
}
.certi-time{
    display: inline-block;
    margin-left: 4px;
    width:100px;
    color: #0066CC;
}
.joinform .join-input-box.subbox2{
    margin-left: 14%;
    width:84%;
    color: red;
    height:36px;
}
.popup-close{
    position: absolute;
    right:10px;
    top:10px;
    color: #666;
}
.popup-close .btn-close{
    color: #666;
}

.popup-close .btn-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;
    color: #666;
}


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

.search-wrap select{
    height:42px;
    width:33%;
    border-radius:8px;
    padding:0 20px;
}
.search-select-wrap{
    display: inline-flex;
    gap:0 5px;
    width:54%
}
.search-input-wrap{
    position: relative;
    width:44%;
    display: inline-block;
    padding-right:100px;
    margin-left: 10px;
}
.search-wrap.main .search-input-wrap input{
    height: 42px;
    width:100%;
    padding-right:15px;
}
.search-wrap.main .search-input-wrap .btn-search{
    background: var(--point-color);
    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;
    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 .input-group-wrap{
    display: flex;
    align-items: center;
}
.top-area-wrap .input-group-wrap label{
    vertical-align: middle;
    display: inline-block;
    font-size: 17px;
    margin-right:10px;
}
.top-area-wrap input[type=text]{
    height:34px;
}
.top-area-wrap .input-group-wrap input{
    width:800px;
    height:34px;

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

/* 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: 10px;
}


/* 파일 첨부 */
.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;
  }
.header-user{
    display: inline-block;
    margin:0 10px;
}
.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, .7);
    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;
}
.car-image .swiper-slide {
    width:1280px;
    height:960px;
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
  }
  .car-image .swiper-slide  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.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;
}

/* pop-login, join */
.layer-popup-wrap .login{
    top:50%;
    transform: translate(-50%, -50%);
    width:520px;
    height:auto;
    background:none;
}
.login-text{
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}


/* 갤러리 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%;
}


/* notice */
.list-horizontal-wrap{
}
.list-h-box{
    padding-left: 40px;
    border:1px solid #ccc;
    border-radius:10px;
    min-height:100px;
    margin-bottom:10px;
    position: relative;
}
.list-h-box a{
    display: flex;
    justify-content:start;
    padding:20px;
}
.list-h-box a:hover:after{    
    content:'';
    display: block;
    position: absolute;
    left:-1px;
    top:-1px;
    right:-1px;
    bottom:-1px;
    border:2px solid var(--point-color);
    border-radius:10px;
}
.list-h-imgbox{
    margin-right:30px;
}
.list-h-img{
    background: #e1e1e1;
    width:120px;
    height:120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:6px;
    overflow:hidden;
}
.h-noimg{
    color: #fff;
    font-size:20px;
}
.list-h-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom:10px;
}
.list-h-info{
    color: #888;
    margin-bottom:20px;
}
.list-h-info >span{
    margin-right:24px;
}
.list-h-info .h-name{
    color: #333;
}
.list-h-content{
    color: #666;
    
}
.h-info-title{
    color: #555;
    margin-right: 4px;
}
.view-title{
    position: relative;
}
.view-title-right{
    position: absolute;
    right:46px;
    top:0;
    /* transform: translateY(-50%); */
}



.del-sec{
    position: absolute;
    left:20px;
    top:50%;
    transform: translateY(-50%);
    z-index:2;
}
.del-sec input[type=checkbox]{
    width:20px;
    height:20px;
    border-radius:30px;
    border:1px solid #ccc;
}
.btn-share{
   
}
.btn-share:before{
    content:'';
    display: inline-block;
    width:30px;
    height:30px;
    background: url('/pc/src/img/icon_share.png') no-repeat;
    background-size:100% 100%;
    opacity:0.7;
}
.btn-share.on:before{
    background: url('/pc/src/img/icon_share_on.png') no-repeat;
    background-size:100% 100%;
    opacity:1;
}
/* icon */
.btn-phone{
    
}
.btn-phone:before{
    content:'';
    background: url('/pc/src/img/icon_phone2.png') left top no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width:30px;
    height:30px;
    opacity: 0.5;
}
.btn-phone.on:before{
    background: url('/pc/src/img/icon_phone_on.png') left top no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    
}
.btn-sms-01{
    
}
.btn-sms-01:before{
    content:'';
    background: url('/pc/src/img/icon_sms_01.png') left top no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width:30px;
    height:30px;
    opacity: 0.5;
}
.btn-sms-01.on:before{
    background: url('/pc/src/img/icon_sms_on.png') left top no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.share-list li{
    display: inline-block;
    margin-left:10px;
}
.share-list li img{
    width: 30px;
}
.share-list li button >span{
    display: none;
}
.pop-share{
    position: absolute;
    right:0;
    top:50px;
    background: #f3f9ff;
    box-shadow: 4px 4px 4px #eee;
    border-radius:10px;
    border:2px solid #217ad2;
    z-index:3;
    padding:20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #6b6b6b;
    width:320px;
}
.pop-share-close{
    position: absolute;
    right:14px;
    top:14px;
    display: inline-block;
}

.btn-share-close:before{
    content: "\f659";
    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;
    color:#777;
}
.pop-share .inputlist li{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 15px;
    color: #5a5a5a;
}
.pop-share .inputlist li label{
    margin-right:10px;
    width:20%;
    text-align: left;

}
.pop-share-title{
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom:20px;
    font-weight: 700;
}
.pop-share-text{
    margin:10px 0;
    line-height: 1.4;
}
.pop-share .agreebox{
   margin-bottom:14px; 
   font-weight: 700;
}
.pop-share .inputlist li input[type=text]{
    width:80%;
    height:34px;
}
.inputlist-conttext{
    font-weight: 700;
}
.pop-share .inputlist li .sns-label2{
    width:88%;
}
.btn-sms-send{
    width:100%;
    height:40px;
}
.inputlist{
    padding:10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.pop-share.share{
    width:330px;
}
.share-icon-list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.share-icon-list li{
    text-align: center;
    display: inline-block;
    width:20%;
}
.share-icon-list li .icon{
    width:40px;
    height:40px;
}

.share-icon-list li span{
    display:block;
    margin-top: 6px;
}
.share-icon-list li button{
    font-size: 13px;
    color: #616161;
    font-weight: 400;
}
.share-copy-wrap{
    position: relative;
    height: 40px;
}
.share-copy-wrap input{
    width:100%;
    padding-right:50px;
    height:40px;
}
.share-copy-wrap .btn-copy{
    position: absolute;
    right:0;
    bottom:0;
    top:0;
    width:60px;
    text-align: center;
    background: #e1e1e1;
    font-weight: 700;
}
.customer-tel{
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 1.7;
    color: #6b6b6b;
}

.map {
    position: relative;
    width: 100%;
    height: 600px;
}
.customoverlay {
    background: #fff;
    color: #333;
    display: inline-block;
    width: auto;
    padding: 2px 10px 4px 10px;
    margin-bottom: 48px;
    border: 1px solid #666;
    border-radius: 6px;
}



/* car-image 경공매 페지 외 넓은 화면 */
.gallery-wide .car-image {
    text-align: center;
    background: #333;
}

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

}

.gallery-wide .car-image .bx-viewport{
    height:800px;
}
.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:-80px;
}
.gallery-wide .bx-wrapper .bx-prev{
    left:-80px;
}

.gallery-wide .img-list-wrap .img-list li{
    width: calc(10% - 5px);
    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: 38px;
    width: 38px;
    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: 22px;
}




/* car-image win-pop */
.pop-gallery-win-bg{
 
}
.pop-gallery-win-top{
    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%;
}
@media screen and (max-width:768px){
    .pop-gallery-win-wrap .car-image img{
        width:100%;
    }
    .pop-gallery-win-top .close-popup{
        display: none;
    }
}
.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;
	object-fit: cover;
}

.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{
	position: relative;
	padding: 15px;
	text-align: left;
	background-color: #2cade2;
	font-size: 16px;
	color: #ffffff;
	font-family: var(--font-family);
}

.btn-copy{
    border-radius: 4px;
  margin-left: 10px;
    
}

.media-mobile{
    display: none;
}

@media screen and (max-width:1000px) {
    .contents{
        min-height:initial;
    }
    .media-pc{
        display: none;
    }
    .media-mobile{
        display: block;
    }
    /* header */
    .header-bottom-inner{
        justify-content: center;

    }
    .header-bottom-inner h1{
        position: absolute;
        left: initial;
        top:initial;
        transform: initial;

    }
    .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-right{
        position: absolute;
        right:14px;
        top:50%;
        transform: translateY(-50%);
    }
    .btn-tel{
        border:2px solid #000;
        border-radius:50%;
        padding:6px;
        width:34px;
        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:16px;
    }

    /* 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: end;
        align-items: center;
    }
    .leftmenu-btns a, .leftmenu-btns .mo-user{
        width:50%;
        height:40px;
        text-align: center;
        padding:0 30px;
        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:34px;
    }
    .leftmenu-logo img{
        width:150px;
        
    }
    .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;
    }

    /* footer */

    .footer-bottom-inner {
        justify-content: start;
        flex-direction: column;
        padding:20px 0;
        gap:20px 0px;
    }
    .footer-bottom-inner h1 {
      
        position: relative;
        left: initial;
        top:initial;
        transform: initial;
    }
    .footer-copyright ,
    .footer-copyright2{
        margin-left: 0;
        line-height: initial;
        text-align: center;
    }
    .footer-copyright li,
    .footer-copyright2 li{
       padding-left:6px;
       padding-right:6px;
        font-size: 1.4rem;
        margin-bottom: 4px;
    }
    .footer-bottom{
        height:auto;
    }
    .footer-bottom-inner h1 img{
        width: 150px;
    }
    .footer-link-1{
        width: auto;
    }

    .footer-copyright:after{
       display: none;
    }

    .footer-copyright3{
        padding-left: 0;
        text-align: center;
    }

    /* search */
    .search-wrap.main{
        height: auto;
        background: none;
    }

    .car-image {
        
        height: auto;
    }
    .bx-viewport {
        aspect-ratio: 4/3;
        height: auto !important;
    }
    .car-image .swiper-slide{
        aspect-ratio: 4/3;
        height: auto !important;
    }
    .gallery-wide .bx-wrapper .bx-prev {
        left: 0;
    }
    .gallery-wide .bx-wrapper .bx-next {
        right: 0;
    }
    .bx-wrapper .bx-next:before{
        font-size:32px;
    }
    .bx-wrapper .bx-prev:before{
        font-size: 32px;
    }
    /* 회사소개  */
    .company-info{
        padding-top:0;
    }
    .pagetitle-wrap .pagetitle{
        font-size:2.4rem;
    }
    .company-info-text01{
        font-size: 2.2rem;
    }
    .company-info-text02 ,
    .company-info-text03 ,
    .company-info-text04 {
       
        font-size: 1.8rem;
    }
    .location-map{
        margin-bottom: 10px;
    }
   
    .list-type01-box.soldout .list-type01-thumb:after{
       
        font-size: 2.6rem;
        line-height: 15rem;
    }
    .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:680px) {
    
    .lang li{
        margin-left:5px;
        padding-right:5px;
    }

    .list-type01 {
        gap: 20px 10px;
    }
    
    .list-type01 li{
        width:calc(50% - 5px);
        margin-right:0;
    }
    
    .header-bottom-inner h1 img{
        width:150px;
    }
    .header-bottom{
        height: 70px;
    }
    .header-bottom-inner{
        height: 100%;
    }
    .layout-contents {
        margin-top: 3rem;
    }
    .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;
    }
    .list-h-box a{
        flex-direction: column;
        justify-content: center;
        padding:10px;
    }
    .list-h-imgbox {
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .list-h-img{
        display: inline-block;
    }
    .list-h-info >span{
        margin-right: 4px;
    }
    .del-sec{
        top:20px;
        transform: initial;
    }
    /* login */
    .article-wrap.memberform{
        width: 100%;
    }
    .layer-popup-wrap .login{
        width:90%;
    }
    .memberform-box input {
        height: 40px;
    }
    .member-title {
        font-size: 3rem;
    }
    .joinform .input-label, .loginform .input-label{
        width:22%;
    }
    .joinform .join-input-box, .loginform .join-input-box{
        width: 78%;
    }
    .joinform .btn-certi{
        height: 40px;
    }
    .subvisual.short{
        height: auto;
    }
    .company-info{
        background:none;
    }
    .btn-zoom{
        width:30px;
        height:30px;
    }
    .btn-zoom i{
        font-size: 1.8rem;
    }
    .list-h-box{
        padding-left: 0;
    }
    .location-th{
        width:60px;
    }
    .location-td{
        padding-left: 5px;
    }
    .share-list{
        display: inline-flex;
        justify-content: start;
        align-items: center;
    }
    .share-list li img{
        width: 28px;
    }
    .share-list li{
        margin-left: 6px;
    }
    
    
}

@media screen and (max-width:770px) {
    .search-wrap.main{
        padding:0 0;
    }
    .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;
    }


    .mainvisual .mainvisual-text{
        padding:1rem;
        width:90%;
        transform: translate(-50%, -50%);
     }
     .subvisual-text-01, .mainvisual-text-01 {
        font-size: 2.6rem;
    }
    .subvisual-text-02, .mainvisual-text-02 {
        font-size: 1.6rem;
    }

    .view-title{
        font-size: 2.7rem;
    }
    .view-title-sub .sub-text{
        font-size: 1.6rem;
        padding:0 6px;
    }
    .table-list-wrap .view-title{
        font-size: 2.4rem;
    }
}