@charset "utf-8";

/* =========================== MAIN */
#mainVisual {
  overflow: hidden;
  position: relative;
  letter-spacing: -0.2px;
  width: 100%;
  min-width: 1320px;
  height: 735px;
  background: #222;
}

/* 스와이퍼 */
#mainVisual .main_slide {
  width: 100%;
  height: 100%;
}
#mainVisual ul li {
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
#mainVisual ul li.bg01 {
  background-image: url("../img/main/main01.jpg");
}
#mainVisual ul li.bg02 {
  background-image: url("../img/main/main02.jpg");
}
#mainVisual ul li.bg03 {
  background-image: url("../img/main/main03.jpg");
}
#mainVisual .pager {
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 101;
  transform: translateY(-50%);
  width: max-content;
  height: max-content;
}
#mainVisual .pager span {
  display: block;
  opacity: 0.3;
  position: relative;
  width: 29px;
  height: 29px;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.3s;
}
#mainVisual .pager span.on {
  opacity: 1;
}
#mainVisual .pager span:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s;
}
#mainVisual .pager span.on:before {
  opacity: 1;
  width: 24px;
  height: 24px;
}
#mainVisual .pager span:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

/* 텍스트 */
#mainVisual .main_txt {
  display: flex;
  flex-flow: column;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 17%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transform: translateY(-50%);
  font-family: "Pretendard";
}
#mainVisual .main_txt span {
  opacity: 0.5;
}
#mainVisual .main_txt p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "play";
}

#car_search {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 60%);
  font-family: "Pretendard";
}
#car_search .car_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 90px;
}
#car_search .car_inner .tit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-left: 65px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
#car_search .car_inner .tit:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fff;
}
#car_search .car_inner .tit p {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  font-family: "play";
}
#fcar_search {
  display: flex;
}
#fcar_search .cont {
  width: calc(100% / 3);
}
#fcar_search .cont + .cont {
  border-left: 1px solid #e1e1e1;
}
#fcar_search dd {
  position: relative;
  z-index: 1;
}
#fcar_search dd:before {
  content: "\f0d7";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
  font-family: "fontawesome";
}
#fcar_search dd select {
  width: 100%;
  height: 65px;
  padding: 0 20px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  appearance: none;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  color: #222;
  font-family: "Pretendard";
}
#fcar_search dd select:focus-visible {
  outline: none;
}
#fcar_search dd select:focus {
  border: none !important;
  box-shadow: none;
}
#fcar_search dd select option {
  color: #333;
}
#fcar_search .sch_btn {
  width: 100%;
  height: 65px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 65px;
  color: #fff;
  background-color: var(--primary);
  font-family: "Pretendard";
}
#fcar_search .sch_btn i {
  margin-left: -14px;
  opacity: 0;
  transition: 0.3s;
}
#fcar_search .sch_btn:hover i {
  margin-left: 5px;
  opacity: 1;
}

@media (max-width: 1300px) {
  #mainVisual {
    min-width: 100%;
  }
  #car_search .car_inner {
    padding: 40px 15px;
  }
}
@media (max-width: 1024px) {
  #mainVisual .main_txt {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }
  #mainVisual .pager {
    top: 30%;
  }
}
@media (max-width: 768px) {
  #car_search .car_inner .tit {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
  #car_search .car_inner .tit:before {
    display: none;
  }
  #car_search .car_inner .tit p {
    width: 100%;
  }
  #fcar_search {
    flex-wrap: wrap;
  }
  #fcar_search .cont {
    width: 100%;
  }
  #fcar_search .cont + .cont {
    border-left: none;
    border-top: 1px solid #e1e1e1;
  }
}

/* =========================== atc01 */
#atc01 {
  position: relative;
  width: 100%;
  padding: 80px 0;
  border-bottom: 1px solid #e1e1e1;
}
#atc01 .arrow {
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 10%);
  background: #f2f2f2;
  transition: all 0.3s;
}
#atc01 .arrow svg {
  width: 20px;
}
#atc01 .arrow.prev {
  left: 0;
}
#atc01 .arrow.next {
  right: 0;
}
#atc01 .wh_1400 {
  position: relative;
  display: flex;
}
#atc01 .icon_bnr {
  margin: 0 85px;
}
#atc01 .icon_bnr .txt_area {
  display: flex;
  align-items: center;
  gap: 30px;
}
#atc01 .icon_bnr a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  border-radius: 3px;
  color: #aaa;
  background: #f2f2f2;
  transition: all 0.3s;
}
#atc01 .icon_bnr a span {
  font-family: "play";
}
#atc01 .icon_bnr a p {
  margin-top: 3px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

@media (hover: hover) {
  #atc01 .arrow:hover {
    color: #111;
  }
  #atc01 .icon_bnr a:hover {
    color: var(--primary);
    background: #e6f0ff;
  }
}
@media (max-width: 1400px) {
  #atc01 {
    padding: 80px 15px;
  }
}
@media (max-width: 1024px) {
  #atc01 .icon_bnr {
    margin: 0 65px;
  }
}
@media (max-width: 480px) {
  #atc01 .icon_bnr a {
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
  }
  #atc01 .icon_bnr a svg {
    display: none;
  }
  #atc01 .icon_bnr .txt_area {
    flex-direction: column;
    gap: 10px;
  }
}

/* =========================== atc02 */
#atc02 {
  position: relative;
  padding: 130px 0 0;
  text-align: center;
}
#atc02 #index_car {
  background: #e6f0ff;
}
#atc02 #index_car .bo_gall {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px;
}

#atc02 #tabs {
  display: table;
  margin: 0 auto;
  margin-bottom: 60px;
}
#atc02 #tabs li {
  position: relative;
  float: left;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
}
#atc02 #tabs li.on {
  color: var(--primary);
}
#atc02 #tabs li.on:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--primary);
}

#atc02 .bo_gall {
  display: none;
}
#atc02 .bo_gall1 {
  display: block;
}
#atc02 .bo_gall #gall_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 10px 0;
  padding: 0;
  zoom: 1;
}
#atc02 .bo_gall #gall_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#atc02 .bo_gall .gall_li {
  overflow: hidden;
  position: relative;
  height: 390px;
  background: #fff;
}
#atc02 .bo_gall .gall_con {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#atc02 .bo_gall .gall_con a {
  display: block;
  width: 100%;
  height: 100%;
}
#atc02 .bo_gall .gall_con a:before {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#atc02 .bo_gall .gall_con .gall_img {
  position: absolute;
  bottom: 0;
  left: 75px;
}
#atc02 .bo_gall .gall_con .gall_img img {
  transition: all 0.3s;
}

#atc02 .bo_gall .gall_con .bg_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto !important;
}
#atc02 .bo_gall .gall_con .bg_img > img {
  width: 100% !important;
  height: auto !important;
}

#atc02 .bo_gall .con_tit_box {
  position: relative;
  z-index: 15;
  padding: 30px;
  text-align: left;
}
#atc02 .bo_gall .con_tit_box .car_name {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #333;
  color: #333;
  transition: all 0.3s;
  font-family: "Pretendard";
}
#atc02 .bo_gall .con_tit_box .best {
  margin-top: 10px;
  display: block;
  width: 60px;
  height: 25px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: var(--primary);
  font-family: "play";
}
#atc02 .bo_gall .con_tit_box .car_info {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  font-family: "Pretendard";
}
#atc02 .bo_gall .con_tit_box .car_info span {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  margin-right: 7px;
}
#atc02 .bo_gall .con_tit_box .car_info span:before {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  width: 1px;
  height: 12px;
  background: #ddd;
}
#atc02 .bo_gall .con_tit_box .car_info span:last-child {
  margin-right: 0;
  padding-right: 0;
}
#atc02 .bo_gall .con_tit_box .car_info span:last-child:before {
  display: none;
}
#atc02 .bo_gall .con_tit_box .car_option {
  display: none;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "play", "Pretendard";
}

#atc02 .bo_gall .gall_con .car_price {
  display: none;
  position: absolute;
  z-index: 15;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
#atc02 .bo_gall .gall_con .car_price li {
  float: left;
  width: 50%;
  height: 60px;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Pretendard";
}
#atc02 .bo_gall .gall_con .car_price li span {
  display: block;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "play", "Pretendard";
}

@media (hover: hover) {
  /*마우스오버*/
  #atc02 .bo_gall .gall_con:hover a:before {
    opacity: 1;
  }
  #atc02 .bo_gall .gall_con:hover .con_tit_box .car_name {
    color: #fff;
  }
  #atc02 .bo_gall .gall_con:hover .gall_img img {
    transform: scale(1.05, 1.05);
  }

  #atc02 .bo_gall {
    position: relative;
  }
  #atc02 .bo_gall .sch_btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    outline: none;
    background: none;
    font-weight: 500;
    font-family: "Noto Sans KR";
  }
  #atc02 .bo_gall .sch_btn i {
    margin-right: 5px;
  }
  #atc02 .bo_gall .sch_btn:hover {
    color: #2a89e7;
  }
}

@media (max-width: 1400px) {
  #atc02 #index_car .bo_gall {
    padding: 80px 15px 60px;
  }
}
@media (max-width: 1024px) {
  #atc02 .bo_gall #gall_ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #atc02 .bo_gall #gall_ul li:nth-child(n + 5) {
    display: none;
  }
  #atc02 .bo_gall .sch_btn {
    position: relative;
    padding: 12px 16px;
    margin: 15px 0;
    border: solid 1px #ddd;
    border-radius: 5px;
  }
  #atc02 .bo_gall .gall_li {
    height: 460px;
  }
  #atc02 .bo_gall .gall_con .car_price {
    display: block !important;
    padding: 16px 0;
    background-color: #f7f7f7;
  }
  #atc02 .bo_gall .gall_con .car_price li {
    width: 33.33%;
    height: auto;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  #atc02 .bo_gall .gall_con .car_price li + li {
    border-left: solid 1px #e1e1e1;
  }
  #atc02 .bo_gall .gall_con .car_price li span {
    color: #2a89e7;
    font-size: 14px;
    line-height: 1.8;
  }
  #atc02 .bo_gall .gall_con .gall_img {
    position: relative;
    top: auto;
    left: 0;
    bottom: 10px;
  }
  #atc02 .bo_gall .con_tit_box .best {
    position: absolute;
    top: -35px;
    margin-top: 0;
  }
  #atc02 .bo_gall .gall_pager {
    display: table;
  }
  #atc02 .bo_gall .con_tit_box .best {
    position: relative;
    top: auto;
    margin-top: 10px;
  }
  #atc02 .bo_gall .con_tit_box {
    padding: 30px 20px;
  }
  #atc02 .bo_gall .gall_con .gall_img {
    bottom: 46px;
  }
  #atc02 .bo_gall .gall_con .car_price li {
    width: 50%;
  }
  #atc02 .bo_gall .gall_con .car_price li:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 768px) {
  #atc02 #tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
  }
  #atc02 #tabs li {
    width: calc(100% / 2 - 30px);
  }
  #atc02 #tabs li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #atc02 .bo_gall .gall_li {
    width: 100%;
    height: 373px;
  }
  #atc02 .bo_gall .gall_li:nth-child(3n) {
    margin-left: 0;
  }
  #atc02 .bo_gall .gall_con .gall_img {
    text-align: center;
  }
  #atc02 .bo_gall .gall_con .gall_img img {
    max-width: 320px;
  }
  #atc02 .bo_gall .con_tit_box {
    text-align: center;
  }
  #atc02 .bo_gall .con_tit_box .best {
    position: unset;
    display: inline-block;
  }
  #atc02 .bo_gall .con_tit_box {
    padding: 25px 0 0;
  }
  #atc02 .bo_gall .gall_li {
    height: 386px;
  }
  #atc02 .bo_gall .gall_con .gall_img {
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  #atc02 .bo_gall .gall_li {
    width: 100%;
    height: 375px;
  }
  #atc02 .bo_gall .gall_li:nth-child(3n) {
    margin-right: 0;
  }
  #atc02 .bo_gall .gall_li:nth-child(even) {
    margin-right: 0;
  }
  #atc02 .bo_gall #gall_ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #atc02 .bo_gall #gall_ul li:nth-child(n + 4) {
    display: none;
  }
  #atc02 .bo_gall .gall_con .car_price li {
    width: calc(100% / 3);
  }
  #atc02 .bo_gall .gall_con .car_price li:nth-child(n + 3) {
    display: block;
  }
}
@media (max-width: 380px) {
  #atc02 .bo_gall .gall_li {
    height: 375px;
  }
  #atc02 .bo_gall .gall_con .gall_img img {
    max-width: 280px;
  }
}
@media (max-width: 360px) {
  #atc02 .bo_gall .gall_con .car_price li {
    width: 50%;
  }
  #atc02 .bo_gall .gall_con .car_price li:nth-child(n + 3) {
    display: none;
  }
}

/* =========================== atc03 */
#atc03 {
  padding: 130px 0;
}
#atc03 .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
#atc03 .pager .num {
  display: flex;
  gap: 10px;
  width: auto;
  font-size: 15px;
  color: #111;
  font-family: "play";
}
#atc03 .pager .arrow {
  display: flex;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}
#atc03 .pager .arrow:hover {
  opacity: 1;
}
#atc03 .pager .swiper-pagination-total {
  color: var(--primary);
}
#atc03 .cont li {
  position: relative;
}
#atc03 .cont li:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 50%;
  width: calc(100% + 60px);
  height: 100%;
  opacity: 0;
  transform: translateX(-50%);
  background: #f2f2f2;
}
#atc03 .cont li.on:before {
  opacity: 1;
}
#atc03 .cont li a {
  display: block;
  padding: 40px 0 30px;
  text-align: center;
}
#atc03 .cont li a .img {
  overflow: hidden;
  border-radius: 5px;
}
#atc03 .cont li a .img img {
  width: 100%;
  transition: all 0.3s;
}
#atc03 .cont li a .img:hover img {
  transform: scale(1.1);
}
#atc03 .cont li a .txt_area {
  opacity: 0;
  margin-bottom: 50px;
  transition: all 0.3s;
}
#atc03 .cont li.on a .txt_area {
  opacity: 1;
}
#atc03 .txt_area span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--primary);
}
#atc03 .txt_area .subj {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

@media (max-width: 1024px) {
  #atc03 .cont li:before {
    width: calc(100% + 50px);
  }
}
@media (max-width: 480px) {
  #atc03 .cont li:before {
    width: calc(100% + 40px);
  }
}
/* =========================== atc04 */
#atc04 {
  overflow: hidden;
}
#atc04 .top_list {
  color: #fff;
  background: var(--primary);
}
#atc04 .top_list .inner {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 0;
}
#atc04 .top_list p {
  width: 15%;
  font-size: 20px;
  font-family: "play";
}
#atc04 .top_list .inq_slide {
  width: 80%;
}
#atc04 .top_list .badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  background: #fff;
}
#atc04 .bottom_form {
  position: relative;
  display: flex;
  background: #111 url(../../img/main/inc04/bg.jpg) no-repeat left top;
  /* background: #111 url("../") no-repeat left top; */
}
@media (max-width: 768px) {
  #atc04 .bottom_form {
    background: #111;
  }
}
#atc04 .bottom_form .inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 0 100px;
}
#atc04 .tit_area {
  padding-bottom: 50px;
}
#atc04 .tit_area .tit {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0;
  font-family: "play";
}
#atc04 .inq_box {
  width: 600px;
  margin-left: auto;
}

#sms_wrap {
  color: #fff;
  letter-spacing: -0.5px;
  font-family: "Pretendard";
}
#sms_wrap .txt_area {
  display: flex;
  margin-bottom: 20px;
}
#sms_wrap .txt {
  width: calc(100% / 2 - 10px);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#sms_wrap .txt + .txt {
  margin-left: 20px;
}
#sms_wrap .txt label {
  display: none;
}
#sms_wrap .txt input {
  width: 100%;
  padding: 20px;
  background-color: transparent;
  border: none;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pretendard";
}
#sms_wrap .txt input:focus,
#sms_wrap .txt input:active {
  box-shadow: none;
  border: none !important;
}
#sms_wrap .txt_box label {
  display: none;
}
#sms_wrap textarea {
  width: 100%;
  height: 120px;
  padding: 20px;
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pretendard";
}
#sms_wrap textarea:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
#sms_wrap .btm_cont .left_cont {
  text-align: right;
}
#sms_wrap .btm_cont .left_cont {
  display: flex;
  justify-content: space-between;
}
#sms_wrap .btm_cont .left_cont .left select {
  width: 100px;
  height: 40px;
  padding: 0 10px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  appearance: none;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

#sms_wrap .btm_cont .left_cont .left select option {
  color: #000;
  background: #fff;
}
#sms_wrap .btm_cont .left_cont .right {
  display: flex;
  gap: 10px;
}
#sms_wrap .btm_cont .btn_wrap {
  margin-top: 50px;
}
#agree_link {
  margin-right: 2px;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
#agree_link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.agree_txt {
  font-size: 13px;
  cursor: pointer;
}
#m_agree {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
input[id="m_agree"]:checked + label:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  line-height: 15px;
  font-size: 10px;
  font-family: "fontawesome";
}
#sms_wrap .buttom_st {
  width: 100%;
  height: 80px;
  font-size: 17px;
  font-weight: 700;
  border: 0;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  background: rgba(255, 255, 255, 10%);
  transition: all 0.3s;
  font-family: "Pretendard";
}
#sms_wrap .buttom_st:hover {
  background: var(--primary);
}

@media (max-width: 1400px) {
  #atc04 .top_list .inner {
    padding: 25px 15px;
  }
  #atc04 .bottom_form {
    background-size: contain;
    background-position-x: -50%;
  }
  #atc04 .bottom_form .inner {
    padding: 100px 15px 80px;
  }
}
@media (max-width: 1300px) {
  #atc04 .top_list p {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  #atc04 .top_list p {
    width: 30%;
  }
  #atc04 .bottom_form {
    background-size: cover;
    background-position-x: center;
  }
  #atc04 .inq_box {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #atc04 .top_list p {
    display: none;
  }
  #atc04 .top_list .inq_slide {
    width: 100%;
  }
  #atc04 .top_list .inq_slide li {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  #atc04 .inq_box {
    width: 100%;
  }
}
