/* -------------------------------------- main css -------------------------------------- */
.bg_eee {
  background-color: #eee;
}

/* Visual */
#visual {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  height: 300px;
}
#visual .swiper-slide img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#visual .swiper-pagination {
  bottom: 16px;
  height: 14px;
}
#visual
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 7px;
}
#visual .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  vertical-align: top;
}
#visual .swiper-pagination-bullet-active {
  border-color: #ffba00;
  background-color: #ffba00;
}

/* 메인 타이틀 공통 */
.main_tit {
  padding: 80px 0 0;
  text-align: center;
}
.main_tit h2 {
  font-family: 'GmarketSansBold';
  font-size: 32px;
  color: #222;
  letter-spacing: -0.96px;
}
.main_tit p {
  font-size: 22px;
  color: #666666;
}

.main_tit02 {
  padding: 60px 0 30px;
  height: 150px;
}
.main_tit02 h2 {
  font-family: 'GmarketSansBold';
  font-size: 46px;
  color: #222;
}
.main_tit02 h2 em {
  color: #ffba00;
}
.main_tit02 p {
  margin: 11px 0 0;
  height: 70px;
  font-size: 24px;
  font-weight: 500;
  color: #999;
}
.main_tit02 p em {
  font-weight: 500;
  color: #ffba00;
}
.main_tit02 a {
  display: block;
  margin: 20px 0 0;
  box-sizing: border-box;
  width: 160px;
  height: 48px;
  padding: 0 41px 0 21px;
  line-height: 44px;
  font-weight: 600;
  color: #ffba00;
  border: 2px solid #ffba00;
  background: url(../images/main/arrow_y.svg) no-repeat 130px center;
}

.main_tit02.c_orange h2 {
  color: #333;
}
.main_tit02.c_orange h2 em {
  color: #ff5800;
}
.main_tit02.c_orange p em {
  color: #ff5800;
}
.main_tit02.c_orange a {
  color: #ff5800;
  border-color: #ff5800;
  background-image: url(../images/main/arrow_o.svg);
}

/* 메인 배너 */
.bnn_area a {
  display: block;
  width: 100%;
}
.bnn_area img {
  width: 100%;
  vertical-align: top;
}

/* PROMOTION */
#promotion {
  margin: 0 0 80px;
}
.brand_tit {
  position: relative;
  display: block;
  font-family: 'GmarketSansMedium';
  font-size: 24px;
  color: #222;
  text-align: center;
  letter-spacing: -0.72px;
}
.brand_tit:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #ddd;
  content: '';
}
.brand_tit:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  height: 1px;
  background-color: #ddd;
  content: '';
}

.brand_wrap {
  margin: 32px 0 0;
}
.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 15px;
}
.brand_list li:nth-child(5n + 1) {
  margin-left: 0;
}
.brand_list li a {
  display: block;
}
.brand_list li a .img_box {
  overflow: hidden;
  width: 106px;
  height: 106px;
  position: relative;
}
.brand_list li a .img_box.on: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: 22px;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.brand_list li a:hover .img_box.on:before {
  visibility: visible;
  opacity: 1;
}
/* 무료견적 */
#free_estimate {
  margin: 20px 0;
}

/* 더블할인특가 */
#double {
  background: url(../images/main/double_bg.png) no-repeat right 0 / contain;
}

.car_swiper {
  box-sizing: border-box;
  overflow: visible;
  width: 574px;
  margin: 0 auto 0 0;
  padding: 0 0 80px;
}
.car_swiper a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 16px 16px 28px #00000014;
}
.car_swiper .img_box {
  overflow: hidden;
  width: 280px;
  height: 280px;
  background-color: #f6f6f6;
}
.car_swiper .img_box img {
  width: 100%;
  vertical-align: top;
}
.car_swiper .txt_box {
  box-sizing: border-box;
  padding: 5px 20px 14px;
  background-color: #fff;
}
.car_swiper .txt_box strong {
  display: block;
  font-size: 24px;
}
.car_swiper .txt_box .brand {
  color: #666;
}
.car_swiper .txt_box .model {
  color: #999;
}
.car_swiper .txt_box .price {
  color: #333;
}

/* 스마트서치 */
.smart_swiper {
  margin: 20px auto 0 0;
  overflow: visible;
  box-sizing: border-box;
  width: 560px;
}
.smart_swiper a {
  display: block;
  position: relative;
  height: 260px;
}
.smart_swiper .price {
  position: absolute;
  top: 25px;
  left: 18px;
  font-family: 'GmarketSansMedium';
  font-size: 24px;
  color: #222;
}
.smart_swiper .bg img {
  width: 100%;
}
#smart_search .bg img {
  width: 100%;
  height: 100%;
}
#smart_search .bg {
  height: 100%;
  width: 100%;
}
#smart_search .swiper-slide {
  height: auto;
}
/* 수입전기차 */
#electric {
  margin: 40px 0 0;
  background: url(../images/main/electric_bg.jpg) no-repeat right 0 / cover;
}

/* 인기 TOP 20 */
#top20 {
  background: #eee url(../images/main/top_bg.jpg) no-repeat right 0 / cover;
}

/* NEW 신차출시 */
#new_car {
  background: #333 url(../images/main/newcar_bg.jpg) no-repeat right 0 / cover;
}

/* 배너 */
.banner {
  position: relative;
  margin: 20px 0 0;
  overflow: hidden;
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.banner p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'GmarketSansBold';
  font-size: 32px;
  color: #999;
}

/* 유튜브스타 배너 */
#youtube_star {
  margin: 20px 0 0;
  text-align: center;
  position: relative;
}

/* 카카오토 TV */
.tv_swiper {
  overflow: visible;
  margin: 24px auto 0;
  width: 480px;
}
.tv_swiper .swiper-slide {
  opacity: 0.4;
}
.tv_swiper .swiper-slide-active {
  opacity: 1;
}
.tv_swiper .swiper-slide-active .video_box:before {
  opacity: 1;
}
.tv_swiper .video_box {
  position: relative;
  width: 100%;
  height: 270px;
}
.tv_swiper .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.tv_swiper .video_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.tv_swiper .video_box video {
  display: block;
  width: 100%;
  height: 100%;
}
.tv_swiper .title {
  display: block;
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.tv_swiper .swiper-button-prev {
  left: -50px;
}
.tv_swiper .swiper-button-next {
  right: -50px;
}
/* 제휴문의 */
#inquiry_bnn {
  margin: 80px 0 0;
  width: 100%;
  height: 240px;
  /*background: url(../images/main/banner_8_img@2x.png) no-repeat 0 0;*/
}
#inquiry_bnn a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 84px 0 0 60px;
}
#inquiry_bnn a h2 {
  display: block;
  font-family: 'GmarketSansBold';
  font-size: 32px;
  color: #fff;
}
#inquiry_bnn a p {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
#inquiry_bnn a i {
  position: absolute;
  top: 84px;
  right: 50px;
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/main/banner_8_arrow.svg) no-repeat 0 0;
}

/* 온라인문의 */
#inquiry_online {
  padding: 0 0 80px;
}
.inquiry_table {
  position: relative;
  width: 100%;
  margin: 26px 0 0;
}
.inquiry_table:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #333 380px, #ffba00 380px);
  content: '';
}
.inquiry_table tr {
  height: 80px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.inquiry_table td {
  padding: 0 0px;
}
.inquiry_table td.tit strong {
  display: block;
  overflow: hidden;
  width: 460px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry_table td.name {
  font-size: 22px;
  color: #999;
  text-align: right;
}
#inquiry_online .btn_y {
  display: block;
  margin: 32px 0 0;
  width: 100%;
  height: 80px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border: 0;
  background-color: #ffba00;
}

/* 카카오토 출고후기 */
#review {
  padding: 0 0 80px;
  background-color: #f7f8fb;
}
.review_swiper {
  overflow: visible;
  margin: 24px auto 0;
  width: 480px;
}
.review_swiper .swiper-slide {
  opacity: 0.4;
}
.review_swiper .swiper-slide-active {
  opacity: 1;
}
.review_swiper .swiper-slide a {
  display: block;
}
.review_swiper .img_box {
  overflow: hidden;
  width: 100%;
  height: 360px;
}
.review_swiper .img_box img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.review_swiper .txt_box {
  box-sizing: border-box;
  width: 100%;
  height: 210px;
  padding: 24px 24px 35px;
  background-color: #fff;
  color: #ccc;
  overflow: hidden;
}
.review_swiper .txt_box p {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 8px;
}
.review_swiper .txt_box .name {
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: #333;
}
.review_swiper .txt_box .txt {
  display: block;
  overflow: hidden;
  margin: 8px 0 0;
  width: 100%;
  height: 108px;
  line-height: 36px;
  font-size: 22px;
  color: #666;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#review .btn_y {
  display: block;
  margin: 32px 0 0;
  width: 100%;
  height: 80px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border: 0;
  background-color: #ffba00;
}
/* 카카오토 지점 소개 */
#office {
  padding: 0 0 60px;
}
#office .img_box {
  position: relative;
  margin: 26px 0 0;
}
#office .img_box:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #333 380px, #ffba00 380px);
  content: '';
}
#office .img_box img {
  width: 100%;
  vertical-align: top;
}

/* -------------------------------------- sub css -------------------------------------- */

/* sub header */
#sub_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: 96px;
  padding: 0 32px 0 96px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  z-index: 1;
}
#sub_header h1.sub_h1 {
  float: left;
  line-height: 95px;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.84px;
}
#sub_header .btn_back {
  position: absolute;
  top: 40px;
  left: 32px;
  width: 35px;
  height: 17px;
  background: url(../images/sub/ic_back.svg) no-repeat 0 0;
  text-indent: -9999px;
}
#sub_header .btn_txt_ok {
  position: absolute;
  top: 29px;
  right: 32px;
  width: 43px;
  height: 36px;
  font-size: 24px;
  font-weight: 600;
  color: #ffba00;
}

/* sub common */
.sub_contents {
  padding: 55px 0;
}
h1.sub_title {
  display: block;
  margin: 0 0 24px;
  font-family: 'GmarketSansBold';
  font-size: 32px;
  color: #333;
  text-align: center;
}
h1.sub_title em {
  color: #ffba00;
}
.sub_txt {
  font-size: 24px;
  color: #666;
  text-align: center;
}

.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: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/sub/check_box.svg);
}
.chk_box label p {
  float: left;
  margin: 0 0 0 16px;
  line-height: 32px;
  font-size: 22px;
  color: #666;
}
.chk_box input:checked + label span {
  background-image: url(../images/sub/check_box_on.svg);
}

/* Button */
.btns {
  margin: 40px 0 40px;
}
.btns:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.btns button {
  display: block;
  width: 100%;
  height: 80px;
  font-size: 24px;
  border-radius: 8px;
}
.btns button + button {
  margin: 0 0 0 16px;
}

.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: #999;
  background-color: #f6f6f6;
}

.btns.col02 button {
  float: left;
  width: calc((100% - 16px) / 2);
}

.btns.col03 button {
  float: left;
  font-weight: 600;
}
.btns.col03 button + button {
  margin: 0 0 0 8px;
}
.btns.col03 button:nth-child(1) {
  width: 140px;
  margin-right: 10px;
}
.btns.col03 button:nth-child(2) {
  width: 140px;
}
.btns.col03 button:nth-child(3) {
  width: 292px;
}

/* list paging */
.list_paging {
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
}
.list_paging .btn_paging {
  display: inline-block;
  width: 37px;
  height: 20px;
  text-indent: -9999px;
  background: url(../images/sub/ic_paging_arrow.svg) no-repeat 0 0 / cover;
  vertical-align: middle;
}
.list_paging .btn_paging_next {
  transform: rotate(-180deg);
}
.list_paging .paging_number {
  display: inline-block;
  margin: 0 60px;
  width: 200px;
  height: 72px;
  border-radius: 8px;
  vertical-align: middle;
  background-color: #f6f6f6;
}
.list_paging .paging_number p {
  line-height: 72px;
  font-size: 24px;
  font-weight: 500;
  color: #999;
}
.list_paging .paging_number p em {
  font-weight: 500;
  color: #333;
}

/* 팝업 공통 */
.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: 592px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.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: 212px;
}
.popup .pop_wrap .btns.col02 button:nth-child(2) {
  width: 340px;
}
.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';
  color: #ffba00;
}

/* 차량보기 */
.car_contents {
  padding: 0;
}
.category {
  height: 80px;
  background-color: #ffba00;
}
.category .swiper-slide {
  position: relative;
  width: auto;
}
.category .swiper-slide + .swiper-slide:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #ffeab3;
  content: '';
}
.category .swiper-slide a {
  display: inline-block;
  line-height: 80px;
  padding: 0 39px;
  font-size: 26px;
  font-weight: 500;
  color: #ffeab3;
  text-align: center;
}
.category .swiper-slide a.on {
  font-weight: 600;
  color: #fff;
}

.car_contents .filter_btns {
  padding: 24px 0;
}
.car_contents .filter_btns:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.car_contents .filter_btns button {
  position: relative;
  float: left;
  width: 192px;
  height: 64px;
  padding: 0 24px;
  color: #333;
  text-align: left;
  border-radius: 8px;
  background: #f6f6f6 url(../images/sub/ic_dropbox.svg) no-repeat 155px center;
  border: 2px solid #f6f6f6;
}
.car_contents .filter_btns button + button {
  margin: 0 0 0 8px;
}
.car_contents .filter_btns button.active {
  color: #ffba00;
  border-color: #ffba00;
  background-color: #fff;
  background-image: url(../images/sub/ic_dropbox_y.svg);
}

.filter_wrap {
  display: none;
  padding: 0 0 110px;
  background-color: #fff;
}
.filter_wrap > ul > li {
  padding: 24px;
  border-bottom: 1px solid #f2f2f2;
}
.filter_wrap li input[type='radio'] {
  display: none;
}
.filter_wrap li input + label {
  display: block;
  cursor: pointer;
}
.filter_wrap li input + label:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}

.filter_wrap .tit {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #999;
}
.filter_wrap .tit.active {
  font-weight: 600;
  color: #ffba00;
}
.filter_wrap .filter_radio label .tit {
  float: left;
}
.filter_wrap .filter_radio label span {
  float: right;
  width: 30px;
  height: 47px;
  background: url(../images/sub/radio_off.svg) no-repeat 0 center / 30px 30px;
}
.filter_wrap .filter_radio input:checked + label .tit {
  font-weight: 600;
  color: #ffba00;
}
.filter_wrap .filter_radio input:checked + label span {
  background-image: url(../images/sub/radio_on.svg);
}

.filter_brand_list .brand_logo_list:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.filter_brand_list .brand_logo_list li {
  position: relative;
  float: left;
  width: calc((100% - 60px) / 5);
  margin: 15px 0 0 15px;
}
.filter_brand_list .brand_logo_list li:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.filter_brand_list .brand_logo_list li:nth-child(5n + 1) {
  margin-left: 0;
}
.filter_brand_list .brand_logo_list .img_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.filter_brand_list .brand_logo_list .img_box img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.filter_brand_list .brand_logo_list .img_box .name {
  display: none;
}
.filter_brand_list .brand_logo_list input:checked + .img_box:before {
  display: block;
  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%;
  content: '';
}

.car_list {
  padding: 0 0 311px;
}
.car_list > li {
  border-bottom: 1px solid #f2f2f2;
}
.car_list > li > a {
  display: block;
  padding: 16px 0;
}
.car_list > li > a:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.car_list .img_box {
  float: left;
  overflow: hidden;
  width: 192px;
  height: 192px;
  border-radius: 8px;
  position: relative;
}
.car_list .img_box img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.car_list .txt_box {
  float: left;
  width: calc(100% - 224px);
  margin: 0 0 0 32px;
  padding: 21px 0;
}
.car_list .txt_box .brand {
  display: block;
  font-weight: 600;
  color: #999;
}
.car_list .txt_box .title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  font-size: 24px;
  font-weight: 400;
  color: #666;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.car_list .txt_box .price {
  margin: 6px 0 0;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.car_list .img_box .brand_logo {
  position: absolute;
  left: 5px;
  top: 5px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.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_view {
  position: relative;
  padding: 0 0 24px;
}
.car_view:before {
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  width: 540px;
  height: 636px;
  background-color: #ffba00;
  content: '';
  z-index: -2;
}
.car_view .img_box {
  position: relative;
  width: 592px;
  height: 592px;
  background-color: #f6f6f6;
}
.car_view .img_box img {
  width: 100%;
  vertical-align: top;
}
.car_view .img_box .brand_logo {
  position: absolute;
  left: 24px;
  bottom: 24px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 8px 16px #00000014;
  background-color: #fff;
}
.car_view .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: 2px solid #fff;
  border-radius: 50%;
  content: '';
}
.car_view .tit_box > div {
  position: relative;
  box-sizing: border-box;
  width: 506px;
  padding: 30px 0 36px 24px;
}
.car_view .tit_box > div:before {
  display: block;
  position: absolute;
  bottom: 15px;
  left: -24px;
  width: 530px;
  height: 320px;
  background-color: #333;
  content: '';
  z-index: -1;
}
.car_view .tit_box > div:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.car_view .tit_box > div .brand {
  float: left;
  margin: 15px 30px 0 0;
  width: 160px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.72px;
}
.car_view .tit_box > div .model {
  float: left;
  width: 290px;
  line-height: 36px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.72px;
}
.car_view .tit_box .price {
  display: block;
  margin: 33px 0 0;
  padding: 0 32px;
  font-size: 32px;
  color: #333;
  text-align: right;
}
.car_view .detail_box {
  margin: 90px 0 0;
}
.car_view .detail_box .title {
  display: block;
  margin: 0 0 16px;
  font-size: 32px;
  color: #333;
}
.car_view .detail_box p {
  font-size: 24px;
  line-height: 38px;
  color: #666;
}
.car_view .detail_box p img {
  width: 100% !important;
  height: 100% !important;
}
.car_view .detail_box .img {
  margin: 30px 0 0;
  width: 100%;
  min-height: 500px;
  background-color: #f6f6f6;
}
.car_view .detail_box .img img {
  max-width: 100%;
  vertical-align: top;
}
.car_view .btns {
  margin: 24px 0 0;
}
.car_view .detail_box img {
  max-width: 100%;
  vertical-align: top;
  max-height: 100%;
}
.car_view .img_box {
  position: relative;
  float: left;
  width: 440px;
  height: 440px;
  background-color: #f6f6f6;
  border-radius: 20px;
}
.car_view .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;
}
/* 브랜드보기 */
.sub_brand_wrap {
  padding-bottom: 115px;
}
.sub_brand_wrap .brand_tit {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 32px;
  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: 60px 0 0;
}

/* 브랜드보기 상세 */
.view_contents .view_con_img {
  min-height: 100vh;
}
.view_contents .view_con_img img {
  max-width: 100%;
  height: auto !important;
}

/* 견적문의 */
.estimate {
  padding-bottom: 115px;
}
.estimate_bnn:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.estimate_bnn li {
  box-sizing: border-box;
  /* height: 84px; */
  height:180px;
  padding: 35px 0 0;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: cover; */
  background-size: contain !important;
}
.estimate_bnn li + li {
  margin: 0 0 0 17px;
}
.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-weight: 500;
  color: #ff9c00;
}
.estimate_bnn li:nth-child(2) p em {
  font-weight: 500;
  color: #ffba00;
}
.estimate_bnn li:nth-child(3) p em {
  font-weight: 500;
  color: #ff8a00;
}

.popup.pop_estimate p {
  padding: 60px 0 12px;
}

/* 출고후기 */
.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: 36px;
  float: left;
  font-size: 24px;
  color: #666;
}
.review_top_bnn p em {
  font-weight: 500;
  color: #ffba00;
}
.review_top_bnn button {
  float: right;
  width: 180px;
  height: 72px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-color: #ffba00;
}

.search_form {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.search_form:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 180px;
  width: 1px;
  height: 30px;
  background-color: #666;
  content: '';
}
.search_form select {
  float: left;
  width: 180px;
  height: 78px;
  padding: 0 40px 0 30px;
  font-size: 24px;
  color: #333;
  background: url(../images/sub/ic_dropbox.svg) no-repeat 131px center;
  border: 0;
}
.search_form input {
  float: left;
  width: calc(100% - 180px);
  height: 78px;
  padding: 0 70px 0 30px;
  font-size: 24px;
  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: 24px;
  right: 32px;
  width: 32px;
  height: 32px;
  background: url(../images/sub/ic_search.svg) no-repeat center center;
  text-indent: -9999px;
}

.board_top {
  display: block;
  position: relative;
  width: 100%;
  margin: 32px 0 16px;
}
.board_top:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.board_top .total_num {
  float: left;
  font-weight: 600;
  color: #333;
}

.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: 192px;
  height: 192px;
  border-radius: 8px;
}
.review_list .img_box img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.review_list .txt_box {
  float: left;
  width: calc(100% - 224px);
  margin: 0 0 0 32px;
  padding: 18px 0;
}
.review_list .txt_box .title {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  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 .name {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #999;
}
.review_list .txt_box .util {
  margin: 16px 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 .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: 30px 0 15px;
  border-bottom: 1px solid #333;
}
.board_view .view_top .title {
  display: block;
  margin: 0 0 8px;
  line-height: 1.5;
  font-size: 24px;
  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-size: 22px;
  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 {
  padding: 40px 0 20px;
}
.board_view .view_con img {
  max-width: 100%;
  height: auto !important;
}
.board_view .view_con p {
  font-size: 24px;
  color: #666;
}

.board_btns {
  margin: 33px 0 0;
}
.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: 72px;
  line-height: 72px;
  font-size: 24px;
  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: 72px;
  padding: 0 32px;
  font-size: 24px;
  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: 100px;
  font-size: 26px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.write_form .review_write .textarea {
  margin: 30px 0 0;
  width: 100%;
  font-size: 26px;
}
.write_form .review_write .textarea textarea {
  border: 0;
  width: 100%;
  height: 500px;
  font-size: 26px;
}
.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%;
  height: 130px;
  padding: 30px 0;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.review_notice_bnn p {
  font-size: 22px;
  color: #999;
}

/* Q&A */
.qna_list > li {
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f2;
}
.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: 24px;
  font-weight: 400;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.qna_list .title .ic_lock {
  display: block;
  float: left;
  width: 20px;
  height: 36px;
  margin: 0 0 0 10px;
  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: 20px;
  color: #999;
}
.popup.pop_password input {
  display: block;
  margin: 24px 0 0;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  font-size: 26px;
  border: 1px solid #bbb;
  border-radius: 8px;
  text-align: center;
}
.popup.pop_password .btns {
  margin: 16px 0 0;
}

/* Q&A 상세 */
.board_view.qna_view {
  min-height: calc(100vh - 249px);
}
.answer_con {
  margin: 40px 0 0;
  padding: 24px 24px 40px;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.answer_con strong {
  display: block;
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.answer_con p {
  font-size: 24px;
  color: #666;
}

/* Q&A 작성 */
.write_form .review_write.qna_write {
  min-height: calc(100vh - 521px);
}
.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: 80px;
  line-height: 80px;
  font-size: 24px;
  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;
}

/* 제휴문의 */
.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-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: 460px;
  height: 130px;
  background-color: #ffba00;
  content: '';
}
.login_wrap .login_txt {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
.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;
}
.login_wrap .login_form input {
  display: block;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  font-size: 26px;
  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: 80px;
  font-size: 24px;
  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;
  line-height: 36px;
  font-size: 24px;
  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 .row {
  margin-top: 40px;
}
.input_form .label {
  display: block;
  font-size: 24px;
  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_box input {
  display: block;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  font-size: 26px;
  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;
  height: 80px;
  padding: 0 102px 0 30px;
  font-size: 26px;
  color: #333;
  background: url(../images/sub/ic_dropbox.svg) no-repeat 130px center;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.input_form .input_box textarea {
  display: block;
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  font-size: 26px;
  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: 380px;
}
.input_form .input_box.input_id button {
  float: left;
  margin: 0 0 0 8px;
  width: 204px;
  height: 80px;
  font-size: 24px;
  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% - 64px) / 3);
}
.input_form .input_box.input_phone .dash {
  float: left;
  margin: 40px 8px 0;
  width: 16px;
  height: 1px;
  background-color: #333;
}
.input_form .input_box.input_pw input::placeholder {
  color: #bbb;
  font-size: 22px;
}
.input_form .input_box.input_pw input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 22px;
}
.input_form .input_box.input_pw input::-moz-input-placeholder {
  color: #bbb;
  font-size: 22px;
}
.input_form .input_box.input_pw input:-ms-input-placeholder {
  color: #bbb;
  font-size: 22px;
}
.input_form .input_box.input_pw input:-moz-input-placeholder {
  color: #bbb;
  font-size: 22px;
}
.input_form .input_box.input_pw input + input {
  margin: 16px 0 0;
}
.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: 272px;
}
.input_form .input_box.input_email > div .at {
  float: left;
  margin: 0 12px;
  width: 24px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  color: #333;
}
.input_form .input_box.input_email select {
  margin: 16px 0 0;
  width: 100%;
  margin-bottom: 20px;
  background-position: 95%;
}
.input_form .input_box.input_address:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.input_form .input_box.input_address select {
  float: left;
  width: 288px;
  background-position: 244px center;
}
.input_form .input_box.input_address select + select {
  margin: 0 0 0 16px;
}
.input_form .input_box.input_time select {
  width: 100%;
  background-position: 550px center;
  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: 32px;
  font-size: 20px;
  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;
}
.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: 24px;
  color: #333;
}
.input_form .terms_agree .all_chk .btn_open {
  float: right;
  margin: 11px 0 0;
  width: 26px;
  height: 10px;
  background: url(../images/sub/ic_up.svg) no-repeat 0 0;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
.input_form .terms_agree .all_chk .btn_open.active {
  transform: rotate(180deg);
}
.input_form .terms_agree .hidden_terms {
  display: none;
  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: 32px;
  font-size: 20px;
  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;
  font-size: 22px;
  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 .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;
}
.list_page {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
.list_page > a.first_btn {
  background: #fff url(../images/sub/paging_prev.png) no-repeat center;
}
.list_page > a {
  display: inline-block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  vertical-align: middle;
}
.list_page ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.list_page ul li {
  float: left;
  margin-right: 20px;
}
.list_page ul li:last-child {
  margin-right: 0;
}
.list_page > a.last_btn {
  background: #fff url(../images/sub/paging_next.png) no-repeat center;
}
/* 회원가입완료 */
.join_com {
  padding: 120px 0 60px;
  text-align: center;
  background: url(../images/common/logo.svg) no-repeat center 35px / 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 {
  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 {
  color: #ffba00;
  letter-spacing: -1.5px;
}

/* 아이디찾기 결과 */
.result_txt {
  font-size: 26px;
  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: 44px;
  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 {
  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: 44px;
  font-weight: 400;
  color: #ffba00;
}
.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;
  font-size: 26px;
  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 {
  color: #ffba00;
}
.pw_change_txt p {
  margin: 26px 0 0;
  font-size: 26px;
  color: #333;
}
.inquiry_table .tit a {
  float: left;
  line-height: 38px;
}
.inquiry_table .tit .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;
}

.write_form .pass_input {
  height: 60px;
  background: #f6f6f6;
  margin-top: 20px;
  text-align: center;
  line-height: 60px;
}
.write_form .pass_input input {
  width: 50%;
  line-height: 30px;
  margin-left: 30px;
  padding-left: 10px;
}

.pri_tit {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.pri_txt {
  color: #666;
  line-height: 28px;
  font-size: 16px;
}
