@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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 {
  background: #fff;
  font-size: 0.81em;
  font-weight: 400;
  font-family: var(--sub-font)
}

ol,
ul,
dl,
dt,
dd {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
  font-family: var(--sub-font)
}

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: #058279;
  --mainsize: 1400px;
  --sub-font: 'Pretendard';
  --main-font: "Gowun Batang", serif
}

/* ========================== 초기화 [e] */

/* ========================== HEADER */
#sh_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto
}

#sh_hd {
  position: fixed;
  z-index: 15;
  width: 100%;
  letter-spacing: -.3px;
  font-family: var(--sub-font)
}

#sh_hd.sub {
  position: absolute
}

#shGnb {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 95px;
  padding: 0 260px;
  transition: all .2s
}

#shGnb.on {
  border-bottom: 1px solid #e1e1e1
}

#shGnb.sub {
  position: absolute
}

.sh_lnb_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: #fff
}

/* 로고 */
#shGnb .sh_logo {
  position: relative;
  z-index: 20
}

/* 대분류  */
#shGnb .sh_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 260px 0 auto
}

#shGnb .sh_nav>ul>li {
  float: left;
  position: relative;
  line-height: 95px;
  transition: all .4s ease-in-out
}

#shGnb .sh_nav>ul>li>a {
  position: relative;
  z-index: 20;
  display: block;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  transition: all .2s
}

#shGnb.on .sh_nav>ul>li>a {
  padding: 0 50px;
  color: #222
}

/* 소분류 */
#shGnb .sh_lnb_s {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: max-content;
  padding-top: 25px;
  min-height: 145px
}

#shGnb .sh_lnb_s:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -2px;
  z-index: -1;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: var(--primary);
  transition: all .2s
}

#shGnb .sh_lnb_s li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  color: #555;
  transition: all .2s
}

#shGnb.fix {
  background: #fff
}

#shGnb.fix .sh_nav>ul>li>a {
  color: #222
}

#shGnb.fix #pfBtn {
  border-color: #222;
  background: #222
}

#shGnb.fix #pfBtn.active {
  border-color: #fff;
  background: #fff
}


/* 반응형 메뉴 [s] */
#topmenuM {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 15px;
  line-height: 1.8;
  background-color: #fff;
  font-family: 'Noto Sans KR';
  font-weight: 400
}

/* 로고 */
#m_logo {
  position: relative
}

#m_logo a {
  display: inline-block
}

#m_logo img {
  max-height: 60px
}

@media (max-width: 768px) {
  #m_logo img {
    content: url('../../img/common/logo-small.png');
    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: var(--primary);
  -webkit-transition: all .1s;
  transition: all .1s
}

#m_navBtn span:after {
  top: 6px;
  width: 16px;
  right: 0;
  background-color: #fff
}

#m_navBtn.on {
  position: fixed
}

#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: 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, .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 .1s;
  transition: all .1s
}

#navWrap.on .inner {
  opacity: 1;
  right: 0;
  -webkit-transition: all .4s;
  transition: all .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 .1s;
  transition: all .1s
}

#navWrap .inner:after {
  top: auto;
  bottom: 0
}

#navWrap.on .inner:before,
#navWrap.on .inner:after {
  opacity: 1;
  right: 0;
  -webkit-transition: all .4s;
  transition: all .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 */
#main_banner {
  position: relative;
  z-index: 10;
  width: 100%;
  letter-spacing: -.3px;
  font-family: var(--sub-font)
}

/* ========================== INDEX */
#sh_section {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #777;
  line-height: 1.8;
  letter-spacing: -.3px;
  font-family: var(--sub-font)
}

/* ========================== CONTAINER */
#sh_container {
  position: relative;
  width: 100%;
  z-index: 0
}

#sh_container_wrapper {
  position: relative;
  width: 100%;
  zoom: 1
}

#sh_container_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.cm_part .pl {
  white-space: pre-line
}

.cm_part .tit_area {
  max-width: var(--mainsize);
  margin: 0 auto
}

.cm_part .tit_area div b {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  font-family: var(--main-font)
}

.cm_part .tit_area div h2 {
  padding-top: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  font-family: var(--main-font);
  word-break: keep-all
}

.cm_part .tit_area span {
  font-size: 17px;
  color: #777;
  font-family: var(--sub-font);
  word-break: keep-all
}

/* ========================== CONTENT */
#sh_content {
  position: relative;
  z-index: 4;
  max-width: 1200px;
  min-height: 500px;
  padding: 0;
  margin: 70px auto 80px;
  line-height: 1.6;
  color: #888;
  zoom: 1
}

#sh_content:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

/* ========================== FOOTER */
#sh_ft {
  overflow: hidden;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  background: #222;
  font-family: var(--sub-font)
}

#sh_ft .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 130px;
  padding: 140px 260px 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#sh_ft .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%
}

#sh_ft .right .map_area {
  width: 100%
}

#sh_ft .right .map_area img {
  width: 100%;
  height: 305px;
  object-fit: cover
}

#sh_ft .right .map_pc {
  display: block
}

#sh_ft .right .map_mo {
  display: none
}

#sh_ft .right a {
  display: block;
  width: 100%;
  height: 67px;
  font-weight: 700;
  line-height: 67px;
  color: #fff;
  background: var(--primary);
  text-align: center;
  transition: 0.2s
}

#sh_ft .right a:hover {
  background: #297a74
}

#sh_ft .left {
  width: 100%
}

#sh_ft .left ul li {
  display: flex;
  align-items: flex-start;
  gap: 68px
}

#sh_ft .left ul li span {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  word-break: keep-all
}

#sh_ft .left ul li span svg {
  color: rgba(255, 255, 255, 0.7)
}

#sh_ft .left ul li+li {
  margin-top: 27px
}

#sh_ft .left ul .call p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  font-family: "Outfit"
}

#sh_ft .left ul .time dl {
  display: flex;
  align-items: center;
  gap: 20px
}

#sh_ft .left ul li dl dt {
  width: 93px;
  color: #fff
}

#sh_ft .left ul li dl+dl {
  margin-top: 15px
}

#sh_ft .left .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 55px
}

#sh_ft .left .btn_wrap a {
  display: block;
  width: 100%;
  height: 67px;
  font-weight: 700;
  text-align: center;
  line-height: 67px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.2s
}

#sh_ft .left .btn_wrap a:hover {
  background: var(--primary)
}

#sh_ft .bottom {
  padding: 95px 260px 100px
}

#sh_ft .bottom .ft_mn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 45px
}

#sh_ft .bottom .ft_mn li a {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s
}

#sh_ft .bottom .ft_mn li a:hover {
  color: rgba(255, 255, 255, 0.8)
}

#sh_ft .bottom .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

#sh_ft .bottom .info .txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.2);
  word-break: keep-all
}

#sh_ft .bottom .info .txt p {
  padding-top: 10px
}

#sh_ft .bottom .links {
  display: flex;
  align-items: center;
  gap: 25px
}

#sh_ft .bottom .links a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.2s;
  font-family: "Outfit"
}

#sh_ft .bottom .links 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, .2);
  -webkit-transition: all .2s;
  transition: all .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 .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-color: 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 (hover:hover) {
  #shGnb .sh_nav>ul>li:hover>a {
    color: var(--primary) !important
  }

  #shGnb .sh_nav>ul>li:hover .sh_lnb_s:before {
    width: calc(100% + 40px);
    opacity: 1
  }

  #shGnb .sh_nav>ul>li:hover .sh_lnb_s a {
    color: #777
  }

  #shGnb .sh_nav>ul>li:hover .sh_lnb_s a:hover {
    color: var(--primary)
  }

  #shGnb .sh_lnb_s li a:hover {
    color: var(--primary)
  }
}

@media (max-width:1600px) {
  #sh_ft .top {
    padding: 130px 100px 90px
  }

  #sh_ft .bottom {
    padding: 95px 100px 100px
  }
}

@media (max-width:1400px) {
  #shGnb {
    padding: 0 5%
  }

  #shGnb .sh_nav {
    margin-right: 5%
  }

  #sh_ft .top {
    gap: 80px;
    padding: 130px 5% 90px
  }

  #sh_ft .left ul li {
    gap: 45px
  }

  #sh_ft .left ul li span {
    gap: 20px
  }

  #sh_ft .left ul li p {
    word-break: keep-all
  }

  #sh_ft .left ul li dl dt {
    width: 70px
  }

  #sh_ft .bottom {
    padding: 95px 5% 100px
  }
}

@media (max-width:1024px) {
  #shGnb {
    display: none
  }

  #topmenuM {
    display: block;
    background-color: transparent
  }

  #sh_hd {
    position: absolute
  }

  #sh_content {
    width: 95%;
  }

  .cm_part .tit_area div h2 {
    padding-top: 15px;
    font-size: 28px
  }

  .cm_part .tit_area span {
    font-size: 16px
  }

  #sh_ft .top {
    flex-direction: column;
    gap: 60px;
    padding: 100px 2.5% 60px
  }

  #sh_ft .right {
    gap: 15px
  }

  #sh_ft .right a {
    height: 62px;
    line-height: 62px
  }

  #sh_ft .right .map_mo {
    display: block
  }

  #sh_ft .right .map_pc {
    display: none
  }

  #sh_ft .left ul li {
    gap: 30px
  }

  #sh_ft .left ul li span {
    font-size: 15px
  }

  #sh_ft .left ul li span svg {
    width: 22px;
    height: 22px
  }

  #sh_ft .left ul .call p {
    font-size: 26px
  }

  #sh_ft .left ul li dl dt {
    width: auto
  }

  #sh_ft .left .btn_wrap a {
    height: 62px;
    line-height: 62px
  }

  #sh_ft .bottom {
    padding: 60px 2.5% 30px
  }

  #sh_ft .bottom .ft_mn {
    padding-bottom: 35px
  }
}

@media (max-width:768px) {
  .cm_part .tit_area div h2 {
    font-size: 25px;
    white-space: normal
  }

  .cm_part .tit_area span {
    font-size: 15px
  }

  #sh_ft {
    font-size: 14px
  }

  #sh_ft .top {
    padding: 80px 2.5% 50px;
    gap: 50px
  }

  #sh_ft .right a {
    height: 58px;
    line-height: 58px
  }

  #sh_ft .left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
  }

  #sh_ft .left ul li {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(50% - 5px)
  }

  #sh_ft .left ul li+li {
    margin-top: 0px
  }

  #sh_ft .left ul li:nth-last-child(-n+2) {
    margin-top: 50px
  }

  #sh_ft .left ul li span {
    flex-direction: column;
    gap: 8px
  }

  #sh_ft .left ul .time dl {
    flex-direction: column;
    justify-content: center;
    gap: 2px
  }

  #sh_ft .left ul li dl+dl {
    margin-top: 8px
  }

  #sh_ft .left ul .time dl dd {
    text-align: center
  }

  #sh_ft .left ul li p {
    text-align: center
  }

  #sh_ft .left .btn_wrap {
    margin-top: 50px
  }

  #sh_ft .bottom {
    padding: 40px 2.5% 20px
  }

  #sh_ft .bottom .ft_mn {
    justify-content: center
  }

  #sh_ft .bottom .info {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  #sh_ft .bottom .links {
    margin-top: 15px
  }
}

@media (max-width:480px) {
  #sh_content {
    margin: 0px auto;
  }

  #sh_hd.sub {
    position: relative;
    background-color: #222;
  }

  .cm_part .tit_area div h2 {
    padding-top: 12px;
    font-size: 21px
  }

  .cm_part .tit_area span {
    font-size: 14px
  }

  #sh_ft .top {
    padding: 60px 2.5% 20px;
    gap: 40px
  }

  #sh_ft .right {
    display: none
  }

  #sh_ft .left ul {
    flex-direction: column;
    flex-wrap: nowrap
  }

  #sh_ft .left ul li {
    width: 100%;
    gap: 5px
  }

  #sh_ft .left ul li:nth-last-child(-n+3) {
    margin-top: 20px
  }

  #sh_ft .left ul li span {
    font-size: 14px
  }

  #sh_ft .left ul .call p {
    font-size: 24px
  }

  #sh_ft .left ul .time dl {
    gap: 0px;
    margin-top: 5px
  }

  #sh_ft .left .btn_wrap {
    margin-top: 40px;
    gap: 14px
  }

  #sh_ft .left .btn_wrap a {
    height: 52px;
    line-height: 52px
  }

  #sh_ft .bottom .links {
    margin-top: 8px
  }

  #fix_tel {
    display: block
  }

  #sh_ft_btns {
    display: block
  }
}

@media (max-width:380px) {
  .cm_part .tit_area div h2 {
    padding-top: 8px;
    font-size: 19px
  }

  .cm_part .tit_area div b {
    font-size: 14px
  }

  .cm_part .tit_area span {
    font-size: 13px
  }

  #sh_ft {
    font-size: 13px
  }

  #sh_ft .left ul li span {
    font-size: 13px
  }

  #sh_ft .left ul .call p {
    font-size: 22px
  }

  #sh_ft .left ul li span svg {
    width: 20px;
    height: 20px
  }

  #sh_ft .left .btn_wrap a {
    height: 48px;
    line-height: 48px
  }

  #sh_ft .bottom .links {
    margin-top: 6px
  }

  #sh_ft .bottom .links a {
    font-size: 13px
  }
}

/* 반응형 [e] */