@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: 'NanumSquareNeoLight';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
  src:
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix)
      format('embedded-opentype'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff)
      format('woff'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf)
      format('truetype');
}
@font-face {
  font-family: 'NanumSquareNeo';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
  src:
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix)
      format('embedded-opentype'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff)
      format('woff'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf)
      format('truetype');
}
@font-face {
  font-family: 'NanumSquareNeoBold';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
  src:
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix)
      format('embedded-opentype'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff)
      format('woff'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf)
      format('truetype');
}
@font-face {
  font-family: 'NanumSquareNeoExtraBold';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
  src:
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix)
      format('embedded-opentype'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff)
      format('woff'),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf)
      format('truetype');
}
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  -webkit-text-size-adjust: none;
}
body {
  background: #fff;
  font-size: 0.81em;
  font-family: var(--k-font);
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
  font-family: var(--k-font);
}

:root {
  --primary: #006930;
  --k-font: 'NanumSquareNeo';
  --e-font: 'Outfit';
}

/* HEADER */
#sh_hd {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 15;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--e-font), var(--k-font);
}
#sh_hd.sub {
  position: absolute;
}

/* MAIN */
#sh_section {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #666;
  font-family: var(--k-font);
}
#sh_section * {
  word-break: keep-all;
}
#sh_section .pl {
  white-space: pre-line;
}

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

/* FOOTER */
#sh_ft {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.8;
  background: #222;
  font-family: var(--k-font);
}
#sh_ft .flex {
  width: 100%;
  max-width: 1500px;
  padding: 100px 0 63px 0;
  margin: 0 auto;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}
#sh_ft .info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'NanumSquareNeoBold';
}
#sh_ft .info div a {
  margin-right: 34px;
  color: #fff;
}
#sh_ft .info div a:last-child {
  margin-right: 0;
}
#sh_ft .add {
  padding: 70px 0 90px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sh_ft .add .down_box {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 204px;
  line-height: 50px;
  color: #fff;
  background: #333;
  font-size: 14px;
  transition: all 0.2s;
}
#sh_ft .add .down_box:hover {
  background: var(--primary);
}
#sh_ft .add .down_box svg {
  width: 17px;
}
#sh_ft .copy {
  display: flex;
  padding: 30px 0;
  color: #777;
  font-family: 'NanumSquareNeoBold';
  font-size: 14px;
}
#sh_ft .copy div {
  display: flex;
  gap: 20px;
  margin-left: auto;
  font-family: var(--e-font), var(--k-font);
  font-weight: 500;
}
#sh_ft .copy div a {
  color: #777;
  transition: all 0.3s;
}
#sh_ft .copy div 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: 'notokr-bold';
}
#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) {
  #sh_ft .flex {
    max-width: unset;
    width: 95%;
  }
}
@media (max-width: 1024px) {
  #sh_content {
    padding: 60px 0;
  }
  #sh_hd {
    position: absolute;
  }
  #sh_section {
    font-size: 15px;
  }
  #sh_ft {
    font-size: 14px;
  }
  #sh_ft .add {
    padding: 55px 0 65px;
    align-items: start;
    gap: 30px;
  }
  #sh_ft .add div {
    word-break: keep-all;
  }
  #sh_ft .info {
    padding-bottom: 30px;
  }
  #sh_ft .flex {
    padding: 80px 0 10px;
  }
  #sh_ft .add .down_box {
    padding: 0 25px;
    width: 185px;
  }
}
@media (max-width: 768px) {
  #sh_content {
    padding: 30px 0;
  }
  #sh_section {
    font-size: 14px;
  }
  #sh_section .pl {
    white-space: normal;
  }
  #sh_ft {
    font-size: 13px;
  }
  #sh_ft .flex {
    padding: 70px 0 0;
  }
  #sh_ft .info {
    padding-bottom: 20px;
  }
  #sh_ft .info div a {
    margin-right: 20px;
  }
  #sh_ft .add {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px 0 30px;
  }
  #sh_ft .add div {
    width: 100%;
  }
  #sh_ft .copy {
    padding: 15px 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #sh_content {
    padding: 0;
  }
  #sh_hd.sub {
    position: relative;
    background-color: #222;
    top: 0px !important;
  }
  #sh_section {
    font-size: 13px;
  }
  #sh_ft .flex {
    padding: 60px 0 0;
  }
  #sh_ft .info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #sh_ft .info div a {
    margin-right: 15px;
  }
  #sh_ft .add .down_box {
    padding: 0 20px;
    width: 160px;
    font-size: 13px;
  }
  #fix_tel {
    display: block;
  }
  #sh_ft_btns {
    display: block;
  }
  #sh_ft dl dt {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  #sh_section {
    font-size: 12px;
  }
  #sh_ft {
    font-size: 12px;
  }
  #sh_ft .add .down_box {
    width: 145px;
    font-size: 12px;
  }
  #sh_ft .copy {
    font-size: 12px;
  }
}
/* 반응형 [e] */
