@charset 'utf-8';

/* Reset */
*, *:after, *:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-font-smoothing:antialiased;}
html, body{height:100%;}
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;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ol, ul, li{list-style:none;}
ul:after, ol:after{content:'';display:block;clear:both;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
caption, th, td {vertical-align:middle;}
legend, caption{overflow:hidden;width:1px;height:1px;color:transparent;}
a{text-decoration:none;color:inherit;}
a[href^="tel"]{cursor:default;}
img{vertical-align:middle;border:0 none;max-width: 100%;}
fieldset, button{background:none;border:0px;}
iframe{vertical-align:middle;border:0 none;}
h1, h2, h3, h4, h5, h6{font-weight:700;-webkit-font-smoothing:subpixel-antialiased;}
input, textarea{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;-webkit-border-radius:0;border-radius:0;outline:0;}
select::-ms-expand{display:none;}
input::-ms-clear{display:none;}
input[type=password]::-ms-reveal{display:none;}
b, strong{font-weight:800;}
em{font-style:normal;}
textarea{overflow-y:auto;}
button{cursor:pointer;}
button span{position:relative;}

/* default WebFont */
@font-face {
    font-family: 'NanumGothic';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/basic/fonts/NanumGothic-Regular.eot);
    src: url(/assets/basic/fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(/assets/basic/fonts/NanumGothic-Regular.woff2) format('woff2'), url(/assets/basic/fonts/NanumGothic-Regular.woff) format('woff'), url(/assets/basic/fonts/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-weight: 700;
    font-style: normal;
    src: url(/assets/basic/fonts/NanumGothic-Bold.eot);
    src: url(/assets/basic/fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(/assets/basic/fonts/NanumGothic-Bold.woff2) format('woff2'), url(/assets/basic/fonts/NanumGothic-Bold.woff) format('woff'), url(/assets/basic/fonts/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-weight: 800;
    font-style: normal;
    src: url(/assets/basic/fonts/NanumGothic-ExtraBold.eot);
    src: url(/assets/basic/fonts/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(/assets/basic/fonts/NanumGothic-ExtraBold.woff2) format('woff2'), url(/assets/basic/fonts/NanumGothic-ExtraBold.woff) format('woff'), url(/assets/basic/fonts/NanumGothic-ExtraBold.ttf) format('truetype');
}

input[type='checkbox'],
input[type='radio'] {
    margin-right: 5px;
}


input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='search'],
textarea {
    -webkit-appearance: none;
}

input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='search'] {
    height: 35px;
}

input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='search'],
textarea,
select {
    padding: 0 5px;
    border: 1px solid #cacaca;
    color: #262626;
    font-size: 100%;
    line-height: 1;
}

textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 5px;
    resize: none;
}

input[type=button],
button {
    vertical-align: middle;
    border: 0;
    background: none;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #c9c9c9;
}
input:-moz-placeholder {
    color: #c9c9c9;
}
input::-moz-placeholder {
    color: #c9c9c9;
}
input:-ms-input-placeholder {
    color: #c9c9c9;
}

input::-moz-selection {
    color: #000;
}
input::selection {
    color: #000;
}

body {
    min-width: 1220px;
    color: #464646;
    font-family: 'NanumGothic', 'Malgun Gothic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1.2;
}
input,
textarea,
select,
button {
    font-family: 'NanumGothic', 'Malgun Gothic', sans-serif;
}
.Nanum_Gothic {
    font-family: 'NanumGothic','나눔고딕',Malgun Gothic,Arial,dotum, sans-serif !important;
}
.form-control {
    width: 100%;
    padding: 3px 5px;
}

/* Clear */
.clear {
    overflow: hidden;
    float: none !important;
    clear: both;
    width: 0 !important;
    height: 0 !important;
}

/* Float */
.fl,
.fl_l {
    float: left !important;
}
.fr,
.fl_r {
    float: right !important;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* Align */
.align_l,
.txt-left,
.text-left {
    text-align: left !important;
}
.align_r,
.txt-right,
.text-right {
    text-align: right !important;
}
.align_c,
.txt-center,
.text-center {
    text-align: center !important;
}

/* Display */
.block {
    display: block;
}
.none,
.hide {
    display: none;
}
.inblock {
    display: inline-block;
}

.cl_b{clear: both;}

/*기본 설정값*/
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb55 {
    margin-bottom: 55px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb75 {
    margin-bottom: 75px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb85 {
    margin-bottom: 85px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb95 {
    margin-bottom: 95px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb110 {
    margin-bottom: 110px !important;
}
.mb120 {
    margin-bottom: 120px !important;
}
.mb130 {
    margin-bottom: 130px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt60,
.mgt60 {
    margin-top: 60px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mt110 {
    margin-top: 110px !important;
}
.mt120 {
    margin-top: 120px !important;
}
.mt130 {
    margin-top: 130px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb55 {
    padding-bottom: 55px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb65 {
    padding-bottom: 65px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb75 {
    padding-bottom: 75px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb85 {
    padding-bottom: 85px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb95 {
    padding-bottom: 95px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}

.pt0 {
    padding-top: 0 !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45,
.pdt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt55 {
    padding-top: 55px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt65 {
    padding-top: 65px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt75 {
    padding-top: 75px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt85 {
    padding-top: 85px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt95 {
    padding-top: 95px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.w100p {
    box-sizing: border-box;
    width: 100%;
}
.txt-primary {
    color: #4959ec;
}

/* Background */
.bg_gray {
    background-color: #eee;
}
.bg_gray01 {
    position: relative;
    background-color: #f5f5f5;
}
.bg_gray02 {
    position: relative;
    background-color: #eee;
}
.bg_gray03 {
    background-color: #f3f3f3;
}
.bg_color01 {
    position: relative;
    background-color: #f4f6ff;
}
.bg_black01{
    background: #191919;
}

/* Box */
.shadow_box {
    overflow: hidden;
    border: 2px solid #eee;
    box-shadow: 4px 3px 10px rgba(0, 0, 0, .1);
}
.round_box {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

/* Title */
.tit_wrap.type02 {
    text-align: center;
}
.tit_wrap + .tab_wrap.swiper_type {
    margin-top: 24px;
}
.title01 {
    margin: 96px 0 36px;
    color: #212121;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.title02 {
    color: #212121;
    font-size: 28px;
    font-weight: 400;
}
.title03 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
}
.title03 span {
    color: #0c5dd7;
}
.title04 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.title05 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.title05 p{display: inline-block; color:#737373; font-size:15px;}

.title06 {
    color: #212121;
    font-size:38px
}

.title06 p{color:#737373; font-size:30px; font-weight: normal;}

.title07 {
    color: #212121;
    font-size:36px
}

.title07 p{
    font-size:20px;
    color:#666;
    text-align:center;
    line-height:1;
}

.title08 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

/* Border */
.border_box {
    border: 1px solid #ccc;
}

/* Overflow */
.ov_h{overflow: hidden;}

/* Form Element */
.input_wrap {
    position: relative;
}
.input_wrap input {
    width: 100%;
}
.input_wrap input::placeholder {
    color: #777;
}
.select_wrap {
    position: relative;
}
.select_wrap select {
    width: 100%;
}
.textarea_wrap {
    position: relative;
}
.textarea_wrap textarea {
    width: 100%;
    resize: none;
}
.check_wrap {
    position: relative;
}
.check_wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.radio_wrap {
    position: relative;
}
.radio_wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

/* Layout */
#wrap {
    width: 100%;
    position: relative;
}
#container,
#contents {
    position: relative;
}
#left_side,
#right_side {
    position: absolute;
    width: 150px;
}
#left_side.fixed,
#right_side.fixed {
    position: fixed;
}
#left_side {
    left: 50%;
    margin-left: -760px;
}
#right_side {
    right: 50%;
    margin-right: -760px;
}
.inner,
.inr-c {
    width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}
.inner .bg_gray02:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    left: -100%;
    height: 100%;
    background-color: inherit;
}
.inr-c {
    padding-top: 10px;
}

/* Right Side */
.r_article {
    position: relative;
    padding: 6px 8px 12px;
    border-width: 2px;
    border-radius: 20px;
    background-color: #fff;
}
.r_article + .r_article {
    margin-top: 18px;
}
.r_article + .r_article.square {
    margin-top: 22px;
}
.r_article .tit {
    color: #212121;
    font-size: 20px;
    text-align: center;
    letter-spacing: -.05em;
}
.r_article .radio_box {
    margin: 15px 0 11px;
    font-size: 0;
    text-align: center;
    letter-spacing: 0;
}
.r_article .radio_wrap {
    display: inline-block;
    position: relative;
    width: 50px;
    text-align: center;
}
.r_article .radio_wrap + .radio_wrap {
    margin-left: 18px;
}
.r_article .radio_wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: none;
    opacity: 0;
    cursor: pointer;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.r_article .radio_wrap input + label {
    display: block;
    width: 100%;
    height: 24px;
    border: 2px solid #999;
    border-radius: 11px;
    color: #999;
    font-size: 18px;
    letter-spacing: -.05em;
    line-height: 20px;
}
.r_article .radio_wrap input:checked + label {
    border-color: #999;
    color: #fff;
    background-color: #999;
}
.r_article .input_wrap {
    height: 24px;
    border: 1px solid #999;
}
.r_article .input_wrap + .input_wrap {
    margin-top: 3px;
}
.r_article .input_wrap input {
    vertical-align: top;
    width: 100%;
    height: 22px;
    padding: 0 5px;
    border: 0;
    color: #212121;
    font-size: 14px;
    font-weight: 350;
    line-height: 22px;
}
.r_article .input_wrap input::placeholder {
    color: #999;
}
.r_article .check_wrap {
    position: relative;
    margin-top: 9px;
}
.r_article .check_wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.r_article .check_wrap input + label {
    display: block;
    position: relative;
    padding-left: 13px;
    color: #212121;
    font-size: 9px;
    font-weight: 350;
    letter-spacing: -.05em;
    line-height: 12px;
    cursor: pointer;
}
.r_article .check_wrap input + label:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    background-color: #fff;
}
.r_article .check_wrap input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 4px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.r_article .btn_box {
    margin-top: 7px;
}
.r_article .align_r {
    line-height: 0;
}
.r_article button {
    min-width: 35px;
    height: 12px;
    margin-top: 3px;
    padding: 0;
    color: #212121;
    font-size: 9px;
    font-weight: 350;
    text-align: center;
    letter-spacing: -.05em;
    line-height: 12px;
    background-color: #d3d3d3;
}
.r_article button span {
    display: block;
    height: 12px;
    line-height: 12px;
}
.r_article .btn_submit {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 24px;
    margin: 0;
    border: inherit;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 24px;
    background-color: #1510e6;
}
.r_article .btn_submit span {
    height: inherit;
    line-height: inherit;
}
.r_article .tit + .select_wrap {
    margin-top: 12px;
}
.r_article .select_wrap {
    position: relative;
    height: 20px;
}
.r_article .select_wrap:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 10px;
    border-top: 6px solid #777;
    border-right: 4px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 4px solid transparent;
}
.r_article .select_wrap + .select_wrap {
    margin-top: 4px;
}
.r_article .select_wrap select {
    vertical-align: top;
    width: 100%;
    height: inherit;
    padding: 0 10px;
    border: 1px solid #999;
    border-radius: 9px;
    color: #777;
    font-size: 10px;
    letter-spacing: -.05em;
    line-height: 18px;
}
.r_article label {
    display: block;
    margin: 6px 0 2px;
    color: #777;
    font-size: 10px;
}
.r_article label + .input_wrap {
    overflow: hidden;
    height: 20px;
    border: 1px solid #999;
    border-radius: 9px;
}
.r_article label + .input_wrap input {
    width: 100%;
    height: 18px;
    padding: 0 10px;
    border: 0;
    border-radius: 9px;
    color: #212121;
    font-size: 10px;
    line-height: 18px;
    line-height: 18px;
}
.r_article .input_wrap + .btn_box {
    margin-top: 10px;
}
.r_article.square {
    min-height: 238px;
    padding: 0 9px 51px;
    border: 1px solid #535353;
    border-radius: 0;
}
.r_article.square .tit {
    padding: 7px 0 6px;
    border-bottom: 1px solid #535353;
    font-size: 20px;
    line-height: 24px;
}
.r_article.square .to_top {
    display: block;
    position: absolute;
    right: 9px;
    bottom: 0;
    left: 9px;
    height: 22px;
    padding-top: 1px;
    border-top: 1px solid #535353;
    color: #212121;
    font-size: 16px;
    text-align: center;
    letter-spacing: -.05em;
    line-height: 100%;
}
.r_article.square .to_top:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 4px;
    border-top: 6px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #333;
    border-left: 4px solid transparent;
}
.r_article.square .noitem {
    width: 100%;
    margin-top: 19px;
    padding-top: 11px;
    color: #212121;
    font-size: 16px;
    font-weight: 350;
    text-align: center;
    letter-spacing: -.05em;
    line-height: 22px;
}
.r_article.square .item {
    display: block;
    height: 70px;
    border: 1px solid #535353;
}
.r_article.square .item img {
    width: 100%;
    height: 100%;
}
.r_article.square .item + .item {
    margin-top: 5px;
}

/* Tab */
.tab_wrap + .col_box {
    margin-top: 109px;
}
.tab_wrap + .shadow_box {
    margin-top: 115px;
}
.tab_wrap .tab_list {
    position: relative;
}
.tab_wrap .tab_list ul {
    overflow: hidden;
}
.tab_wrap .tab_list ul li {
    float: left;
}
.tab_wrap .tab_con {
    display: none;
}
.tab_wrap .tab_con.current {
    display: block;
}
.tab_wrap.type01 > .tab_list > ul {
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    background-color: #eee;
}
.tab_wrap.type01 > .tab_list > ul > li {
    min-width: 160px;
    height: 50px;
    border: inherit;
    color: #212121;
    font-size: 30px;
    font-weight: 350;
    text-align: center;
    line-height: 40px;
}
.tab_wrap.type01 > .tab_list > ul > li + li {
    margin-left: -20px;
}
.tab_wrap.type01 > .tab_list > ul > li a {
    display: block;
    width: 100%;
    height: inherit;
    padding-top: 4px;
    color: inherit;
}
.tab_wrap.type01 > .tab_list > ul > li.acc_color {
    position: relative;
    border-radius: inherit;
    color: #fff;
}
.tab_wrap.type01 > .tab_con {
    padding-top: 20px;
}

.shadow_box .tab_wrap.type02 {
    padding: 19px 18px 28px 28px;
}
.tab_wrap.type02 > .tab_list > ul > li {
    color: #212121;
    font-size: 28px;
}
.tab_wrap.type02 > .tab_list > ul > li + li {
    margin-left: 20px;
}
.tab_wrap.type02 > .tab_list > ul > li a {
    display: block;
    color: inherit;
}
.tab_wrap.type02 > .tab_list > ul > li.acc_color {
    border-top: 0;
    border-right: 0;
    border-bottom-width: 3px;
    border-left: 0;
    background-color: inherit;
}
.tab_wrap.type02 > .tab_list > ul > li.acc_color a {
    background-color: inherit;
}
.tab_wrap.type02 > .tab_con {
    padding-top: 30px;
}

.tab_wrap.type03 > .tab_list > ul > li {
    border-width: 2px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #bababa;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.075em;
    background-color: inherit;
}
.tab_wrap.type03 > .tab_list > ul > li + li {
    margin-left: 45px;
}
.tab_wrap.type03 > .tab_list > ul > li a {
    display: block;
    padding: 7px 8px;
}
.tab_wrap.type03 > .tab_list > ul > li.acc_color {
    color: #4755eb;
}
.tab_wrap.type03 > .tab_con .round_box {
    margin-top: 29px;
}
.tab_wrap.type03.small > .tab_list > ul > li {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.025em;
}
.tab_wrap.type03.small > .tab_list > ul > li + li {
    margin-left: 18px;
}
.tab_wrap.type03.small > .tab_list > ul > li a {
    padding: 5px 7px 0;
}
.tab_wrap.type03.small > .tab_list > ul > li.acc_color {
    color: #4755eb;
    font-weight: 700;
}

.tab_wrap.type04 > .tab_list {
    overflow: hidden;
}
.tab_wrap.type04 > .tab_list > ul {
    overflow: visible;
    float: right;
    position: relative;
    left: -50%;
}
.tab_wrap.type04 > .tab_list > ul > li {
    float: left;
    position: relative;
    left: 50%;
    width: 191px;
    height: 50px;
    border: 1px solid #c8c8c8;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.025em;
}
.tab_wrap.type04 > .tab_list > ul > li + li {
    margin-left: -1px;
}
.tab_wrap.type04 > .tab_list > ul > li:first-child {
    margin-left: 0;
}
.tab_wrap.type04 > .tab_list > ul > li a {
    display: block;
    height: inherit;
    padding: 12px 8px;
}
.tab_wrap.type04 > .tab_list > ul > li.acc_color {
    color: #fff;
}

.tab_wrap.type05 {
    position: relative;
    height: 520px;
    padding-left: 280px;
    border: 1px solid #b8b8b8;
    background-color: #e1eeff;
}
.tab_wrap.type05 .tit_wrap {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 88px;
    text-align: center;
    background-color: #fff;
}
.tab_wrap.type05 .tit_wrap div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: inherit;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.025em;
}
.tab_wrap.type05 > .tab_list {
    position: absolute;
    top: 88px;
    bottom: 0;
    left: 0;
    width: 280px;
}
.tab_wrap.type05 > .tab_list > ul {
    height: 100%;
}
.tab_wrap.type05 > .tab_list > ul li {
    display: table;
    float: none;
    width: 100%;
    height: 20%;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    letter-spacing: -.025em;
    background-color: #525252;
}
.tab_wrap.type05 > .tab_list > ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 20px;
}
.tab_wrap.type05 > .tab_list > ul li a em {
    display: block;
    font-size: 20px;
    line-height: 24px;
}
.tab_wrap.type05 > .tab_list > ul li a span {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.tab_wrap.type05 > .tab_list > ul li.acc_color {
    color: #333;
    background-color: transparent;
}
.tab_wrap.type05 > .tab_con {
    padding: 26px 24px;
}




.tab_wrap.swiper_type > .tab_list > ul > li {
    margin-left: 38px;
    border-width: 3px;
    border-color: #0c5dd7;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #333;
    font-size: 20px;
    letter-spacing: -.075em;
    background-color: inherit;
}
.tab_wrap.swiper_type > .tab_list > ul > li:first-child {
    margin-left: 0;
}
.tab_wrap.swiper_type > .tab_list > ul > li.acc_color {
    color: #0c5dd7;
    font-weight: 700;
}
.tab_wrap.swiper_type .description {
    padding: 7px 10px 0;
    color: #666;
    font-size: 16px;
    letter-spacing: -.075em;
}
.tab_wrap.swiper_type + .tit_wrap {
    margin-top: 76px;
}
.tab_wrap.swiper_type .slick-prev,
.tab_wrap.swiper_type .slick-next {
    z-index: 10;
    width: 25px;
    height: 44px;
    margin-top: 3px;
}
.tab_wrap.swiper_type .slick-prev:before,
.tab_wrap.swiper_type .slick-next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}
.tab_wrap.swiper_type .slick-prev {
    left: 0;
}
.tab_wrap.swiper_type .slick-next {
    right: 0;
}
.tab_wrap.swiper_type .btn_show_all {
    width: 180px;
    height: 40px;
    margin-top: 32px;
    border: 1px solid #c8c8c8;
    color: #010101;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.075em;
}


/* Form */
.select_wrap {
    position: relative;
}
.select_wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.select_wrap.type01 {
    min-width: 100px;
}
.select_wrap.type01 select {
    width: 100%;
    height: 40px;
    padding: 0 18px;
    border: 2px solid #bfbfbf;
    border-radius: 19px;
}
.select_wrap.type01:after {
    content: '';
    display: block;
    top: 10px;
    right: 19px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select_wrap.type02 {
    min-width: 100px;
}
.select_wrap.type02 select {
    width: 100%;
    height: 55px;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
}
.select_wrap.type03 {
    min-width: 100px;
}
.select_wrap.type03 select {
    width: 100%;
    height: 34px;
    padding: 0 3px;
    border: 0;
    border-bottom: 2px solid #464646;
}

/* Column */
.col_box {
    overflow: hidden;
}
.col_box + .col_box {
    margin-top: 10px;
}
.col_box + .tit_wrap {
    margin-top: 54px;
}
.col_box > div {
    overflow: hidden;
    margin: 0 -5px;
}
.col_box .col {
    float: left;
    padding: 0 5px;
}
.col_box .col.col01 {
    width: 25%;
}
.col_box .col.col02 {
    width: 50%;
}
.col_box .col.col03 {
    width: 75%;
}
.col_box .col.col04 {
    width: 100%;
}
.col_box.dashed + .tab_wrap {
    margin-top: 70px;
}
.col_box.dashed + .tit_wrap {
    margin-top: 90px;
}
.col_box.dashed > div {
    margin: 0;
}
.col_box.dashed .col:first-child {
    background: none;
}

/* Center List */
.center_list {
    overflow: hidden;
    margin: 20px 0;
}
.center_list + .tit_wrap {
    margin-top: 174px;
}
.center_list ul {
    float: right;
    position: relative;
    left: -50%;
}
.center_list ul li {
    float: left;
    position: relative;
    left: 50%;
}
.center_list ul li + li {
    margin-left: 8px;
}

.cursor-point {
    cursor: pointer;
}

/* Slider */
.slick-slider {
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.slick-list {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../images/common/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    outline: none;
    color: transparent;
    font-size: 0;
    text-align: center;
    line-height: 0;
    background: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    color: white;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    opacity: .75;

    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
}
[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: 0;
}[dir='rtl'] .slick-next {
     right: auto;
     left: 0;
 }
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    display: block;
    position: absolute;
    bottom: -25px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    border: 0;
    outline: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: transparent;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 0px;
    background-color: #999;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75;
}


/* Responsive */
@media screen and  (max-width : 1025px) {
    #left_side,
    #right_side {
        display: none !important;
    }
}

/* 언론기사 */
.news_area{}
.news_area ul li{clear: both; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; margin-bottom:20px; overflow: hidden; padding:20px 0px;}
.news_area ul li:last-child{margin-bottom:0px;}
.news_area ul li img{float: left; margin-left:10px;}
.news_area ul li dl{float: left; margin-left:18px; margin-top:18px; width:390px;}
.news_area ul li dl dt{font-size:18px; color:#333; margin-bottom:15px; letter-spacing:-0.1em; font-weight: bold;}
.news_area ul li dl dd{font-size:14px; color: #797979; letter-spacing:-0.1em}
.news_area{}

/* 영상영역 */
.mv0_area{}

/* 실시간상담영역*/
.realtime_area{}
.realtime_area ul{margin-bottom:10px;}
.realtime_area ul li{width:50%; height:40px; line-height:40px; border:1px solid #d9d9d9; background:#f3f3f3; text-align: center; float: left; font-size:18px; color: #5a5a5a;}
.realtime_area ul li:last-child{border-left: none;}
.realtime_area ul li span{color: #e29a00;}
.realtime_area ul li:last-child span{color: #b9b9b9;}

.realtime_area table{width:100%;}
.realtime_area table th{height:40px; background:#000; font-size:12px; color: #fff;}
.realtime_area table th select{margin-left:10px; width:110px;}
.realtime_area table td{height:42px; font-size:12px; color: #5a5a5a; text-align: center; border-bottom:1px dotted #bdbdbd;}
.realtime_area table td.left{text-align: left;}
.realtime_area table span.count{margin-left:10px; margin-right:45px;}
.realtime_area table td.left a{text-indent:20px; display: block; text-indent:20px; color: #5a5a5a;}

/* ICON */
.ico_box{width:66px; height:21px; line-height:20px; text-align: center; border-radius:2px; background:#fff; border:1px solid #5a5a5a; display: inline-block; font-weight: bold; color: #5a5a5a; font-size:12px;}
.ico_box.buy{border:1px solid #29445f; background:#29445f; color: #fff;}
.ico_box.sell{border:1px solid #5a5a5a; background:#5a5a5a; color: #fff;}
.ico_box.compl{border:1px solid #b9b9b9; background:#b9b9b9; color: #fff;}
.ico_box.loading{border:1px solid #ab7500; background:#ab7500; color: #fff;}

/* 추천차량 */
.recommend_car_picture {
    overflow: hidden;
    margin: 30px -6px 0;
    padding: 0;
    line-height: 1.5;
}

.recommend_car_picture li {
    float: left;
    min-height: 201px;
    margin: 0;
    padding: 6px;
    border: 0;
}
.recommend_car_picture li a {
    display: block;
    overflow: hidden;
    width: 100%;
    /*min-height: inherit;*/
    border: 1px solid #ddd;
}
.recommend_car_image {
    display: block;
	position: relative;
}
/*.recommend_car_image img {vertical-align: top;}*/
.recommend_car_image .car-img {
    /*height:176px;*/overflow: hidden;
    height: auto;
    padding-bottom: 75%;
    background-size: cover !important;
}

.recommend_car_desc {
    padding: 10px 5px;
}
.recommend_car_name {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -.05em;
    line-height: 22px;
}
.recommend_car_detail {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.recommend_car_detail > span {
    display: block;
}

.recommend_car_info {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    color: #666;
    font-size: 11px;
    text-align: center;
}
.recommend_car_info + .recommend_car_info {
    padding-left: 6px;
}
.recommend_car_info + .recommend_car_info:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 10px;
    background: #bbb;
}


.recommend_car_price {
    display: block;
    color: #666;
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.05em;
}
.recommend_car_price span {
    margin-right: 3px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.recommend_car_price span.equalRepaymentOfPrincipalAndInterestPrice{
    letter-spacing: -0.1em;
}

.recommend_car_custom {
    display: block;
    color: #666;
    font-size: 13px;
    text-align: center;
}
.recommend_car_custom strong {
    color: #1978d1;
    font-size: 22px;
}



.recommend_car_picture_4 li {
    width: 25%;
    /*min-height: 384px;*/
}


.recommend_car_picture_5 li {
    width: 20%;
    /*min-height: 330px;*/
}


.recommend_car_picture_6 li {
    width: 16.66%;
    /*min-height: 310px;*/
}



.recommend_car_picture_7 li {
    width: 14.28%;
}
.recommend_car_picture_7 .recommend_car_info {
    display: block;
}
.recommend_car_picture_7 .recommend_car_info + .recommend_car_info {
    padding-left: 0;
	height:18px;
}
.recommend_car_picture_7 .recommend_car_info + .recommend_car_info:before {
    display: none;
}
.recommend_car_picture_7 .recommend_car_custom strong {
    display: block;
}


.recommend_car_picture_8 .recommend_car_info {
    display: block;
}
.recommend_car_picture_8 .recommend_car_info + .recommend_car_info {
    padding-left: 0;
	height:18px;
}
.recommend_car_picture_8 .recommend_car_info + .recommend_car_info:before {
    display: none;
}
.recommend_car_picture_8 .recommend_car_custom strong {
    display: block;
}
.recommend_car_picture_8 .recommend_car_name {
    height: 44px;
    white-space: normal;
}

.recommend_car_picture_8 li {
    width: 12.4%;
}


.car-img.scale {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
.car-img.scale:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.car-img-div {overflow: hidden;}


/* ------- 20200916. Guide ------- */
#header.header_area{height:auto; padding-top:28px; position: relative;}
#header.header_area .primary{width:auto; height:auto;}
#header.header_area .primary .gnb{width:1200px; height:auto; margin:0 auto; position: relative;}
#header.header_area .primary .gnb h1{text-align: center;}
#header.header_area .primary .gnb_menu{display: table; table-layout:fixed; padding:0px; width: 1200px; margin: 0 auto;}
#header.header_area .primary .gnb_menu li{display: table-cell; float: none; text-align: center; padding:0; letter-spacing:-0.1em}
#header.header_area .primary .gnb_menu li:last-child{border-right: none;}

#header.header_area .primary .decoL{position: absolute; top:0px; left:0px;}
#header.header_area .primary .decoR{position: absolute; top:0px; right:0px;}
#header.header_area .primary .decoC{position: absolute; top:0px; left:50%;}

#header.header_area .primary .guarantee ul li{text-align: center; display: inline-block; font-size:12px; color: #525252; font-weight: bold; margin-right:23px; letter-spacing:-0.05em}
#header.header_area .primary .guarantee ul li img{display: block; margin:0 auto 5px;}
#header.header_area .primary .tel_box{padding-left:55px; padding-bottom:5px;}
#header.header_area .primary .tel_box dl dt{font-size:16px; color: #333; font-weight: bold; letter-spacing:-0.05em; margin-bottom:5px; padding-top:5px;}
#header.header_area .primary .tel_box dl dd{font-size:20px;}



/* Header Type01 */
#header.header_area .primary.case_gnb01{width:auto; height:auto; border-bottom:3px solid #ffe96d;}
#header.header_area .primary.case_gnb01 .gnb{width:1200px; height:auto; margin:0 auto 13px; position: relative;}
#header.header_area .primary.case_gnb01 .gnb h1{padding:42px 0; text-align: center;}
#header.header_area .primary.case_gnb01 .decoL{top:42px; left:90px;}
#header.header_area .primary.case_gnb01 .decoR{top:42px; right:76px;}
#header.header_area .primary.case_gnb01 .gnb_menu{display: table; table-layout:fixed; padding:0px; width: 1200px; margin: 0 auto;}
#header.header_area .primary.case_gnb01 .gnb_menu li{display: table-cell; float: none; text-align: center; padding:0; letter-spacing:-0.1em}
#header.header_area .primary.case_gnb01 .gnb_menu li:last-child{border-right: none;}
#header.header_area .primary.case_gnb01 .gnb_menu li a{color: #333; font-size:22px; font-weight: bold;}
#header.header_area .primary.case_gnb01 .gnb_menu > li:hover a{color: #ffe800;}
#header.header_area .primary.case_gnb01.line_blue{border-bottom:3px solid #65b1f7}
#header.header_area .primary.case_gnb01.line_red{border-bottom:3px solid #cb3333}
#header.header_area .primary.case_gnb01.line_bk{border-bottom:3px solid #464646}

#header.header_area .primary.case_gnb01.bar_gray{border-bottom:none; padding-bottom:12px;}
#header.header_area .primary.case_gnb01.bar_gray .gnb{margin:0 auto;}
#header.header_area .primary.case_gnb01.bar_gray:before{content:''; background:#f3f3f3; height:50px; width:100%; position: absolute; bottom:0;}

#header.header_area .primary.case_gnb01.bar_blue{border-bottom:none; padding-bottom:12px;}
#header.header_area .primary.case_gnb01.bar_blue .gnb{margin:0 auto;}
#header.header_area .primary.case_gnb01.bar_blue:before{content:''; background:#006dc1; height:43px; width:100%; position: absolute; bottom:0;}
#header.header_area .primary.case_gnb01.bar_blue .gnb_menu li a{color: #fff; font-size:18px; font-weight: bold;}

#header.header_area .primary.case_gnb01.bar_blue02{border-bottom:none; padding-bottom:12px;}
#header.header_area .primary.case_gnb01.bar_blue02 .gnb{margin:0 auto;}
#header.header_area .primary.case_gnb01.bar_blue02:before{content:''; background:#2b89d9; height:43px; width:100%; position: absolute; bottom:0; border-top:6px solid #1375c8; border-bottom:5px solid #1375c8;}
#header.header_area .primary.case_gnb01.bar_blue02 .gnb_menu li a{color: #fff; font-size:18px; font-weight: bold;}

#header.header_area .primary.case_gnb01.bar_red{border-bottom:none; padding-bottom:13px;}
#header.header_area .primary.case_gnb01.bar_red .gnb{margin:0 auto;}
#header.header_area .primary.case_gnb01.bar_red:before{content:''; background:#b81510; height:50px; width:100%; position: absolute; bottom:0;}
#header.header_area .primary.case_gnb01.bar_red .gnb_menu li a{color: #fff; font-size:18px; font-weight: bold;}

#header.header_area .primary.case_gnb01.bar_green{border-bottom:none; padding-bottom:13px;}
#header.header_area .primary.case_gnb01.bar_green .gnb{margin:0 auto;}
#header.header_area .primary.case_gnb01.bar_green:before{content:''; background:#019d99; height:50px; width:100%; position: absolute; bottom:0;}
#header.header_area .primary.case_gnb01.bar_green .gnb_menu li a{color: #fff; font-size:18px; font-weight: bold;}


#header.header_area .primary.case_gnb02{width:auto; height:auto; }
#header.header_area .primary.case_gnb02 .gnb{width:1200px; height:auto; margin:0 auto; position: relative;}
#header.header_area .primary.case_gnb02 .gnb h1{padding:24px 0; text-align: center;}

#header.header_area .primary.case_gnb02 .gnb .gnb_menu {overflow: hidden;width: 1200px;margin:0 auto 25px;padding: 10px 0px;margin-left:0px; display: table; table-layout: fixed;}
#header.header_area .primary.case_gnb02 .gnb .gnb_menu > li{float: none;padding: 0; display: table-cell; text-align: center; position: relative;}

#header.header_area .primary.case_gnb02 .gnb .gnb_menu li:before{content:''; position: absolute; width:1px; height:11px; background:#3c3c3c; display: inline-block; top:7px; left:0px;}
#header.header_area .primary.case_gnb02 .gnb .gnb_menu li:last-child:after{content:''; position: absolute; width:1px; height:11px; background:#3c3c3c; display: inline-block; top:7px; right:1px;}
#header.header_area .primary.case_gnb02 .gnb .gnb_menu > li a {color: #484848;font-size: 20px;font-weight: bold; display: block;}
#header.header_area .primary.case_gnb02 .gnb .gnb_menu > li:hover a{color:#e13b3e;}

#header.header_area .primary.case_gnb03{width:auto; height:auto; background:linear-gradient(90deg, transparent 10%, white 10%, black 50%, white 90%, transparent 90%) bottom no-repeat; background-size: 100% 1px; padding-bottom:1px;}
#header.header_area .primary.case_gnb03 .gnb{width:1200px; height:auto; margin:0 auto; position: relative;}
#header.header_area .primary.case_gnb03 .gnb h1{padding:25px 0; text-align: left;}
#header.header_area .primary.case_gnb03 .gnb_menu{display: table; table-layout:fixed; padding:0px; width: 1200px; margin: 0 auto 15px;}
#header.header_area .primary.case_gnb03 .gnb_menu li{display: table-cell; float: none; text-align: center; padding:0; letter-spacing:-0.1em}
#header.header_area .primary.case_gnb03 .gnb_menu li:last-child{border-right: none;}
#header.header_area .primary.case_gnb03 .gnb_menu li a{color: #333; font-size:22px; font-weight: bold;}
#header.header_area .primary.case_gnb03 .decoC{top:45px; left:33%;}
#header.header_area .primary.case_gnb03 .decoR{top:60px;}

#header.header_area .primary.case_gnb04{width:auto; height:auto; }
#header.header_area .primary.case_gnb04 .gnb{width:1200px; height:auto; margin:0 auto; position: relative;}
#header.header_area .primary.case_gnb04 .gnb h1{float: left; margin-top:13px; margin-bottom:23px;}
#header.header_area .primary.case_gnb04 .gnb .gnb_menu{float: right; width:900px;}
#header.header_area .primary.case_gnb04 .gnb_menu li a{color: #333; font-size:22px; font-weight: bold;}

#header.header_area .primary.case_gnb05 .gnb_menu{display: table; table-layout:fixed; padding:0px; width: 1200px; margin: 0 auto; background:#e29a00;}
#header.header_area .primary.case_gnb05 .gnb_menu li{display: table-cell; float: none; text-align: center; padding:0; letter-spacing:-0.1em}
#header.header_area .primary.case_gnb05 .gnb_menu li:last-child{border-right: none;}
#header.header_area .primary.case_gnb05 .gnb_menu li a{color: #382400; font-size:20px; font-weight: bold; height: 49px; line-height: 49px; display: block;}
#header.header_area .primary.case_gnb05 .gnb_menu > li:hover a{color: #ffe800;}

.bar_none:before{background:none !important;}

.line_gradient{background:linear-gradient(90deg, transparent 10%, white 10%, black 50%, white 90%, transparent 90%) bottom no-repeat; background-size: 100% 1px; padding-bottom:1px;}

.visual_sec{line-height:1;}
.visual_sec.case_wide{width:100%;}
.visual_sec.case_lock{width:1200px; margin:0 auto;}
.visual_sec.case_wide_lock .banner_image_div{width: auto !important; text-align: center;}
.visual_sec.case_wide_lock .slick-slide{text-align: center;}

/* Search */
.search_wrap.case_srch_01 {padding: 20px 0 24px 26px; }
.search_wrap.case_srch_01.bd{border: 1px solid #ccc; padding: 30px 0 24px 26px; }
.search_wrap.case_srch_01 + .tit_wrap {margin-top: 54px;}
.search_wrap.case_srch_01:after {content: ''; display: block; clear: both;}
.search_wrap.case_srch_01 .left_side, .search_wrap .right_side {float: left; width: 50%; position: static;}
.search_wrap.case_srch_01 .right_side {font-size: 0; letter-spacing: 0;}
.search_wrap.case_srch_01 .select_wrap {float: left; margin: 0 10px 10px 0;}
.search_wrap.case_srch_01 .select_wrap select {box-sizing: content-box; width: 266px; height: 32px; padding: 0 5px; border: 2px solid #cdcdcd; font-size: 14px; letter-spacing: -.05em;}
.search_wrap.case_srch_01 .btn_wrap {clear: both; max-width: 571px; padding-top: 17px;}
.search_wrap.case_srch_01 .btn_submit {width: 100px; height: 26px; color: #fff; font-size: 16px; letter-spacing: -.05em; /*background-color: #1978d1;*/}
.search_wrap.case_srch_01 .list {display: inline-block; vertical-align: top; width: 365px;}
.search_wrap.case_srch_01 .list ul {overflow: hidden;}
.search_wrap.case_srch_01 .list ul li {float: left; width: 60px; height: 65px; border-top: 2px solid #eee; border-left: 2px solid #eee; text-align: center;}
.search_wrap.case_srch_01 .list ul li:nth-child(1),
.search_wrap.case_srch_01 .list ul li:nth-child(2),
.search_wrap.case_srch_01 .list ul li:nth-child(3),
.search_wrap.case_srch_01 .list ul li:nth-child(4),
.search_wrap.case_srch_01 .list ul li:nth-child(5),
.search_wrap.case_srch_01 .list ul li:nth-child(6) {border-top: 0;}
.search_wrap.case_srch_01 .list ul li:nth-child(6n+1) {border-left: 0;}
.search_wrap.case_srch_01 .list ul li:hover {color: #fff;}
.search_wrap.case_srch_01 .list ul li a {display: block; width: 58px; height: 60px;}
.search_wrap.case_srch_01 .list ul li img {width: 100%; height: 40px;}
.search_wrap.case_srch_01 .list ul li p {padding-top: 1px; font-size: 13px; letter-spacing: -.05em; line-height: 16px;}
.search_wrap.case_srch_01 .price_list {display: inline-block; position: relative; width: 187px; margin-left: 19px; color: #999;	font-size: 14px; text-align: center; line-height: 22px;}
.search_wrap.case_srch_01 .price_list:before {content: ''; display: block; position: absolute; top: 6px; left: 0; width: 2px; height: 122px; background-color: #ccc;}
.search_wrap.case_srch_01 .price_list a {display: block;}
.search_wrap.case_srch_01 .price_list a:first-child {margin-top: -5px;}

/* Search v2 */
.search-car-main.case_srch_01.v2{margin:10px auto 30px;}
.search-car-main.case_srch_01.v2 .title_list{width:100%; display: table;}
.search-car-main.case_srch_01.v2 .title_list li{width:33.33333%; display: table-cell; border-bottom: none; float: none;}
.search-car-main.case_srch_01.v2 .title_list:after{display: none !important;}
.search-car-main.case_srch_01.v2 .cont{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding:0; height:82px; border:2px solid #1751f3;}
.search-car-main.case_srch_01.v2 ul.maker_search{text-align: center; top:5px;}
.search-car-main.case_srch_01.v2 ul.maker_search li:first-child{margin-left:5px;}
.search-car-main.case_srch_01.v2 ul.maker_search li{padding:0; width:64px; height:69px; border:1px solid #fff; margin-right:6px; font-weight: bold; position: relative;}
.search-car-main.case_srch_01.v2 ul.maker_search li:hover{border:1px solid #1751f3; color: #1751f3;}
.search-car-main.case_srch_01.v2 ul.maker_search li span{padding-top:10px; display: block; position: absolute; bottom:5px; width:100%; text-align: center; font-size:14px;}
.search-car-main.case_srch_01.v2 ul.maker_search li span.fs12{bottom:0px}

.search-car-main.case_srch_01.v2 ul.class_search{text-align: center; top:5px;}
.search-car-main.case_srch_01.v2 ul.class_search li:first-child{margin-left:20px;}
.search-car-main.case_srch_01.v2 ul.class_search li{padding:0; width:88px; height:69px; border:1px solid #fff; margin-right:30px; font-weight: bold; position: relative;}
.search-car-main.case_srch_01.v2 ul.class_search li:hover{border:1px solid #1751f3; color: #1751f3;}
.search-car-main.case_srch_01.v2 ul.class_search li span{padding-top:10px; display: block; position: absolute; bottom:0px; width:100%; text-align: center; font-size:14px;}
.search-car-main.case_srch_01.v2 ul.class_search li img{ width:90%; margin:0px auto;}

.search-car-main.case_srch_01.v2 ul.price_search{top:0px; margin-left:40px; text-align: center; width:1110px;}
.search-car-main.case_srch_01.v2 ul.price_search{padding:0; table-layout:fixed; display: table;}
.search-car-main.case_srch_01.v2 ul.price_search li{font-size:12px; color: #333; font-weight: bold; display:table-cell; width:14%; padding-top:40px; position: relative;}
.search-car-main.case_srch_01.v2 ul.price_search li p{border-top:3px solid #c1c1c1; padding-top:10px;}
.search-car-main.case_srch_01.v2 ul.price_search li span{font-size:16px; font-weight:800;}
.search-car-main.case_srch_01.v2 ul.price_search li:hover{background:url(/assets/basic/images/icon/ico_car02.png) center 18px no-repeat;}
.search-car-main.case_srch_01.v2 ul.price_search li:hover p{border-color:#1751f3;}
.search-car-main.case_srch_01.v2 ul.price_search li:hover span{color: #1751f3;}
.search-car-main.case_srch_01.v2 ul.price_search li:before{width:9px; height:9px; border:3px solid #c1c1c1; border-radius:10px; content:''; display: inline-block; background: #fff; position: absolute; top: 37px; left: 0px;}
.search-car-main.case_srch_01.v2 ul.price_search li:after{width:9px; height:9px; border:3px solid #c1c1c1; border-radius:10px; content:''; display: inline-block; background: #fff; position: absolute; top: 37px; right: -9px;}
.search-car-main.case_srch_01.v2 ul.price_search li:hover:before{border-color:#1751f3;}
.search-car-main.case_srch_01.v2 ul.price_search li:hover:after{border-color:#1751f3; z-index: 2;}

/* 차량 모델 검색 */
.car_model.model_01{overflow: hidden; clear: both;}
.car_model.model_01 .area_common {padding: 0; border-top:3px solid #ee3636; }

.search_model_box.car_model01 {height: 148px;	background: #fff; border-top:none;	border:3px solid #ee3636; margin-top:-3px;}
.search_model_box.car_model01 h3 {display: table; margin: 0 auto 12px; font-size: 15px; text-align: center;	padding:0px 19px; line-height:34px; color: #fff; margin-top: -1px;}
.search_model_box.car_model01 ul {display: flex; height: 80px;}
.search_model_box.car_model01 li {flex: 1; width: 46px; margin: 8px 0;}
.search_model_box.car_model01 ul.car_price_range_ul {display: inline-block;	padding: 0 7px;}
.car_price_range_ul li {float: left; margin-right: 8px;}
.search_model_box.car_model01 .car_price_range_ul li {display: block; float: left; width:23.6%; margin: 4px; padding: 7px; border: 1px solid #ccc; border-radius: 20px; text-align: center;}
.search_model_box.car_model01 li img {display: flex; max-width: none; margin: auto;}
.search_model_box.car_model01 li span {font-size: 13px; font-weight: bold; text-align: center;}


/* 제조사별 검색 */
.search-car-main.case_srch_02 {margin:50px auto 30px;width: 1200px;}
.search-car-main.case_srch_02 .title_list {overflow:hidden;}
.search-car-main.case_srch_02 .title_list li {float:left;height:70px; width:600px; background-color: #eeeeee; }
.search-car-main.case_srch_02 .title_list li a {border: #cccccc 1px solid;border-bottom:0px;color:#000;display:block;line-height:70px;height:70px;text-align:center;font-size:18px;font-weight:400;background:#fff;font-family:ng, 나눔고딕, NanumGothic, 돋움, dotum, sans-serif; cursor:pointer;}
.search-car-main.case_srch_02 .title_list li .on{color: #fff;font-weight: 500;}

.search-car-main.case_srch_02 .cont {position:relative;overflow:hidden;border-left: 1px solid #c9c9c9;border-right: 1px solid #c9c9c9;border-bottom: 1px solid #c9c9c9;padding: 10px 0px;height: 128px;}
.search-car-main.case_srch_02 .cont .choose_cars {width: 240px;height: 40px;padding: 44px 0 44px 82px;font-family: 'ngw','ngw2', 'NanumGothic','나눔고딕', sans-serif, Apple SD Gothic Neo;}
.search-car-main.case_srch_02 .cont .choose_cars li a{background: #f8f7f7;border: #cccccc 1px solid;color:#000;font-size: 16px; width: 78px;height: 38px;text-align: center;float: left;line-height: 38px;cursor: pointer;position: relative;z-index: 1;}
.search-car-main.case_srch_02 .cont .choose_cars li .on{color: #fff;font-weight: 500;}

/* 차명검색 */
.case_srch_02 .modelSearch > div.search {float:left;}
.search-car-main.case_srch_02 .modelSearch {width:736px; padding:40px 0px 10px 252px;}
.search-car-main.case_srch_02 .modelSearch li {float:left;width:200px;}
.search-car-main.case_srch_02 .modelSearch li  {display:block;text-align:center;font-size:13px;font-weight:bold;font-family:ng, 나눔고딕, NanumGothic, 돋움, dotum, sans-serif;}

.case_srch_02 .modelSearch div.search_form{float:left; overflow: hidden; width:776px; position: relative;}
.case_srch_02 .modelSearch div.search_form ul li {float:left; margin-right: 35px;}
.case_srch_02 .modelSearch div.search_form ul li select{-webkit-appearance: none;  /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; vertical-align: middle; border:0 none; border-bottom:2px solid #333; width:210px; height:40px;}
.modelSearch div.search_form ul li select::-ms-expand{display:none;}
.modelSearch div.search_form .search_btn2 {position:absolute; right:0; width:80px; height:40px; border: 0 none; text-align: center; line-height:40px; font-size: 16px; color:#fff; font-weight:600;	margin-top:-40px;}

.search-car-main.case_srch_02 .priceSearch {margin:27px 34px;}
.search-car-main.case_srch_02 .priceSearch li {float:left;width:156px;}
.search-car-main.case_srch_02 .priceSearch li a {display:block;width:156px;height:60px;}
.search-car-main.case_srch_02 .priceSearch li.p1 a {background:url(/assets/basic/images/common/car-price.png) left top no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p2 a {background:url(/assets/basic/images/common/car-price.png) -156px top no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p3 a {background:url(/assets/basic/images/common/car-price.png) -312px top no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p4 a {background:url(/assets/basic/images/common/car-price.png) -468px top no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p5 a {background:url(/assets/basic/images/common/car-price.png) -624px top no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p6 a {background:url(/assets/basic/images/common/car-price.png) -780px top no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p7 a {background:url(/assets/basic/images/common/car-price.png) -936px top no-repeat;}

.search-car-main.case_srch_02 .priceSearch li.p1 a:hover {background:url(/assets/basic/images/common/car-price.png) left -60px no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p2 a:hover {background:url(/assets/basic/images/common/car-price.png) -156px -60px no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p3 a:hover {background:url(/assets/basic/images/common/car-price.png) -312px -60px no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p4 a:hover {background:url(/assets/basic/images/common/car-price.png) -468px -60px no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p5 a:hover {background:url(/assets/basic/images/common/car-price.png) -624px -60px no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p6 a:hover {background:url(/assets/basic/images/common/car-price.png) -780px -60px no-repeat;}
.search-car-main.case_srch_02 .priceSearch li.p7 a:hover {background:url(/assets/basic/images/common/car-price.png) -936px -60px no-repeat;}

.search-car-main.case_srch_02 .modelSearch {position:absolute;top:4px;}
.search-car-main.case_srch_02 .classSearch {position:absolute;top:10px;}
.search-car-main.case_srch_02 .priceSearch {position:absolute;top:15px;}
.search-car-main.case_srch_02 .saleSearch {position:absolute;top:10px;}


/* 검색 Two Tabs */
.car_search_wrap.case_select{width:1200px; margin:10px auto; overflow: hidden;}
.car_search_wrap.case_select > div.search {float:left;}
.car_search_wrap.case_select div.car_search,.car_search_wrap.case_select div.search_txt{width:247px; overflow: hidden;}
.car_search_wrap.case_select div.car_search p input[type="text"]{border:1px solid #ccc; border-radius: 3px; width:185px; height:31px; padding-left:10px; float:left;}
.car_search_wrap.case_select div.car_search p .search_btn1{width:45px;float:right; height:35px; border:0 none; background-color:#0c4ebc; text-align: center; line-height: 31px; color:#fff; font-weight:bold; font-size:14px;}
.car_search_wrap.case_select div.search_txt ul li{float: left; margin-left: 5px; padding-left: 5px;}
.car_search_wrap.case_select div.search_txt ul li.firstli{background:none; margin-left:0; padding-left:0;}

.car_search_wrap.case_select div.search_form{float:left; margin-left:0px;overflow: hidden; width: 1200px; position: relative;}
.car_search_wrap.case_select div.search_form ul li {float:left; margin:0 10px 10px 0;}
.car_search_wrap.case_select div.search_form ul li select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border:0 none;
    border-bottom:2px solid #333;
    width: 358px;
    height: 30px;
    font-size:13px;
    font-weight:600;
}
.car_search_wrap.case_select div.search_form ul li select::-ms-expand{display:none;}
.car_search_wrap.case_select div.search_form .search_btn2{position:absolute; top:0; right:0; width:100px; height: 30px; background-color:#1e75d6;text-align: center; line-height: 26px;border:0 none; font-size: 14px; color:#fff; font-weight:bold;}

.search-car-main.case_srch_01 {margin:0px auto 30px; width: 1200px;}
.search-car-main.case_srch_01 .title_list {overflow:hidden; width: 1202px;}
.search-car-main.case_srch_01 .title_list li {float:left;height:40px; width:33.3%;border-bottom: 2px solid #343434}
.search-car-main.case_srch_01 .title_list li a {display:block;line-height:40px;height:40px;text-align:center;color:#000;font-size:14px;font-weight:bold;background:#fff; cursor:pointer;border:1px solid #CCC;border-bottom:none;}
.search-car-main.case_srch_01 .title_list li#t4 a {margin:0px;}

.search-car-main.case_srch_01 .title_list li .tab1_on,
.search-car-main.case_srch_01 .title_list li .tab2_on,
.search-car-main.case_srch_01 .title_list li .tab3_on,
.search-car-main.case_srch_01 .title_list li .tab4_on {border: solid #343434; border-width: 2px 2px 0; border-bottom: 1px solid #fff;  background: #fff; color: #343434; font-weight: bold;}
.search-car-main.case_srch_01 .cont {position:relative; overflow:hidden; border-left: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; padding: 10px 0px; height: 78px;}

.search-car-main.case_srch_01 .title_list li .over{border-color:#145eda; }
.search-car-main.case_srch_01 .title_list li .on{color: #fff;font-weight: 500;}

.search-car-main.case_srch_01 .maker_search {overflow:hidden;margin:0px auto;width:1200px;}
.search-car-main.case_srch_01 .maker_search li {float:left;width:80px;}
.search-car-main.case_srch_01 .maker_search li a {display:block;width:66px;padding:40px 0px 10px 0px;text-align:center;font-size:13px;font-weight:bold;}
.search-car-main.case_srch_01 .maker_search li.m1 a {background:url(/assets/basic/images/common/maker.png) left top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m2 a {background:url(/assets/basic/images/common/maker.png) -63px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m3 a {background:url(/assets/basic/images/common/maker.png) -126px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m4 a {background:url(/assets/basic/images/common/maker.png) -189px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m5 a {background:url(/assets/basic/images/common/maker.png) -252px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m6 a {background:url(/assets/basic/images/common/maker.png) -315px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m7 a {background:url(/assets/basic/images/common/maker.png) -378px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m8 a {background:url(/assets/basic/images/common/maker.png) -441px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m9 a {background:url(/assets/basic/images/common/maker.png) -504px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m10 a {background:url(/assets/basic/images/common/maker.png) -567px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m11 a {background:url(/assets/basic/images/common/maker.png) -630px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m12 a {background:url(/assets/basic/images/common/maker.png) -693px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m13 a {background:url(/assets/basic/images/common/maker.png) -756px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m14 a {background:url(/assets/basic/images/common/maker.png) -819px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li.m15 a {background:url(/assets/basic/images/common/maker.png) -882px top no-repeat;}
.search-car-main.case_srch_01 .maker_search li a:hover {color:#395590;font-weight:bold;background-color:#fcfcfc;}


.search-car-main.case_srch_01 .class_search {overflow:hidden;margin:0px auto;width:1200px;}
.search-car-main.case_srch_01 .class_search li {float:left;width:120px;}
.search-car-main.case_srch_01 .class_search li a {
    display:block;
    width:95px;
    padding:40px 0px 10px 0px;
    text-align:center;
    font-size:13px;
    font-weight:bold;

}

.search-car-main.case_srch_01 .class_search li.c1 a {background:url(/assets/basic/images/common/car-class.png) left top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c2 a {background:url(/assets/basic/images/common/car-class.png) -95px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c3 a {background:url(/assets/basic/images/common/car-class.png) -190px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c4 a {background:url(/assets/basic/images/common/car-class.png) -285px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c5 a {background:url(/assets/basic/images/common/car-class.png) -380px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c6 a {background:url(/assets/basic/images/common/car-class.png) -475px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c7 a {background:url(/assets/basic/images/common/car-class.png) -570px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c8 a {background:url(/assets/basic/images/common/car-class.png) -665px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c9 a {background:url(/assets/basic/images/common/car-class.png) -760px top no-repeat;}
.search-car-main.case_srch_01 .class_search li.c10 a {background:url(/assets/basic/images/common/car-class.png) -855px top no-repeat;}
.search-car-main.case_srch_01 .class_search li a:hover {color:#395590;font-weight:bold;background-color:#fcfcfc;}

.search-car-main.case_srch_01 .price_search {overflow:hidden;margin:0px auto;width:1200px;margin-left:30px;}
.search-car-main.case_srch_01 .price_search li {float:left;width:165px;}
.search-car-main.case_srch_01 .price_search li a {display:block;width:165px;height:60px;}
.search-car-main.case_srch_01 .price_search li.p1 a {background:url(/assets/basic/images/common/car-price.png) left top no-repeat;}
.search-car-main.case_srch_01 .price_search li.p2 a {background:url(/assets/basic/images/common/car-price.png) -165px top no-repeat;}
.search-car-main.case_srch_01 .price_search li.p3 a {background:url(/assets/basic/images/common/car-price.png) -330px top no-repeat;}
.search-car-main.case_srch_01 .price_search li.p4 a {background:url(/assets/basic/images/common/car-price.png) -495px top no-repeat;}
.search-car-main.case_srch_01 .price_search li.p5 a {background:url(/assets/basic/images/common/car-price.png) -660px top no-repeat;}
.search-car-main.case_srch_01 .price_search li.p6 a {background:url(/assets/basic/images/common/car-price.png) -825px top no-repeat;}
.search-car-main.case_srch_01 .price_search li.p7 a {background:url(/assets/basic/images/common/car-price.png) -990px top no-repeat;}

.search-car-main.case_srch_01 .price_search li.p1 a:hover {background:url(/assets/basic/images/common/car-price.png) left -60px no-repeat;}
.search-car-main.case_srch_01 .price_search li.p2 a:hover {background:url(/assets/basic/images/common/car-price.png) -165px -60px no-repeat;}
.search-car-main.case_srch_01 .price_search li.p3 a:hover {background:url(/assets/basic/images/common/car-price.png) -330px -60px no-repeat;}
.search-car-main.case_srch_01 .price_search li.p4 a:hover {background:url(/assets/basic/images/common/car-price.png) -495px -60px no-repeat;}
.search-car-main.case_srch_01 .price_search li.p5 a:hover {background:url(/assets/basic/images/common/car-price.png) -660px -60px no-repeat;}
.search-car-main.case_srch_01 .price_search li.p6 a:hover {background:url(/assets/basic/images/common/car-price.png) -825px -60px no-repeat;}
.search-car-main.case_srch_01 .price_search li.p7 a:hover {background:url(/assets/basic/images/common/car-price.png) -990px -60px no-repeat;}

.search-car-main.case_srch_01 div.search_form{float:left; margin-left:0px;overflow: hidden; width: 1200px; position: relative;}
.search-car-main.case_srch_01 div.search_form ul li {float:left; margin:0 10px 10px 0;}
.search-car-main.case_srch_01 div.search_form ul li select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border:0 none;
    border-bottom:2px solid #333;
    width: 358px;
    height: 30px;
    font-size:13px;
    font-weight:600;
}
.search-car-main.case_srch_01 div.search_form ul li select::-ms-expand{display:none;}
.search-car-main.case_srch_01 div.search_form .search_btn2{position:absolute; top:0; right:0; width:100px; height: 30px; background-color:#1e75d6;text-align: center; line-height: 26px;border:0 none; font-size: 14px; color:#fff; font-weight:bold;}

.search-car-main.case_srch_01 ul.car_price_range_ul {display: inline-block;	padding: 0 7px;}
.car_price_range_ul li {float: left; margin-right: 8px;}
.search-car-main.case_srch_01 ul.car_price_range_ul li {display: block; float: left; width:23.6%; margin: 4px; padding: 7px; border: 1px solid #ccc; border-radius: 20px; text-align: center;}
.search-car-main.case_srch_01 ul.car_price_range_ul li span {font-size: 13px; font-weight: bold; text-align: center;}
.search-car-main.case_srch_01 .maker_search {position:absolute;top:10px;}
.search-car-main.case_srch_01 .class_search {position:absolute;top:10px;}
.search-car-main.case_srch_01 .price_search {position:absolute;top:15px;}
.search-car-main.case_srch_01 .sale_search {position:absolute;top:10px;}

/* 차량 리스트 */
.car_list{overflow: hidden; clear: both;}
.car_list.car_list_area{text-align: center;}
.car_list.car_list_area .recommend_car_picture > li:hover a{border:1px solid #000;}
.car_list.car_list_area .recommend_car_picture li a:last-child{border-top: none;}
.car_list.car_list_area .recommend_car_picture li{position: relative;}
.car_list.car_list_area .recommend_car_picture .icon{position: absolute; top:7px; left:17px; z-index:3;}

.car_list.car_list_area .area_common.bd_gray{border:1px solid #d6d6d6; padding:10px;}

/* Border Color */
.border_blue{border-color:#3f9ef5 !important;}
.bd_blue02{border-color:#1766de !important;}
.bd_blue03{border-color:#226bb4 !important;}

/* Title Font */
.tit_wrap.line{padding-bottom:30px; background:url('/assets/basic/images/common/bg_deco.gif') bottom no-repeat; }
.tit_wrap.line_02{padding-bottom:30px; background:url('/assets/basic/images/common/bg_deco02.gif') bottom no-repeat; }
.tit_wrap.line_red{position: relative;}
.tit_wrap.line_red h2{background:#fff; display:inline-block; margin:0 auto; padding:0 30px;}
.tit_wrap.line_red h2:before{background:#cb2323; content:''; display: block; position: absolute; width: 100%; height:3px; z-index:-1; margin-top:26px; left:0px;}
.tit_wrap.line_red h3{background:#fff; display:inline-block; margin:0 auto; padding:0 30px;}
.tit_wrap.line_red h3:before{background:#cb2323; content:''; display: block; position: absolute; width: 100%; height:3px; z-index:-1; margin-top:26px; left:0px;}

.tit_wrap.line_gray{position: relative;}
.tit_wrap.line_gray h3{background:#fff; display:inline-block; margin:0 auto; padding:0 30px;}
.tit_wrap.line_gray h3:before{background:#999; content:''; display: block; position: absolute; width: 100%; height:1px; z-index:-1; margin-top:12px; left:0px;}

.tit_wrap.line_cnt{position: relative; top:14px;}
.tit_wrap.line_cnt h3{background:#fff; display:inline-block; margin:0 auto; padding:0 30px;}
.tit_wrap.line_cnt h3:before{background:#1375c8; content:''; display: block; position: absolute; width: 100%; height:3px; z-index:-1; margin-top:14px; left:0px;}

.tit_wrap.line_btm{position: relative; border-bottom:3px solid #eb1b30;}
.tit_wrap.line_btm p{display: inline-block; }

.tit_wrap span.circle:before{width:10px; height:10px; border-radius:10px; content:''; display: block; position: absolute; left:41%; top:11px; background:#1375c8;}
.tit_wrap span.circle:after{width:10px; height:10px; border-radius:10px; content:''; display: block; position: absolute; left:58%; top:11px; background:#1375c8;}

.tit_wrap.line_cnt.bg_orange h3{padding:0px; width:210px; letter-spacing:-0.05em}
.tit_wrap.line_cnt.bg_orange h3:before{background:#e29a00}
.tit_wrap.line_cnt.bg_orange span.circle:before{background:#e29a00}
.tit_wrap.line_cnt.bg_orange span.circle:after{background:#e29a00}

.tit_wrap.line_cnt.bg_black h3{padding:0px; width:250px; letter-spacing:-0.05em}
.tit_wrap.line_cnt.bg_black h3:before{background:#191919}
.tit_wrap.line_cnt.bg_black span.circle:before{background:#191919; left:39%;}
.tit_wrap.line_cnt.bg_black span.circle:after{background:#191919; left:60%;}

.tit_wrap.left{text-align: left; position: relative;}
.tit_wrap.left h3{font-weight: normal !important;}
.tit_wrap.left h3 span{color: #019d99;}
.tit_wrap.left a{color: #019d99; position: absolute; right: 0px; top: 13px;}

.title04{color: #333; font-size:24px;}
.title04 p{font-size:15px; color: #979797;}

/* Board Slide */
.list_picture ul.slide li{width:228px; float: left; margin-right:10px; margin-bottom:10px; border:1px solid #cecece;}
.list_picture ul.slide li:nth-child(5n){margin-right:0px; }
.list_picture ul.slide span.view_img{height:156px; display: block;}
.list_picture ul.slide span.review_txt{padding:9px 0 9px 5px; border-top:1px solid #cecece; width:100%; display: block; text-align: left; font-size:12px;}
.list_picture ul.slide span span{padding:0; color: #000; font-weight: bold;}

/* Side Bar */
.left_side div{margin-bottom:10px;}
.left_side div:last-child{margin-bottom:0;}
.right_side div{margin-bottom:10px;}
.right_side div:last-child{margin-bottom:0;}

.case_left_0{top:10px !important;}
.case_right_0{right:0px !important; margin-right:0px !important; top:0px !important;}
.case_top_0{top:10px !important;}

/* Header Search */
.case_srch{text-align: center; }
.case_srch #header-search-span input{position: relative; width: 251px; height: 39px; border: 3px solid #ffde00; border-right: 0; padding-left: 10px;}
.case_srch #header-car-name-search-btn{width:58px; height:39px; vertical-align: top; display: inline-block;}
.case_srch .hit_area{text-align: center; margin:10px auto;}
.case_srch .hit_area p{margin-right:5px; display: inline-block;}
.case_srch .hit_area ul{display: inline-block;}
.case_srch .hit_area ul li{display: inline-block;}
.case_srch .hit_area ul li:after{content:'/'; display: inline-block; margin:0px 3px;}
.case_srch .hit_area ul li:last-child:after{display: none;}

.case_srch.pattern02{width:265px;margin-top:0px;}
.case_srch.pattern02 #header-search-span{display: inline-flex; border-bottom:2px solid #000;}
.case_srch.pattern02 #header-search-span input{border: none; width:233px; height:28px; font-size:16px; padding-left:5px; }
.case_srch.pattern02 #header-search-span input::placeholder{text-align:left; font-size:16px; color: #d0d0d0; position: relative; top:2px; letter-spacing:-0.05em; font-weight: bold;}
.case_srch.pattern02 button{width:32px !important; height:28px !important; background:none !important; padding:0; text-align: left;}

/* Side Bar - Profile Banner */
.banner_manager{border:1px solid #c1c1c1; padding:0 0 10px 0 !important;}
.banner_manager h4{background:#cb2323; font-size:16px; text-align: center; color: #fff; line-height:30px; margin-left:-1px; width:150px; letter-spacing:-0.05em}
.banner_manager h4.fs18{font-size:18px}
.banner_manager p.photo_area{border:1px solid #ccc; width:126px; height:auto; margin:10px auto 8px !important; border-bottom:1px solid #ccc !important; padding:0 !important;}
.banner_manager p.photo_area img{width:126px;}
.banner_manager p.box_bk{background:#000; color: #fff; text-align: center; font-size:18px; display: block; letter-spacing:-0.05em; padding:10px 0px;}
.banner_manager dl dt{color: #333; font-size:18px; text-align: center; font-weight: bold; letter-spacing:-0.05em; line-height:1em;}
.banner_manager dl dd{color: #333; font-size:18px; text-align: center; font-weight: bold; line-height:1em; margin:10px 0px;}
.banner_manager a{color: #fff; width:101px; height:20px; background:#292929; line-height:20px; font-size:14px; display: block; text-align: center; border-radius:20px; font-weight: bold; letter-spacing:-0.05em; margin:0 auto;}
.banner_manager a:after{content:'>'; display: inline-block; float: right; font-size:4px; position: relative; right:10%;}
.banner_manager a.btn_bar{color: #fff; height:35px; line-height:35px; width:100%; border-radius:0; font-size:18px}
.banner_manager a.btn_bar:after{display: none;}
.banner_manager .imglist{text-align: center; margin-bottom:0px;}
.banner_manager .imglist p{font-size:16px; color: #333; font-weight: bold; letter-spacing:-0.05em; line-height: 1em; margin:10px 0;}
.banner_manager .imglist p span{font-size:14px; color: #676767;}
.banner_manager .imglist a{background:#b81510; display: inline-block; width:64px; border-radius:5px; font-size:13px;}
.banner_manager .imglist a:after{display: none;}
.banner_manager dl.tel_box{margin-left:5px; margin-top:20px;}
.banner_manager dl.tel_box dt{text-align: left; color: #464646; font-size:20px; line-height:1em; margin-top:10px; margin-bottom:3px; letter-spacing:-0.1em}
.banner_manager dl.tel_box dd{text-align: left; color: #b81510; font-size:22px; line-height:1em; margin:0; letter-spacing:-0.1em; font-weight:800;}


/* Side Bar - Lately Banner */
.lately_area{border:1px solid #c1c1c1;}
.lately_area p{background:#cb2323; font-size:16px; text-align: center; color: #fff; line-height:33px; margin-left:-1px; width:150px; padding:0;}
.lately_area p.normal_type{background: none; color: #464646; margin: 0 auto; padding:5px 0 0 0; border-bottom: 3px solid #ccc; font-size: 14px; text-align: center; width:90%; letter-spacing:-0.05em}
.lately_area ul{margin-top:15px;}
.lately_area ul li{text-align: center; font-size:12px; color: #585858;}
.lately_area ul li img{width:96px; height:72px; border:1px solid #ccc;}
.lately_area ul li span:last-child{display: inline-block; padding:6px 0px;}

.lately_area a.topgo{display: block; width: 150px; height: 21px; padding: 3px 0 0; color: #333; font-size: 12px;	font-weight: 700; text-align: center; background-color: #c5c5c5;}
.lately_area a.topgo:before {content: ''; display: inline-block; vertical-align: middle; margin: -10px 4px 0 0; border-top: 9px solid transparent; border-right: 5px solid transparent; border-bottom: 9px solid #333; border-left: 5px solid transparent;}

.lately_area.wide ul li{margin-bottom:10px;}
.lately_area.wide ul li img{width:138px; height:110px;}
.lately_area.wide ul li span:last-child{border:1px solid #ccc; border-top:none; width:138px; padding:2px 0px;}

/* Side Bar - Quick Advise Bar*/
.quick_advise{padding: 10px; background:#fff; border:1px solid #c1c1c1;}
.quick_advise p{margin-bottom: 15px; padding: 8px 0 0 27px; border-bottom: 0; text-align: left; background: url(/assets/basic/images/icon/icon_01.png) no-repeat left top;}
.quick_advise p.inclued_ico {margin-bottom: 15px; padding: 8px 0 0 27px; border-bottom: 0; text-align: left; background: url(/assets/basic/images/icon/icon_02.gif) no-repeat left top;}
.quick_advise p.type02 {margin: 0; padding: 0 0 6px; color: #666; font-weight: 700;}
.quick_advise .col_wrap {overflow: hidden; margin-top: 3px;}
.quick_advise .col_wrap .radio_wrap {float: left; width: 62px; text-align: center;}
.quick_advise .col_wrap .radio_wrap + .radio_wrap {margin-left: 3px;}
.quick_advise .col_wrap .radio_wrap input + label {display: block; width: 100%; height: 32px; border: 1px solid #ccc; font-size: 14px; line-height: 32px;}
.quick_advise .col_wrap .radio_wrap input:checked + label {color: #fff;}
.quick_advise .input_wrap {margin-top: 8px;}
.quick_advise .input_wrap input {width: 100%; height: 27px; padding: 0 4px; color: #212121; line-height: 27px;}
.quick_advise .input_wrap input::placeholder {color: #777;}
.quick_advise .check_wrap {	margin-top: 9px;}
.quick_advise .check_wrap input + label {display: block; position: relative; padding-left: 21px; font-size: 12px; line-height: 20px; letter-spacing:-0.05em}
.quick_advise .check_wrap label:before {content: ''; display: inline-block; position: absolute; top: 2px; bottom: 1px;	left: 0; width: 16px; height: 16px;	margin-right: 10px;	background-color: #aaa;	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);}
.quick_advise .check_wrap input[type='checkbox'] {display: none;}
.quick_advise .check_wrap label:before {border-radius: 3px;}
.quick_advise .check_wrap input[type='checkbox']:checked + label:before {content: '\2713'; color: #f3f3f3; font-size: 15px; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); line-height: 18px;}
.quick_advise .check_wrap button {position: absolute; right: 0; bottom: 1px; width: 47px; height: 20px; padding: 0;	color: #fff; font-size: 11px; text-align: center; letter-spacing: -.05em; background-color: #b5b5b5;}
.quick_advise .check_wrap + .btn_wrap {margin-top: 10px;}
.quick_advise .btn_wrap button {width: 100%; height: 30px; color: #fff; font-size: 16px; text-align: center; line-height: 30px;}

.quick_advise02 .col_wrap {overflow: hidden; margin-top: 3px;}
.quick_advise02 .col_wrap .radio_wrap {float: left; width: 62px; text-align: center;}
.quick_advise02 .col_wrap .radio_wrap + .radio_wrap {margin-left: 3px;}
.quick_advise02 .col_wrap .radio_wrap input + label {display: block; width: 100%; height: 32px; border: 1px solid #ccc; font-size: 14px; line-height: 32px;}
.quick_advise02 .col_wrap .radio_wrap input:checked + label {color: #fff;}
.quick_advise02 .input_wrap {margin-top: 8px;}
.quick_advise02 .input_wrap input {width: 100%; height: 27px; padding: 0 4px; color: #212121; line-height: 27px; }
.quick_advise02 .input_wrap input::placeholder {color: #777;}
.quick_advise02 .check_wrap {margin-top: 9px;}
.quick_advise02 .check_wrap input + label {display: block; position: relative; padding-left: 21px; font-size: 12px; line-height: 20px; letter-spacing:-0.05em}
.quick_advise02 .check_wrap label:before {content: ''; display: inline-block; position: absolute; top: 2px; bottom: 1px;	right: 0 !important; left:auto !important; width: 16px; height: 16px;	margin-right: 0px !important;	background-color: #aaa;	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);}
.quick_advise02 .check_wrap input[type='checkbox'] {display: none;}
.quick_advise02 .check_wrap label:before {border-radius: 3px;}
.quick_advise02 .check_wrap input[type='checkbox']:checked + label:before {content: '\2713'; color: #f3f3f3; font-size: 15px; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); line-height: 18px;}
.quick_advise02 .check_wrap button {position: absolute; right: 0; bottom: 1px; width: 47px; height: 20px; padding: 0;	color: #fff; font-size: 11px; text-align: center; letter-spacing: -.05em; background-color: #b5b5b5;}
.quick_advise02 .check_wrap + .btn_wrap {margin-top: 10px;}
.quick_advise02 .btn_wrap button {width: 100%; height: 30px; color: #fff; font-size: 16px; text-align: center; line-height: 30px;}

.case_side_01{width:100px !important;}
.case_side_01 ul{}
.case_side_01 ul li{height:100px; background:#f3f3f3; border:1px solid #ccc; border-bottom:none; text-align: center; font-size:15px; color: #444; font-weight: bold; letter-spacing:-0.05em}
.case_side_01 ul li:last-child{border-bottom:4px solid #e0c823; padding-top:25px;}
.case_side_01 ul li:last-child p{padding-top:8px; font-size:18px;}
.case_side_01 ul li:last-child:before{display: none;}
.case_side_01 ul li:before{content:''; display: block; width: 38px; height: 32px; margin:20px auto 10px; position: absolute;}
.case_side_01 ul li:nth-child(1){background:#f3f3f3 url('/assets/basic/images/common/ico_quick_01.png') center 20px no-repeat;}
.case_side_01 ul li:nth-child(2){background:#f3f3f3 url('/assets/basic/images/common/ico_quick_02.png') center 20px no-repeat;}
.case_side_01 ul li:nth-child(3){background:#f3f3f3 url('/assets/basic/images/common/ico_quick_03.png') center 20px no-repeat;}
.case_side_01 ul li:nth-child(4){background:#f3f3f3 url('/assets/basic/images/common/ico_quick_04.png') center 20px no-repeat;}
.case_side_01 ul li:nth-child(5){background:#f3f3f3 url('/assets/basic/images/common/ico_quick_05.png') center 20px no-repeat;}

.case_side_01 ul li.ico_sell{background:#fff url('/assets/basic/images/common/ico_quick_01.png') center 20px no-repeat; padding-top:0px;}
.case_side_01 ul li.ico_sms{background:#fff url('/assets/basic/images/common/ico_quick_02.png') center 20px no-repeat; padding-top:0px;}
.case_side_01 ul li.ico_kakao{background:#fff url('/assets/basic/images/common/ico_quick_03.png') center 20px no-repeat; padding-top:0px;}
.case_side_01 ul li.ico_accident{background:#fff url('/assets/basic/images/common/ico_quick_04.png') center 20px no-repeat; padding-top:0px;}
.case_side_01 ul li.ico_map{background:#fff url('/assets/basic/images/common/ico_quick_05.png') center 20px no-repeat; padding-top:0px;}
.case_side_01 ul li.ico_num{padding-top:30px; background:#fff;}
.case_side_01 ul li.ico_num p{padding-top:0px; font-size:20px;}
.case_side_01 ul li.ico_num:before{display: none;}

.case_side_01 ul li a{height:100px; display: block; padding-top:65px;}
.case_side_01.blue ul li:last-child{border-bottom:4px solid #3f9ef5;}
.case_side_01.pink ul li:last-child{border-bottom:4px solid #f12b8a;}
.case_side_01.red ul li:last-child{border-bottom:4px solid #be0000;}

.case_side_01.case_bk ul li{background:#383634; border-color:#ccc;}
.case_side_01.case_bk ul li{color: #b1ada9;}
.case_side_01.case_bk ul li a{color: #b1ada9; position: relative;}
.case_side_01.case_bk ul li a:hover{color: #ffd200;}
.case_side_01.case_bk ul li:before{margin-left:30px; padding-top:0px;}
.case_side_01.case_bk ul li:last-child{padding-top:0px;}

.case_side_01.case_bk ul li.ico_sell:before{background:url('/assets/basic/images/common/ico_menu01.png') center top no-repeat; }
.case_side_01.case_bk ul li.ico_sms:before{background:url('/assets/basic/images/common/ico_menu02.png') center top no-repeat; }
.case_side_01.case_bk ul li.ico_kakao:before{background:url('/assets/basic/images/common/ico_menu03.png') center top no-repeat; }
.case_side_01.case_bk ul li.ico_accident:before{background:url('/assets/basic/images/common/ico_menu04.png') center top no-repeat; }
.case_side_01.case_bk ul li.ico_map:before{background:url('/assets/basic/images/common/ico_menu05.png') center top no-repeat; }
.case_side_01.case_bk ul li.ico_num{padding-top:15px;}
.case_side_01.case_bk ul li:hover:before{background-position:center bottom;}
.case_side_01.case_bk ul li:hover{background-color:#292929;}

.case_side_01.case_bk ul li.recent{border: none; height: auto; background:#4d4944;}
.case_side_01.case_bk ul li.recent div{border:1px solid #c1c1c1;}
.case_side_01.case_bk ul li.recent:before{display: none;}
.case_side_01.case_bk ul li.recent ul li{border: none;}
.case_side_01.case_bk ul li.recent ul li:before{display: none;}
.case_side_01.case_bk ul li.recent ul li a{padding-top:0px; background:#4d4944;}
.case_side_01.case_bk ul li.recent div p{font-size:16px; text-align: center; color: #fff; letter-spacing:-0.1em}
.case_side_01.case_bk ul li.recent div ul{margin-top:15px;}
.case_side_01.case_bk ul li.recent div ul li{text-align: center; font-size:12px; color: #585858;}
.case_side_01.case_bk ul li.recent div ul li img{width:77px; height:58px; border:1px solid #ccc;}
.case_side_01.case_bk ul li.recent div ul li span:last-child{display: inline-block; padding:6px 0px;}
.case_side_01.case_bk ul li.recent div a.topgo{padding-top:0px; padding-bottom:10px; height:auto;}
.case_side_01.case_bk ul li.recent div a.topgo:before{content: '▲'; display: inline-block; vertical-align: middle; margin: -3px 4px 0 0;}

.case_side_01.case_bk.case_ico ul li:before{background:url('/assets/basic/images/icon/ico_right_menu_sprite.png') no-repeat !important; height:53px;}
.case_side_01.case_bk.case_ico ul li.ico_sell:before{background-position:0px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_buy:before{background-position:-45px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_buy a{padding-top:65px;}
.case_side_01.case_bk.case_ico ul li.ico_dicount:before{background-position:-90px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_kakao:before{background-position:-135px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_kakao a{padding-top:65px;}
.case_side_01.case_bk.case_ico ul li.ico_insta:before{background-position:-180px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_insta a{padding-top:65px;}
.case_side_01.case_bk.case_ico ul li.ico_fb:before{background-position:-225px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_cafe:before{background-position:-270px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_cafe a{padding-top:65px;}
.case_side_01.case_bk.case_ico ul li.ico_band:before{background-position:-315px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_band a{padding-top:65px;}
.case_side_01.case_bk.case_ico ul li.ico_blog:before{background-position:-360px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_blog a{padding-top:65px;}
.case_side_01.case_bk.case_ico ul li.ico_yt:before{background-position:-405px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_yt a{padding-top:60px;}
.case_side_01.case_bk.case_ico ul li.ico_dicount02:before{background-position:-450px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_map:before{background-position:-497px top !important;}
.case_side_01.case_bk.case_ico ul li.ico_map a{padding-top:60px;}

/* Side Bar - SMS */
.sms_form .phone_sms_word_banner{width:150px; padding-bottom:2px;overflow: hidden; position: relative; line-height: 1.2; height:316px; background:url(/assets/basic/images/common/sms_banner.png)0 0 no-repeat; margin-bottom: 8px;}
.sms_form .phone_sms_word_banner input[type="text"] {height:27px; border:1px solid #ccc; width: 121px; padding-left: 3px;}
.sms_form .phone_sms_word_banner .sms_cont1{ overflow: hidden; position: absolute; top:55px; left:11px; }
.sms_form .phone_sms_word_banner .sms_cont1 textarea{ width:122px; height:45px;border:1px solid #ccc; font-size:11px; line-height:1.2em; padding:2px 5px;}
.sms_form .phone_sms_word_banner .sms_cont1 .byte{float:right;}
.sms_form .phone_sms_word_banner .sms_cont2{ overflow: hidden; position: absolute; top:110px; left:11px; width:130px;}
.sms_form .phone_sms_word_banner .sms_cont2 span{display: inline-block;vertical-align: middle;}
.sms_form .phone_sms_word_banner .sms_cont2 label{ margin:5px 0; display: block;}
.sms_form .phone_sms_word_banner .sms_cont2 select{width:50px; float:left; height:26px;}
.sms_form .phone_sms_word_banner .sms_cont2 .sms_txt{width:50px; float:left;}
.sms_form .phone_sms_word_banner .sms_btn a{position: absolute; bottom:7px; left:37px;display: block; overflow: hidden; width:72px; height:31px; background:url(/assets/basic/images/common/sms_btn.png)0 0 no-repeat;}

.sms_form .phone_sms_word_banner .sms_cont2 p.last_p1 {overflow:hidden; position: relative; margin:0px 0 0 0;}
.sms_form .phone_sms_word_banner .sms_cont2 p.last_p1 label{display:inline-block;cursor:pointer;position:relative;padding-left:18px;line-height:1.3em; text-align:left;font-size:12px;}
.sms_form .phone_sms_word_banner .sms_cont2 p.last_p1 label:before{content:"";display:inline-block;width:16px;height:16px;margin-right:10px;position:absolute;left:0;top:2px; bottom:1px;background-color:#aaa;box-shadow:inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);}
.sms_form .phone_sms_word_banner.check_wrap button {position: absolute;right: 0;bottom: 1px;width: 47px;height: 20px;padding: 0;color: #fff;font-size: 11px;text-align: center;
    letter-spacing: -.05em;background-color: #b5b5b5;}
.sms_form .phone_sms_word_banner .sms_cont2 p.last_p1 input[type='checkbox']{display:none;}
.sms_form .phone_sms_word_banner .sms_cont2 p.last_p1 label:before{border-radius:3px;}
.sms_form .phone_sms_word_banner .sms_cont2 p.last_p1 input[type='checkbox']:checked + label:before{content:"\2713";text-shadow:1px 1px 1px rgba(0, 0, 0, .2);font-size:15px;color:#f3f3f3;text-align:center;background-color:#555;line-height:15px;}
.sms_form .phone_sms_word_banner .sms_cont2 p .last_label1{font-size:11px;width:auto;letter-spacing:-1px;}
.sms_form .phone_sms_word_banner .sms_cont2 p .info_btn1{position: absolute; right:4px; bottom:0px;}
.sms_form .phone_sms_word_banner .sms_cont2 p .info_btn1 a{display:inline-block;float:right;height:20px;line-height:20px;font-size:11px;padding:0 3px;color:#fff;background-color:#b5b5b5;}
.sms_form .phone_sms_word_banner .sms_cont2 p.b_btn1 a{width:128px;display:block;height:30px;line-height:30px;font-size:14px;color:#fff;font-weight:bold;background-color:#2d78bc;text-align:center;}

/* Side Bar - SMS_v2 */
.sms_form .phone_sms_word_banner.bg02 .sms_cont1{top:40px; left:13px;}
.sms_form .phone_sms_word_banner.bg02 .sms_cont2{top:97px; left:13px;}
.sms_form .phone_sms_word_banner.bg02{background:url(/assets/basic/images/common/sms_banner.jpg)0 0 no-repeat; height:286px;}
.sms_form .phone_sms_word_banner.bg02 #sms_mobile_design_submit{width:94px; height:30px; background:url(/assets/basic/images/common/sms_btn.jpg) 0 0 no-repeat; left:28px; bottom:7px;}
.sms_form .phone_sms_word_banner.bg02 .sms_cont1, .sms_form .phone_sms_word_banner.bg02 .sms_cont2{font-size:12px;}
.sms_form .phone_sms_word_banner.bg02 .sms_cont2 p.last_p1 label{letter-spacing:-0.1em}


/* Side Bar - 빠른차량검색 */
.quick_area{overflow: hidden; position: relative; padding: 10px; letter-spacing: -.05em; background-color: #fff; border: 1px solid rgb(204, 204, 204);}
.quick_area p {margin: 0 0 10px; padding-bottom: 4px; border-bottom: 3px solid #ccc; color: #000; font-size: 14px; text-align: center;}
.quick_area p.ico_type{margin-bottom: 15px; padding: 8px 0 0 30px; border-bottom: 0; text-align: left; background: url(/assets/basic/images/icon/icon_01.png) no-repeat left top; font-weight: bold; font-size:15px}

.quick_area .select_wrap {line-height: 100%;}
.quick_area .select_wrap + .select_wrap {margin-top: 5px;}
.quick_area .select_wrap select {vertical-align: top; height: 24px; padding: 0 3px;	border: 1px solid #ccc;	color: #000;	font-size: 12px;}
.quick_area label {display: block; font-size: 12px; font-weight: 700; line-height: 14px;}
.quick_area label + .quick_area .input_wrap {margin-top: 3px;}
.quick_area .select_wrap + .quick_area label {margin-top: 13px;}
.quick_area .input_wrap + .quick_area .btn_wrap {margin-top: 5px;}
.quick_area .input_wrap {margin-top: 8px;}
.quick_area .input_wrap input {width: 100%;; height: 27px; padding: 0 4px; color: #212121; line-height: 27px;}
.quick_area .input_wrap input::placeholder {color: #777;}
.quick_area .btn_wrap button {width: 100%; height: 30px; color: #fff; font-size: 16px; text-align: center; line-height: 30px;}

/* Side Bar - SMS BOX */
.sms_box{background:url('/assets/basic/images/common/bg_iphone.png') no-repeat;width:150px;height:306px;margin-bottom:15px;padding-top:32px;}
.sms_box .sms_box_area{width:130px; margin:0 auto;}
.sms_box .sms_box_area .logoB{margin-bottom:5px !important;}
.sms_box .sms_box_area .col_wrap {overflow: hidden; margin-top: 3px;}
.sms_box .sms_box_area .col_wrap div{margin-bottom:0px;}
.sms_box .sms_box_area .col_wrap .radio_wrap {float: left; width: 62px;	text-align: center;}
.sms_box .sms_box_area .col_wrap .radio_wrap + .radio_wrap {margin-left: 3px;}
.sms_box .sms_box_area .col_wrap .radio_wrap input + label {display: block;	width: 100%; height: 32px; border: 1px solid #ccc; font-size: 14px; line-height: 32px;}
.sms_box .sms_box_area .col_wrap .radio_wrap input:checked + label {color: #fff;}
.sms_box .sms_box_area .input_wrap {margin-top: 8px;  margin-bottom:0px;}
.sms_box .sms_box_area .input_wrap input {width: 100%;; height: 27px; padding: 0 4px; color: #212121; line-height: 27px;}
.sms_box .sms_box_area .input_wrap input::placeholder {color: #777;}
.sms_box .sms_box_area .check_wrap {margin-top: 9px; margin-bottom:0px;}
.sms_box .sms_box_area .check_wrap input + label {display: block; position: relative; padding-left: 21px; font-size: 12px; line-height: 20px;}
.sms_box .sms_box_area .check_wrap label:before {content: ''; display: inline-block; position: absolute; top: 2px;	bottom: 1px; left: 0; width: 16px; height: 16px; margin-right: 10px; background-color: #aaa; box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);}
.sms_box .sms_box_area .check_wrap input[type='checkbox'] {display: none;}
.sms_box .sms_box_area .check_wrap label:before {border-radius: 3px;}
.sms_box .sms_box_area .check_wrap input[type='checkbox']:checked + label:before {content: '\2713'; color: #f3f3f3; 	font-size: 15px; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); line-height: 18px;}
.sms_box .sms_box_area .check_wrap button {position: absolute; 	right: 0; bottom: 1px; width: 47px; height: 20px;	padding: 0; color: #fff; font-size: 11px; text-align: center; letter-spacing: -.05em; background-color: #b5b5b5;}
.sms_box .sms_box_area .check_wrap + .btn_wrap {margin-top: 0px;}
.sms_box .sms_box_area .btn_wrap button {width: 100%; height: 30px;	color: #fff;font-size: 16px; text-align: center;	line-height: 30px;}

.text_box{width:150px; height:160px; background:#89cecb; text-align: center; display: flex; justify-content: center; align-content: center; flex-direction: column; line-height:1em;}
.text_box .input_wrap{}
.text_box .input_wrap input {width: 100% !important; height: 35px; padding: 0 4px; color: #212121; line-height: 35px;
}
.text_box .input_wrap input::placeholder {color: #777;}
.text_box .input_wrap + .btn_wrap {display: inline-block ;}

/* 차종별 검색 */
.sort_cartype{height:45px; line-height:45px;  margin-bottom:15px;}
.sort_cartype h3{float: left; font-weight: bold; font-size:15px; padding:0 60px 0 30px;}
.sort_cartype ul{display: table; width:1000px;}
.sort_cartype ul li{display: table-cell; font-size:14px; font-weight: bold;}
.sort_cartype ul li:before{content:''; display:inline-block; width: 5px; height: 5px; background:#e6d34f; border-radius:10px; margin-right:7px; vertical-align: middle;}
.sort_cartype.bg_blue ul li:before{background:#f9fcff;}
.sort_cartype.bg_red h3{color: #fff;}
.sort_cartype.bg_red ul li{color: #fff;}
.sort_cartype.bg_red ul li:before{background:#fff;}

/* Info Custom */
.custom.case_custom_01{}
.custom.case_custom_01 ul{display: table; table-layout:fixed; padding:0px; width: 1200px; margin: 0 auto;}
.custom.case_custom_01 ul li{display: table-cell; float: none; text-align: center; padding:0; letter-spacing:-0.1em}
.custom.case_custom_01 ul:after{display: none;}

.custom.box_area_3{overflow: hidden;}
.custom.box_area_3 div{width:32.3%; float: left; margin-right:1.55%;}
.custom.box_area_3 div:last-child{margin-right:0;}

/* 방문 평가 */
.evaluation_box{z-index:5; width:420px; height:338px; padding:25px 20px; color:#282828; background:#f13349;}
.evaluation_box h3{font-size:20px; color: #282828; letter-spacing:-0.1em;}
.evaluation_box p{font-size:12px; letter-spacing:-0.05em; padding:5px 0px 10px 0px;}
.evaluation_box dl{}
.evaluation_box dl dt{float: left; clear: both; margin-right:10px; margin-bottom:10px; width:130px; height:30px; line-height:30px; font-size:14px; text-align: center; background:#c50017; font-weight: bold; color: #fff;}
.evaluation_box dl dd{margin-bottom:10px;}
.evaluation_box dl dd{height:30px;}
.evaluation_box dl dd input{height:30px; width:240px; border: none;}
.evaluation_box dl dd select{width:115px; height: 30px; margin-right:6px; border: none;}
.evaluation_box dl dd select:last-child{margin-right: 0px;}
.evaluation_box span a{width:50px; height:15px; line-height:15px; font-size:11px; display: inline-block; background:#868686; text-align: center; color: #fff;}
.evaluation_box button.btn_01{width:140px; height:40px; line-height:40px; background:#2266cb; display: block; text-align: center; color: #fff; font-size:16px; margin:5px auto 0;}
.evaluation_box input + label.last_label1 {position: relative; padding-left: 18px; font-size: 12px; line-height: 20px;}
.evaluation_box label.last_label1:before {content: ''; display: inline-block; position: absolute; top: 3px; bottom: 1px; left: 0; width: 12px; height: 12px; margin-right: 10px; background-color: #fff;}
.evaluation_box input[type='checkbox'] {display: none;}
.evaluation_box input[type='checkbox']:checked + label.last_label1:before {content: '\2713'; color: #000; font-size: 12px; text-align: center; line-height: 12px;}

/* Button */
.btn01 {text-align: center;}
.btn01 .btn_more {display: flex; width: 220px; height: 50px; margin: 0 auto 0; line-height: 50px; text-align: center; border: 1px solid #969696; color: #111; font-size: 16px; font-weight: 600; text-align: center;}
.btn01 .btn_more a {width: 100%;}

.btn01.bg_black .btn_more {border: 1px solid #000; color: #fff; background:#000;}

/* Font Style */
.stroke{color: #ffe800; text-shadow: -1px -1px 0 #d3b71e, 1px -1px 0 #d3b71e, -1px 1px 0 #d3b71e, 1px 1px 0 #d3b71e;}

.cl_blue02{color: #39a2eb;}
.cl_pink{color: #ff3399;}
.cl_orange{color: #fea201;}
.cl_red{color: #be0000}


/* 딜러 소개 */
.dealer_introduce{border:1px solid #dbdbdb; width: 596px; height:304px; text-align: center; padding:18px 0 8px 0px; float: right;}
.dealer_introduce h3{line-height:1em; font-size:28px; color: #b81510; font-weight: 800; padding-bottom:10px; letter-spacing:-0.05em}
.dealer_introduce p{line-height:1em; color: #464646; font-size:16px; padding-bottom: 20px; font-weight: bold; letter-spacing:-0.05em}
.dealer_introduce ul{}
.dealer_introduce ul li{display: inline-block; margin:0px 20px; vertical-align: top;}
.dealer_introduce ul li img{border:1px solid #d5d5d5;}
.dealer_introduce ul li span{font-size:16px; color: #464646; font-weight: bold; display: block; margin-top:8px;}

/* 상단 영역 */
#header.header_area .util{position: absolute; top: 0; left: 0; z-index: 110; width: 100%; height: 28px; border-bottom: 1px solid #bdbdbd; background: #f3f3f3;}
#header.header_area .util .wrap {width: 1200px; height: 24px; margin: 0 auto; background: #f3f3f3;}
#header.header_area .util .util_menu {float: right; margin-top: 5px; font-size: 12px;}
#header.header_area .util .util_menu li {float: left;}
#header.header_area .util .util_menu li + li {margin-left: 11px; padding-left: 12px; background: url('/assets/basic/images/common/infobg.jpg') no-repeat 0 3px;}
#header.header_area .util .util_menu .rlast {background: none;}
#header.header_area .util .wrap h2,
#header.header_area .primary .gnb h2 {overflow: hidden; position: absolute; top: 0; left: -999%; width: 1px; height: 1px; font-size: 0; line-height: 0;}
#header.header_area .gnb_menu:after{display: none;}

/* 상단 SNS */
#header .util ul.sns_box{position: absolute; left:0px; top:0px;}
#header .util ul.sns_box li{float: left; margin-right:13px;}
#header .util ul.sns_box li a{height:27px; line-height:27px; display: block; color: #666; font-size:11px; font-weight: bold;}
#header .util ul.sns_box li a:before{content:''; display: inline-block; height:27px; float: left; margin-right:4px;}
#header .util ul.sns_box li.ico_youtube a:before{width:28px; ;background:url('/assets/basic/images/common/ico_youtube.png') left 4px no-repeat;}
#header .util ul.sns_box li.ico_fb a:before{width:19px; background:url('/assets/basic/images/common/ico_fb.png') left 4px no-repeat;}
#header .util ul.sns_box li.ico_blog a:before{width:21px; background:url('/assets/basic/images/common/ico_blog.png') left 4px no-repeat;}
#header .util ul.sns_box li.ico_kakao a:before{width:21px; background:url('/assets/basic/images/common/ico_kakao.png') left 4px no-repeat;}


#header .util ul.sns_box li.ico_blog02 a:before{width:22px; background:url('/assets/basic/images/common/ico_blog02.png') left top no-repeat;}
#header .util ul.sns_box li.ico_cafe02 a:before{width:22px; background:url('/assets/basic/images/common/ico_cafe02.png') left top no-repeat;}
#header .util ul.sns_box li.ico_kakao02 a:before{width:22px; background:url('/assets/basic/images/common/ico_kakao02.png') left top no-repeat;}
#header .util ul.sns_box li.ico_bookmark02 a:before{width:22px; background:url('/assets/basic/images/common/ico_bookmark02.png') left top no-repeat;}
#header .util ul.sns_box li.ico_ico_youtube02 a:before{width:22px; background:url('/assets/basic/images/common/ico_youtube02.png') left top no-repeat;}
#header .util ul.sns_box li.ico_insta02 a:before{width:22px; background:url('/assets/basic/images/common/ico_insta02.png') left top no-repeat;}
#header .util ul.sns_box li.ico_fb02 a:before{width:22px; background:url('/assets/basic/images/common/ico_fb02.png') left top no-repeat;}


#header .util.case_gray .wrap{position: relative;}

#header .util ul.sns_box li a:before{content:''; display: inline-block; width:21px; height:22px; float: left; margin-top:2px;}
#header .util ul.sns_box li.ico_bookmark a:before{background:url('/assets/basic/images/icon/ico_bookmark.png') left top no-repeat;}

#header .util ul.sns_box.type02{}
#header .util ul.sns_box.type02 li:first-child{margin-left:5px;}
#header .util ul.sns_box.type02 li{float: left; margin-right:10px;}
#header .util ul.sns_box.type02 li a{height:45px; line-height:45px; display: block; color: #666; font-size:17px; font-weight: bold;}
#header .util ul.sns_box.type02 li a:before{content:''; display: inline-block; width:38px; height:38px; float: left; margin-right:10px; margin-top:3px;}
#header .util ul.sns_box.type02 li.ico_insta a:before{background:url('/assets/basic/images/icon/ico_insta_type02.png') left top no-repeat;}
#header .util ul.sns_box.type02 li.ico_blog a:before{background:url('/assets/basic/images/icon/ico_blog_type02.png') left top no-repeat;}
#header .util ul.sns_box.type02 li.ico_kakao a:before{background:url('/assets/basic/images/icon/ico_kakao_type02.png') left top no-repeat;}

#header .util ul.sns_box.type03{margin-top:5px; left:480px;}
#header .util ul.sns_box.type03 li{text-indent: -9999px;}
#header .util ul.sns_box.type03 li a{width:40px; height:40px;}

#header .util ul.sns_box.type03 li a:before{content:''; display: inline-block; width:40px; height:40px;}
#header .util ul.sns_box.type03 li.ico_bookmark a:before{background:url('/assets/basic/images/icon/ico_bkmark_type03.png') left top no-repeat;}
#header .util ul.sns_box.type03 li.ico_blog a:before{background:url('/assets/basic/images/icon/ico_blog_type03.png') left top no-repeat;}
#header .util ul.sns_box.type03 li.ico_fb a:before{background:url('/assets/basic/images/icon/ico_fb_type03.png') left top no-repeat;}
#header .util ul.sns_box.type03 li.ico_insta a:before{background:url('/assets/basic/images/icon/ico_insta_type03.png') left top no-repeat;}
#header .util ul.sns_box.type03 li.ico_kakao a:before{background:url('/assets/basic/images/icon/ico_kakao_type03.png') left top no-repeat;}


#header .util.case_white{border-bottom: 1px solid #e5e5e5; background: #fff; height:45px;}
#header .util.case_white .wrap{background:#fff; height:44px;}
#header .util.case_white .util_menu{margin-top:12px;}
#header .util.case_white .util_menu li:last-child{margin-right:11px;}

#header .util.case_white02{border-bottom: 1px solid #e5e5e5; background: #fff; }
#header .util.case_white02 .wrap{background:#fff;}

#header .util.case_black{border-bottom: none; background: #272727; height:38px;}
#header .util.case_black .wrap{background:#272727; height:38px; color: #a3a3a3;}
#header .util.case_black .util_menu{margin-top:10px;}
#header .util.case_black .util_menu li + li {background:none;}
#header .util.case_black .util_menu li:after{width:1px; height:6px; background:#a3a3a3; content:''; display: inline-block; position: relative; left: 10px;}
#header .util.case_black .util_menu li:last-child{margin-right:0px;}
#header .util.case_black .util_menu li:last-child:after{display: none;}

/* 위치 */
.pos_r{position: relative;}
.pos_a{position: absolute;}
.pos_s{position: static;}

/* Title Bar */
.bar_type{height:130px; width:100%; color: #333; letter-spacing:-0.1em; padding-left:60px; padding-top:38px; font-weight: bold;}
.bar_type h2{font-size:32px; line-height:1em; padding-bottom:16px;}
.bar_type p{font-size:17px; color: #656565; line-height:1em;}

.bar_type.map_title{background:url('/assets/basic/images/common/map_title.jpg') left top no-repeat; margin-top:10px;}
.bar_type.intro_title{background:url('/assets/basic/images/common/intro_title.jpg') left top no-repeat; margin-top:10px;}

/* 가격대별 검색 */
.sort_pricetype{height:45px; line-height:45px;}
.sort_pricetype div{width:1200px; margin:0 auto;}
.sort_pricetype h3{float: left; font-weight: bold; font-size:15px; padding:0 15px 0 30px;}
.sort_pricetype ul{display: table; width:1015px;}
.sort_pricetype ul li{display: table-cell; font-size:14px; font-weight: bold;}
.sort_pricetype ul li:before{content:''; display:inline-block; width: 5px; height: 5px; background:#e6d34f; border-radius:10px; margin-right:7px; vertical-align: middle;}
.sort_pricetype.blue ul li:before{background:#39a2eb;}
.sort_pricetype.red ul li:before{background:#df4c4c;}

/* 영상 영역 */
.movie_wrap.mv_type{width:1200px; margin:24px auto; overflow: hidden;}
.movie_wrap.mv_type .video_wrap{width:1200px;margin:0 auto;}
.mv_type .video_wrap .video{width:595px; float:left;margin-right:10px;line-height:0;}
.mv_type .video_wrap .video:last-child{margin-right:0;}
.mv_type .video_wrap .video .tab_banner_wrap .tab_tit{margin-top:10px;}
.mv_type .video_wrap .video .tab_banner_wrap .tab_tit li {float: left; cursor: pointer; margin-right: 5px;}
.mv_type .video_wrap .video .tab_banner_wrap .tab_tit li:last-of-type {margin-right: 0;}
.mv_type .video_wrap .video .tab_banner_wrap .tab_tit li img{width:295px;}

.creator-wrap .cont {display: none; position: relative;}
.creator-wrap .cont iframe{width: 484px; height: 271px;}
.creator-wrap .cont.on {display: block;}

/* 인덱스 커스텀 스타일 */
.custom.pattern01{margin-bottom:30px; overflow: hidden; clear: both;}
.custom.pattern01 iframe{width:595px;}
.custom.pattern01 h3{background:#ed7676; height:50px; line-height:50px; font-size:20px; margin-bottom:7px; color:#fff;}
.custom.pattern01 div{padding-right:9px; float: left;}
.custom.pattern01 div:last-child{padding-right:0px;}


/* 게시판 스타일 */
.bd_style{position: relative; border: 1px solid #c9c9c9; border-top:none; margin: auto; padding: 19px;}


/* Background */
.bg_gray03{background:#f6f6f6;}

.bg_yellow{background:#f2f1be;}
.bg_blue{background:#93ccff;}
.bg_blue02{background:#3f9ef5;}
.bg_blue03{background:#1375c8;}
.bg_blue04{background:#1766de;}
.bg_blue05{background:#226bb4;}
.bg_pink{background: #f12b8a;}
.bg_red{background:#df4c4c;}
.bg_green{background:#019d99;}

/* 하단 */
.ft_bar{border-top:1px solid #c6c6c6; }
.ft_bar ul{width:1200px; margin:0 auto;}
.ft_bar ul li{border-right:1px solid #c6c6c6; width:25%; float: left; text-align: center;}
.ft_bar ul li:first-child{border-left: 1px solid #c6c6c6;}
.ft_bar ul li a{display: block; color: #888; font-size:18px; padding:12px 0px; line-height:1em; letter-spacing:-0.05em}

.ftcase_line{border:none !important; background:url('/assets/basic/images/common/bg_deco.gif') top no-repeat;}

.footer_area{width:1200px !important; margin:0 auto; position: relative;}
.footer_area #footer_image{position: relative; margin-left:0px !important; margin-right:50px;}
.footer_area #footer_data{padding-bottom:30px; margin-top:-5px; width:auto; position: static;}

#footer.ft_w{width:1200px !important; margin:25px auto 0!important; padding-top:40px !important;}
#footer.ft_w #footer_image{width:255px !important;}
#footer.ft_w .area{position: absolute; right:0px; top:0px;}

/* Display */
.blind { position:absolute; left:-1200%; top:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden; }

/* Clear */
.clb{clear: both;}

/* 전체 공통 스타일 */
.w49 {
    float: left;
    width: 50.00%;
}

/* 사이즈 크기 */
.w1200{
    width:1200px !important;
    margin:0 auto !important;
}

/* 폰트 크기 */
.fs12{font-size:12px !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:20px !important;}
.fs22{font-size:22px !important;}
.fs26{font-size:26px !important;}
.fs28{font-size:28px !important;}
.fs30{font-size:28px !important;}
.fs36{font-size:36px !important;}
.fs38{font-size:38px !important;}

.ls{letter-spacing:-0.1em}

.fw_b{font-weight:bold}

.search-car-list-view.fr{display: none;}


/* Map Maker */
.customoverlay {position:relative;bottom:85px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;}
.customoverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.customoverlay a {display:block;text-decoration:none;color:#000;text-align:center;border-radius:6px;font-size:14px;font-weight:bold;overflow:hidden;background: #2d73c2;background: #2d73c2 url('/assets/basic/images/common/arrow_white.png') no-repeat right 14px center;}
.customoverlay .title {display:block;text-align:center;background:#fff;margin-right:35px;padding:10px 15px;font-size:14px;font-weight:bold;}
.customoverlay:after {content:'';position:absolute;margin-left:-12px;left:50%;bottom:-12px;width:22px;height:12px;background:url('/assets/basic/images/common/vertex_white.png')}
.map_area{width:100%; height:600px;}

/* Introduce Area */
.introduce_area{width:1000px; margin-bottom:20px;}
.introduce_area .introduce_title{background:url('/assets/basic/images/common/img_introduce.jpg') no-repeat; height:326px;}
.introduce_area .introduce_title h4{padding:104px 40px 0 40px; font-size:32px; line-height:1.3em; color: #fff; letter-spacing:-0.05em}
.introduce_area p{background:#f4f4f4; padding:58px 55px 48px 55px; font-size:20px; line-height:1.5em; letter-spacing:-0.07em; color: #333; word-break: keep-all;}
.introduce_area .car_point{background:#f4f4f4; overflow: hidden; position: relative; height:460px;}
.introduce_area .car_point dl{}
.introduce_area .car_point dl dt.fir{margin-top:13px;}
.introduce_area .car_point dl dt{font-size:24px; color: #333; border-bottom:1px solid #333; letter-spacing:-0.05em; display: inline-block; margin-bottom:5px; font-weight: bold; line-height:1em; margin-top:95px;}
.introduce_area .car_point dl dd{font-size:16px; color: #464646; letter-spacing:-0.05em}
.introduce_area .car_point .point_left{position: absolute; left:68px; top:28px;}
.introduce_area .car_point .point_right{position: absolute; left:659px; top:28px;}
.introduce_area .car_point .point_car{width:230px; height: 426px; background:#7187c1 url('/assets/basic/images/common/auto2.png') no-repeat; margin:0 auto; z-index:2; position: relative;}

.mode a{width:100%;height:40px; line-height: 40px;background:#000;font-weight:700;font-size:16px;color:#fff;text-align:center; display: block;}

/* 상담 그룹 */
.advise_group02{text-align: center; overflow: hidden;}
.advise_group02 div{width:400px; float: left; border-right:1px solid #c1c1c1; height:348px;}
.advise_group02 h3{color: #333; font-size:30px; line-height:1em;}
.advise_group02 p{color: #333; font-size:20px; font-weight: bold; line-height:1.2em;}
.advise_group02 .sell_area{}
.advise_group02 .sell_area dl{overflow: hidden; margin-top:25px;}
.advise_group02 .sell_area dl dt{float: left; clear: both; font-size:20px; color: #333; font-weight:bold; width:102px; padding-top:10px; text-align: left; text-indent:10px; letter-spacing:-0.05em}
.advise_group02 .sell_area dl dd{padding-bottom:10px;}
.advise_group02 .sell_area dl dd input{border-left:none; border-right:none; border-top:none;  border-bottom:1px dotted #d9d9d9; width:255px; font-size:20px; }
.advise_group02 button{clear: both;}
.advise_group02 .buy_area{}
.advise_group02 .buy_area dl{overflow: hidden; width:314px; margin:25px auto 0;}
.advise_group02 .buy_area dl dt{float: left; clear: both; font-size:20px; color: #333; font-weight:bold; width:102px; padding-top:20px; text-align: left; letter-spacing:-0.05em}
.advise_group02 .buy_area dl dd{padding-bottom:10px;}
.advise_group02 .buy_area dl dd input{border-left:none; border-right:none; border-top:none;  border-bottom:1px dotted #d9d9d9; width:212px; font-size:20px; margin:0 auto; padding:0px; border-radius:0}
.advise_group02 .customer_area{border:1px solid #c1c1c1; background:#f8f8f8; border-radius:10px;}
.advise_group02 .customer_area .customer_info{height:auto; border-right: none; margin-top:55px; position: relative; padding-bottom:30px;}
.advise_group02 .customer_area .customer_info:before{content:''; width:94px; height:94px; display: inline-block; background:url(/assets/basic/images/icon/ico_tel02.png) left top no-repeat; position: absolute; left:24px; top:0px;}
.advise_group02 .customer_area .customer_info p{text-align: left; font-size:20px; margin-left:138px; letter-spacing:-0.05em; padding-bottom:3px;}
.advise_group02 .customer_area .customer_info p span{color: #e25500;}
.advise_group02 .customer_area .customer_info span.tel{font-size:38px; color: #ffa800; font-weight: 800; width:230px; text-align: center; margin-left:138px; letter-spacing:-0.05em; display: block;}
.advise_group02 .customer_area dl{width:358px; margin:0 auto; border-top:1px solid #c1c1c1; overflow: hidden; padding-top:30px;}
.advise_group02 .customer_area dl dt{float: left; color: #e25500; font-size:22px; font-weight:800; margin-right:26px; padding-top:10px;}
.advise_group02 .customer_area dl dt:before{content:'!'; width:24px; height:24px; border-radius:30px; font-size:20px; font-weight:800; color: #fff; display: inline-block; background:#e25500; margin:0 5px;}
.advise_group02 .customer_area dl dd{float: left; text-align: left; font-size:18px; font-weight: bold;}
.advise_group02 .customer_area dl dd span{color: #d68d00;}



.advise_group02 .buy_area input{width:314px; height:52px; line-height:52px; display: block; margin:10px auto 0; font-size:20px; border:3px solid #464646; border-radius:52px; padding:0px 20px;}
.advise_group02 .buy_area input::placeholder{text-align: center; font-weight: bold;}
.advise_group02 .btn_request{width:230px; height:32px; background:#e25500; color:#fff; font-size:20px; text-align: center; margin:0 auto; font-weight: bold; border-radius:32px; letter-spacing:-0.05em; }
.advise_group02 .btn_request:after{content:'>'; float: right; margin-right:17px; font-size:16px; margin-top:3px;}
.advise_group02 .realtime_area02{border-right: none; padding:0 15px;}
.advise_group02 .realtime_area02 ul.realtime_count{margin-bottom:10px; margin-top:25px;}
.advise_group02 .realtime_area02 ul.realtime_count li{width:50%; height:40px; line-height:40px; border:1px solid #d9d9d9; background:#f3f3f3; text-align: center; float: left; font-size:18px; color: #5a5a5a; font-weight: bold;}
.advise_group02 .realtime_area02 ul.realtime_count li:last-child{border-left: none;}
.advise_group02 .realtime_area02 ul.realtime_count li span{color: #e29a00;}
.advise_group02 .realtime_area02 ul.realtime_count li:last-child span{color: #b9b9b9;}

.advise_group02 .realtime_area02 ul.realtime_count02{margin-bottom:10px; margin-top:15px; border:1px solid #d9d9d9; border-radius:15px; overflow: hidden;}
.advise_group02 .realtime_area02 ul.realtime_count02 li{width:50%; height:90px; line-height:40px; background:#f8f8f8; text-align: center; float: left; font-size:20px; color: #333; font-weight: bold;  position: relative;}
.advise_group02 .realtime_area02 ul.realtime_count02 li:last-child{border-left: none; }
.advise_group02 .realtime_area02 ul.realtime_count02 .count_group{height:auto; float: none; width:100%; border: none; font-size:30px;}
.advise_group02 .realtime_area02 ul.realtime_count02 li:last-child:before{width:1px; height:51px; content:''; background:#787878; position: absolute; left:0px; top:17px;}

.advise_group02 .realtime_area02 ul.realtime_count02 li:first-child .count_group span{color: #de9700;}
.advise_group02 .realtime_area02 ul.realtime_count02 .count_group span{width:24px; height:40px; display: inline-block; background:url(/assets/basic/images/icon/ico_count.png) center top no-repeat; margin:0px 1px;}


.advise_group02 .realtime_area02 .ticker_area{border-right: none; border-top:1px dotted #bdbdbd; border-bottom:1px dotted #bdbdbd; width:370px;}
.advise_group02 .realtime_area02 .ticker_area ul{width:100%;}
.advise_group02 .realtime_area02 .ticker_area ul li{border-bottom:1px dotted #bdbdbd; text-align: left; width:100%; position: relative;}
.advise_group02 .realtime_area02 .ticker_area ul li p{width:286px; display: inline-block; padding:7px 0px 7px 0px; color: #5a5a5a; font-size:14px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.advise_group02 .realtime_area02 .ticker_area ul li span.fl_r{margin-top:7px; position: absolute; right:5px; top:5px;}

/* 차량 검색 */
.srch_car_model{overflow: hidden;}
.srch_car_model h3{color:#333; font-weight:800; font-size:38px; text-align: center; line-height:1em; margin-top:55px; margin-bottom:35px;}
.srch_car_model h4{width:200px; background:#3b5997; font-size:22px; color: #fff; height:96px; line-height:96px; text-indent:15px; border-bottom:1px solid #304c87;  float: left; clear: both;}

.srch_car_model ul{height:96px; border-bottom:1px solid #eee; border-right:1px solid #eee; width:1000px; float: left;}
.srch_car_model ul li{float: left; text-align: center;}
.srch_car_model ul li img{display: block; margin:0 auto;}
.srch_car_model ul li span{color: #464646; font-size:15px; font-weight: bold; letter-spacing:-0.05em}

.srch_car_model .model_box01 h4{border-top:1px solid #3b5997;}
.srch_car_model .model_box01 ul{border-top:1px solid #eee;}
.srch_car_model .model_box01 ul li{padding:15px 3px 0px 4px;}
.srch_car_model .model_box01 ul li:first-child{padding-left:12px;}
.srch_car_model .model_box01 ul li span{padding-top:10px; display: block;}
.srch_car_model .model_box01 ul li span.fs12{padding-top:1.61px; line-height:1.1em; position: relative; top:3px}

.srch_car_model .model_box02 ul li{padding:8px 6px 0px 6px;}
.srch_car_model .model_box02 ul li span{padding-top:7px; display: block;}

.srch_car_model .model_box03 ul{padding-left:12px; table-layout:fixed; display: table;}
.srch_car_model .model_box03 ul li{font-size:12px; color: #333; font-weight: bold; display:table-cell; width:14%; padding-top:40px; position: relative;}
.srch_car_model .model_box03 ul li p{border-top:3px solid #c1c1c1; padding-top:20px;}
.srch_car_model .model_box03 ul li span{font-size:16px; font-weight:800;}
.srch_car_model .model_box03 ul li:hover{background:url(/assets/basic/images/icon/ico_car.png) center 22px no-repeat;}
.srch_car_model .model_box03 ul li:hover p{border-color:#304c87;}
.srch_car_model .model_box03 ul li:hover span{color: #dc0311;}
.srch_car_model .model_box03 ul li:before{width:9px; height:9px; border:3px solid #c1c1c1; border-radius:10px; content:''; display: inline-block; background: #fff; position: absolute; top: 37px; left: 0px;}
.srch_car_model .model_box03 ul li:after{width:9px; height:9px; border:3px solid #c1c1c1; border-radius:10px; content:''; display: inline-block; background: #fff; position: absolute; top: 37px; right: -9px;}

.srch_car_model .model_box03 ul li:hover:before{border-color:#304c87;}
.srch_car_model .model_box03 ul li:hover:after{border-color:#304c87; z-index: 2;}

.srch_car_model .model_box04, .srch_car_model .model_box05{display:flex;}
.srch_car_model .model_box04 h4, .srch_car_model .model_box05 h4{padding-top:16px; padding-bottom:16px; height:auto; line-height:1em;}
.srch_car_model .model_box04 ul, .srch_car_model .model_box05 ul{height:auto; line-height:1em; padding: 20px 20px 0 20px;}
.srch_car_model .model_box04 ul li, .srch_car_model .model_box05 ul li{color: #464646; font-size:15px; width:100px; text-align: left; margin-bottom:20px;}
.srch_car_model .model_box04 ul li:hover, .srch_car_model .model_box05 ul li:hover{color: #ff8000;}
.srch_car_model .model_box04 ul li:before, .srch_car_model .model_box05 ul li:before{width:6px; height:6px; background:#ff8000; border-radius:6px; content:''; display: inline-block; vertical-align: top; position: relative; top:4px;}

/* 차량 검색 타입2 */
.srch_car_model02{border:1px solid #cbcbcb; padding:25px 10px;}
.srch_car_model02 h3{font-size:22px; color: #333; font-weight: bold; line-height:1em;}
.srch_car_model02 ul.car_list{margin:30px 0 15px 15px;}
.srch_car_model02 ul.car_list li{min-width:130px; margin-right:37px; display: inline-block; letter-spacing:-0.05em}
.srch_car_model02 ul.car_list li:last-child{margin-right:0px;}
.srch_car_model02 ul.car_list li a{display: block; height:100px;}
.srch_car_model02 ul.car_list li:nth-child(1) a{background:url('/assets/basic/images/icon/sort02_car01.png') bottom right no-repeat;}
.srch_car_model02 ul.car_list li:nth-child(2) a{background:url('/assets/basic/images/icon/sort02_car02.png') bottom right no-repeat;}
.srch_car_model02 ul.car_list li:nth-child(3) a{background:url('/assets/basic/images/icon/sort02_car03.png') bottom right no-repeat;}
.srch_car_model02 ul.car_list li:nth-child(4) a{background:url('/assets/basic/images/icon/sort02_car04.png') bottom right no-repeat;}
.srch_car_model02 ul.car_list li:nth-child(5) a{background:url('/assets/basic/images/icon/sort02_car05.png') bottom right no-repeat;}
.srch_car_model02 ul.car_list li:nth-child(6) a{background:url('/assets/basic/images/icon/sort02_car06.png') bottom right no-repeat;}
.srch_car_model02 ul.car_list li dl dt{color: #464646; font-size:16px; text-align: right;}
.srch_car_model02 ul.car_list li dl dd{color: #2283f1; font-size:24px; transform: skew(-10deg); font-weight: bold; text-align: right; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;}

.srch_car_model02 ul.price_list{margin:20px 0 0px 30px;}
.srch_car_model02 ul.price_list li{font-size:22px; color: #545454; font-weight: bold; width:180px; display: inline-block; margin-right:5px;}
.srch_car_model02 ul.price_list li a{display: block; height:70px;}
.srch_car_model02 ul.price_list li span{width:124px; height:30px; display: inline-block; background:#2283f1; color: #fff; font-size:20px; text-align: center; border:2px solid #545454; border-radius:30px; margin-right:20px;}
.srch_car_model02 ul.price_list li span:last-child{display: block; float: right; margin-top:10px;}


/* 내 차 찾기 - 빠른검색 */
.quick_searchmain.quick_srch {width:1200px;border:2px solid #111; position: relative;}
.quick_searchmain.quick_srch h2{font-size:25px; color: #000; padding-top:20px; padding-left:20px; line-height:1em;}
.quick_searchmain.quick_srch li {float:left;padding-right:0px;padding-bottom:10px;}
.quick_searchmain.quick_srch .cont {position:relative; overflow:hidden;width:946px; min-height:310px;}
.quick_searchmain.quick_srch .cont .choose_cars {width: 760px;height: 40px;padding: 15px 0 44px 18px; }
.quick_searchmain.quick_srch .cont .choose_cars li{padding:0 15px; position: relative;}
.quick_searchmain.quick_srch .cont .choose_cars li:first-child{padding-left:5px;}
.quick_searchmain.quick_srch .cont .choose_cars li:first-child:before{content:''; display: inline-block; border-right:1px solid #ddd; position: absolute; width:1px; height:12px; right:0px; top:15px;}
.quick_searchmain.quick_srch .cont .choose_cars li a{color:#333;font-size: 18px; height: 38px; float: left;line-height: 38px;cursor: pointer;}
.quick_searchmain.quick_srch .cont .choose_cars li .on{color:#ff1291;font-weight: 600;}

.quick_searchmain.quick_srch .modelSearch {width:946px; padding:4px 0px 6px 18px;}
.quick_searchmain.quick_srch .modelSearch li {float:left;width:256px;}
.quick_searchmain.quick_srch .modelSearch li {display:block;text-align:center;font-size:14px;font-weight:bold;}
.quick_searchmain.quick_srch .modelSearch .search_form{float:left; overflow: hidden; width:914px; position: relative;}
.quick_searchmain.quick_srch .modelSearch .search_form ul li {float:left; margin-right:-2px;border:2px solid ;}
.quick_searchmain.quick_srch .modelSearch .search_form ul li select{background:#fff url(/assets/basic/images/icon/select_arrow.png) no-repeat 98% 50%; -webkit-appearance: none;   -moz-appearance: none; appearance: none; vertical-align: middle; border:0 none; width:170px; height:34px; margin-top:6px;}
.quick_searchmain.quick_srch .modelSearch .search_form ul li select::-ms-expand{display:none;}
.quick_searchmain.quick_srch .modelSearch .search_form .search_btn2 {position:absolute;
    right:0; width:172px; height:70px; border: 0 none; text-align: center; line-height:40px; font-size: 16px; color:#fff; font-weight:600; margin-top:-61px;}
.quick_searchmain.quick_srch .search_model_box {height: 100px;margin-bottom: -3px;background: #fff;}
.quick_searchmain.quick_srch .search_model_box h3 {display: table;padding: 10px 24px 8px;font-size: 18px;text-align: center;}
.quick_searchmain.quick_srch .search_model_box ul {display: flex;height: 80px;}
.quick_searchmain.quick_srch .search_model_box li {flex: 1;width: 46px;margin: 8px 0;}
.quick_searchmain.quick_srch .search_model_box ul.car_price_range_ul {display: inline-block;padding: 0 13px;}
.quick_searchmain.quick_srch .car_price_range_ul li {float: left;margin-right: 8px;}
.quick_searchmain.quick_srch .search_model_box .car_price_range_ul li {display: block;float: left;width: 212px;margin:3px 4px; padding: 3px; margin-left:11px; font-size:16px;}
.quick_searchmain.quick_srch .cont1{position: absolute; top:0px; right:0px;}

/* 퀵 SNS */
.quick_sns{}
.quick_sns ul li{margin-bottom:5px; display: inline-block;}
.quick_sns ul li:odd{margin-right:6px;}

/* 내 차 찾기 */
.srch_mycarfind{text-align: center;}
.srch_mycarfind ul{display: inline-block;}
.srch_mycarfind ul li{display: inline-block; margin-right:8px;}
.srch_mycarfind ul li select{width:205px; height:50px; line-height:50px; background:#f2f2f2; border-radius:10px; border: none; color: #666; font-size:14px; padding:0px 10px; font-weight: bold;}
.srch_mycarfind button{display: inline-block; width:114px; height:50px; line-height:50px; font-size:14px; color: #fff; vertical-align: top; border-radius:10px;font-weight: bold;}

/* 퀵 바 */
.quick_bar{background:#3386de; color: #fff; position: fixed; bottom:0px; width:100%; z-index:100;}
.quick_bar .quick_bar_area{width:1200px; margin:0 auto;}
.quick_bar .quick_bar_area p{float: left; padding:19px 0 26px 24px;}
.quick_bar .quick_bar_area input{width:246px; height:38px; line-height:38px;}
.quick_bar .quick_bar_area dl{padding-top:36px;}
.quick_bar .quick_bar_area dl dt{float: left; padding-left:74px;}
.quick_bar .quick_bar_area dl dt:last-child{padding-left:46px;}
.quick_bar .quick_bar_area dl dd{float: left;}
.quick_bar .quick_bar_area dl dt{height:38px; line-height:38px; font-size:18px; font-weight: bold; margin-right:30px;}
.quick_bar .quick_bar_area a{width:144px; height:38px; line-height:38px; background:#0b5fb7; text-align: center; display: inline-block; font-size:18px; font-weight: bold; letter-spacing:-0.05em; margin-left:25px;}

/* 방문평가 */
.evaluation_box.evalgroup{position: absolute; z-index:5; width:420px; height:auto; padding:20px; color:#282828; background:rgb(255,255,255); background: transparent\9; background:rgba(255,255,255,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); top:50%; transform: translate(0, -50.5%); right:50%; margin-right:-550px;}
.evaluation_box.evalgroup h3{font-size:20px; color: #282828; letter-spacing:-0.1em; margin-top:10px;}
.evaluation_box.evalgroup p{font-size:12px; letter-spacing:-0.05em; padding:5px 0px 10px 0px;}
.evaluation_box.evalgroup dl{}
.evaluation_box.evalgroup dl dt{float: left; clear: both; margin-right:10px; margin-bottom:10px; width:130px; height:30px; line-height:30px; font-size:14px; text-align: center; background:#ffd2d2; font-weight: bold; }
.evaluation_box.evalgroup dl dd{margin-bottom:10px;}
.evaluation_box.evalgroup dl dd{height:30px;}
.evaluation_box.evalgroup dl dd input{height:30px; width:240px; border: none;}
.evaluation_box.evalgroup dl dd select{width:115px; height: 30px; margin-right:5px; border: none;}
.evaluation_box.evalgroup dl dd select:last-child{margin-right: 0px;}
.evaluation_box.evalgroup span a{width:50px; height:15px; line-height:15px; font-size:11px; display: inline-block; background:#868686; text-align: center; color: #fff;}
.evaluation_box.evalgroup button.btn_01{width:140px; height:40px; line-height:40px; background:#ec2424; display: block; text-align: center; color: #fff; font-size:16px; margin:0 auto;}
.evaluation_box.evalgroup button.btn_01:before{content:''; position: relative; display: inline-block; background:url('/assets/basic/images/icon/ico_deco.png') no-repeat; width:13px; height: 11px; margin-right:3px;}


@media all and (max-width:1570px){
    .case_wide_lock .evaluation_box.evalgroup{padding:15px; overflow: auto;}
    .case_wide_lock .evaluation_box.evalgroup dl{ }
    .case_wide_lock .evaluation_box.evalgroup dl dt{height:20px; line-height:20px; font-size:12px}
    .case_wide_lock .evaluation_box.evalgroup dl dd{height:20px; line-height:20px; font-size:12px}
    .case_wide_lock .evaluation_box.evalgroup dl dd input{height:20px;}
    .case_wide_lock .evaluation_box.evalgroup dl dd select{height:20px;}
    .case_wide_lock .evaluation_box.evalgroup a.btn_01{height:30px; font-size:14px; line-height:30px;}
}
.case_wide_lock .evaluation_box.evalgroup input + label.last_label1 {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    line-height: 20px;
}
.case_wide_lock .evaluation_box.evalgroup label.last_label1:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    bottom: 1px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #fff;
}
.case_wide_lock .evaluation_box.evalgroup input[type='checkbox'] {
    display: none;
}
.case_wide_lock .evaluation_box.evalgroup input[type='checkbox']:checked + label.last_label1:before {
    content: '\2713';
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}
@media all and (max-width:1300px){
    .case_wide_lock .evaluation_box.evalgroup{padding:15px;}
    .case_wide_lock .slick-slide img{width:1281px !important; max-width:1281px !important}
}

.slider-nav .slick-track{transform:translate3d(0px, 0px, 0px) !important}

/* 진행절차 */
.process_guide{position: relative;}
.process_guide h3{text-align: center; font-size:36px; letter-spacing:-0.05em; padding-bottom:15px;}
.process_guide h3:before{content:''; width:60px; height:59px; background:url(/assets/basic/images/icon/ico_car_emo.png) left top no-repeat; display: inline-block; margin-right:15px; position: relative; top:10px;}
.process_guide h3 span{color: #e25500;}
.process_guide p{color: #666; font-size:24px; text-align: center; letter-spacing:-0.05em;  line-height:1em; margin-bottom:70px;}
.process_guide ol{background:url(/assets/basic/images/common/bg_process.jpg) 163px 56px no-repeat; width:100%; height:533px; position: relative; z-index:-2;}
.process_guide ol li{text-align: center; position: absolute;}
.process_guide ol li span{width:82px; height:22px; line-height:22px; background:#e25500; border-radius:30px; display: inline-block; font-size:14px; font-weight: 800; color: #fff;}
.process_guide ol li span:after{width:108px; height:108px; border-radius:108px; content:''; display: inline-block; margin-top:-10px; margin-left:-11px; position: relative; z-index:-1;}
.process_guide ol li:nth-child(1){left:50px; top:0px;}
.process_guide ol li:nth-child(2){left:450px; top:0px;}
.process_guide ol li:nth-child(3){left:822px; top:0px;}
.process_guide ol li:nth-child(4){left:842px; top:297px;}
.process_guide ol li:nth-child(5){left:458px; top:297px;}
.process_guide ol li:nth-child(6){left:60px; top:297px;}

.process_guide ol li:nth-child(1) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_step01.png) center top no-repeat;}
.process_guide ol li:nth-child(2) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_step02.png) center top no-repeat;}
.process_guide ol li:nth-child(3) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_step03.png) center top no-repeat;}
.process_guide ol li:nth-child(4) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_step04.png) center top no-repeat;}
.process_guide ol li:nth-child(5) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_step05.png) center top no-repeat;}
.process_guide ol li:nth-child(6) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_step06.png) center top no-repeat;}

.process_guide ol li dl dt{color: #333; font-weight: bold; font-size:20px; margin-bottom:10px; letter-spacing:-0.05em}
.process_guide ol li dl dd{color: #676767; font-size:16px; letter-spacing:-0.05em}


.process_guide.buy_guide h3:before{content:''; width:64px; height:57px; background:url(/assets/basic/images/icon/ico_car_buy.png) left top no-repeat; display: inline-block; margin-right:15px; position: relative; top:20px;}
.process_guide.buy_guide ol li:nth-child(1) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_buy_step01.png) center top no-repeat;}
.process_guide.buy_guide ol li:nth-child(2) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_buy_step02.png) center top no-repeat;}
.process_guide.buy_guide ol li:nth-child(3) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_buy_step03.png) center top no-repeat;}
.process_guide.buy_guide ol li:nth-child(4) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_buy_step04.png) center top no-repeat;}
.process_guide.buy_guide ol li:nth-child(5) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_buy_step05.png) center top no-repeat;}
.process_guide.buy_guide ol li:nth-child(6) span:after{background:#eaeaea url(/assets/basic/images/icon/ico_buy_step06.png) center top no-repeat;}


/* 타입B */
.yttype_B ul li{display: inline-block;}

/* 타입C */
.yttype_C #video-placeholder{margin-bottom:5px;}
.yttype_C iframe{width: 600px; height: 300px;}
.yttype_C #controls{}
.yttype_C #controls li{float: left; margin-right:4px;}
.yttype_C #controls li:last-child{margin-right:0px;}
.yttype_C #controls li img{width:298px; height:150px;}

/* 타입D */
.yttype_D{overflow: hidden;}
.yttype_D #video-placeholder02, #video-placeholder03{margin-bottom:5px;}
.yttype_D iframe{width: 597px; height: 300px;}
.yttype_D .yt_L{float: left; margin-right:5px;}
.yttype_D .yt_R{float: right;}
.yttype_D .controls li{float: left; margin-right:7px;}
.yttype_D .controls li:last-child{margin-right:0px;}
.yttype_D .controls li img{width:295px; height:150px;}

/* 타입E */
.yttype_E #video-placeholder04{float: left; margin-right:5px;}
.yttype_E iframe{width: 573px; height: 350px;}
.yttype_E #controls{float: left; width:622px;}
.yttype_E #controls li{float: left; margin-right:5px; margin-bottom:6px;}
.yttype_E #controls li:nth-child(2n){margin-right:0px;}
.yttype_E #controls li:nth-child(3), .yttype_E #controls li:nth-child(4){margin-bottom:0px;}
.yttype_E #controls li img{width:308px; height:172px;}

/* 타입F */
.yttype_F #video-placeholder05{float: left; margin-right:5px;}
.yttype_F iframe{width: 573px; height: 350px;}
.yttype_F #controls{float: left; width:622px;}
.yttype_F #controls li{margin-bottom:6px;}
.yttype_F #controls li:last-child(){margin-bottom:0px;}
.yttype_F #controls li img{width:200px; height:112.5px;}

/* Icon Group */
.ico-mglass {position: relative; display: inline-block; border-radius: 30px; height: 18px; width: 18px; border: 2px solid #888; text-indent: -9999px; top:-2px;}
.ico-mglass:after {content: ""; height: 3px; width: 8px; background: #888; position: absolute; top: 15px; left: 12px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); border-radius:2px}

/* 인기검색어 */
.hit_code{text-align: center; margin-top:10px;}
.hit_code p{display: inline-block; vertical-align: top; font-size:14px; margin-right:10px; color: #be2f21;}
.hit_code ul{display: inline-block;}
.hit_code ul li{display: table-cell; padding-right:10px; font-weight: bold; font-size:14px; }
.hit_code ul li:after{content:''; display: inline-block; width:1px; height:10px; background:#000; margin-left:8px; position: relative; top:1px;}
.hit_code ul li:last-child{padding-right:0px;}
.hit_code ul li:last-child:after{display: none;}

.div-contents { min-height: 1000px; }

/* 23.01.23 추가 */
.ico_recommend{width:97px; height:30px; position: absolute; left:-25px; top:9px; z-index:2; font-size:16px; font-weight: bold; color: #fff; text-align: center; line-height:30px; background: linear-gradient(-135deg, transparent 21px, #f33900 0) right, linear-gradient(135deg, transparent 21px, #f33900 0) left; background-size: 51% 100%; background-repeat: no-repeat; transform: rotate(-45deg); letter-spacing:-0.05em}

.ico_recommend:before{content:''; display: inline-block; width:41px; height:1px; background:#f98905; position: absolute; top:2px; left:28px;}
.ico_recommend:after{content:''; display: inline-block; width:92px; height:1px; background:#f98905; position: absolute; bottom:2px; left:3px;}

.car_title_area{position: relative;}
.car_title_area .tit_wrap{}
.car_title_area .tit_wrap h3{letter-spacing:-0.02em;}
.car_title_area .tit_wrap h3 p{font-weight: normal; display: inline-block;}
.car_title_area .tit_wrap a.btn_more{position: absolute; right:10px; top:10px;}

.direct_management{position: relative; padding-bottom:35px;}
.direct_management .tit_wrap h3{}
.direct_management .tit_wrap h3 p{font-weight: normal; display: inline-block;}
.direct_management .tit_wrap a{position: absolute; right:10px; top:10px;}

.direct_management .recommend_car_picture li{padding:10px;}
.direct_management .slick-dots{bottom:-35px;}
.direct_management .slick-dots li{float: none; min-height:auto; padding:0; width:auto; height: auto;}
.direct_management .slick-dots li button{padding:0; margin:0 5px;}
.direct_management .slick-dots li button:before{background:#fff; border:1px solid #666; width:20px; height:20px; }
.direct_management .slick-dots li.slick-active button:before{background:#ff7e36; border:1px solid #ff7e36; opacity:1; }
.direct_management .recommend_car_picture{overflow: visible;}

.direct_management .recommend_car_name{font-size:18px;}
.direct_management .recommend_car_price{font-size:18px; padding-top:40px;}
.direct_management .recommend_car_info{font-size:13px;}
.direct_management .recommend_car_info:before{top:6px;}

/* 리스계산기 */
.lease_calculator{margin-top:5px; overflow: hidden;}
.lease_calculator table{}
.lease_calculator table tr th{border:1px solid #d3d3d3; text-align: center; font-size:22px; color: #333; background:#dcf0ff; padding:0; height:39px;}
.lease_calculator table tr td{border:1px solid #d3d3d3; text-align: center; color: #333; font-size:18px; padding:0; height:30px;}
.lease_calculator table tr td a{display: block; height:100%; line-height:30px;}
.lease_calculator table tr td a.active{background:#006dc1; color: #fff;}
.lease_calculator table tr td p{line-height:1.5em;}
.lease_calculator table tr td p.lease_car_price{font-size:22px; color:#ed002d;}
.lease_calculator table tr td p.lease_car_price span{color: #333; font-size:16px;}
.lease_calculator table tr td p.deposit_car_price{font-size:22px; color: #3b87ce;}
.lease_calculator table tr td p.deposit_car_price span{color: #333; font-size:16px;}
.lease_calculator p.comment{width:100%; background:#e2f2fe; color: #333; font-size:18px; text-align: center; font-weight: bold; line-height:1.5em; padding:30px 0;}
.lease_calculator p.payment_comment{color: #dd001c; font-size:18px; display: block; margin-top:10px;}

.recommend_car_picture_7 .recommend_car_desc{padding:10px 0;}
.recommend_car_picture_7 .recommend_car_price{font-size:12px;}
.recommend_car_picture_7 .recommend_car_price span{font-size:16px;}

/* Sticky */
.sticky{width:1200px; height:100px; background:#fff; text-align: center; top: 0; z-index:100; display: none; transition: all 0.3s ease; box-shadow: 0px 15px 15px -15px rgba(94,94,94,0.7); -webkit-box-shadow: 0px 15px 15px -15px rgba(94,94,94,0.7); -moz-box-shadow: 0px 15px 15px -15px rgba(94,94,94,0.7); padding:15px 10px 10px;}
.sticky p.car_title{color: #333; font-size:28px; font-weight: bold; line-height:1.1em; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100%; overflow:hidden; text-align: left;}

.sticky dl dt{font-size:18px; color: #333; font-weight: bold; float: left; line-height:1em; margin:0px 10px 0 0;}
.sticky dl dd{font-size:18px; color: #333; font-weight: bold; float: left; line-height:1em;}
.sticky dl dd span, .sticky dl dd strong{font-size:32px; vertical-align: top; margin-top:-2px; display: inline-block;}
.sticky .area_sticky ul{text-align: left;}
.sticky .area_sticky ul li{display: inline-table;}
.sticky .area_sticky ul li:first-child{padding-right:35px;}
.sticky .area_sticky ul li:nth-child(2){}
.sticky .area_sticky ul li:nth-child(2) span{margin-right:5px;}
.sticky .area_sticky ul li:nth-child(2) dl{display: inline-table;}
.sticky .area_sticky ul li .installment_area{display: inline-table; font-size:18px; color: #333; margin-left:10px; position: relative; top:-2px;}
.sticky .area_sticky ul li:last-child{float: right;}

/* Truck */
.truck_detail{text-align: center; margin-bottom:20px;}
.truck_detail h3{font-size:36px; color: #373737; letter-spacing:-0.05em; border-bottom:5px solid #373737; padding:20px 0 8px;}
.truck_detail h3 span{font-weight: bold; color: #dd4fcb;}
.truck_detail ul{display: table; width:100%;}
.truck_detail ul li{height:500px; display: table-cell; width:50%;}
.truck_detail ul li:nth-child(odd){background:url('../images/contents/bg_bonggo.jpg') no-repeat;}
.truck_detail ul li:nth-child(even){background:url('../images/contents/bg_porter.jpg') no-repeat;}
.truck_detail ul li dl{padding-top:346px;}
.truck_detail ul li dl dt{font-size:60px; color: #fff; line-height:1em; font-weight: bold;}
.truck_detail ul li dl dd a{font-size:24px; color: #fff; height:40px; line-height:40px; display: block; margin:20px auto;}
.truck_detail ul li:nth-child(odd) dl dd a{background:#000; width:169px;}
.truck_detail ul li:nth-child(even) dl dd a{background:#434343; width:150px;}

.slick-arrow{display: none !important;}

/* 24.05.16 추가 */
.car-detail-info h4{display: inline-block; margin-right:15px;}
.option-btn{width:159px; height:33px; line-height:1em; border: 1px solid #cbcbcb; text-align: center;	font-size:20px; color: #333333; border-radius:2px; letter-spacing:-0.1em; font-weight: bold; position: relative; padding:0 23px 0 0; margin-top:-7px;}
.option-btn:before{width:15px; height:3px; background:#f26100; display: block; content:''; position: absolute; top:15px; right:15px;}
.option-btn.on:after{width:3px; height:15px; background:#f26100; display: block; content:''; position: absolute; top:9px; right:21px;}

/* 24.06.10 추가 */
.car-select > li ul li {padding: 10px 5px 10px 10px; letter-spacing: -0.03em; min-height:38px; max-height:50px}
.car-select > li input[type='checkbox'] + label {float: none !important; padding:0 0 0 20px !important;}
.car-select > li input[type='checkbox'] + label:after{top:2px; bottom:auto;}
#psubmodel_ul li input, #grade_ul li input, #detailgrade_ul li input{display: none;}

.swiper {opacity: 0; visibility: hidden; transition: opacity 1s ease; -webkit-transition: opacity 1s ease;}
.swiper.slick-initialized{visibility: visible; opacity: 1;}

/* 24.12.31 추가 - 선납금 계산기 */
.down_payment_calculator{margin-top:5px; overflow: hidden;}
.down_payment_calculator table{}
.down_payment_calculator table tr th{border:1px solid #d3d3d3; text-align: center; font-size:22px; color: #333; background:#dcf0ff; padding:0; height:39px;}
.down_payment_calculator table tr td{border:1px solid #d3d3d3; text-align: center; color: #333; font-size:18px; padding:0; height:30px;}
.down_payment_calculator table tr td a{display: block; height:100%; line-height:30px;}
.down_payment_calculator table tr td a.active{background:#006dc1; color: #fff;}
.down_payment_calculator table tr td p{line-height:1.5em;}
.down_payment_calculator table tr td p.lease_car_price{font-size:22px; color:#ed002d;}
.down_payment_calculator table tr td p.lease_car_price span{color: #333; font-size:16px;}
.down_payment_calculator table tr td p.deposit_car_price{font-size:22px; color: #3b87ce;}
.down_payment_calculator table tr td p.deposit_car_price span{color: #333; font-size:16px;}
.down_payment_calculator p.comment{width:100%; background:#e2f2fe; color: #333; font-size:18px; text-align: center; font-weight: bold; line-height:1.5em; padding:30px 0;}
.down_payment_calculator p.payment_comment{color: #dd001c; font-size:18px; display: block; margin-top:10px;}
