@charset 'utf-8';

/* Board */
table {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.main_content {
    float: right;
    width: 1000px;
    padding: 10px 0 0 0;
}
.bg_blue {
    /*background: #0182dd;*/
}
.main_title {
    position: relative;
    margin: 40px auto;
    padding: 14px 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.main_title:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 226px;
    height: 2px;
    margin-left: -113px;
    /*background: #1978d1;*/
}
/* 검색영역 */
.search_box_area {
    width: 500px;
    margin: 0 auto 40px;
}
.search_box_area:after {
    content: '';
    display: block;
    clear: both;
}
.search_box {
    float: left;
    position: relative;
    width: 290px;
    margin-left: 10px;
    border: 1px solid #ddd;
}
.search_box_review {
    float: left;
}
.search_box_review select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 45px;
    padding: .8em .5em;
    border: none;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: inherit;
    background: url('../../images/board/select_arrow.png') no-repeat 100% 50%;
    background-size: 40px;
}
.search_box_review select::-ms-expand {
    display: none;
}
.search_box input {
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    padding: .8em .5em;
    border: none;
}
.search_box button {
    position: absolute;
    top: -1px;
    right: -40px;
    width: 45px;
    height: 45px;
    border: none;
    background: #4d4c4a;
}

/* 게시판 1000px */
.board_wrap:after {
    content: '';
    display: block;
    clear: both;
}
.board_wrap .top_area {
    margin: 10px 0 0;
    padding: 0;
}
.board_wrap .top_area img {
    vertical-align: middle;
}
.board_wrap + .board_wrap .main_content {
    min-height: 869px;
}
.board_list table {
    box-sizing: border-box;
    table-layout: fixed;
    vertical-align: middle;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.board_list td {
    padding: 12px 0;
    border-bottom: 1px solid #c2c2c2;
    width: 100%;
}
.board_list tr:last-of-type td {
    border: none;
}

.board_list td.review_area {
    padding: 20px 0 20px 20px;
}

/* 게시판 상세보기 */
.board_view table {
    box-sizing: border-box;
    table-layout: fixed;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c2c2c2;
    border: 1px solid #c2c2c2;
}
.board_view td {
    padding: 12px 10px;
    border-bottom: 1px solid #c2c2c2;
}
.board_view tr:last-of-type td {
    border: none;
}

.board_view td.review_area {
    padding: 20px 0 20px 20px;
}
.story {
    display: -webkit-box;
    overflow: hidden;
    width: 780px;
    text-overflow: ellipsis;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.paging ul {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}
.paging li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: -2px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
}
.page_num li {
    margin-left: -1px;
}
.page_num a.on {
    height: 39px;
    /*border-bottom: 2px solid #0182dd;*/
    /*color: #0182dd;*/
}

/* 게시판 800px */
.side_nav {
    float: left;
    width: 190px;
    margin-top: 10px;
    color: #333;
}
.side_nav ul {
    border: 1px solid #ccc;
}
.side_nav li {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
}
.side_nav a {
    color: #333;
}
.side_nav a.on {
    /*color: #0182dd;*/
    font-weight: bold;
}
.nav_title {
    background: #f3f3f3;
}
.main_content_800 {
    width: 800px;
    /*margin-left: 10px;*/
    padding-right: 0;
}
.main_content_800 .story {
    width: 600px;
}


/* 일반 게시판 */
.review_list {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
}
.review_list th,
.review_list td {
    padding: 10px 0;
}
.review_list td {
    border-top: 1px solid #ccc;
    text-align: center;
}
.review_list span {
    /*color: #cd031d;*/
}
.review_title {
    display: block;
    margin-left: 14px;
    text-align: left;
}
.review_list .consulting_status {
    display: inline-block;
    width: 50px;
    padding: 6px 14px;
    border-radius: 4px;
    color: #333;
    background: #e3e3e3;
}
.review_list .consulting_status.on {
    color: #fff;
    /*background: #1978d1;*/
}

/* 사진게시판 */
.type_photo {
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.type_photo table {
    border: 0;
}
.type_photo tr td {
    padding: 5px;
    border: none;
    text-align: center;
}
.type_photo tr td a {
    display: block;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.type_photo a p {
    overflow: hidden;
    padding: 5px 7px;
    border-top: 1px solid #ccc;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.type_photo tr td:first-of-type {
    margin-left: 0;
}
.type_photo tr td:last-of-type {
    margin-right: 0;
}
.board_list_image {
    display: block;
    overflow: hidden;
    position: relative;
    height: auto;
    padding-bottom: 75%;
}
.board_list_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width:100%;
	height:100%;
}

/* 내차구매판매상담 */
.top_board_banner {
    display: inline-block;
}
.request_form {
    color: #333;
}
.request_form h2 {
    margin: 30px 10px 10px 20px;
}
.request_form h2 span {
    display: inline-block;
    color: #999;
    font-size: 18px;
}
.request_box {
    width: 100%;
    margin-left: 18px;
}
.request_box input {
    display: block;
    width: 96%;
    height: auto;
    margin-bottom: 15px;
    padding: 15px 2%;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    font-size: 13px;
    background: #f6f6f6;
}

/* 개인정보체크 */
.request_box p.last_p1 label {
    display: inline-block;
    position: relative;
    padding-top: 3px;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.3em;
    cursor: pointer;
}
.request_box p.last_p1 {
    overflow: hidden;
    position: relative;
    margin: 10px 0 30px 0;
}
.request_box p.last_p1 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);
}
.request_box p.last_p1 input[type='checkbox'] {
    display: none;
}
.request_box p.last_p1 label:before {
    border-radius: 3px;
}
.request_box p.last_p1 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: 15px;
    /*background-color: #1978d1;*/
}
.request_box p .last_label1 {
    width: auto;
    font-size: 11px;
    letter-spacing: -1px;
}
.request_box p .info_btn1 button {
    position: absolute;
    right: 4px;
    right: 768px;
    bottom: 1px;
    color: #fff;
    font-size: 11px;
    background-color: #b5b5b5;
}
.request_box p .info_btn1 a {
    display: inline-block;
    height: 20px;
    margin: 0 2px;
    padding: 0 3px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    background-color: #b5b5b5;
}
.request_box p.b_btn1 a {
    display: block;
    width: 128px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    /*background-color: #2d78bc;*/
}
.chk span {
    display: flex;
    margin: 0;
    padding: 20px 0 70px;
}
.request_box button {
    display: block;
    margin: 0 auto;
    padding: 10px 70px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: normal;
}

/* 내차구매판매상담 */
.banner_vi {
    padding: 80px 60px 60px 60px;
    border-radius: 10px;
    background: url('../../images/board/counsell1_1000.png') no-repeat 95% 50%;
    background-size: cover;
}
.banner_vi p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999;
}
.banner_vi h2 {
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 1px #999;
}
.banner_vi h2 span {
    /*color: #1978d1;*/
}
.consulting_form {
    position: relative;
}
.consulting_form:before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    border-radius: 8px;
    background: #fff;
    opacity: .6;
}
.consulting_form .contact_form {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: -webkit-fill-available;
    padding: 36px 20px 30px;
}
.consulting_form .contact_form input {
    width: 24%;
    border: none;
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: bold;
    background: transparent;
}
.consulting_form .contact_form input::placeholder {
    color: #000;
}
.banner_vi .agree_box {
    display: flex;
    margin-top: 134px;
    font-size: 13px;
}

/*개인정보체크*/
.agree_box p.last_p1 label {
    display: inline-block;
    position: relative;
    padding-top: 3px;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.3em;
    cursor: pointer;
}
.agree_box p.last_p1 {
    overflow: hidden;
    position: relative;
    margin: 10px 0 30px 0;
}
.agree_box p.last_p1 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);
}
.agree_box p.last_p1 input[type='checkbox'] {
    display: none;
}
.agree_box p.last_p1 label:before {
    border-radius: 3px;
}
.agree_box p.last_p1 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: 15px;
    /*background-color: #1978d1;*/
}
.agree_box p .last_label1 {
    width: auto;
    font-size: 11px;
    letter-spacing: -1px;
}
.agree_box p .info_btn1 {
    right: px;
    /*position: absolute;*/ bottom: 1px;
    color: #fff;
    font-size: 11px;
    background-color: #b5b5b5;
}
.agree_box p .info_btn1 button {
    position: absolute;
    right: 4px;
    right: 768px;
    bottom: 1px;
    color: #fff;
    font-size: 11px;
    background-color: #b5b5b5;
}
.agree_box p .info_btn1 a {
    display: inline-block;/*float:right*/
    height: 20px;
    padding: 0 3px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    background-color: #b5b5b5;;
}
.agree_box p.b_btn1 a {
    display: block;
    width: 128px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    /*background-color: #2d78bc;*/
}
.banner_vi .agree_btn {
    display: block;
    width: 200px;
    margin: 50px auto;
    padding: 10px 0;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    /*background: #1978d1;*/
}

/* 고객만족후기 */
.review_info .classify {
    /*width: 24%;*/
    color: #999;
    font-weight: bold;
}
.review_info .classify + td {
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
}
.text_review_box {
    padding: 20px 0 40px;
}
.comment {
    padding: 20px 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
}
.comment_box {
    display: flex;
    margin: 15px 0;
}
.comment_box textarea {
    width: 89%;
    height: 65px;
    resize: none;
}
.comment_box button {
    width: 10%;
    height: 71px;
    margin-left: 1%;
    border: 1px solid #999;
    background: #fff;
}
.comment .counting {
    /*color: #ff7900;*/
}
.board_list td.review_list_btn {
    width: 12%;
    padding-left: 10px;
}
.review_list_btn span {
    padding: 4px 10px;
    border-radius: 8px;
    color: #fff;
    /*background: #ff7900;*/
}
.post_tit {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.review_box {
    padding: 10px !important;
    line-height: 1.5;
}
.review_box pre {
    text-align: justify;
    white-space: pre-line;
}
.photo_review img {
    margin-bottom: 10px;
}
.photo_review img {
    display: block;
    max-width: 100%;
    padding: 0 !important;
}
.photo_review img + img {
    margin-top: 10px;
}

/* page nation */
.list-pagenation {
    padding: 10px 0;
    text-align: center;
}
.list-pagenation img {
    vertical-align: top;
    width: auto;
}
.list-pagenation li {
    display: inline-block;
    vertical-align: bottom;
    height: 24px;
    margin: 0 3px;
    cursor: pointer;
}
.list-pagenation li:not(.arrow) {
    min-width: 24px;
    padding: 0 5px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
}
.list-pagenation .on:not(.arrow) {
    color: #fff;
    /*background: #4959ec;*/
}
.list-pagenation li:hover {
    color: #fff;
    /*background: #4959ec;*/
}
.list-pagenation li:hover a {
    color: inherit;
}

/* 20201104 추가 */
.request_box input#phone{border:2px solid #000}
.request_box input#phone::placeholder{color:#000; font-weight:800;}

/* 20201127 추가 */
.request_box.request_table .request_form_title{margin-bottom:20px;}
.request_box.request_table .request_form_title h3{font-size:30px; color: #333; display: inline-block; line-height:1em; margin-top:14px;}
.request_box.request_table .request_form_title h3.ico_discount:before{width:65px; height:48px; content:''; background: url(/assets/basic/images/board/ico_discount.png) no-repeat; display: inline-block; margin-right:20px; position: relative; top:10px;}
.request_box.request_table .request_form_title h3.ico_buy{margin-top:1px;}
.request_box.request_table .request_form_title h3.ico_buy:before{width:63px; height:61px; content:''; background: url(/assets/basic/images/board/ico_buy.jpg) no-repeat; display: inline-block; margin-right:16px; position: relative; top:10px;}
.request_box.request_table .request_form_title h3.ico_sell{margin-top:3px;}
.request_box.request_table .request_form_title h3.ico_sell:before{width:58px; height:59px; content:''; background: url(/assets/basic/images/board/ico_sell.jpg) no-repeat; display: inline-block; margin-right:20px; position: relative; top:10px;}


.request_box.request_table .request_form_title p{font-size:22px; color: #333; font-weight: bold; border-left: 1px solid #9e9e9e; padding-left:10px; margin-left:10px; display: inline-block;}
.request_box.request_table .request_form_title p span{font-size:18px; display: inline-block;}
.request_box.request_table{}
.request_box.request_table table{width:960px; border-top: 2px solid #1c1c1c;}
.request_box.request_table table th{background:#f5f5f5; border-bottom:1px solid #ddd; text-indent:22px; text-align: left; color: #333; font-size:18px;}
.request_box.request_table table td{border-bottom:1px solid #ddd; padding:15px 0px 15px 20px}
.request_box.request_table input{border-radius:0px; background:#fff; border:1px solid #ccc !important; margin-bottom:0px; padding:15px;}
.request_box.request_table input::placeholder{color: #d9d9d9 !important; font-weight: normal !important;}
.request_box.request_table textarea{width:98.5%; height:200px; padding:15px;}
.request_box.request_table textarea::placeholder{color: #d9d9d9 !important; font-weight: normal !important;}

.board_list{border-top:1px solid #222;}
.board_list th{background:#f4f3f3; height:40px; color: #333; border-bottom:1px solid #c2c2c2;}