@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css"); /* regular-400, medium-500, semibold-600, bold-700 */
@import url("https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap");

/* ========================== 초기화 [s] */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Noto Sans KR";
}
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR";
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
textarea,
select {
  font-family: "Noto Sans KR";
}
select {
  margin: 0;
}
a {
  color: #222;
  text-decoration: none;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
body {
  font-size: 0.81em;
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  -webkit-text-size-adjust: none;
}
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
/* ========================== 초기화 [e] */

:root {
  --primary: #e87920;
}

/* ========================== QUICK */

#quick_bnr {
  position: fixed;
  right: -80px;
  bottom: 250px;
  z-index: 20;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.3px;
  transition: right 0.4s;
  font-weight: 500;
  font-family: "Noto Sans KR";
}
#quick_bnr.fixed {
  right: 10px;
}
#quick_bnr .tit {
  padding: 15px 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
}
#quick_bnr .tit p {
  padding-top: 7px;
}

/* 링크 */
#quick_bnr .links {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quick_bnr .links > li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  color: #999;
  background-color: rgba(255, 255, 255, 0.95);
}
#quick_bnr .links > li.tel {
  padding: 10px 0;
}
#quick_bnr .links > li.tel span {
  font-size: 14px;
  line-height: 17px;
  color: #333;
  font-weight: 900;
  font-family: "Noto Sans KR";
}
#quick_bnr .links > li > p,
#quick_bnr .links > li > a p {
  padding-top: 5px;
}
#quick_bnr .links > li > a {
  display: block;
  padding: 10px 0;
  color: #999;
  transition: all 0.2s;
}
#quick_bnr .links > li i {
  font-size: 15px;
}
#quick_bnr .kakao_pc {
  display: block;
}
#quick_bnr .kakao_pc p {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 68px;
}
#quick_bnr .kakao_pc p span {
  margin-top: 5px;
}
#quick_bnr .kakao_mo {
  display: none;
}

/* 상단으로 */
#quick_bnr .toTop {
  width: 46px;
  height: 46px;
  margin: 12px auto;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  font-size: 10px;
  line-height: 1.6;
  color: #999;
  background-color: rgba(255, 255, 255, 0.95);
  transition: color 0.2s;
  font-weight: 500;
  font-family: "Noto Sans KR";
}
#quick_bnr .toTop i {
  display: block;
  font-size: 12px;
}
#quick_bnr .toTop:hover {
  color: #222;
  cursor: pointer;
}

/* sms상담 - pc */
#quick_bnr .sms_inq_area {
  display: none;
  position: absolute;
  right: 69px;
  top: 0;
}
#sms_inq {
  width: 170px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.1);
}
#sms_inq .stit {
  font-size: 14px;
  color: #fff;
  padding: 8px;
  text-align: center;
  background-color: #333;
}
#sms_inq form {
  padding: 14px;
}
#sms_inq form select {
  width: 100%;
  height: 28px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s;
  font-weight: 400;
  font-family: "Noto Sans KR";
}
#sms_inq ul li + li {
  margin-top: 3px;
}
#sms_inq ul li input,
#sms_inq ul li textarea {
  width: 100%;
  height: 28px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s;
  font-weight: 400;
  font-family: "Noto Sans KR";
}
#sms_inq ul li input:focus,
#sms_inq ul li textarea:focus {
  border: 1px solid #aaa !important;
  outline: none;
  box-shadow: none;
}
#sms_inq ul li textarea {
  height: 45px;
}
#sms_inq .agrees {
  display: flex;
  align-items: center;
  padding: 2px 0 5px;
}
#sms_inq .agrees a {
  display: inline-block;
  font-size: 12px;
  color: #999;
}
#sms_inq .agrees a:hover {
  text-decoration: underline;
}
#sms_inq .agrees label {
  margin: 0 5px;
  font-size: 12px;
}
#sms_inq input[type="submit"] {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background-color: #2e7cae;
  font-weight: 500;
  font-family: "Noto Sans KR";
}

/* sms상담 - mo */
#sms_inq_mo {
  display: none;
  padding: 25px 20px;
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  color: #888;
  background-color: #fff;
  font-weight: 400;
  font-family: "Noto Sans KR";
}
#sms_inq_mo .tit {
  font-size: 20px;
  color: #222;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-family: "Noto Sans KR";
}
#sms_inq_mo form {
  flex: 1;
}
#sms_inq_mo form .flex {
  display: flex;
  width: 100%;
}
#sms_inq_mo ul {
  display: flex;
  flex: 1;
  padding: 0 8px 0 25px;
}
#sms_inq_mo ul li {
  flex: 1;
}
#sms_inq_mo ul li + li {
  margin-left: 8px;
}
#sms_inq_mo ul li input[type="text"],
#sms_inq_mo ul li textarea {
  width: 100%;
  height: 55px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s;
  font-weight: 400;
  font-family: "Noto Sans KR";
}
#sms_inq_mo ul li input:focus,
#sms_inq_mo ul li textarea:focus {
  border: 1px solid #aaa !important;
  outline: none;
  box-shadow: none;
}
#sms_inq_mo ul li textarea {
  padding: 17px 12px 0 12px;
}
#sms_inq_mo input[type="submit"] {
  width: 20%;
  height: 55px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--primary);
  font-weight: 500;
  font-family: "Noto Sans KR";
}
#sms_inq_mo .agrees {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 5px;
  letter-spacing: -0.5px;
}
#sms_inq_mo .agrees a {
  display: inline-block;
  font-size: 13px;
  color: #888;
}
#sms_inq_mo .agrees label {
  margin: 0 5px;
  font-size: 13px;
}

/* ========================== HEADER */
#sh_hd {
  position: relative;
  z-index: 15;
  width: 100%;
  min-width: 1300px;
  font-family: "Pretendard";
}
#sh_hd_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#sh_hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#top_nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 100px;
  margin: 0 auto;
}

/* 대분류  */
#top_nav {
  display: flex;
  padding-right: 40px;
  letter-spacing: -0.2px;
  align-items: center;
}
#top_nav > li {
  position: relative;
}
#top_nav > li > a {
  display: block;
  padding: 0 40px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 100px;
  color: #fff;
  transition: all 0.2s;
}

/* 소분류 */
#top_nav > li > ul {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1002;
  min-width: 150px;
  width: auto;
  padding: 15px 10px 15px;
  border-top: 2px solid var(--primary);
  background-color: rgba(2, 1, 6, 0.6);
  text-align: center;
}
#top_nav > li > ul > li {
  padding: 5px 0;
  font-family: "Pretendard";
}
#top_nav > li > ul > li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
#top_nav > li > ul > li a:hover {
  color: #fff;
}

#top_nav_wrap .call {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.3);
}
#top_nav_wrap .call span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  color: #fff;
  background: #282828;
}
#top_nav_wrap .call span svg {
  width: 20px;
}
#top_nav_wrap .call p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Play";
}

/* 반응형 메뉴 [s] */
#topmenuM {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 15px;
  line-height: 1.8;
  background-color: #fff;
  font-weight: 400;
  font-family: "Noto Sans KR";
}

/* 로고 */
#m_logo {
  position: relative;
}
#m_logo a {
  display: inline-block;
}
#m_logo img {
  max-height: 60px;
}

/* 상단 버튼 및 오픈메뉴 */
#m_navBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 5;
  width: 30px;
  height: 30px;
}
#m_navBtn span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}
#m_navBtn span:before,
#m_navBtn span:after {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  width: 30px;
  height: 2px;
  background-color: #222;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#m_navBtn span:after {
  top: 6px;
  width: 16px;
  right: 0;
  background-color: var(--primary);
}
#m_navBtn.on {
  position: fixed;
}
#m_navBtn.on span:before {
  top: 0;
  right: -4px;
  transform: rotate(45deg);
}
#m_navBtn.on span:after {
  top: 0;
  right: -4px;
  width: 30px;
  transform: rotate(-45deg);
  background-color: #222;
}
#navWrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#navWrap .inner {
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  right: -40px;
  top: 0;
  z-index: 6;
  min-width: 300px;
  width: 75%;
  height: 100%;
  padding: 60px 0;
  background-color: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#navWrap.on .inner {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#navWrap .inner:before,
#navWrap .inner:after {
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  right: -40px;
  z-index: 1;
  content: "";
  min-width: 300px;
  width: 70%;
  height: 60px;
  background-color: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#navWrap .inner:after {
  top: auto;
  bottom: 0;
}
#navWrap.on .inner:before,
#navWrap.on .inner:after {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#navWrap .inner .mo_hd_copy {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 2;
  min-width: 300px;
  width: 70%;
  font-size: 12px;
  text-align: center;
  color: #888;
}

/* 대분류 */
#topmenuM .m_lnb .m_bmenu {
  display: block;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: none;
  font-size: 16px;
  line-height: 52px;
  color: #222;
  text-align: left;
  font-weight: 500;
  font-family: "Noto Sans KR";
}
#topmenuM .m_lnb .m_bmenu:after {
  float: right;
  content: "\f107";
  font-family: "fontawesome";
}
#topmenuM .m_lnb .m_bmenu.on:after {
  content: "\f106";
}

/* 소분류 */
#topmenuM .m_smenu {
  display: none;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #f2f3f5;
}
#topmenuM .m_smenu li a {
  font-size: 14px;
  color: #777;
}

/* ========================== MAIN */
#main_banner {
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: 100%;
  min-width: 1300px;
}

/* ========================== INDEX */
#sh_section {
  position: relative;
  z-index: 10;
  width: 100%;
  min-width: 1300px;
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  letter-spacing: -0.3px;
  font-family: "Pretendard";
}
#sh_section .wh_1400 {
  max-width: 1400px;
  margin: 0 auto;
}
#sh_section .sec_tit {
  margin-bottom: 80px;
  font-size: 16px;
  color: #777;
  text-align: center;
  font-family: "Pretendard";
}
#sh_section .sec_tit p {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  font-family: "play";
}
#sh_section .sec_tit p b {
  color: var(--primary);
}

/* ========================== CONTAINER */
#sh_container {
  position: relative;
  min-width: 1300px;
  z-index: 10;
  zoom: 1;
}
#sh_container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sh_container_wrapper {
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
#sh_container_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* ========================== SUB */
#sub_main_banner {
  min-width: 1300px;
  height: 450px;
  font-family: "Pretendard";
}
#sub_main_banner.car #sub_bg {
  width: 100%;
} /* 차량검색일때 서브메인배너 넓이*/

/* ========================== SNB */
#sh_aside {
  position: relative;
  z-index: 20;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}

/* ========================== CONTENT */
#sh_content {
  z-index: 4;
  position: relative;
  z-index: 15;
  width: 1300px;
  min-height: 600px;
  height: auto !important;
  height: 500px;
  padding: 40px 65px 60px;
  margin: 10px auto 0;
  line-height: 1.6;
  color: #777;
  background-color: #fff;
  font-family: "Pretendard";
}
#sh_content_car {
  z-index: 4;
  position: relative;
  z-index: 15;
  width: 1070px;
  min-height: 600px;
  height: auto !important;
  height: 500px;
  padding: 10px 30px 60px;
  margin: 0 auto;
  line-height: 1.6;
  color: #777;
  background-color: #fff;
}
#sh_content_tit {
  overflow: hidden;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  font-family: "Pretendard";
}
#sh_content_tit:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}
#sh_content_tit p {
  float: right;
  font-size: 13px;
  color: #555;
}
#sh_content_tit p span:before {
  display: inline-block;
  padding: 0 7px;
  font-family: FontAwesome;
}
#sh_content_tit p .home:before {
  padding-right: 0;
  content: "\f015";
}
#sh_content_tit p .angle:before {
  content: "\f105";
}

/* ========================== FOOTER */
#sh_ft {
  min-width: 1300px;
  background: #111;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Pretendard";
}
#sh_ft_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
#sh_ft_wrapper .f_left .f_logo {
  margin-bottom: 30px;
}
#sh_ft_wrapper .cs .tit {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
#sh_ft_wrapper .cs .tel {
  margin: 10px 0 15px;
  font-size: 40px;
  color: var(--primary);
  font-family: "play";
}
#sh_ft_wrapper .cs .txt {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#sh_ft .copy {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#sh_ft .c_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
#ft_btm a {
  font-size: 13px;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.3);
  font-family: "play";
}
#ft_btm a + a {
  margin-left: 20px;
}
#ft_btm a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* 반응형 하단 버튼 공통 */
#fix_tel {
  opacity: 0;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 100;
  width: 65px;
  height: 65px;
  margin-right: -10px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 65px;
  color: #fff;
  background-color: var(--primary);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#fix_tel.active {
  opacity: 1;
  margin-right: 0;
}
#sh_ft_btns {
  display: none;
  padding: 15px;
  background: #f7f7f7;
}
#sh_ft_btns .btns {
  overflow: hidden;
}
#sh_ft_btns a {
  float: left;
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  font-weight: 700;
  font-family: "Noto Sans KR";
}
#sh_ft_btns a.tel {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Poppins";
}
#sh_ft_btns a i {
  padding-right: 5px;
  font-size: 18px;
}

/* 반응형 [s] */
@media (hover: hover) {
  #quick_bnr .links > li > a:hover {
    color: #222;
  }
  #top_nav > li > ul > li a:hover {
    color: #fff;
  }
}
@media (max-width: 1400px) {
  #sh_ft_wrapper {
    padding: 70px 15px;
  }
  #sh_ft .copy {
    padding: 20px 15px;
  }
}
@media (max-width: 1300px) {
  #sh_hd {
    min-width: 100%;
  }
  #sh_hd_wrapper {
    padding: 0 15px;
  }
  #top_nav > li > a {
    padding: 0 20px;
  }
  #top_nav_wrap .call div {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  #sh_container {
    min-width: 100%;
  }
  #sub_main_banner {
    min-width: 100%;
  }
  #main_banner {
    min-width: 100%;
  }
  #sh_section {
    min-width: 100%;
  }
  #sh_content {
    width: 100%;
    padding: 40px 15px 60px;
  }
  #sh_ft {
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  #quick_bnr {
    display: flex;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #222;
  }
  #quick_bnr .tit {
    display: none;
  }
  #quick_bnr .toTop {
    display: none;
  }
  #quick_bnr .links {
    display: flex;
    width: 100%;
    border: none;
  }
  #quick_bnr .links > li {
    flex: 1;
    border: none;
    background: none;
  }
  #quick_bnr .links > li:hover {
    background: none;
  }
  #quick_bnr .links > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  #quick_bnr .links > li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 68px;
    padding: 0;
    color: #fff;
  }
  #quick_bnr .links > li.sms,
  #quick_bnr ul li.tel {
    display: none;
  }
  #quick_bnr .links > li p {
    padding-top: 8px;
  }
  #quick_bnr .kakao_pc {
    display: none;
  }
  #quick_bnr .kakao_mo {
    display: block;
  }
  #sms_inq_mo {
    display: flex;
  }
  #sh_hd_wrapper {
    position: unset;
    padding: 0;
  }
  #top_nav_wrap {
    display: none;
  }
  #topmenuM {
    display: block;
  }
  #sh_ft_wrapper .f_left {
    width: 60%;
  }
  #sub_main_banner {
    height: 260px;
  }
}
@media (max-width: 768px) {
  #sms_inq_mo {
    display: block;
    padding: 25px 15px 15px;
    border: none;
    background-color: #f5f5f5;
  }
  #sms_inq_mo .tit {
    margin-bottom: 10px;
    text-align: center;
  }
  #sms_inq_mo form .flex {
    display: block;
  }
  #sms_inq_mo ul {
    padding: 0;
  }
  #sms_inq_mo .agrees {
    margin-top: 8px;
  }
  #sms_inq_mo input[type="submit"] {
    width: 100%;
    margin-top: 12px;
    border-radius: 0;
  }
  #sh_section .sec_tit {
    margin-bottom: 60px;
  }
  #sh_ft_wrapper .f_left {
    width: 50%;
  }
  #sh_ft .c_inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  #sms_inq_mo input[type="submit"] {
    background-color: #333;
  }
  #sms_inq_mo ul {
    flex-wrap: wrap;
  }
  #sms_inq_mo ul li {
    flex: 1 1 40%;
  }
  #sms_inq_mo ul li:last-child {
    margin: 8px 0 0;
  }
  #sub_main_banner {
    height: auto;
  }
  #fix_tel {
    display: block;
  }
  #sh_ft_btns {
    display: block;
  }
  #sh_ft_wrapper {
    flex-direction: column;
    text-align: center;
  }
  #sh_ft_wrapper .cs {
    order: 1;
    margin-bottom: 70px;
  }
  #sh_ft_wrapper .f_left {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 380px) {
  #sms_inq_mo ul li {
    flex: 100%;
  }
  #sms_inq_mo ul li + li {
    margin: 8px 0 0 !important;
  }
}
/* 반응형 [e] */
