@charset "utf-8";
@font-face {
  font-family: "LotteMartDreamLight";
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2")
      format("woff2"),
    url("//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff")
      format("woff");
}
@font-face {
  font-family: "LotteMartDreamMedium";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2")
      format("woff2"),
    url("//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff")
      format("woff");
}
@font-face {
  font-family: "LotteMartDreamBold";
  font-style: normal;
  font-weight: 700;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2")
      format("woff2"),
    url("//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff")
      format("woff");
}

/* SHINING 독립 사용 */
body {
  background: #fff;
  font-size: 0.81em;
  font-family: "Nanum Gothic";
}
body.open {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
  font-family: "Nanum Gothic";
}
input[type="text"],
input[type="password"],
textarea {
  transition: unset;
}

* {
  -webkit-text-size-adjust: none;
}
:root {
  --primary: #6f51ea;
  --primary-h: #7b5aff;
  --primary20: rgba(111, 81, 234, 0.2);
  --pale: #f3f1fb;
  --gray: #f2f1f6;
  --font-b: "LotteMartDreamBold";
  --font-m: "LotteMartDreamMedium";
  --font-l: "LotteMartDreamLight";
}

/* ========================== HEADER */
#sh_hd {
  position: relative;
  z-index: 15;
  font-family: var(--font-m);
}

/* ========================== CONT */
#sh_container {
  z-index: 10;
  position: relative;
}
#sh_container_wrapper {
  position: relative;
}
#sh_content {
  z-index: 4;
  position: relative;
  max-width: 1200px;
  min-height: 460px;
  margin: 50px auto 70px;
}

/* ========================== MAIN */
#mainArea {
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  font-family: var(--font-m);
}
#sh_section {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  font-family: var(--font-m);
}

#mainBanner .form .tit .subnote {
  font-size: 0.62em; /*
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.9;        /* 살짝 옅게 (원하지 않으면 삭제) */

  display: block;
  margin-top: 2px; /* 간격 줄이기 */
}

.mo_br {
  display: none;
}

@media (max-width: 768px) {
  .mo_br {
    display: inline;
  }
}

@media (max-width: 768px) {
  #mainBanner .form .tit .subnote {
    font-size: 0.9em;
  }
}

/* ========================== SNB */
#sh_aside {
  position: relative;
  z-index: 20;
  margin-top: -68px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

/* ========================== FOOTER */
#fixMenu {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 101;
  transition: all 0.2s;
}
#fixMenu.on {
  bottom: 80px;
}
#fixMenu a {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 62px;
  color: #111;
  background: #fff;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
}
#fixMenu a + a {
  margin-top: 10px;
}
#fixMenu a.inq {
  color: #fff;
  background: var(--primary);
}
#fixMenu a.kakao {
  color: #3a1d1d;
  background: #f2da00;
}
#fixMenu a svg {
  margin: auto;
  width: 22px;
}
#fixMenu a.kakao svg {
  fill: #3a1d1d;
}
#fixMenu a:hover,
#fixMenu .to_top:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
}
#sh_ft {
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
  background: var(--gray);
  font-family: var(--font-l);
}
#sh_ft .ft_mn {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 22px 0;
  text-align: center;
  background: #fff;
}
#sh_ft .ft_mn li {
  display: inline-block;
}
#sh_ft .ft_mn li + li {
  margin-left: 25px;
}
#sh_ft .ft_mn li a {
  color: #999;
  cursor: pointer;
  transition: all 0.3s;
  font-family: var(--font-m);
}
#sh_ft .ft_mn li a:hover {
  color: #111;
}
#sh_ft .ft_info {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 50px;
}
#sh_ft .ft_info p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #111;
  font-family: var(--font-b);
}
#sh_ft .ft_info .info {
  margin-bottom: 20px;
  color: #333;
  font-family: var(--font-m);
}
#sh_ft .copy {
  display: flex;
  align-items: center;
  padding: 15px calc((100% - 1280px) / 2);
  background: #fff;
}
#sh_ft .copy div {
  margin-left: auto;
}
#sh_ft .copy div a {
  font-size: 13px;
  color: #aaa;
}
#sh_ft .copy div a + a {
  margin-left: 10px;
}

/* 사이트맵 */
#sh_site_map {
  position: relative;
  width: 100%;
  font-family: "notokr-regular";
}
#sh_site_map > div {
  float: left;
  width: 32%;
  height: 260px;
  margin-right: 2%;
}
#sh_site_map > div:nth-of-type(3n) {
  margin-right: 0;
}
#sh_site_map .sh_site_map_title {
  padding: 10px 15px;
  border-bottom: 2px solid #333;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  color: #222;
  font-family: "notokr-bold";
}
#sh_site_map ul {
  padding: 0 15px 15px;
}
#sh_site_map .sh_site_map_box {
  min-height: 155px;
  padding: 17px 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
#sh_site_map .sh_site_map_box li {
  border-bottom: 1px dotted #ccc;
}
#sh_site_map .sh_site_map_box li:last-child {
  border: none;
}

/* 반응형 하단 버튼 공통 */
#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: none;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  font-family: var(--font-b);
}
#sh_ft_btns a.tel {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--font-b);
}
#sh_ft_btns a i {
  padding-right: 5px;
  font-size: 18px;
}
#sh_ft_btns a.kakao {
  color: #402325;
  background-color: #ffe500;
}

/* 반응형 [s] */
@media (max-width: 1024px) {
  #sh_aside {
    display: none;
  }
  #fixMenu {
    bottom: 20px;
  }
  #sh_ft_btns {
    display: block;
  }
  #sh_ft_btns a {
    display: block;
  }
}
@media (max-width: 768px) {
  /* 반응형 스타일 필수 [s] */
  #sh_login,
  #sh_agree,
  #sh_register,
  #sh_mb_confirm,
  #sh_result {
    padding: 15px;
    margin: 15px auto;
    border: none;
  }
  #sh_login input[type="submit"],
  #sh_agree .btn_wrap input[type="submit"],
  #sh_register .btn_wrap input[type="submit"],
  #sh_find_info input[type="submit"],
  #sh_mb_confirm input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
  }
  #sh_login .bnr .txt p a {
    color: #0054a6;
  }
  #sh_pw_confirm {
    width: 100%;
    padding: 30px 20px;
    border: none;
  }
  #sh_agree .inner {
    padding: 15px;
  }
  #sh_agree .cont {
    padding: 10px;
  }
  #sh_site_map {
    padding: 30px 20px;
  }
  #sh_site_map > div {
    width: 100%;
    margin: 0;
  }
  #sh_site_map .sh_site_map_box {
    min-height: auto;
  }
  /* 반응형 스타일 필수 [e] */
  #sh_ft .ft_info {
    padding: 50px 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #sh_section {
    font-size: 14px;
  }
  #fixMenu {
    right: 10px;
  }
  #fixMenu a {
    width: 50px;
    height: 50px;
  }
  #sh_ft .copy {
    display: block;
    text-align: center;
  }
}
@media (max-width: 380px) {
}
/* 반응형 [e] */
