@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..900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "GongGothicMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SBAggroM";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}

/* ========================== 초기화 [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 {
  background: #fff;
  font-size: 0.81em;
  font-family: "pretendard";
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
  font-family: "pretendard";
}
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;
}
:root {
  --primary: #0ac290;
  --dark: #20060b;
  --black: #2e3138;
  --k-font: "Pretendard";
  --e-font: "Poppins";
  --mainsize: 1200px;
}
/* ========================== 초기화 [e] */

/* ========================== HEADER */
#sh_hd {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-family: var(--e-font), var(--k-font);
  z-index: 10000;
  background-color: #fff;
  overflow: visible;
}

#shGnb {
  display: flex;
  align-items: center;
  gap: 58px;
  width: 100%;
  /* height: 100px; */
  height: 10vh;
  padding: 0 10%;
  position: relative;
  z-index: 10001;
}

.sh_lnb_bg {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  min-width: 1500px;
  height: 90px;
  background-color: #fff;
  z-index: 10001;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.05);
}

/* 로고 */
#shGnb .sh_logo {
  position: relative;
  z-index: 20;
}

/* 대분류  */
#shGnb .sh_nav {
  display: flex;
  width: max-content;
}
#shGnb .sh_nav > li {
  position: relative;
  padding: 0 30px;
  line-height: 70px;
  z-index: 10001;
}
#shGnb .sh_nav > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
}
#shGnb .sh_nav > li > a:hover {
  color: var(--primary);
}

/* 소분류 */
#shGnb .sh_lnb_s {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: max-content;
  min-height: 75px;
  z-index: 10002;
  top: 100%;
  margin-top: 0;
  white-space: nowrap;
}
#shGnb .sh_lnb_s li a {
  display: block;
  line-height: 1.8;
  text-align: center;
  color: #999;
  transition: all 0.2s;
  font-size: 15px;
  padding: 8px 20px;
}
#shGnb .sh_lnb_s li a:hover {
  color: var(--primary);
}

/* 호버 시 개별 드롭다운 메뉴 표시 - has-dropdown 클래스가 있는 것만 */
#shGnb .sh_nav > li.has-dropdown:hover .sh_lnb_s {
  display: block !important;
  background: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
  top: 100%;
  margin-top: 0;
  border-radius: 0 0 8px 8px;
}

/* has-dropdown 클래스가 없는 메뉴들의 서브메뉴는 절대 표시하지 않음 */
#shGnb .sh_nav > li:not(.has-dropdown) .sh_lnb_s {
  display: none !important;
}

/* 혹시 다른 호버 효과가 있더라도 차단 */
#shGnb .sh_nav > li:not(.has-dropdown):hover .sh_lnb_s {
  display: none !important;
}

/* 빈 서브메뉴도 표시하지 않음 */
#shGnb .sh_nav .sh_lnb_s:empty {
  display: none !important;
}

/* 호버 시 메뉴 항목에 연결된 느낌 주기 */
#shGnb .sh_nav > li.has-dropdown:hover > a {
  background: #fff;
  position: relative;
  z-index: 10001;
}

/* user_wrap */
#shGnb .user_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
#shGnb .user_wrap ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
#shGnb .user_wrap ul li a {
  font-size: 14px;
  font-size: 500;
  color: #aaa;
  transition: all 0.3s;
}
#shGnb .user_wrap ul li a:hover {
  color: var(--primary);
}
#shGnb .user_wrap .apply {
  margin-left: 30px;
  padding: 6px 18px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: var(--primary);
  transition: all 0.3s;
}
#shGnb .user_wrap .apply:hover {
  color: var(--primary);
  background-color: var(--black);
}

/* 상단 버튼 및 오픈메뉴 */
#topmenuM {
  display: none;
  width: 100%;
  line-height: 1.8;
  padding: 15px;
}
#m_navBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 30;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
#m_navBtn span {
  display: block;
  position: relative;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
#m_navBtn span::before {
  display: block;
  position: absolute;
  top: -6px;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  content: "";
}
#m_navBtn span::after {
  display: block;
  position: absolute;
  top: 6px;
  right: 0%;
  width: 40%;
  height: 100%;
  background-color: var(--primary);
  content: "";
}
#m_navBtn.on {
  position: fixed;
  top: 27px;
}
#m_navBtn.on span:before {
  top: 0;
  right: -4px;
  transform: rotate(45deg);
  background-color: #000;
}
#m_navBtn.on span:after {
  top: 0;
  right: -4px;
  width: 100%;
  transform: rotate(-45deg);
  background-color: #222;
}
#navWrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  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: 999;
  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;
}
#navWrap .user_tip {
  padding: 10px 20px;
  background-color: #f5f5f5;
}
#navWrap .user_tip li {
  display: inline-block;
}
#navWrap .user_tip li + li {
  margin-left: 10px;
}
/* 대분류 */
#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-family: "Noto Sans KR";
  font-weight: 500;
}
#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 */
#sh_section {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #777;
  font-family: var(--e-font), var(--k-font);
}
#sh_section .pl {
  white-space: pre-line;
  word-break: keep-all;
}
#sh_section .section_cate {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  background-color: transparent;
}
#sh_section .section_h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--black);
  white-space: pre-line;
  word-break: keep-all;
}
#sh_section .section_h2#sub_tit {
  color: var(--primary);
  white-space: nowrap;
  margin-top: 0px;
}
#sh_section .section_h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--black);
  word-break: keep-all;
}
#sh_section .section_h3 span {
  color: var(--primary);
}

/* ========================== CONTAINER */
#sh_container {
  position: relative;
  z-index: 1;
  width: 100%;
}
#sh_content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  min-height: 550px;
  padding: 70px 0;
  margin: 0 auto;
  background: #fff;
}

/* ========================== FOOTER */
#sh_ft {
  line-height: 1.6;
  color: #fff;
  background: #2e3138;
  font-family: var(--e-font), var(--k-font);
}
#sh_ft .nav_cont {
  display: flex;
  justify-content: space-between;
  padding: 0px 10%;
  background-color: var(--primary);
}
#sh_ft .nav_cont ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
#sh_ft .nav_cont ul li a {
  position: relative;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
#sh_ft .nav_cont ul li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  background-size: 0%;
  transition: all 0.3s;
}
#sh_ft .nav_cont ul li a:hover::after {
  background-size: 100%;
}
#sh_ft .to_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 13px;
  font-weight: 500;
  background-color: rgb(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s;
}
#sh_ft .to_top svg {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
#sh_ft .to_top:hover {
  color: var(--primary);
  background-color: #fff;
}
#sh_ft .to_top:hover svg {
  top: -2px;
}
#sh_ft .wrap {
  padding-top: 120px;
  margin: 0 auto;
  width: 80%;
}
#sh_ft .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 120px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

/* footer logo sizing (keep consistent across pages/assets) */
#sh_ft .ft_logo {
  width: auto;
  max-width: 150px;
  height: auto;
  object-fit: contain;
}
#sh_ft .wrap .top > div h2 {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
}
#sh_ft .wrap .top .tel_box .tel_num {
  font-size: 30px;
  font-weight: 700;
}
#sh_ft .wrap .top .tel_box .day {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 255, 255, 0.6);
  white-space: pre-line;
}
#sh_ft .wrap .top .info {
  width: 45%;
}
#sh_ft .wrap .top .info div {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255, 0.6);
  word-break: keep-all;
}
#sh_ft .wrap .top .info div + div {
  margin-top: 10px;
}
#sh_ft .wrap .top .info div span {
  display: block;
  width: 20%;
}

/* footer SNS icons (only shows on pages that include the markup) */
#sh_ft .wrap .top .info .sns_links {
  display: flex;
  align-items: center;
  /* gap: 12px; */
}

#sh_ft .wrap .top .info .sns_links > span {
  display: block;
  width: 20%;
  /* margin-right: 12px; */
  /* font-weight: 600; */
  /* color: rgb(255, 255, 255, 0.85); */
}

#sh_ft .wrap .top .info .sns_links .sns_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

#sh_ft .wrap .top .info .sns_links .sns_link:last-child {
  margin-right: 0;
}

#sh_ft .wrap .top .info .sns_links img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

#sh_ft .wrap .top .info .sns_links .sns_link:hover {
  opacity: 0.85;
}
#sh_ft .wrap .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
#sh_ft .wrap .copy p {
  font-size: 13px;
  font-weight: 500;
  color: rgb(255, 255, 255, 0.6);
}
#sh_ft .wrap .copy .adm a {
  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 255, 255, 0.6);
  transition: all 0.3s;
}
#sh_ft .wrap .copy .adm a + a {
  margin-left: 30px;
}
#sh_ft .wrap .copy .adm a:hover {
  color: #fff;
}

/* 반응형 하단 버튼 공통 */
#fix_tel {
  opacity: 0;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 65px;
  z-index: 101;
  width: 65px;
  height: 65px;
  margin-right: -10px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 65px;
  color: #fff;
  background: 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;
}
#sh_ft_btns .btns {
  overflow: hidden;
}
#sh_ft_btns .row2 a {
  width: 50%;
}
#sh_ft_btns a {
  float: left;
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  background: var(--primary);
  font-family: "Noto Sans KR";
  font-weight: 700;
}
#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;
}
#sh_ft_btns a.kakao {
  font-weight: normal;
  color: #402325;
  background-color: #ffe500;
}

/* 반응형 [s] */
@media (max-width: 1380px) {
  #shGnb {
    padding: 0 2.5%;
    gap: 40px;
  }
  #shGnb .sh_nav > li {
    padding: 0 25px;
  }
  #shGnb .user_wrap {
    right: 2.5%;
  }
  #sh_section .section_h2 {
    font-size: 35px;
  }
  #sh_ft .nav_cont {
    padding: 0 5%;
  }
  #sh_ft .wrap {
    width: 90%;
  }
  #sh_ft .wrap .top .info {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  #shGnb {
    display: none;
  }
  #topmenuM {
    display: block;
  }
  #navWrap {
    display: none;
  }
  #sh_content {
    padding: 50px 0;
  }
  #sh_section .section_h2 {
    font-size: 30px;
  }
  #sh_section .section_h3 {
    font-size: 20px;
  }
  #sh_ft .nav_cont {
    padding: 0 2.5%;
  }
  #sh_ft .to_top {
    width: 60px;
    height: 60px;
  }
  #sh_ft .wrap {
    padding-top: 100px;
    width: 95%;
  }
  #sh_ft .wrap .top > div h2 {
    margin-bottom: 30px;
  }
  #sh_ft .wrap .top .tel_box .tel_num {
    font-size: 26px;
  }
  #sh_ft .wrap .top .info div {
    font-size: 14px;
  }
  #sh_ft .wrap .top .info div span {
    min-width: 90px;
    width: unset;
  }
}
@media (max-width: 768px) {
  #sh_content {
    padding: 30px 0;
  }
  #sh_section .section_h2 {
    font-size: 25px;
    white-space: normal;
  }
  #sh_ft .to_top {
    width: 58px;
    height: 58px;
  }
  #sh_ft .nav_cont ul {
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  #sh_ft .nav_cont ul li {
    flex-shrink: 0;
    white-space: nowrap;
  }
  #sh_ft .wrap {
    padding-top: 30px;
  }
  #sh_ft .wrap .top {
    flex-direction: column;
    padding-bottom: 50px;
  }
  #sh_ft .wrap .top img {
    margin-bottom: 15px;
    width: 100%;
    object-fit: none;
  }
  /* override for footer logo image */
  #sh_ft .wrap .top img.ft_logo {
    width: auto;
    max-width: 150px;
    object-fit: contain;
    display: none;
  }
  #sh_ft .wrap .top > div {
    width: 100%;
    text-align: center;
  }
  #sh_ft .wrap .top > div h2 {
    margin-bottom: 15px;
  }
  #sh_ft .wrap .top .info {
    width: 100%;
  }

  /* hide CUSTOMER CENTER on mobile */
  #sh_ft .wrap .top .tel_box {
    display: none !important;
  }
  #sh_ft .wrap .top .tel_box .day {
    margin-top: 8px;
  }

  /* COMPANY INFO: make it a 2-column table layout (label | value) on mobile */
  #sh_ft .wrap .top .info {
    text-align: left;
  }
  #sh_ft .wrap .top .info div {
    flex-direction: row;
    align-items: flex-start;
  }
  #sh_ft .wrap .top .info div span {
    width: 90px;
    min-width: 90px;
    margin-right: 10px;
  }

  /* SNS row should follow the same 2-column rhythm */
  #sh_ft .wrap .top .info .sns_links {
    justify-content: flex-start;
    align-items: center;
  }
  #sh_ft .wrap .top .info div + div {
    margin-top: 10px;
  }
  #sh_ft .wrap .copy {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  #sh_content {
    padding: 0;
  }
  #sh_section .section_cate {
    font-size: 14px;
  }
  #sh_section .section_h2 {
    font-size: 23px;
    text-align: center;
  }
  #sh_section .section_h3 {
    font-size: 18px;
  }
  #sh_section .pl {
    white-space: normal;
  }
  #sh_ft .nav_cont ul {
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  #sh_ft .nav_cont ul li {
    flex-shrink: 0;
    white-space: nowrap;
  }
  #sh_ft .nav_cont ul li a {
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  #sh_ft .to_top {
    display: none;
  }
  #sh_ft .wrap .top {
    padding-bottom: 40px;
  }
  #sh_ft .wrap .top > div h2 {
    margin-bottom: 12px;
    font-size: 13px;
  }
  #sh_ft .wrap .top .tel_box {
    margin-top: 25px;
  }
  #sh_ft .wrap .top .tel_box .tel_num {
    font-size: 23px;
  }
  #sh_ft .wrap .top .tel_box .day {
    margin-top: 6px;
    font-size: 12px;
  }
  #sh_ft .wrap .top .info div {
    font-size: 13px;
  }
  #sh_ft .wrap .top .info div + div {
    margin-top: 8px;
  }
  #sh_ft .wrap .copy .adm a + a {
    margin-left: 10px;
  }
  #fix_tel {
    display: none;
  }
  #sh_ft_btns {
    display: none;
  }
  #sh_ft dl dt {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  #sh_section .section_cate {
    font-size: 13px;
  }
  #sh_section .section_h2 {
    font-size: 20px;
    text-align: center;
  }
  #sh_section .section_h3 {
    font-size: 17px;
  }
  #sh_ft .wrap .top {
    padding-bottom: 35px;
  }
  #sh_ft .wrap .top > div {
    width: 100% !important;
  }
  #sh_ft .wrap .top .tel_box .tel_num {
    font-size: 21px;
  }
  #sh_ft .wrap .top > div h2 {
    margin-bottom: 10px;
  }
  #sh_ft .wrap .copy {
    flex-direction: column;
  }
}
/* 반응형 [e] */
