/* Common */
.mb0 {
  margin-bottom: 0 !important;
}

.sub_title {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 2px solid #ffba00;
}
.sub_title:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.sub_title h1 {
  float: left;
  display: block;
  font-family: 'GmarketSansBold';
  font-size: 28px;
  color: #333;
  text-align: center;
}
.sub_title h1 em {
  font-family: 'GmarketSansBold';
  font-size: 28px;
  color: #ffba00;
}
.sub_title .nav {
  float: right;
}
.sub_title .nav li {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}
.sub_title .nav li + li {
  padding: 0 0 0 36px;
  margin: 0 0 0 30px;
  background: url(../images/sub/arrow_nav.png) no-repeat 0 center;
}
.sub_txt {
  color: #666;
  text-align: center;
}

/* Checkbox */
.chk_box input {
  display: none;
}
.chk_box label {
  display: block;
  cursor: pointer;
}
.chk_box label:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.chk_box label span {
  float: left;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/sub/check_box.svg);
  background-size: cover;
}
.chk_box label p {
  float: left;
  margin: 0 0 0 10px;
  line-height: 20px;
  color: #666;
}
.chk_box input:checked + label span {
  background-image: url(../images/sub/check_box_on.svg);
}

/* Button */
.btns {
  margin: 40px auto 0;
  width: 580px;
}
.btns:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.btns button {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  font-weight: 500;
}

.btns .btn_bk {
  color: #fff;
  background-color: #333;
}
.btns .btn_y {
  color: #fff;
  background-color: #ffba00;
}
.btns .btn_g {
  color: #fff;
  background-color: #999;
}
.btns .btn_wh {
  color: #333;
  background-color: #fff;
  border: 1px solid #bbb;
}

.btns.col02 button {
  width: 100%;
}

.btns.col03 button {
  float: left;
  font-weight: 600;
  margin-right: 10px;
}
.btns.col03 button + button {
  margin: 0 0 0 10px;
}
.btns.col03 button:nth-child(1) {
  width: 140px;
}
.btns.col03 button:nth-child(2) {
  width: 140px;
}
.btns.col03 button:nth-child(3) {
  width: 280px;
  margin-right: 0;
}

/* list paging */
.list_page {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
.list_page > a {
  display: inline-block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  vertical-align: middle;
}
.list_page > a.first_btn {
  background: #fff url(../images/sub/paging_prev.png) no-repeat center;
}
.list_page > a.last_btn {
  background: #fff url(../images/sub/paging_next.png) no-repeat center;
}
.list_page ul {
  display: inline-block;
  vertical-align: middle;
}
.list_page ul:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.list_page ul li {
  float: left;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.list_page ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  text-align: center;
}
.list_page ul li.active {
  background-color: #ffba00;
}
.list_page ul li.active a {
  font-weight: 500;
  color: #fff;
}

/* Popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.popup .pop_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: 0 auto;
  width: 480px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.popup .pop_wrap .btns {
  width: 100%;
}
.popup .pop_wrap .btns button {
  font-weight: 600;
}
.popup .pop_wrap .btns button + button {
  margin: 0 0 0 8px;
}
.popup .pop_wrap .btns.col02 button:nth-child(1) {
  width: 97px;
}
.popup .pop_wrap .btns.col02 button:nth-child(2) {
  width: 315px;
}
.popup .pop_wrap p {
  line-height: 40px;
  font-family: 'GmarketSansMedium';
  font-size: 26px;
  color: #333;
  text-align: center;
}
.popup .pop_wrap p em {
  font-family: 'GmarketSansBold';
  font-size: 26px;
  color: #ffba00;
}

/* 차량보기 */
.category {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
}
.category:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.category li {
  float: left;
  width: 160px;
}
.category li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 56px;
  font-family: 'GmarketSansBold';
  color: #bbb;
  text-align: center;
}
.category li.active {
  position: relative;
}
.category li.active::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  content: '';
}
.category li.active a {
  color: #333;
}

.car_wrap:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.car_wrap .filter_area {
  float: left;
  width: 280px;
}
.filter_area .filter {
  margin: 0 0 10px;
  border: 1px solid #ddd;
}
.filter_area .filter .filter_tit {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-family: 'GmarketSansBold';
  color: #fff;
  background-color: #333;
  border-bottom: 1px solid #ddd;
}
.filter_area .filter .filter_radio_list {
  padding: 20px;
}
.filter_area .filter .filter_radio_list > li + li {
  margin: 20px 0 0;
}
.filter_area .filter .filter_radio_list .tit {
  display: block;
  margin: 0 0 7px;
  font-weight: 500;
  color: #333;
}
.filter_area .filter .filter_radio:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.filter_area .filter .filter_radio li {
  position: relative;
  float: left;
  width: calc((100% - 6px) / 3);
  margin: 3px 0 0 3px;
}
.filter_area .filter .filter_radio li:nth-child(3n + 1) {
  margin-left: 0;
}
.filter_area .filter .filter_radio li input[type='radio'] {
  display: none;
}
.filter_area .filter .filter_radio li a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: center;
  background-color: #f6f6f6;
  cursor: pointer;
}
.filter_area .filter .filter_radio li.on a {
  color: #333;
  background-color: #fff;
}
.filter_area .filter .filter_radio li.on a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #ffba00;
  content: '';
}
.filter_area #filter_price.filter .filter_radio li {
  width: calc((100% - 4px) / 2);
  margin: 3px 0 0 4px;
}
.filter_area #filter_price.filter .filter_radio li:nth-child(3n + 1) {
  margin: 3px 0 0 4px;
}
.filter_area #filter_price.filter .filter_radio li:nth-child(2n + 1) {
  margin-left: 0;
}
.filter_area #filter_price.filter .filter_radio li.on a {
  color: #333;
  background-color: #fff;
}
.filter_area #filter_price.filter .filter_radio li.on a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #ffba00;
  content: '';
}

.filter_area .btns {
  width: 100%;
  margin: 0;
}
.filter_area .btns button {
  float: left;
  width: 138px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.filter_area .btns button + button {
  margin: 0 0 0 4px;
}
.filter_area .btns .btn_reset {
  color: #333;
  border: 1px solid #bbb;
  background-color: #fff;
}
.filter_area .btns .btn_search {
  color: #fff;
  background-color: #ffba00;
  border: 1px solid #ffba00;
}
.filter_area .btns .btn_search i {
  display: inline-block;
  width: 13px;
  height: 38px;
  margin: 0 7px 0 0;
  background: url(../images/sub/ic_search_wh.png) no-repeat 0 center;
  vertical-align: top;
}

.car_wrap .car_area {
  float: right;
  width: 880px;
}
.car_wrap .car_area .board_top {
  margin: 0;
}
.car_wrap .car_area .car_list {
  border-top: 1px solid #333;
}
.car_wrap .car_area .car_list > li {
  border-bottom: 1px solid #f2f2f2;
}
.car_wrap .car_area .car_list > li > a {
  display: block;
  padding: 10px 0;
}
.car_wrap .car_area .car_list > li > a:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.car_wrap .car_area .car_list .img_box {
  position: relative;
  float: left;
  overflow: hidden;
  width: 220px;
  height: 220px;
  border-radius: 15px;
}
.car_wrap .car_area .car_list .img_box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.car_wrap .car_area .car_list .img_box .brand_logo {
  position: absolute;
  left: 10px;
  top: 10px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.car_wrap .car_area .car_list .img_box .brand_logo:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: '';
}
.car_wrap .car_area .car_list .txt_box {
  float: left;
  width: calc(100% - 260px);
  margin: 0 0 0 40px;
  padding: 35px 0;
}
.car_wrap .car_area .car_list .txt_box .brand {
  display: block;
  font-weight: 600;
  color: #666;
}
.car_wrap .car_area .car_list .txt_box .title {
  display: block;
  margin: 10px 0 5px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
.car_wrap .car_area .car_list .txt_box .option {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.car_wrap .car_area .car_list .txt_box .price {
  display: block;
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

/* 차량보기 - 상세 */
.car_view {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.car_view .car_view_top:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.car_view .car_view_top .img_box {
  position: relative;
  float: left;
  width: 440px;
  height: 440px;
  background-color: #f6f6f6;
  border-radius: 20px;
}
.car_view .car_view_top .img_box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.car_view .car_view_top .img_box .brand_logo {
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.car_view .car_view_top .img_box .brand_logo:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: '';
}
.car_view .info_box {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 480px;
  padding: 50px 0 0;
}
.car_view .info_box .brand {
  display: block;
  font-weight: 600;
  color: #666;
}
.car_view .info_box .model {
  font-size: 24px;
  color: #333;
}
.car_view .info_box .option {
  line-height: 26px;
  font-size: 14px;
  color: #999;
}
.car_view .info_box .price {
  display: block;
  margin: 20px 0 0;
  font-size: 24px;
  color: #333;
}
.car_view .info_box .txt_box {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #eee;
}
.car_view .info_box .txt_box .title {
  display: block;
  margin: 0 0 16px;
  font-weight: 600;
  color: #333;
}
.car_view .info_box .txt_box p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.car_view .info_box .txt_box p img {
  width: 100% !important;
  height: 100% !important;
}
.car_view .detail_img {
  margin: 40px 0 0;
  width: 100%;
  min-height: 600px;
}
.car_view .detail_img img {
  max-width: 100%;
  vertical-align: top;
  max-height: 100%;
  height: auto !important;
}

/* 브랜드보기 */
.sub_brand_wrap {
  padding-bottom: 115px;
}
.sub_brand_wrap .brand_tit {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  color: #333;
}
.sub_brand_wrap .brand_tit:before {
  display: none;
}
.sub_brand_wrap .brand_tit:after {
  display: none;
}
.sub_brand_wrap .brand_wrap {
  margin: 0;
}
.sub_brand_wrap .brand_wrap + .brand_wrap {
  margin: 80px 0 0;
}
.brand_list:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.brand_list li {
  float: left;
  width: 106px;
  margin: 40px 0 0 13px;
}
.brand_list li:nth-child(10n + 1) {
  clear: both;
  margin-left: 0;
}
.brand_list li a {
  display: block;
}
.brand_list li a .img_box {
  position: relative;
  overflow: hidden;
  width: 106px;
  height: 106px;
}
.brand_list li a .img_box:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid #ffba00;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  content: '';
}
.brand_list li a .img_box img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.brand_list li a p {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.brand_list li a:hover .img_box:before {
  visibility: visible;
  opacity: 1;
}

/* 브랜드보기 상세 */
.brand_con .brand_name {
  display: block;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.brand_con .img_box {
  min-height: 600px;
}

/* 고객센터 */

/* 출고후기 */
.review_top_bnn {
  margin: 0 0 24px;
  padding: 26px 32px;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.review_top_bnn:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.review_top_bnn p {
  line-height: 52px;
  float: left;
  font-size: 20px;
  color: #666;
}
.review_top_bnn p em {
  font-size: 20px;
  font-weight: 500;
  color: #ffba00;
}
.review_top_bnn button {
  float: right;
  width: 180px;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #ffba00;
}

.search_form {
  float: right;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 380px;
  height: 50px;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.search_form:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 105px;
  width: 1px;
  height: 15px;
  background-color: #666;
  content: '';
}
.search_form select {
  float: left;
  width: 105px;
  height: 48px;
  padding: 0 25px 0 15px;
  color: #333;
  background: url(../images/sub/ic_dropbox.svg) no-repeat 90% center / 10px;
  border: 0;
}
.search_form input {
  float: left;
  width: calc(100% - 105px);
  height: 48px;
  padding: 0 40px 0 15px;
  color: #333;
  border: 0;
}
.search_form input::placeholder {
  color: #bbb;
}
.search_form input::-webkit-input-placeholder {
  color: #bbb;
}
.search_form input::-moz-input-placeholder {
  color: #bbb;
}
.search_form input:-ms-input-placeholder {
  color: #bbb;
}
.search_form input:-moz-input-placeholder {
  color: #bbb;
}
.search_form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/sub/ic_search.svg) no-repeat 0 0 / cover;
  text-indent: -9999px;
}

.board_top {
  display: block;
  position: relative;
  width: 100%;
  margin: 50px 0 10px;
}
.board_top:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.board_top .total_num {
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #333;
}
.board_top .align {
  float: right;
}
.board_top .align > li {
  float: left;
}
.board_top .align > li + li {
  margin: 0 0 0 20px;
}
.board_top .align > li a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #999;
}
.board_top .align > li.active a {
  color: #333;
}

.review_list {
  border-top: 1px solid #999;
}
.review_list > li {
  border-bottom: 1px solid #f2f2f2;
}
.review_list > li > a {
  display: block;
  padding: 16px 0;
}
.review_list > li > a:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.review_list .img_box {
  float: left;
  overflow: hidden;
  width: 220px;
  height: 220px;
  border-radius: 15px;
}
.review_list .img_box img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.review_list .txt_box {
  float: left;
  width: calc(100% - 260px);
  margin: 0 0 0 40px;
  padding: 44px 0;
}
.review_list .txt_box .title {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.review_list .txt_box .txt {
  display: block;
  margin: 10px 0 0;
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #666;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.review_list .txt_box .util {
  margin: 20px 0 0;
}
.review_list .txt_box .util:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.review_list .txt_box .util > li {
  float: left;
  color: #bbb;
}
.review_list .txt_box .util > li + li {
  margin: 0 0 0 35px;
}
.review_list .txt_box .util > li i {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.review_list .txt_box .util .name {
  font-weight: 500;
}
.review_list .txt_box .util .date i {
  width: 22px;
  height: 21px;
  background-image: url(../images/sub/ic_cal.svg);
}
.review_list .txt_box .util .views i {
  width: 24px;
  height: 18px;
  background-image: url(../images/sub/ic_eye.svg);
}

.popup.pop_review_login p {
  padding: 70px 0 32px;
}

/* 출고후기 상세 */
.board_view {
  min-height: calc(100vh - 395px);
}
.board_view .view_top {
  padding: 0 0 15px;
  border-bottom: 1px solid #333;
}
.board_view .view_top .title {
  display: block;
  margin: 0 0 5px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 400;
  color: #333;
}
.board_view .view_top .info_box:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.board_view .view_top .info_box .util {
  float: left;
}
.board_view .view_top .info_box .util > li {
  float: left;
  line-height: 35px;
  color: #bbb;
}
.board_view .view_top .info_box .util > li + li {
  margin: 0 0 0 35px;
}
.board_view .view_top .info_box .util > li i {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.board_view .view_top .info_box .util .date i {
  width: 22px;
  height: 35px;
  background-image: url(../images/sub/ic_cal.svg);
}
.board_view .view_top .info_box .util .views i {
  width: 24px;
  height: 35px;
  background-image: url(../images/sub/ic_eye.svg);
}
.board_view .view_top .info_box .name {
  float: right;
  line-height: 35px;
  font-weight: 500;
  color: #999;
  text-align: right;
}
.board_view .view_top .info_box .name .status {
  display: inline-block;
  position: relative;
  margin: 0 0 0 15px;
  padding: 0 0 0 16px;
  font-weight: 500;
  color: #bbb;
  text-align: right;
}
.board_view .view_top .info_box .name .status:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #999;
  content: '';
}
.board_view .view_top .info_box .name .status.completion {
  color: #ffba00;
}
.board_view .view_con {
  box-sizing: border-box;
  min-height: 240px;
  padding: 40px 0 20px;
}
.board_view .view_con img {
  max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.board_view .view_con p {
  line-height: 1.6;
  color: #666;
}

.board_btns {
  margin: 33px 0 0;
  border-bottom: 1px solid #ddd;
}
.board_btns li {
  border-top: 1px solid #ddd;
}
.board_btns li:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.board_btns li span {
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.board_btns li a {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  width: calc(100% - 160px);
  line-height: 50px;
  padding: 0 30px;
  color: #666;
}
.board_btns li.prev span {
  background-color: #999;
}
.board_btns li.next span {
  background-color: #333;
}

/* 출고후기 작성 */
.write_form {
  padding: 0 0 55px;
}
.write_form .review_write {
  min-height: calc(100vh - 441px);
}
.write_form .review_write .title_input {
  width: 100%;
  height: 60px;
  font-size: 24px;
  border: 0;
  border-bottom: 1px solid #bbb;
}
.write_form .review_write .textarea {
  margin: 30px 0 0;
  width: 100%;
  line-height: 1.6;
}
.write_form .review_write .textarea textarea {
  border: 1px solid #bbb;
  width: 100%;
  height: 500px;
  padding: 25px 30px;
  line-height: 1.6;
  border-radius: 8px;
}
.write_form .review_write .textarea textarea::placeholder {
  color: #bbb;
}
.write_form .review_write .textarea textarea::-webkit-input-placeholder {
  color: #bbb;
}
.write_form .review_write .textarea textarea::-moz-input-placeholder {
  color: #bbb;
}
.write_form .review_write .textarea textarea:-ms-input-placeholder {
  color: #bbb;
}
.write_form .review_write .textarea textarea:-moz-input-placeholder {
  color: #bbb;
}
.review_notice_bnn {
  margin: 40px 0 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.review_notice_bnn p {
  line-height: 1.6;
  color: #999;
}

/* Q&A */
.qna_list {
  border-top: 1px solid #999;
}
.qna_list > li {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.qna_list > li > a {
  display: block;
}
.qna_list .title:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.qna_list .title strong {
  float: left;
  max-width: calc(100% - 30px);
  overflow: hidden;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.qna_list .title .ic_lock {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  width: 20px;
  height: 36px;
  background: url(../images/sub/ic_lock.svg) no-repeat 0 center;
}
.qna_list .info_box {
  margin: 5px 0 0;
}
.qna_list .info_box:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.qna_list .info_box .util {
  float: left;
}
.qna_list .info_box .util > li {
  float: left;
  line-height: 30px;
  color: #bbb;
}
.qna_list .info_box .util > li + li {
  margin: 0 0 0 16px;
}
.qna_list .info_box .util .date i {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 22px;
  height: 30px;
  background: url(../images/sub/ic_cal.svg) no-repeat 0 center;
  vertical-align: top;
}
.qna_list .info_box .util .name {
  font-weight: 500;
}
.qna_list .info_box .status {
  float: right;
  font-weight: 500;
  color: #bbb;
  text-align: right;
}
.qna_list .info_box .status.completion {
  color: #ffba00;
}

.popup.pop_password strong {
  display: block;
  padding: 23px 0 0;
  line-height: 1;
  font-family: 'GmarketSansBold';
  font-size: 26px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.popup.pop_password p {
  margin: 10px 0 0;
  line-height: 1.5;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  color: #999;
}
.popup.pop_password input {
  display: block;
  margin: 24px 0 0;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #bbb;
  border-radius: 8px;
  text-align: center;
}
.popup.pop_password .btns {
  margin: 16px 0 0;
}

/* Q&A 상세 */
.answer_con {
  margin: 40px 0 0;
  padding: 24px 24px 40px;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.answer_con strong {
  display: block;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.answer_con p {
  line-height: 1.6;
  color: #666;
}

/* Q&A 작성 */
.radio_txt_chk {
  margin: 20px 0 0;
  overflow: hidden;
  border-radius: 8px;
}
.radio_txt_chk:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.radio_txt_chk li {
  float: left;
  width: 50%;
}
.radio_txt_chk li input {
  display: none;
}
.radio_txt_chk li label {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #999;
  background-color: #f6f6f6;
  text-align: center;
  cursor: pointer;
}
.radio_txt_chk li input:checked + label {
  color: #fff;
  background-color: #333;
}
.radio_txt_chk + .review_notice_bnn {
  margin: 20px 0 0;
}
.write_form .pass_input {
  height: 60px;
  background: #f6f6f6;
  margin-top: 20px;
  text-align: center;
  line-height: 60px;
}
.write_form .pass_input input {
  width: 25%;
  line-height: 30px;
  margin-left: 30px;
  padding-left: 10px;
}
/* 견적문의 */
.estimate .estimate_txt {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.estimate_bnn:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.estimate_bnn li {
  box-sizing: border-box;
  width: 100%;
  height: 168px;
  padding: 35px 0 0;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.estimate_bnn li + li {
  margin: 0 0 0 30px;
}
.estimate_bnn li:nth-child(1) {
  background-image: url(../images/sub/estimate_top.jpg);
}
.estimate_bnn li:nth-child(2) {
  background-image: url(../images/sub/estimate_bnn_bg02.png);
}
.estimate_bnn li:nth-child(3) {
  background-image: url(../images/sub/estimate_bnn_bg03.png);
}
.estimate_bnn li i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.estimate_bnn li:nth-child(1) i {
  background-image: url(../images/sub/ic_car.svg);
}
.estimate_bnn li:nth-child(2) i {
  background-image: url(../images/sub/ic_chat.svg);
}
.estimate_bnn li:nth-child(3) i {
  background-image: url(../images/sub/ic_time.svg);
}
.estimate_bnn li p {
  margin: 15px 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.estimate_bnn li:nth-child(1) p em {
  font-size: 22px;
  font-weight: 500;
  color: #ff9c00;
}
.estimate_bnn li:nth-child(2) p em {
  font-size: 22px;
  font-weight: 500;
  color: #ffba00;
}
.estimate_bnn li:nth-child(3) p em {
  font-size: 22px;
  font-weight: 500;
  color: #ff8a00;
}

.popup.pop_estimate p {
  padding: 60px 0 12px;
}

/* 제휴문의 */
.bnn_img {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  text-align: center;
  border-radius: 8px;
}
.bnn_img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

/* 제휴문의 작성 */
.inquiry_bnn {
  padding: 40px 20px 46px;
  text-align: center;
  background: url(../images/sub/inquiry_bnn.png) no-repeat center center / cover;
  border-radius: 8px;
}
.inquiry_bnn p {
  line-height: 36px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.inquiry_bnn p em {
  font-size: 22px;
  font-weight: 500;
  color: #ffba00;
}
.inquiry_bnn span {
  display: block;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}
.inquiry_bnn span em {
  font-weight: 500;
  color: #ff5800;
}

/* 회원 */

/* 로그인 */
.login_wrap {
  position: relative;
}
.login_wrap:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 130px;
  background-color: #ffba00;
  content: '';
  z-index: -1;
}
.login_wrap .login_txt {
  position: relative;
  z-index: 1;
}
.login_wrap .login_txt h1 {
  font-family: 'GmarketSansBold';
  font-size: 60px;
  color: #333;
  letter-spacing: -1.8px;
}
.login_wrap .login_txt strong {
  display: block;
  line-height: 40px;
  font-size: 28px;
  color: #333;
  letter-spacing: -0.84px;
}
.login_wrap .login_txt p {
  margin: 6px 0 0;
  font-weight: 500;
  color: #666;
  letter-spacing: -0.6px;
}
.login_wrap .login_txt span {
  display: block;
  margin: 16px 0 0;
  color: #999;
}
.login_wrap .login_form {
  width: 100%;
  margin: 30px auto 0;
  max-width: 580px;
}
.login_wrap .login_form input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  color: #333;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.login_wrap .login_form input + input {
  margin: 16px 0 0;
}
.login_wrap .login_form input::placeholder {
  color: #bbb;
}
.login_wrap .login_form input::-webkit-input-placeholder {
  color: #bbb;
}
.login_wrap .login_form input::-moz-input-placeholder {
  color: #bbb;
}
.login_wrap .login_form input:-ms-input-placeholder {
  color: #bbb;
}
.login_wrap .login_form input:-moz-input-placeholder {
  color: #bbb;
}
.login_wrap .login_form button {
  margin: 32px 0 0 0;
  width: 100%;
  height: 60px;
  font-weight: 500;
  color: #fff;
  background-color: #333;
  border-radius: 8px;
}
.login_wrap .login_form > ul {
  margin: 30px 0 0;
  font-size: 0;
  text-align: center;
}
.login_wrap .login_form > ul li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 0 0 16px;
}
.login_wrap .login_form > ul li:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #999;
  content: '';
}
.login_wrap .login_form > ul li a {
  display: block;
  color: #666;
}
.login_wrap .login_form > ul li:first-child {
  padding: 0;
  margin: 0;
}
.login_wrap .login_form > ul li:first-child:before {
  display: none;
}
.login_wrap .login_form > ul li.c_yellow a {
  font-weight: 500;
  color: #ffba00;
}
.login_wrap .copy {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 300;
  color: #bbb;
  text-align: center;
}
.login_wrap .btn_back {
  position: absolute;
  top: 38px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/sub/hdr_close.svg) no-repeat center center;
  text-indent: -9999px;
}

/* 회원가입 */
.input_form {
  width: 580px;
  margin: 0 auto;
}
.input_form select.input01 {
  float: left;
  width: 100%;
  height: 60px;
  padding: 0 50px 0 30px;
  color: #333;
  background: url(../images/sub/ic_dropbox.svg) no-repeat 95% center;
  border: 1px solid #bbb;
  border-radius: 8px;
  margin-top: 10px;
}
.input_form.inner02 {
  padding-top: 0;
}
.input_form .row {
  margin-top: 40px;
}
.input_form .row.col02:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .row.col02 .col {
  float: left;
  width: 580px;
}
.input_form .row.col02 .col + .col {
  margin: 20px 0 0 0;
}
.input_form .label {
  display: block;
  font-weight: 500;
  color: #999;
  letter-spacing: -0.72px;
}
.input_form .label em {
  font-weight: 500;
  color: #ff5800;
}
.input_form .input_box {
  margin: 14px 0 0;
}
.input_form .input_phone > select {
  margin-top: 0;
}
.input_form .input_box input {
  display: block;
  width: 580px;
  height: 60px;
  padding: 0 30px;
  color: #333;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.input_form .input_box input::placeholder {
  color: #bbb;
}
.input_form .input_box input::-webkit-input-placeholder {
  color: #bbb;
}
.input_form .input_box input::-moz-input-placeholder {
  color: #bbb;
}
.input_form .input_box input:-ms-input-placeholder {
  color: #bbb;
}
.input_form .input_box input:-moz-input-placeholder {
  color: #bbb;
}
.input_form .input_box select {
  float: left;
  width: 148px;
  height: 60px;
  padding: 0 50px 0 30px;
  color: #333;
  background: url(../images/sub/ic_dropbox.svg) no-repeat 95% center;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.input_form .input_box textarea {
  display: block;
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  color: #333;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.input_form .input_box textarea::placeholder {
  color: #bbb;
}
.input_form .input_box textarea::-webkit-input-placeholder {
  color: #bbb;
}
.input_form .input_box textarea::-moz-input-placeholder {
  color: #bbb;
}
.input_form .input_box textarea:-ms-input-placeholder {
  color: #bbb;
}
.input_form .input_box textarea:-moz-input-placeholder {
  color: #bbb;
}
.input_form .input_box.input_id:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .input_box.input_id input {
  float: left;
  width: calc(100% - 200px);
}
.input_form .input_box.input_id button {
  float: left;
  margin: 0 0 0 8px;
  width: 192px;
  height: 60px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  background-color: #333;
}
.input_form .input_box.input_phone:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .input_box.input_phone input {
  float: left;
  width: calc((100% - 10px) / 3);
}
.input_form .col .input_box.inquiry_phone input {
  float: left;
  width: calc((100% - 54px) / 3);
}
.input_form .input_box.input_phone .dash {
  float: left;
  margin: 30px 8px 0;
  width: 10px;
  height: 1px;
  background-color: #333;
}
.input_form .input_box.input_pw:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .input_box.input_pw input::placeholder {
  color: #bbb;
}
.input_form .input_box.input_pw input::-webkit-input-placeholder {
  color: #bbb;
}
.input_form .input_box.input_pw input::-moz-input-placeholder {
  color: #bbb;
}
.input_form .input_box.input_pw input:-ms-input-placeholder {
  color: #bbb;
}
.input_form .input_box.input_pw input:-moz-input-placeholder {
  color: #bbb;
}
.input_form .input_box.input_pw input {
  float: left;
  width: calc((100% - 10px) / 2);
}
.input_form .input_box.input_pw input + input {
  margin: 0 0 0 10px;
}
.input_form .input_box.input_email > div {
  width: 100%;
}
.input_form .input_box.input_email > div:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .input_box.input_email > div input {
  float: left;
  width: calc((100% - 36px) / 2);
}
.input_form .input_box.input_email > div .at {
  float: left;
  margin: 0 10px;
  width: 16px;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.input_form .input_box.input_email select {
  margin: 10px 0 40px;
  width: 100%;
}
.input_form .col .input_box.input_email > div {
  float: left;
  width: calc(100% - 210px);
}
.input_form .col .input_box.input_email > div input {
  float: left;
  width: calc((100% - 36px) / 2);
}
.input_form .col .input_box.input_email > div .at {
  float: left;
  margin: 0 10px;
  width: 16px;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.input_form .col .input_box.input_email select {
  float: left;
  margin: 0 0 0 10px;
  width: 200px;
}
.input_form .input_box.input_address:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .input_box.input_address select {
  float: left;
  width: calc((100% - 10px) / 2);
}
.input_form .input_box.input_address select + select {
  margin: 0 0 0 10px;
}
.input_form .input_box.input_time select {
  width: 100%;
  margin-bottom: 20px;
}
.input_form .agree_area {
  margin: 23px 0 0;
}
.input_form .agree_area:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .agree_area .chk_box {
  float: left;
}
.input_form .agree_area .btn_more_link {
  float: right;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffba00;
  border-bottom: 1px solid #ffba00;
}
.input_form .terms_agree {
  display: block;
  margin: 40px 0 0;
  padding: 30px;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.input_form .terms_agree .all_chk:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .terms_agree .all_chk .chk_box {
  float: left;
}
.input_form .terms_agree .all_chk .chk_box label p {
  font-size: 18px;
  color: #333;
}
.input_form .terms_agree .hidden_terms {
  margin: 16px 0 0;
  border-top: 1px solid #666;
}
.input_form .terms_agree .hidden_terms > li {
  margin: 26px 0 0;
}
.input_form .terms_agree .hidden_terms > li:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .terms_agree .chk_box {
  float: left;
}
.input_form .terms_agree .btn_more_link {
  float: right;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffba00;
  border-bottom: 1px solid #ffba00;
}
.input_form .terms_agree .choice_wrap .choice_txt:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .terms_agree .choice_wrap .choice_txt p {
  float: left;
  color: #666;
}
.input_form .terms_agree .choice_wrap .choice_chk {
  margin: 14px 0 0;
}
.input_form .terms_agree .choice_wrap .choice_chk:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .terms_agree .choice_wrap .choice_chk .chk_box + .chk_box {
  margin: 0 0 0 30px;
}
.input_form .terms_agree .choice_wrap .choice_chk .chk_box label p {
  font-size: 14px;
}
.input_form .email_wrap .input01 {
  width: 100%;
  height: 60px;
  padding: 0 50px 0 30px;
  color: #333;
  background: url(../images/sub/ic_dropbox.svg) no-repeat 95% center;
  border: 1px solid #bbb;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
}
/* 회원가입완료 */
.join_com {
  padding: 180px 0 60px;
  text-align: center;
  background: url(../images/common/logo.svg) no-repeat center 75px / 184px 58px;
}
.join_com strong {
  display: block;
  line-height: 56px;
  font-family: 'GmarketSansBold';
  font-size: 44px;
  color: #333;
  letter-spacing: -1.5px;
}
.join_com strong em {
  font-family: 'GmarketSansBold';
  font-size: 44px;
  color: #ffba00;
  letter-spacing: -1.5px;
}

/* 아이디찾기 */
.find_txt {
  display: block;
  line-height: 52px;
  font-family: 'GmarketSansBold';
  font-size: 40px;
  color: #333;
  letter-spacing: -1.5px;
}
.find_txt em {
  font-family: 'GmarketSansBold';
  font-size: 40px;
  color: #ffba00;
  letter-spacing: -1.5px;
}

/* 아이디찾기 결과 */
.result_txt {
  font-size: 22px;
  color: #333;
  text-align: center;
}
.result_box {
  margin: 16px 0 0;
  padding: 56px 0;
  text-align: center;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.result_box strong {
  display: block;
  font-family: 'GmarketSansBold';
  font-size: 34px;
  color: #ffba00;
}

/* 비밀번호찾기 결과 */
.result_pw_txt {
  padding: 0 0 15px;
  text-align: center;
}
.result_pw_txt strong {
  display: block;
  line-height: 52px;
  font-family: 'GmarketSansBold';
  font-size: 44px;
  color: #333;
}
.result_pw_txt strong em {
  font-family: 'GmarketSansBold';
  font-size: 44px;
  color: #ffba00;
}
.result_pw_txt p {
  margin: 24px 0;
  font-size: 24px;
  color: #666;
}
.result_pw_txt span {
  display: block;
  color: #999;
}

/* 회원정보수정 */
.input_form .input_box.input_id .user_id {
  display: block;
  font-family: 'GmarketSansMedium';
  font-size: 30px;
  font-weight: 400;
  color: #ffba00;
}
.input_form .input_box .btn_pw_change {
  width: 580px;
  height: 50px;
  color: #fff;
  background-color: #333;
  border-radius: 8px;
}
.mypage .btn_withdrawal {
  display: inline-block;
  margin: 20px 0 0;
  line-height: 32px;
  font-weight: 500;
  color: #999;
  border-bottom: 1px solid #999;
}

/* 회원탈퇴 */
.withdrawal_txt strong {
  display: block;
  line-height: 1;
  font-family: 'GmarketSansBold';
  font-size: 40px;
  color: #999;
  letter-spacing: -1.5px;
  word-spacing: -2px;
}
.withdrawal_txt p {
  margin: 12px 0 0;
  color: #999;
  letter-spacing: -1.5px;
}

/* 비밀번호 변경 */
.pw_change_txt strong {
  display: block;
  line-height: 52px;
  font-family: 'GmarketSansBold';
  font-size: 40px;
  color: #333;
  letter-spacing: -1.5px;
}
.pw_change_txt strong em {
  font-family: 'GmarketSansBold';
  font-size: 40px;
  color: #ffba00;
}
.pw_change_txt p {
  margin: 26px 0 0;
  color: #333;
}
.pw_change .input_form .input_box.input_pw input {
  float: none;
  width: 100%;
}
.pw_change .input_form .input_box.input_pw input + input {
  margin: 16px 0 0;
}

.pri_tit {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.pri_txt {
  color: #666;
  line-height: 28px;
  font-size: 16px;
}
.inner .btns .review_listbtn {
  float: none;
  margin: 0 auto;
}
