@charset "utf-8";
/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font-size:inherit;color:inherit;font-weight:inherit;word-wrap:break-word;}
dl,ul,ol,menu,li{list-style:none}
fieldset,img{border:0 none}
input,select,textarea,button{vertical-align:middle;margin:0;padding:0;font-family:inherit;}
button{border:0 none;background-color:transparent;cursor:pointer}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
input,textarea{max-width:100%;}
a,a:hover,a:visited,a:active{color:inherit;text-decoration:none;}
a img{vertical-align:top}
sup{font-size:x-small;vertical-align:super}
sub{font-size:x-small;vertical-align:sub}
select{
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none
}
select::-ms-expand{ display: none; }/* IE 10, 11의 네이티브 화살표 숨기기 */
table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}/* HTML5 for older browsers */
body{line-height:1.1;letter-spacing:-0.5px;font-size:14px;font-family:"Pretendard", "Apple SD Gothic Neo", sans-serif;font-weight:400;color:#111111;}
body.sitefix,.sitefix,.sitefix2{top:0;right:0;bottom:0;left:0;overflow-y: hidden;}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: normal;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: bold;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}
@font-face {
    font-family: "Pretendard";
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: url("../../font/PretendardVariable.woff2") format("woff2-variations");
}

:root {
    --color-red: #E91B24;
    --color-red-2: #FEEAE9;
    --color-black-1: #111111;
    --color-black-2: #424242;
    --color-black-3: #767676;
    --color-black-4: #AAAAAA;
    --color-black-5: #DDDDDD;
    --color-black-6: #F2F2F2;
    --color-black-7: #FAFAFA;
}

/*Common Setting*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px !important;;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px;}
.ml10{margin-left:10px;}
.mb20{margin-bottom:20px;}
.mb70{margin-bottom:70px;}
.clfix:after{content:'';display:block;clear:both;}
.a11y-hidden{position:absolute;top:-9999px;text-indent:-9999px;font-size:0}
.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.align-c{text-align:center;}
.align-l{text-align:left !important;}
.align-r{text-align:right !important;}
.float-l{float:left;}
.float-r{float:right;}
.bold{font-weight:bold;}
.c-red{color:#f04040;}
.ib{display:inline-block;}
.smallTxt{font-size:12px}
.col222{color:#222}
.cancel-line{text-decoration:line-through;}
.w80{width:80px !important}
.dim,.dimed{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:#000;background:rgba(0,0,0,0.5);} /* 뒤에 딤이 깔리는 팝업 계열은 z-index:1000 이상 사용*/
/* img{max-width:100%;max-height:100%;vertical-align:top;} */
table{width:100%;table-layout:fixed;border-collapse:collapse;}
table th{font-weight:normal;}
table td.no-data{padding:64px 0;text-align:center;}
textarea{line-height:1.5;resize:none;font:inherit;line-height:1.5;border:1px solid #bbb;padding:10px}
input{color:inherit;font:inherit;}
select{color:inherit;font:inherit;}
button{font:inherit;}
.cursor-default{cursor:default;}
iframe{width:100%;}

/* 팝업 */
.popWrap{overflow:hidden;position: fixed;top:0;right:0;left:0;bottom:0;padding-bottom:30px;}
.popCont{overflow-y: auto;}
.popfooter{height:30px;padding:10px 30px;background:#f2f2f2;text-align: right;position: absolute;bottom:0;left:0;right:0}
.popClose{background:#999;color:#fff;height:30px;width:72px;font-size:15px}
.pop_l{position: absolute;left:30px;top:10px;line-height: 30px}
.pop-page-tit{font-size:18px;font-weight:bold;color:#000;margin-bottom:20px}
.popContBox{padding:30px}
.popContBox .print{position:absolute; top:27px; right:164px; width:124px; line-height:30px; color:#fff; background-color:#747677;}
.popContBox .download{position:absolute; top:27px; right:30px; width:124px; line-height:30px; color:#fff; background-color:#747677;}
.popPage{border-top:2px solid #000;padding-top:20px}
.popPage p{font-size:15px;color:#555;line-height:1.4;margin:10px 0}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"]{width:220px;height:30px;padding:0 15px;line-height:30px;border:1px solid #bbb;box-sizing:border-box;}
input[type="tel"]{width:105px;}
input[type="checkbox"] + label{font-size:15px;color:#000;}
input.digits02{width:40px;}
select{width:178px;height:30px;padding:5px 23px 5px 10px;line-height:20px;border:1px solid #bbb;background:#fff url(../../img/hp/common/bg-select.png) no-repeat 50%;background-position-x:calc(100% - 8px);color:#666;-webkit-appearance: none;  /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;}
select::-ms-expand {
    display: none;
}


textarea{min-height:40px;padding:15px;border:1px solid #bbb;box-sizing:border-box;}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus{border-color:#f04040;outline-color:#f04040}
select.full-date{width:180px;}
select.time{width:64px;}
select:focus{font-size:14px !important}
input[type="radio"],
input[type="checkbox"]{width:13px;height:13px;}
input[type="radio"]+label:before,
input[type="checkbox"]+label:before{content:'';display:inline-block;margin-right:6px;width:16px;height:16px;vertical-align:middle;}
input[type="radio"]+label:before{background:url(../../img/hp/ico/ico-radio.png) no-repeat;}
input[type="checkbox"]+label:before{background:url(../../img/hp/ico/ico-checkbox.png) no-repeat;}
input[type="radio"]:checked+label:before,
input[type="checkbox"]:checked+label:before{background-position:0 -26px;}
input[type="checkbox"]:disabled+label{color:#999}
input[type="radio"]:disabled+label:before,
input[type="checkbox"]:disabled+label:before{background-position:0 -52px;}
input[type="radio"]+label,
input[type="checkbox"]+label{position:relative;left:-13px;}
input[type="checkbox"]{opacity: 0}



/*사고이력조회*/
.car-history-wrap{width:100%;max-width:1200px;}
.car-history-wrap .car-history-tit{width:100%;margin-top:40px;padding:35px 40px;background-color:#ecf0f3;box-sizing:border-box;}
.car-history-wrap .car-history-tit:after{content:'';display:block;clear:both;}
.car-history-wrap .car-history-tit dt{float:left;width:245px;margin-top:10px;color:#444;}
.car-history-wrap .car-history-tit dt strong{display:block;margin-bottom:16px;font-size:28px;font-weight:bold;color:#333}
.car-history-wrap .car-history-tit dd{float:left;width:770px;font-size:14px;line-height:26px;color:#666;}
.car-history-wrap .car-info{margin-top:50px;padding:25px 0;border:1px solid #000;text-align:center;}
.car-history-wrap .car-info span,
.car-history-wrap .car-info em{font-weight:bold;font-size:16px;color:#222;}
.car-history-wrap .car-info .car-num strong{color:#178ccf;}
.car-history-wrap .car-info .check-date em{color:#f04040;}
.car-history-wrap .car-info span + span{margin-left:30px;}
.car-history-wrap .car-info span + span:before{content:'';border-left:1px solid #ccc;padding-left:30px;}
.car-history-wrap .owner-change span + span{margin-left:15px;}
.car-history-wrap .owner-change span + span:before{content:'';border-left:1px solid #ccc;padding-left:15px;}
.car-history-wrap .accident-record .tbl-v02{border-top-width:1px;}
.car-history-wrap .accident-record .page-subtit + p{margin-top:10px;padding-top:10px;border-top:2px solid #000;font-size:14px;color:#222;}
.car-history-wrap .accident-record li{margin-top:20px;line-height:24px;color:#666;font-size:14px;}
.car-history-wrap .accident-record li .case{display:block;}
.car-history-wrap .accident-record li table{margin-top:10px;}
.car-history-wrap .information-notice{padding:40px;font-size:14px;line-height:23px;color:#222;border:1px solid #dbdbdb;box-shadow:0px 4px 0px rgba(0,0,0,0.06);}
.car-history-wrap .information-notice p:first-child{margin-bottom:5px;}
.car-history-wrap .information-notice ol{margin-top:30px;padding-top:30px;border-top:1px dashed #ccc;color:#666;}
.car-history-wrap .information-notice ol li + li{margin-top:15px;}
.car-history-wrap .information-notice ol + p{margin-top:15px;color:#666;}
.car-history-wrap .information-notice + .annotation{margin-top:15px;font-size:13px;color:#666;}
.car-history-wrap .date{margin-top:80px;text-align:center;}
.car-history-wrap .stamp{margin-top:5px;text-align:center;}
.car-history-wrap .pop-close{margin-top:60px;}


/* 에러 */
.syslayout-wrap{width:1100px;height:540px;position:absolute;margin-top:-270px;top:50%;left:50%;margin-left:-550px}
.syslayout-header-wrap{position: relative;}
.syslayout-header .ci{position:absolute;top:0;left:0;width:257px;height:30px;background:url(../../img/hp/common/ci-member.gif) no-repeat;text-indent:-9999px;font-size:0;}
.syslayout-header{border-bottom:3px solid #f04040;height:60px}
.sysTit{background: url(../../img/hp/ico/error.png) center top no-repeat;padding-top:124px;text-align: center;margin-top:60px}
.sysTit h1{font-size:46px;color:#000}
.errmsg{margin:22px 0 32px;font-size:16px;color:#444;line-height:28px}
.dateInfo{background:#f6f6f6;padding:38px;text-align: center}
.dateInfo > .p_date{color:#f04040;font-weight:bold;font-size:21px;margin-bottom: 20px}
.errorTit{background: url(../../img/hp/ico/error2.png) center top no-repeat;padding-top:124px;text-align: center;margin-top:60px}
.errorTit h1{font-size:36px;color:#000}
.errorlayout-container{border-bottom:2px solid #dfdfdf;height:330px}
.errorBtns{margin-top:50px}

.btn-area button{min-width:200px;height:48px;padding:0 20px;background-color:#f04040;color:#fff;}
.btn-area button + button{margin-left:10px;}
.btn-area .btn-gray{background:#747677;}

/* flex layout */
.flexWrap{display: flex;width:100%;flex-direction: row;margin-top:20px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;}
.flexWrap > div{min-height:30px}
.flexWrap > div > button{vertical-align: middle}
.item_first{width:600px}
.flexWrap > .item{flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1}
.flexWrap > .flex1{flex:1;-webkit-flex:1;-webkit-box-flex: 1;-ms-flex: 1;}
.flexWrap > .flex2{flex:2;-webkit-flex:2;-webkit-box-flex: 2;-ms-flex: 2;}

.ev_duDay,.ev_tit{line-height:20px}

/* lupi */
.descLupi{padding-left:412px;background: url(../../img/hp/ico/lupi.png) 28px 0 no-repeat;min-height:65px}
.borboxlupi{border:1px solid #ccc !important;padding:50px 60px}
.borboxlupi p{line-height: 27px;color:#5a5a5a;letter-spacing:-.5px}
.slogun{font-size:20px;vertical-align: top;margin-bottom:15px;color:#5a5a5a;}
.slogun > span{margin-top:10px;display: block}
.descLupi .hide{font-size:0;text-indent: -9999px;top:-9999px;position: absolute;}
.descLupi .rText p{color:#666;line-height:1.5;margin:0}
.descLupi + .lupiBox{padding:20px 29px}
.descLupi + .lupiBox dt{font-size:15px}

.lupiImg{text-align: center;padding:50px 120px 40px 120px}
.lupiImg > img{margin:0 10px }
.lupiBox{background:#f7f7f7;padding:29px;border:1px solid #e6e6e6;margin-top:28px}
.lupiBox dl{display: table;width:100%}
.lupiBox dt{width:115px;color:#333;font-weight:bold;display:table-cell;height:30px;vertical-align: middle}
.lupiBox dd{display:table-cell;height:30px;vertical-align: middle}
.lupiBox .dl_sec{margin-top:10px}
.lupiBox .dl_sec select{color:#333;width:160px}
.lupiBox .dl_sec .dd1{width:227px}
.lupiBox .dl_sec .th2{width:53px}
.btnlupiSearch{background:#747677;color:#fff;width:140px;height:30px}
.dl_sec dd select,.dl_sec dd button{vertical-align: middle}
.dl_sec dd .btnlupiSearch{margin-left:5px}
.lupiChartGr{min-height:420px;}
.lupi_chart_area{overflow-x: auto;min-height:420px;overflow-y: hidden;padding-bottom:15px}
.lupiCartTop{text-align: right;margin-bottom:10px}
.lupiCartTop > a{width:38px;height:38px;background-repeat: no-repeat;margin-left:5px;display: inline-block;}
.lupiCartTop > .btnlupi1{background-image: url(../../img/hp/btn/btn-graph1_off.png)}
.lupiCartTop > .btnlupi2{background-image: url(../../img/hp/btn/btn-graph2_off.png)}
.lupiCartTop > .btnlupi3{background-image: url(../../img/hp/btn/btn-graph3_off.png)}
.lupiCartTop > .btnlupi1:hover,.lupiCartTop > .btnlupi1.on{background-image: url(../../img/hp/btn/btn-graph1_on.png)}
.lupiCartTop > .btnlupi2:hover,.lupiCartTop > .btnlupi2.on{background-image: url(../../img/hp/btn/btn-graph2_on.png)}
.lupiCartTop > .btnlupi3:hover,.lupiCartTop > .btnlupi3.on{background-image: url(../../img/hp/btn/btn-graph3_on.png)}



.lupi_mapBox .lupi_mapPo{left:-11px}
.lupi_mapBox.right .lupi_mapPo{right:-11px;left:auto;}
.txtLocal{margin:0 6px;color:#000}
.lupi_mapBox.right span{float:right}
.lupiPoint{width:max-content;line-height:30px;display: inline-block;}
.lupi_mapBox .bold{font-size:20px;}
.lupi_mapBox .bold em{font-size:14px;font-weight: lighter;}
.ico_dw{width:30px;height:30px;border-radius: 30px;display:inline-block;margin-left:-3px}
.right .ico_dw{margin-left:5px}
.ico_dw.up{background:url(../../img/hp/etc/ico_up.png) center center no-repeat #f04040}
.ico_dw.dn{background:url(../../img/hp/etc/ico_dn.png) center center no-repeat #4b68e6}
.txt_dwn{color:#1200ff;}
.txt_up{color:#f04040}
.Txtblue{color:#4b68e6 !important}
.layer-lupi-total{width:1007px}
.layer .descLupi{background-position:48px 0;padding-left:250px }
.layer .descLupi .rText .slogun + p{letter-spacing:0}
.layer .lupiBox{padding:17px 29px ;}
.btn-area > .btnpopClose{background:#a9a9a9;height:30px;width:200px;height:40px}
.btn-area-iframe.btn-area{padding:30px 0;text-align: center}
.btn-area-iframe .btnGray{color:#fff}
.col66{color:#666}

/*LAYER*/
.layer{display:none;position:fixed;top:50%;left:50%;z-index:1001;background-color:#fff;}/*transform:translate(-50%,-50%);뿌옇게 되는 현상때문에 우선 배제*/
.layer .btn-close-layer, .sitemap .btn-close-layer,.layer .btn-none-close-layer{position:absolute;top:14px;right:19px;width:29px;height:29px;background:url(../../img/hp/common/bg-close-layer.gif) no-repeat 50% 50%;font-size:0;text-indent:-9999px;}
.layer .tit-layer{display:block;padding:0 30px;font-size:23px;color:#000;border-bottom:1px solid #d5d5d5;height:65px;line-height:65px}
.layer .layer-content,
.layer-iframe .layer-content{overflow:auto;padding:30px;box-sizing:border-box;}/*max-height:600px;*/
.layer-credit-info{width:620px;}
.layer-marketing-info,.layer-personal-info{width:690px}
.layer-provide-info,.layer-terms-info,
.layer-auction-term,.layer-acutionRule-info,.layer-perfomenceRule-info{width:1007px;}
.layer-iframe:after{content:'';display:block;clear:both;}
.layer-iframe .btn-close-layer,
.layer-iframe .tit-layer{display:none;}

.layer-abs{position: absolute;top:116px;left:50%;z-index:1001;background:#fff}
.layer-abs .tit-layer{display:block;padding:20px 30px;font-size:23px;color:#000;border-bottom:1px solid #d5d5d5;font-weight:bold}



.sitemap{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:#fff;display:none;overflow-y: auto;}

.sitemap .sitemapInner{width:1015px;margin:0 auto;height:920px;overflow: hidden}
.sitemap .sitemapInner > h4{border-bottom:1px solid #ccc;height:57px;padding-top:40px;font-size:26px;color:#000;font-weight:bold;margin-bottom:50px;text-align: center;}
.sl_site{width:265px;margin-right:110px;float:left}
.sitemapInner .sl_site:nth-child(3n-2){margin-right:0}
.p_info{color:#666;line-height:1.4}

.sl_site > dt {color:#222;font-size:21px;padding-bottom:15px;border-bottom:2px solid #f04040;font-weight: bold}
.sl_site > dd{height:400px;padding:5px 0 0 10px}
.sitemap .sl_site > dd{height:440px}
.sl_site > dd > ul > li{margin:20px 0;font-size:16px;font-weight: bold}
.sl_site > dd > ul > li > a{color:#444;}
.sl_site > dd > ul > li a:hover{color:#f04040}
.li_redDot{margin-top:5px}
.li_redDot > li{font-size:14px;margin:10px 0}
.li_redDot > li a{color:#666;}
.li_redDot > li::before{content:'·';display: inline-block;width:10px;color:#f04040}
/*로그인*/
.login-area{position:relative;padding:55px 40px;}
.login-area .login-msg{margin-bottom:15px;line-height:25px;color:#666;}
.login-area .login-box{position:relative;width:520px;padding-right:140px;box-sizing:border-box;}
.login-area .login-box input[type="text"]{width:100%;line-height:28px;margin-bottom:8px;}
.login-area .login-box input[type="password"]{width:100%;line-height:28px;margin-bottom:10px;}
.login-area .login-box button{position:absolute;top:0;right:0;width:130px;height:70px;line-height:70px;color:#fff;background-color:#f04040;}

.login-area .login-box input[type="checkbox"] + label{line-height:16px;color:#000;font-size:13px;}
.login-area .login-etc-menu{width:520px;margin-top:30px;padding-top:20px;border-top:1px solid #ccc;}
.login-area .login-etc-menu:after{content:'';display:block;clear:both;}
.login-area .login-etc-menu li{float:left;}
.login-area .login-etc-menu li:first-child a{color:#f04040;}
.login-area .login-etc-menu li + li{position:relative;margin-left:17px;padding-left:18px;}
.login-area .login-etc-menu li + li:before{content:'';position:absolute;top:0;left:0;width:2px;height:14px;background-color:#999;}
.login-area .banner-lpoint{position:absolute;right:40px;top:55px;width:520px;height:185px;border:1px solid #e2e2e2;}
.login-area .banner-lpoint dl{width:100%;height:100%;padding:38px 0 0 42px;background:#fafafa url(../../img/hp/common/bg-lpoint.gif) 359px 103px no-repeat;box-sizing:border-box;}
.login-area .banner-lpoint dt{margin-bottom:18px;color:#178ccf;font-size:20px;}
.login-area .banner-lpoint dd{color:#666;}
.layer-lpoint-transition{width:468px;}
.layer-lpoint-transition .msg{padding:55px 0;text-align:center;line-height:25px;border-bottom:1px solid #ccc;}
.layer-lpoint-transition .msg strong{font-weight:bold;}

/* 아이디 안내 팝업 */
.layer-id-info{width:467px}
.layer-id-info .id-info-text{padding-top:40px;padding-bottom:45px;text-align:center;font-size:18px;color:#000;}
.layer-id-info .id-info-text em{color:#f04040;}
.layer-id-info .btn-area{padding-top:35px;border-top:1px solid #ccc;}
.layer-id-info .btn-area button+button{margin-left:4px;}

/* 비밀번호 SMS 인증하기 팝업 */
.layer-pw-info{width:444px;}
.layer-pw-info .pw-info-text{margin-bottom:18px;color:#333;}
.layer-pw-info .pw-authentication:after{content:'';display:block;clear:both;}
.layer-pw-info .pw-authentication p{position:relative;float:left;margin-bottom:16px;width:295px;}
.layer-pw-info .pw-authentication p input[type="text"]{width:100%;}
.layer-pw-info .pw-authentication .time{position:absolute;right:10px;font-size:13px;font-weight:bold;line-height:30px;color:#f04040;}
.layer-pw-info .pw-authentication .btn-confirm{float:right;padding:8px 0;width:70px;background:#545454;color:#fff;text-align:center;}
.layer-pw-info .resend-num{border-bottom:1px solid #000;font-size:13px;line-height:15px;color:#000;}

/* 비밀번호 입력 확인 팝업 */
.layer-pw-confirm{width:444px;}
.layer-pw-confirm .pw-info-text{margin-bottom:18px;color:#333;}
.layer-pw-confirm .pw-authentication:after{content:'';display:block;clear:both;}
.layer-pw-confirm .pw-authentication p{position:relative;float:left;margin-bottom:16px;width:295px;}
.layer-pw-confirm .pw-authentication p input{width:100%;}
.layer-pw-confirm .pw-authentication .time{position:absolute;right:10px;font-size:13px;font-weight:bold;line-height:30px;color:#f04040;}
.layer-pw-confirm .pw-authentication .btn-confirm{float:right;padding:8px 0;width:70px;background:#545454;color:#fff;text-align:center;}
.layer-pw-confirm .resend-num{border-bottom:1px solid #000;font-size:13px;line-height:15px;color:#000;}

/*SMS 인증하기*/
.layer-sms-certification{width:444px}
.layer-sms-certification p{font-size:14px;color:#333;}
.layer-sms-certification p.annotation{margin-top:10px;font-size:13px;color:#666;}
.layer-sms-certification p.sms-input{position:relative;margin-top:30px;}
.layer-sms-certification p.sms-input input{float:left;width:305px;height:30px;}
.layer-sms-certification p.sms-input .time{position:absolute;left:262px;line-height:30px;color:#f04040;font-weight:bold;}
.layer-sms-certification p.sms-input button{float:right;width:70px;height:30px;color:#fff;background-color:#555;}

/* 휴면 계정 안내 */
.layer-inactive-account-info{width:587px;}
.inactive-account-info{padding-top:20px;padding-bottom:50px;border-bottom:1px solid #ccc;text-align:center;}
.inactive-account-info .inactive-account-text{margin-bottom:25px;font-size:18px;line-height:28px;color:#222;}
.inactive-account-info .inactive-account-text em{color:#f04040}
.inactive-account-info .inactive-account-text + .annotation{color:#666}
.inactive-account-info .inactive-account-text + .annotation em{font-weight:bold;color:#000}

/* 임시 비밀번호 변경 */
.layer-password-change{width:823px;}
.layer-password-change .change-text{margin-bottom:30px;line-height:26px;color:#666;}
.layer-password-change .tbl-v02 th,
.layer-password-change .tbl-v02 td{height:67px;}
.layer-password-change th{font-size:15px;}
.layer-password-change input{width:480px;}
.layer-password-change input + .annotation{margin-top:5px;}
.layer-password-change .annotation{font-size:13px;color:#f04040;}
.layer-password-change .btn-area{font-size:15px;}

/* 3개월 비밀번호 변경 안내 */
.layer-password-change-info{width:823px;}
.layer-password-change-info .change-text{margin-bottom:20px;line-height:26px;color:#666;}
.layer-password-change-info .change-notice{padding:30px;background:#fafafa;border:1px solid #e2e2e2}
.layer-password-change-info .change-notice dt{margin-bottom:15px;font-size:15px;}
.layer-password-change-info .change-notice dd{font-size:13px;line-height:23px;color:#f04040;}
.layer-password-change-info .btn-area{margin-top:20px;font-size:15px;}

/* 경매회원 비밀번호 변경 안내 */
.layer-password-change-info2{width:823px;}
.layer-password-change-info2 .change-text{margin-bottom:20px;line-height:26px;color:#f04040;font-size:18px;text-align: center;}
.layer-password-change-info2 .change-notice{padding:30px;background:#fafafa;border:1px solid #e2e2e2}
.layer-password-change-info2 .change-notice dt{margin-bottom:15px;font-size:15px; text-align: center;}
.layer-password-change-info2 .btn-area{margin-top:20px;font-size:15px;}

/* 차량상세 추가 */
.grtBox{border:2px solid #bebebe;margin-bottom:58px;overflow:auto}
.grtBox > .grtTop{padding:56px 56px 0 66px;position: relative;}
.grtBox .grtBot{border-top:1px solid #dbdbdb}
.ico_grt{position: absolute;top:56px;left:75px}
.grtBox > .grtTop > dl{margin-left:130px;}
.dt_grt{font-size:30px;padding-bottom:20px;color:#222}
.dd_grt{font-size:16px;padding-bottom:40px;color:#222;line-height:27px;}

.ul_grt{display:block;overflow: hidden;border-top:1px dashed #ccc;width:100%;padding:30px 0}
.ul_grt > li{position: relative;width:calc(25% - 53px);float:left;display:block;padding-left:53px;color:#666;line-height: 22px}
.ul_grt > li > strong{position:absolute;top:0;left:0; display:block;width:35px;text-align: center;color:#222;font-size:30px;line-height:1.3}
.grtBot{padding:30px 56px;background:#f3f5f7}
.grtBot dl{display:flex}
.grtBot dt{font-size:20px;color:#222;line-height:52px;padding-left:15px;width:140px;}
.grtBot dt:after{content:'';width:1px;height:27px;background:#c2c4c6;vertical-align:middle;display:inline-block;margin-left:20px}
.grtBot dd{padding:0 0 0 136px;background:url(../../img/hp/ico/ico_grt2.png) 42px 10px no-repeat;flex:1;line-height:26px;position: relative;  -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;}
.grtBot dd p{color:#222}
.grtBot dd p.bold{font-size:16px}
.prfViewRow{margin-bottom:20px}
.prfViewRow:last-child{margin-bottom:0}
.prfViewRow .flexitem{width:260px;padding-top:26px}
.prfViewRow{display:flex}
.prfViewRow .flex1{flex:1;}



/* 비밀번호 입력 확인 팝업 */
.layer-pw-main-confirm{width:444px;}
.layer-pw-main-confirm .pw-info-text{margin-bottom:18px;color:#333;}
.layer-pw-main-confirm .pw-authentication:after{content:'';display:block;clear:both;}
.layer-pw-main-confirm .pw-authentication p{position:relative;float:left;margin-bottom:16px;width:295px;}
.layer-pw-main-confirm .pw-authentication p input{width:100%;}
.layer-pw-main-confirm .pw-authentication .time{position:absolute;right:10px;font-size:13px;font-weight:bold;line-height:30px;color:#f04040;}
.layer-pw-main-confirm .pw-authentication .btn-confirm{float:right;padding:8px 0;width:70px;background:#545454;color:#fff;text-align:center;}
.layer-pw-main-confirm .resend-num{border-bottom:1px solid #000;font-size:13px;line-height:15px;color:#000;}


/* 경매현황 */
.on-air{padding:35px 40px;border:1px solid #ccc;box-shadow:0 4px 0 #ebebeb;}
.on-air .tit{padding-bottom:19px;font-size:20px;line-height:25px;vertical-align:top;border-bottom:2px solid #e2e2e2;}
.on-air .ico-onair{display:inline-block;margin-right:15px;padding:0 12px;color:#fff;background-color:#f04040;font-size:14px;border-radius:12px;vertical-align:top;}
.on-air ul{padding:30px 0 0 30px;}
.on-air ul:after{content:'';display:block;clear:both;}
.on-air li{position:relative;float:left;padding:14px 0 0 23px;width:303px;}
.on-air li .line-num{position:absolute;top:0;left:0;z-index:1;width:64px;height:64px;border-radius:64px;background-color:#fff;box-shadow:0 0 14px 2px rgba(0,0,0,0.2);text-align:center;color:#555;font-size:14px;}
.on-air li .line-num em{display:block;padding:10px 0 5px 0;font-weight:bold;font-size:26px;}
.on-air li + li{margin-left:80px;padding-left:84px;border-left:1px dashed #ccc;}
.on-air li + li .line-num{left:50px;}
.on-air li dl{position:relative;padding-top:264px;}
.on-air li dt{font-size:20px;color:#222;}
.on-air li dt span{display:block;margin-top:10px;color:#666;font-size:14px;}
.on-air li dl .img{position:absolute;top:0;left:0;width:303px;height:239px;overflow: hidden;justify-content: center;align-items: center;display: flex}
.on-air li dl .img > img{width:100%}
.on-air li dl .price{margin-top:10px;text-align:right;font-size:16px;}
.on-air li dl .price strong{font-size:18px;}
.on-air li dl .price.winning strong{color:#f04040;}
.on-air li dl .price.offer strong{color:#3c79d3;}
.on-air li dl .price strong em{margin-left:10px;font-size:30px;font-weight:bold;}
.on-air li .auction-end{padding-top:164px;min-height:362px;font-size:18px;color:#555;text-align:center;box-sizing:border-box;}
.on-air .auction-msg{margin-top:30px;padding:22px 38px;background-color:#f9f9f9;font-size:14px;color:#666;}
.on-air .auction-msg a,
.on-air .auction-msg a:hover,
.on-air .auction-msg a:visited,
.on-air .auction-msg a:active{text-decoration:underline;color:#000;}
.userType{margin-top:20px}
.userType .on-air li{width:423px}
.userType .on-air li dl .img{width:100%}
.userType .on-air{position: relative;}
.onAirPosition{position: absolute;top:50px;right:50px;height:18px;}
.onAirPosition > div{float:left;height:18px;line-height: 18px;margin:0;color:#5a5a5a;font-size:15px}
.onAirPosition > div > strong{color:#000;font-weight:bold;font-size:16px;padding-left:4px}
.onAirPosition > div:first-child{border-right:1px solid #ccc;padding-right:20px;margin-right:20px}

/* 상세보기 갤러리 이미지 */
.detail-photo-wrap .detail-photo-slide .swiper-slide > img{width:100%}
.detail-photo-wrap .detail-thumbnail img{width:100%;height:100%}

/* 파일관련 */
.tbl-nt01 td.td_tit .rLv{margin-left:8px;text-transform:capitalize}
.btnDownload{width:20px;height:20px;background:url(../../img/hp/btn/download.gif) no-repeat;border:0;margin-left:10px;vertical-align: middle}
.rLv{min-width:21px;height:11px;color:#fff;font-size:11px;color:#fff;border-radius: 2px;display: inline-block;text-align: center;padding:3px 3px 1px 3px;margin-right:3px;line-height:1}
.bg_jpg,.bg_gif,.bg_png{background:#c88a65;}
.bg_pdf{background:#f13a3a;}
.bg_hwp,.bg_doc,.bg_docx{background:#6a8fdb;}
.bg_xls,.bg_xlsx{background:#238d52}
.bg_ppt,.bg_pptx{background:#a75e32}
.bg_zip{background:#73802e}
.bg_txt,.bg_etc{background:#909090}
/* 출품차량 슬라이더 */
.vehicle-photo-detailWrap{width:640px;height:512px;overflow:hidden;margin:0 auto}

/*  table*/
.grteeWrap .tbl-v02 tr th,.grteeWrap .tbl-v02 tr td{border-right:1px solid #ccc}
.grteeWrap .tbl-v02 thead tr th:last-child,.grteeWrap .tbl-v02 tr td:last-child{border-right:0}
.grteeWrap .tbl-v02.align-c td,.grteeWrap .tbl-v02.align-c th{text-align: center;padding:12px}
.winning_bid.exhibition-list-tbl .txt .ellipsis {max-width:calc(100% - 60px)}
.flexWrap > .flex-btn > .btn-area{margin-top:0}
.grteeWrap .tbl-v02.align-c td select{width:100%}

/*버튼*/
.btn-area{margin-top:35px;text-align:center;}
.btn-area.withPaging{margin-top:-33px}
.btn-area:after{content:'';display:block;clear:both;}
.btn-area .btn-area-left{float:left;}
.btn-area .btn-area-right{float:right;}
.btn-area button{min-width:200px;height:48px;padding:0 20px;background-color:#f04040;color:#fff;}
.btn-area button + button{margin-left:10px;}
.btn-area .btn-small button,
.btn-area .btn-small a{min-width:103px;}
.btn-area .btn-lightgray{background:#a9a9a9;}
.btn-area .btn-gray{background:#747677;}
.btn-cancel{display:inline-block;margin-left:18px;width:16px;height:16px;background:url(../../img/hp/btn/btn-cancel.png) no-repeat;vertical-align:middle;}
.btn-date{display:inline-block;margin-left:6px;width:30px;height:30px;background:url(../../img/hp/btn/btn-date.png) no-repeat;vertical-align:middle;}
.btn-link a{display:inline-block;padding:0 20px;min-width:200px;height:48px;line-height:48px;background-color:#f04040;color:#fff;}
.btn-link a + a{margin-left:10px;}

/* button */
.btn-s{height:30px;padding:0 15px;line-height: 30px;text-align:center;min-width:70px}
.btnRed{background:#f04040;color:#fff;}
.btnGray{background:#545454;color:#fff;}
.btnWhite{background:#fff;color:#888;font-size:13px;border:1px solid #c2c2c2}
.btnfooter{padding:3px 5px 2px 5px;font-size:12px;height:22px}

.layer-content .btn-area{margin-bottom:30px}

/* pagination */
.pagination{margin-top:50px;text-align:center;}
.pagination a{display:inline-block;width:30px;height:24px;line-height:24px;font-size:12px;vertical-align:top;}
.pagination a + a{margin-left:4px;}
.pagination > a{text-indent:-9999px;font-size:0;border:1px solid #ddd;}
.pagination .btn-first{background:url(../../img/hp/btn/btn-first.png) 50% no-repeat;}
.pagination .btn-prev{background:url(../../img/hp/btn/btn-prev.png) 50% no-repeat;}
.pagination .btn-next{background:url(../../img/hp/btn/btn-next.png) 50% no-repeat;}
.pagination .btn-last{background:url(../../img/hp/btn/btn-last.png) 50% no-repeat;}
.pagination > span{margin:0 13px;}
.pagination > span a{width:20px;}
.pagination a.on{background-color:#24221f;color:#fff;}

/*icon*/
.ico-guarantee{display:inline-block;width:44px;height:44px;line-height:44px;background:url(../../img/hp/common/bg-guarantee.png) 50% no-repeat;font-size:0;color:#5e1a1a;text-align:center;text-indent: -20000PX}
.recent-car-slider .thumbnail .ico-guarantee{position: absolute;left:0;top:0}
.ico-noauto{display:inline-block;padding:0 9px;line-height:18px;background-color:#747677;font-size:12px;color:#fff;border-radius:2px;}
.ico-favorite{display:inline-block;padding:0 5px 0 16px;line-height:16px;border:1px solid #f04040;font-size:12px;border-radius:2px;background:url(../../img/hp/ico/ico-heart.gif) no-repeat 5px 50%;}

/*버튼(링크)*/
a.go-sell-mycar{position:absolute;top:40px;right:0;padding:27px 92px 22px 68px;border:1px solid #999;box-shadow:0px 4px 0px #f2f2f2;font-size:16px;color:#333;}
a.go-sell-mycar:before{content:'';position:absolute;top:16px;left:21px;width:37px;height:28px;background:url(../../img/hp/common/bg-go-sellcar.gif) no-repeat;}
a.go-sell-mycar:after{content:'';position:absolute;top:28px;right:31px;width:41px;height:11px;background:url(../../img/hp/common/arrow-go-sellcar.gif) no-repeat;}

/* etc */
.required:after{content:'*';margin-left:3px;color:#f04040;}
.file-att{display:none;}
.comment-att-img{display:inline-block;font-size:13px;line-height:16px;color:#222;text-decoration:underline;}

/*다단*/
.stg-2nd:after{content:'';display:block;clear:both;}
.stg-2nd > div{float:left;width:50%;padding-left:20px;box-sizing:border-box;}
.stg-2nd > div:first-child{padding:0 20px 0 0;}

/*약관 스타일*/
.terms-style ol{margin-top:20px;padding:20px 0;border-top:2px solid #000;}
.terms-style li{font-size:18px;font-weight:bold;color:#333;}
.terms-style li li{font-size:14px;font-weight:normal;margin-bottom:20px}
.terms-style li .ol_ak > li{margin-top:10px;line-height:1.3}
.terms-style li .ol_ak{margin-bottom:30px}
.terms-style li li + li{margin-top:10px;}
.terms-style li li ul,
.terms-style li li p{margin:10px 0 0 15px;}
.li_dash > li:before{content:'-';position:absolute;left:0;top:0px;}
.li_dash > li{padding-left:10px;position: relative;display:block;line-height:1.2}
.terms-style li li p:before{content:'-';position:absolute;left:0;top:0px;}
.terms-style li li li,
.terms-style li li p{position:relative;color:#666;padding-left:10px;}
.p_terms{color:#666;line-height:1.5}

.lt_fooCom .lt_agrtxt dt{padding-bottom:13px;border-bottom:2px solid #000;font-size:18px;color:#313131;font-weight:bold}
.lt_fooCom .lt_agrtxt dd{margin:14px 0 17px;color:#666;font-size:14px;font-weight: 400;line-height:1.5}
.lt_fooCom .lt_agrtxt dd ul li{position: relative;padding-left:22px;margin-bottom:3px}
.lt_fooCom .lt_agrtxt dd ul li>span{position: absolute;display: block;left:0;}
.lt_fooCom .lt_agrtxt dd ul .lt_cr33{margin-bottom:3px}
.lt_fooCom .lt_agrtxt.aucRule dd ul .lt_cr33.lt_left{color:#666}
.lt_fooCom .lt_agrtxt dd h4{font-weight: bold;color:#313131;font-size:15px}
.lt_fooCom .lt_agrtxt.aucRule dd ul li>span{position: relative;}

.lt_fooCom .lt_agrtxt dd ul .lt_left{padding-left: 0}
.lt_fooCom .lt_agrtxt dd ul .ml10{margin-left:22px}
.lt_fooCom .lt_agrtxt.aucRule .mt5 li{margin:10px 0;display:block}
.lt_fooCom .lt_agrtxt.aucRule dd .lt_bar{margin-top:40px}
.ml15{margin-left:15px}
.lt_fooCom .lt_agrtxt.aucRule .mt5{margin-left:12px;}

.lt_fooCom .lt_agrtxt.aucRule .txtblack.lt_left.lt_cr33{color:#222}
.mt30{margin-top:30px}
.lt_center{text-align: center}
.dataTbl.lt_stype{border-top:1px solid #ccc;border-collapse: collapse;width:100%;border-bottom:1px solid #ccc;margin-bottom:5px}
.dataTbl.lt_stype  th{border-right:1px solid #ccc;border-left:1px solid #ccc;background:#fafafa;padding:10px 0;border-bottom:1px solid #ccc;}
.dataTbl.lt_stype tbody td{border-right:1px solid #ccc;border-left:1px solid #ccc;padding:14px 8px 13px 8px;font-size:14px;color:#666;word-break: normal;border-top:1px solid #ccc;}
/* .dataTbl.lt_stype tbody tr td:last-child,.dataTbl.lt_stype thead tr th:last-child{border-right:0} */
.dataTbl.lt_stype tbody td p, .dataTbl.lt_stype tbody td strong{color:#222}
.dataTbl.lt_stype tbody th{border-bottom:1px solid #ccc;vertical-align:middle }
.dataTbl tbody td button, .dataTbl tbody td span.lt_sti{vertical-align: middle}
.dataTbl tbody td span.lt_sti{display:inline-block;line-height:26px}
.p_tblinfo{font-size:13px;margin-top:15px}
.p_tblinfo2{font-size:13px;margin-top:10px}
.lt_fooCom .dataTbl.lt_stype.etc.aucRule{border-top:2px solid #222}
.lt_fooCom .dataTbl.lt_stype.etc.aucRule thead th{background-color: #eee;color:#222}
.lt_fooCom .dataTbl.lt_stype.etc.aucRule tbody th{color:#222;text-align: center;padding-left:0px}
.lt_fooCom .dataTbl.lt_stype.etc.aucRule tbody tr th:first-child{border-left:0}
.lt_fooCom .dataTbl.lt_stype.etc.aucRule thead tr th:first-child{border-left:0}
.lt_fooCom .dataTbl.lt_stype.etc.aucRule tbody td{padding-left:20px;vertical-align:middle;border-left:1px solid #ccc}
.lt_fooCom .dataTbl.lt_stype.etc.aucRule tbody th.align-c{padding-left:0;text-align: center;}
.lt_fooCom .dataTbl.lt_stype.lt_non{border-bottom:1px solid #ccc}
.lt_fooCom .dataTbl.lt_stype.lt_non tbody tr{border-bottom: 0;}
.lt_fooCom .dataTbl.lt_stype.lt_non tbody td{padding-top:3px;padding-bottom:3px;padding-left:13px;}
.lt_fooCom .lt_expWrap{height:300px;overflow: hidden}
.lt_fooCom .lt_exp {text-align: center;width:48%;border:1px solid #c5c5c5;box-shadow:0 3px #ebebeb}
.lt_fooCom .lt_exp dt{padding:10px 0;color:#222;font-size:16px;font-weight:bold;background:#f3f5f7;border-bottom:1px solid #c5c5c5 }
.lt_fooCom .lt_exp dd{height:207px}
.lt_fooCom .lt_exp:first-child{float:left}
.lt_fooCom .lt_exp:last-child{float:right}
.lt_fooCom .lt_agrtxt .lt_exp li{padding-left:0;margin-bottom:10px}
.lt_fooCom .lt_agrtxt .lt_img{padding:20px 25px 0;text-align: center;}
.lt_fooCom .lt_agrtxt .lt_img img{max-width:100%;}
.lt_rdot{background:url(../../img/hp/common/dot.png) 0 8px no-repeat;padding-left:8px;padding-bottom:10px;color:#222;font-size:14px;font-weight: bold;}
strong > .lt_rdot{padding-bottom:0}
.lt_fooCom .lt_agrtxt dd strong.t{display: block;margin-bottom:13px;font-size:16px;color:#313131;font-weight: bold}
.lt_fooCom .lt_infop{margin-top:5px}
.lt_fooCom .lt_agrtxt strong{font-weight: bold}
.lt_fooCom .lt_agrtxt dd.mtm0{margin-top:0}
.lt_fooCom .lt_agrtxt dd.mtm0 table.dataTbl.lt_stype{border-top:0}
.abliBox{border:1px solid #ccc;padding:30px;text-align: center;box-shadow:0 3px #ebebeb}
.abliBox > img{margin-top:-15px}
.abliBox p{font-size:26px;color:#333;text-align: left}
.abli_list{width:48%;}
.abli_list:first-child{float:left}
.abli_list:last-child{float:right}
.abli_list dt{padding-bottom: 12px;font-size:18px;color:#000}
.abli_list dd > ul{width:50%;float:left;text-align: left}
.abli_list dd > ul > li{margin: 10px 0}
.innerBox{overflow: hidden;margin-top:20px}
/* 차량상세 팝업 */
.car_acci_history{width:807px}
.layer-performance-info{width:807px}
.imgView > img{width:100%}
/* youtube Guide */
.layer-youtubeInfo.layer,.layer-responsibility{width:1030px}
.youtube_tit{margin-bottom:20px;font-size:16px;font-weight: bold;color:#000}
.youtube_tit > span{display:inline-block;padding:5px 20px;color:#fff;background:#f04040;font-size:14px;border-radius:30px;margin-right:10px}
.flexBox .ck_label{width:70%}

/* 법적고지 */
.topline{border-top:2px solid #222}
.noti_law p{color:#666;font-size:15px}
.topline ol > li{color:#666;margin:10px 0}

/* 차량 등록 없을때 */
.noCar{height:240px;padding-top:160px;background:url(../../img/hp/common/noCar.png) center 51px no-repeat;border:1px solid #ddd}
.noCar > .txt{text-align: center}
.noCar > .txt > p.small{font-size:16px;color:#222;margin-top:10px }
.nocarResult{color:#666;font-size:15px}

/* input x */
.reset-input{display:inline-block;position:relative;}
.reset-input button{position:absolute;right:9px;top:7px;width:16px;height:16px;border-radius:16px;font-size:7px;line-height:16px;text-align:center;color:#fff;background-color:#a2a7af;}


/* 오시는 길 */
.lt_map{height:100%}

/* 경매대행  종료 메세지 */
.alert_endWrap{border-top:1px solid #ccc;margin:10px 0;padding:25px;border-bottom:1px solid #ccc;}
.alert_end{border:1px solid #ddd;padding:25px;}
.alert_end p{line-height: 24px}
.alert_end p img{vertical-align: middle}

.vehicle-detail_bar{border-top:2px solid #000;padding-top:20px}
.exhibited-vehicle .vehicle-detail_bar .vehicle-photo-detail li img{width:auto;height:512px;max-width: 910px;}
.exhibited-vehicle .vehicle-detail_bar .vehicle-photo-detail li{text-align: center;background:none}
.exhibited-vehicle .vehicle-detail_bar .vehicle-photo-detail{border:none !important;}
.exhibited-vehicle .vehicle-detail .vehicle-detail-view > div .no-result{text-align:center;height:400px;color:#555;background:url(../../img/hp/common/bg-ci.gif) #f8f8f8 center center no-repeat;border:1px solid #ddd;}
.certificate-print-area .flex1 p{line-height:30px}

.fixwarSvc{padding:25px 40px;}
.fixwarSvc .fixTop{border-bottom:1px solid #545454;height:64px;position: relative;}
.fixTop h1{font-size:25px;font-weight:bold;padding-top:15px}

    a.btnlottego{position:absolute;top:0;right:0;padding:16px 84px 16px 26px;border:1px solid #999;box-shadow:0px 4px 0px #f2f2f2;font-size:16px;color:#333;}
    a.btnlottego:after{content:'';position:absolute;top:20px;right:31px;width:41px;height:11px;background:url(../../img/hp/common/arrow-go-sellcar.gif) no-repeat;}

.bgslogun{background:url(../../img/hp/ico/ico_grt2.png) calc(100% - 40px) center no-repeat #ecf0f3;padding:30px 120px 30px 30px;}
.bgslogun .flex1{font-size:24px;font-weight:bold}
.fixwar.flexWrap .flex1:first-child{padding-right:10px;}
.fixwar.flexWrap .flex1:last-child{padding-left:10px;}
.bgslogun .align-r{font-size:14px;color:#444}
.fixwar .lt_agrtxt dd{line-height:24px;letter-spacing: 0}
.fixwar .aucRule.dataTbl{line-height:24px}
.fixwar .lt_agrtxt .ul_dash li:before{content:'-';position: absolute;left:0;top:0}
.fixwar .lt_agrtxt .ul_dash li{padding-left:10px}

.fixwar .lt_agrtxt .li_number > li{padding-left:0}
.exhibited-vehicle .vehicle-info .vehicle-info-btn button.btnfull{width:100% !important;float: none}
.license{width:1024px;height:1448px;margin:0 auto}

/* L.POINT 통합회원 전환 안내 */
.layer-lpoint-integrated-info{width:690px;}
.layer-lpoint-integrated-info .layer-content{position:relative;}
.layer-lpoint-integrated-info .layer-sub-content{position:relative;width:616px;}
.layer-lpoint-integrated-info .integrated-header{margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #ddd;}
.layer-lpoint-integrated-info .integrated-header:after{content:'';display:block;clear:both;}
.layer-lpoint-integrated-info .integrated-header p{height:33px;}
.layer-lpoint-integrated-info .integrated-header .ci-aa{float:left;}
.layer-lpoint-integrated-info .integrated-header .ci-lp{float:right;}
.layer-lpoint-integrated-info .integrated-text{padding-bottom:30px;}
.layer-lpoint-integrated-info .integrated-text p{margin-bottom:30px;font-size:18px;line-height:28px;font-weight:bold;text-align:center;color:#222;}
.layer-lpoint-integrated-info .integrated-text em{font-weight:bold;color:#f04040}
.layer-lpoint-integrated-info .integrated-text dl{padding:32px 40px;background:#fafafa url(../../img/hp/common/bg-lpoint.gif) 450px 35px no-repeat;border:1px solid #e2e2e2;}
.layer-lpoint-integrated-info .integrated-text dt{margin-bottom:16px;font-size:20px;color:#178ccf}
.layer-lpoint-integrated-info .integrated-text dd{color:#666;}
.layer-lpoint-integrated-info .integrated-agree-wrap p{margin-bottom:20px;font-size:15px;color:#222;}
.layer-lpoint-integrated-info .integrated-agree-wrap ul{border-top:2px solid #000;}
.layer-lpoint-integrated-info .integrated-agree-wrap ul li{position:relative;padding:25px 20px;border-bottom:1px solid #ccc;}
.integrated-agree-wrap ul .btn-more{position:absolute;top:30px;right:20px;display:block;width:20px;height:12px;background:url(../../img/hp/ico/ico-arrow-select.png) no-repeat;}
.integrated-agree-wrap ul .on .btn-more{background-position:0 -21px;}
.layer-lpoint-integrated-info .integrated-agree-wrap ul li .integrated-agree-check .btn-view{display:inline-block;width:76px;line-height:30px;text-align:center;border:1px solid #c2c2c2;color:#888;}
.layer-lpoint-integrated-info .integrated-agree-wrap ul li .integrated-agree-text{display:none;margin-top:25px;}
.layer-lpoint-integrated-info .integrated-agree-wrap ul li.on .integrated-agree-text{display:block;}
.layer-lpoint-integrated-info .btn-area{font-size:15px;}

.tbl-t06{border-top:1px solid #ccc;}
.tbl-t06 th,
.tbl-t06 td{height:40px;padding:7px 0 7px 15px;border-bottom:1px solid #ccc;vertical-align:middle;box-sizing:border-box;text-align:left;}
.tbl-t06 th{background:#f6f6f6;}
.tbl-t06 td{color:#666;line-height:23px;}

.lupi_row{background:#fffaf2}

/* main lupi popup */
.layer-lupi-total{width:1007px}
.layer-conversion-winning-car-iframe .descLupi{padding-left:250px;background:url(../../img/hp/main/lupi_main_pop.png) 48px 0 no-repeat}
.layer-conversion-winning-car-iframe .descLupi .rText .slogun + p{letter-spacing:0;margin-top:20px;color:#5a5a5a}
.layer-conversion-winning-car-iframe .descLupi .rText .slogun{line-height:1;color:#5a5a5a}
.layer-conversion-winning-car-iframe .descLupi .rText .Txtred{font-size:30px}
.layer-conversion-winning-car-iframe .lupiBox{padding:17px 29px ;}
.layer-conversion-winning-car-iframe .btn-area > .btnpopClose{background:#a9a9a9;height:30px;width:200px;height:40px}

/* 이용약관/개인정보처리방침 동의 */
.dl_usePers dt{color:#313131; font-size:18px;font-weight:bold;line-height:1.2}
.dl_usePers dd{color:#666;line-height:1.4}
.dl_usePers + p{color:#666}
.usePers{border-bottom:1px  solid #d5d5d5;padding-bottom:20px}

.ckTerms label{font-size:16px;font-weight:bold}
.dv_textArea{border:1px solid #d5d5d5;padding:20px;overflow-y: scroll;height:110px}
.layer-usePers-agree{width:690px}

.lt_agrtxt .col33{color:#333}
.pad_l20{padding-left:15px}
.lt_fooCom .lt_agrtxt dd ul.li_dash li{padding-left:12px}
.topTxt > strong{font-size:16px}
.pl15{padding-left:15px !important}
li.pl15 .col33,.fnt16{font-size:16px}
.fnt120per{font-size:120%}
/* 후상담신청 팝업 내 테이블 */
.layer-bidding-apply02 .tbl-v02 th,.layer-bidding-apply02 .tbl-v02 td{padding:6px 0 6px 21px;}
.layer-bidding-apply02 .tbl-v02 th,.layer-bidding-apply02 .tbl-v02 td{height:30px}

/* 프로필 관리 */

.li_profile .flexWrap{margin-top:0}

/* 유찰 출품리스트 링크 */
.exhibition-list-tbl td .txt a.a_list{color:#000;}
.exhibition-list-tbl .tbl-t02 td.align-l{line-height:18px !important}

.pad_l0,.pad_l0 > li{padding:0 !important}
.ml22{margin-left:22px !important}
.lt_fooCom .lt_agrtxt dd ul .ml10.li_dash{margin-left:10px}

/* 경매규약 예쩡 */
.autionRulePop{width:837px;}
.autionRulePop.layer .layer-content{padding: 0;}
.autionRuleCont{padding:25px 40px;}
.autionRuleCont .topCont{padding-bottom:25px;border-bottom:2px solid #000;color:#474747;line-height: 20px}
.redDot::before{content:'';display: inline-block;width:3px;height:3px;background:#f04040;vertical-align: middle;margin-right:6px;margin-bottom:2px}
.dl_popRule dt{font-size:16px}
.dl_popRule dd{color:#666;padding:10px 0 0 8px;}
.dl_popRule dd .li_dash > li{margin-bottom:8px;line-height:1.4}
.dl_popRule .wBorBox{height:140px;overflow-y: scroll;padding:30px}
.wBorBox{background:#fff;border:1px solid #e7e7e7}
.ruleBox > li{position: relative;}
.ruleBox > li > .btn-s{position: absolute;right:0;top:-14px}
.dl_popRule .cirNum li{position: relative;padding-left:15px}
.dl_popRule .cirNum li > em{position:absolute;}
.ruleBox .lt_fooCom .lt_agrtxt > dd{padding-left:0}
.ruleBox .lt_bar, .acutionRule .lt_bar{margin-top:20px}
.acutionRule.lt_fooCom .lt_agrtxt dd ul li>span{left:7px}

.lt_fooCom.acutionRule .lt_agrtxt dd ul li > ul.mt5 {margin-bottom:10px}
.li_decimal > li{padding-left:10px !important}
.li_ga > li{padding-left:15px !important;}

/* 2018-06-22 상품 판매 기한 선택 */
.layer-sales-days{width:570px;height:400px;}
.layer-sales-days .topCont{margin-bottom:25px;font-size:14px;color:#333;}
.layer-sales-days .autionRuleCont{margin-bottom:20px;padding:20px 0;border-top:2px solid #000;border-bottom:1px solid #ccc;}
.layer-sales-days .layer-box span + span{margin-left:75px;}
.layer-sales-days .layer-box label{font-size:16px;}
.layer-sales-days .annotation{font-size:13px;color:#666;}
.layer-sales-days .annotation p + p{margin-top:5px;}

/* 2018-06-26 위탁출품 안내 추가 */
.page-tit .exhibition-apply-annotation{display:inline-block;margin-left:5px;font-size:14px;font-weight:400;border-bottom:1px solid #f04040;color:#f04040;}
.page-tit .exhibition-apply-annotation:before{content:'*';padding-right:5px;border-bottom:1px solid#fff;}
.exhibition-apply-info{margin-top:20px;padding:25px 30px;border:1px solid #ccc;box-shadow:0 4px 0 #ebebeb;}
.exhibition-apply-info strong{display:block;margin-bottom:10px;font-size:15px;color:#f04040;}
.exhibition-apply-info p{font-size:13px;line-height:23px;color:#222;}

/* 2018-07-16 개인정보 처리 방침 수정 */
.dataTbl.lt_stype.f_bold tbody td{
    font-size:120%;
    text-decoration:underline;
}

/* 2018-07-30 레인 추가 */
.on-air{position:relative;}
.on-air .line-status{position:absolute;top:35px;right:40px;}
.on-air .line-status{float:right;margin-top:15px;}
.on-air .line-status span{display:inline-block;}
.on-air .line-status span + span{position:relative;margin-left:20px;padding-left:21px;}
.on-air .line-status span + span:before{content:'';position:absolute;top:-2px;left:0;width:1px;height:17px;background-color:#bbb;}
.on-air .line-status em{color:#555;font-weight:bold;}
.on-air .line-status .ongoing{color:#f04040;}
.on-air .line-status .holdup{color:#3c79d3;}

.on-air ul{padding-left:0;}
.on-air li,
.userType .on-air li{width:50%;margin-top:14px;padding-top:0;padding-left:0;box-sizing:border-box;}
.on-air li + li{margin-left:0;padding-left:0;}
.userType .on-air li .line-num{top:-14px;left:90px}
.auctionType .on-air li .line-num{top:-14px;left:33px;}
.on-air li dl .img{width:100%;height:auto;}
.on-air li .rain-inner{position:relative;width:310px;margin:0 auto;}
.onAirPosition > div{border-right:1px solid #ccc;padding-right:20px;margin-right:20px}
.onAirPosition > div:last-child{border-right:0;padding-right:0;margin-right:0}

.on-air.rainType02 .auction-end{width:310px;margin:0 auto;}

.on-air.rainType03 li{width:33.3333%;margin-top:37px;}
.on-air.rainType03 li + li{border:0;}
.on-air.rainType03 li .line-num{top:-37px;left:0;right:0;margin:auto;}
.on-air.rainType03 li + li .line-num{left:0;}
.on-air.rainType03 li .rain-inner{width:280px;}
.on-air.rainType03 li dl{padding-top:242px;}

.userType .on-air.rainType03 li + li{border-left:1px dashed #ccc;}

.on-air.rainType04 li{width:25%;margin-top:37px;}
.on-air.rainType04 li + li{border:0;}
.on-air.rainType04 li .line-num{top:-37px;left:0;right:0;margin:auto;}
.on-air.rainType04 li + li .line-num{left:0;}
.on-air.rainType04 li .rain-inner{width:210px;}
.on-air.rainType04 li dl{padding-top:194px;}

/* 2018-09-13 */
.layer-sales-success{width:570px;/* height:380px; */padding-bottom: 20px;}
.layer-sales-success .layer-content {padding-bottom:0px;}
.layer-sales-success .topCont{margin-bottom:20px;font-size:18px;text-align: center;font-weight:bold;color:#333;}
.layer-sales-success .topCont p + p {margin-top: 10px;}
.layer-sales-success .topCont span {margin-right:5px;border-bottom: 1px solid #333;}
.layer-sales-success .autionRuleCont{margin-bottom:20px;padding:20px 50px;text-align:left;border-top:2px solid #000;border-bottom:1px solid #ccc;}
.layer-sales-success .layer-box span + span{margin-left:30px;}
.layer-sales-success .layer-box.last {margin-top:10px;}
.layer-sales-success .layer-box.last span{margin-left:0px;}
.layer-sales-success .layer-box label{font-size:15px;}
.layer-sales-success .annotation{margin-bottom:30px;font-size:14px;text-align: center;color:#333;}
.layer-sales-success .annotation p + p{margin-top:5px;}
.layer-sales-success .btn-area {margin-top:5px;}


/* 2019-11-04 */
.terms {color:#313131}
.terms h4 {font-size:18px;color:#313131;border-bottom:2px solid #000;margin-top:40px;padding-bottom:10px;font-weight:600;}
.terms .st1 {font-size:14px;margin-top:37px;font-weight:700}
.terms .st2 {color:#646464;margin-top:10px;line-height:1.7em}
.grid .tb_col tbody td.text-left {text-align:left;padding-left:20px}
.terms .list_notice {margin-bottom:10px}
.terms .ml1 {margin-left:15px}
.terms .ml2 {margin-left:15px}
.text_point {color:#f04040;font-size:15px}

/* table */ 
.grid { border-top:1px solid #000;  }
.grid span.txt_must {float:right;top:3px;right:0;display:inline-block;text-align:right;font-size:14px; color:#646464; font-weight: normal; }
.grid caption { width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; }
.grid .tb_col { width:100%; border:0; } 
.grid .tb_col thead th,
.grid .tb_col tbody th,
.grid .tb_col tbody td { height:19px; line-height:20px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; padding:11px 10px 9px 10px;  font-weight: normal; }
.grid .tb_col thead th { background:#fafafa; color:#000; font-weight:bold;}   
.grid .tb_col thead th.type2 span { display: block;  }
.grid .tb_col thead th.bgGray { background: #e4e4e4; }
.grid .tb_col thead th.bgGray2 { background: #eeeeee; }
.grid .tb_col thead th:first-child { border-left:0; } 
.grid .tb_col thead th.borderL { border-left:1px solid #ccc;  } 
.grid .tb_col tbody th { text-align: center; background:#fafafa; font-weight:bold; color:#000; }
.grid .tb_col tbody th.left { text-align: left; }
.grid .tb_col tbody td { text-align: center; color:#646464; }
.grid .tb_col tbody td:first-child { border-left:0; } 
.grid .tb_col tbody td.left { text-align:left; }


/*2025-10 리뉴얼*/
/*header*/
.layout-header-gap{height:100px;}
.layout-header-gap.upper{position:relative;z-index:101;}
.layout-header-wrap{position:absolute;top:0;left:0;width:100%;background-color:#fff;border-bottom:1px solid #ddd;z-index:100;letter-spacing:-1px;}
.layout-header-wrap.is-active-sm{height:170px;}
.layout-header-wrap.is-active-md{height:250px;}
.layout-header-wrap.is-active-lg{height:350px;}
.layout-header{position:relative;width:1200px;height:100px;margin:0 auto;}
.layout-header .inner{position:relative;}
.layout-header .ci{position:absolute;top:50%;left:16px;width:182px;height:24px;transform:translateY(-50%);background:url(../../img/hp/common/ci-member.gif) no-repeat 0 center;background-size:auto 24px;text-indent:-9999px;overflow:hidden;}
.layout-header .ci > a{display:block;}
.layout-header .layout-header-top{padding:33px 16px 13px 0;}
.layout-header .layout-header-top:after{content:'';display:block;clear:both;}
.layout-header .gnb{position:relative;padding:10px 0;margin-left:347px;box-sizing:border-box;text-align:left;}
.layout-header .gnb > ul > li{position:relative;float:left;margin-right:62px;}
.layout-header .gnb > ul:after{content:"";display:block;clear:both;}
.layout-header .gnb > ul > li > a{display:block;color:#111;font-weight:600;font-size:18px;line-height:1.4;}
.layout-header .gnb.active-idx1 > ul > li:nth-child(1) > a,
.layout-header .gnb.active-idx2 > ul > li:nth-child(2) > a,
.layout-header .gnb.active-idx3 > ul > li:nth-child(3) > a,
.layout-header .gnb.active-idx4 > ul > li:nth-child(4) > a,
.layout-header .gnb.active-idx5 > ul > li:nth-child(5) > a{color:#E91B24;}
.layout-header .gnb a{white-space:nowrap;}
.layout-header .gnb > ul > li > ul{display:none;position:absolute;top:65px;left:50%;color:#222;gap:48px;transform:translateX(-50%);align-items:start;}
.layout-header .gnb > ul > li:first-child > ul{left:-50px;transform:none;}
.layout-header .gnb > ul > li > ul > li > a{font-size:18px;font-weight:600;color:#000;line-height:1.4;}
.layout-header .gnb > ul > li > ul > li li{position:relative;margin-top:16px;color:#424242;font-size:16px;font-weight:400;line-height:1.4;}
.layout-header .gnb.active-idx1 > ul > li:nth-child(1) > ul {display:flex;}
.layout-header .gnb.active-idx2 > ul > li:nth-child(2) > ul {display:flex;}
.layout-header .gnb.active-idx3 > ul > li:nth-child(3) > ul {display:flex;}
.layout-header .gnb.active-idx4 > ul > li:nth-child(4) > ul {display:flex;}
.layout-header .gnb.active-idx5 > ul > li:nth-child(5) > ul {display:flex;}
.layout-header .top-util{position:absolute;right:18px;top:50%;transform:translateY(-50%);}
.layout-header .top-util > a{display:inline-block;width:28px;height:28px;text-indent:-9999em;overflow:hidden;}
.layout-header .top-util .myinfo{background:url("../../img/hp/common/icon-mypage.png") no-repeat 0 0;}
.layout-header .top-util .btn-menu{margin-left:36px;background:url("../../img/hp/common/icon-menu.png") no-repeat 0 0;}
.top-login-state{height:40px;padding:16px 160px 8px;text-align: right; font-size: 14px;letter-spacing:0;box-sizing:border-box;}
.top-login-state .userName{position:relative;padding-right:10px;margin-right:10px;}
.top-login-state .userName:after{content:"";display:block;position:absolute;right:0;top:50%;width:1px;height:8px;margin-top:-4px;background-color:#ddd;}
.top-login-state .userName strong{font-weight:600;}
.top-login-state .logout{color:#767676;}
.layout-section{margin-top:70px;}
.mask{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;background:#000;background:rgba(0,0,0,0.5);}

/*Footer*/
.layout-footer-wrap{padding-bottom:57px;}
.layout-footer-wrap .related-site-wrap{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;}
.layout-footer-wrap .related-site{position:relative;width:1200px;margin:0 auto;z-index:10;}
.layout-footer-wrap .related-site:after{content:'';display:block;clear:both;}
.layout-footer-wrap .related-site .shortcut{float:left;}
.layout-footer-wrap .related-site .shortcut li{float:left;width:147px;height:48px;text-align:center;border-right:1px solid #eaeaea;}
.layout-footer-wrap .related-site .shortcut li:first-child{border-left:1px solid #eaeaea;}
.layout-footer-wrap .related-site button,
.layout-footer-wrap .related-site .shortcut a{display:inline-block;width:147px;line-height:48px;color:#aeaeaf;font-size:13px;font-weight:bold;}
.layout-footer-wrap .related-site .shortcut a.br_text{padding-top: 5px;line-height:20px;}
.layout-footer-wrap .related-site button{position:relative;float:right;width:184px;padding-right:50px;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;box-sizing:border-box;}
.layout-footer-wrap .related-site button:after{content:'';position:absolute;top:20px;right:20px;width:13px;height:8px;background:url(../../img/hp/common/bg-footer-btn.gif) no-repeat;transform:rotate(180deg);}
.layout-footer-wrap .related-site button.is-active:after{transform:rotate(0deg);}
.layout-footer-wrap .related-site button.is-active + .related-site-all{display:flex;justify-content: center;-webkit-justify-content: center;}
.layout-footer-wrap .related-site-all{display:none;position:absolute;bottom:48px;left:0;width:1200px;padding:40px 0 40px 36px;background-color:#fff;border:1px solid #eaeaea;box-sizing:border-box;}
.layout-footer-wrap .related-site-all > li{float:left;width:193px;height:420px;padding:20px 12px;box-sizing:border-box;}
.layout-footer-wrap .related-site-all > li + li{border-left:1px solid #dedede;}
.layout-footer-wrap .related-site-all > li:last-child{border-left:none;padding-top:45px;}
.layout-footer-wrap .related-site-all > li > strong{display:block;margin-bottom:10px;color:#f04040;font-size:15px;font-weight:bold;line-height:1;}
.layout-footer-wrap .related-site-all a{display:block;color:#444;font-size:12px;font-weight:bold;line-height:25px;}
.layout-footer{position:relative;width:1200px;margin:0 auto;}
.layout-footer .footer-menu{padding:22px 0 11px 0;}
.layout-footer .footer-menu:after{content:'';display:block;clear:both;}
.layout-footer .footer-menu li{float:left;position:relative;padding-right:10px;font-size:13px;color:#aaa;font-weight:bold;line-height:30px;}
.layout-footer .footer-menu li + li:before{content:'';position:absolute;top:8px;left:0;width:2px;height:12px;background-color:#aeaeaf;}
.layout-footer .footer-menu li + li{padding:0 10px;}
.layout-footer .footer-menu .btn-open-layer{padding:0;font-weight:bold;border:none;}

.layout-footer p{color:#aeaeaf;font-size:11px;}
.layout-footer p.copyright{margin-top:15px;}
.layout-footer .cs-center{position:absolute;right:0;top:30px;padding-left:53px;color:#666;}
.layout-footer .cs-center:before{content:'';position:absolute;top:1px;left:0;width:38px;height:41px;background:url(../../img/hp/common/bg-cs-center.gif) no-repeat}
.layout-footer .cs-center strong{display:block;margin-top:10px;font-size:22px;font-weight:bold;color:#000;}
.layout-footer .btn-top{position:absolute;right:0;top:-97px;width:60px;height:48px;background:url(../../img/hp/common/bg-btn-top.gif) no-repeat;text-indent:-9999px;font-size:0;}

/*브래드크럼*/
.breadcrumb{width:100%;margin-top:20px;padding-bottom:12px;font-family:dotum,'돋움';font-size:12px;color:#999;}
.breadcrumb > div{width:1200px;margin:0 auto;}
.breadcrumb > div:after{content:'';display:block;clear:both;}
.breadcrumb .path > li{float:left;position:relative;}
.breadcrumb .path > li + li{margin-left:23px;}
.breadcrumb .path > li + li > a{padding-right:17px;}
.breadcrumb .path > .home > a{float:left;width:11px;height:12px;margin-top:2px;background:url(../../img/hp/common/bg-home.gif) no-repeat;text-indent:-9999px;font-size:0;}
.breadcrumb li a{line-height:17px;}
.breadcrumb .path > li + li:before{content:'';float:left;width:9px;height:17px;margin-right:25px;background:url(../../img/hp/common/bg-split.gif) no-repeat;}
.breadcrumb .path > li + li:after{content:'';position:absolute;right:0;top:6px;border-top:4px solid #999;border-left:4px solid #fff;border-right:4px solid #fff;border-bottom:none;}
.breadcrumb .path > li.is-active:after{border-bottom:4px solid #999;border-left:4px solid #fff;border-right:4px solid #fff;border-top:none;}
.breadcrumb .path ul{display:none;position:absolute;top:29px;z-index:5;border:1px solid #ddd;background-color:#fff;}
.breadcrumb .path .is-active ul{display:block;}
.breadcrumb .path ul li{height:32px;line-height:32px;padding:0 23px;}
.breadcrumb .path ul a{color:#555;display: block;min-width:105px;word-wrap:normal;word-break:keep-all;line-height: 32px}
.breadcrumb .path ul li:nth-child(2) ul li a{min-width:80px;}
.breadcrumb .path ul .is-active:hover a,
.breadcrumb .path ul .is-active a{background-color:#fff;color:#f04040;font-weight:bold;}
.breadcrumb .path ul li:hover{background-color:#f04040;}
.breadcrumb .path ul li:hover a{color:#fff;}
.breadcrumb .path ul .is-active:hover{background-color:#fff;}

/* layer total menu */
.layer-total-menu{display:none;position:absolute;left:0;top:70px;width:100%;padding:40px 0;background-color:#fff;line-height:1.4;z-index:105;}
.layer-total-menu .inner{width:1200px;margin:0 auto;}
.layer-total-menu .depth1{display:flex;}
.layer-total-menu .depth1 .tit{width:155px;font-size:18px;font-weight:600;}
.layer-total-menu .depth1 > ul{display:flex;gap:24px;padding-bottom:56px;padding-left:65px;border-left:1px solid #DDDDDD;}
.layer-total-menu .depth1 > ul > li{min-width:120px;}
.layer-total-menu .depth1 > ul > li > a{font-size:18px;font-weight:600;}
.layer-total-menu .depth1 > ul > li > ul > li{margin-top:16px;}
.layer-total-menu .depth1 > ul > li > ul > li > a{font-size:16px;color:#424242;}

/* 2025-10 component */
.inner--content{width:1200px;margin:0 auto;}