@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: asset-url("/assets/Gilroy-Bold-74135ab0.woff");
}
* {
  margin: 0;
  padding: 0;
}
html {
  min-width: 980px;
  height: 100%;
  font-size: 62.5%;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  min-height: calc(100% - 77px);
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #212529;
  text-align: center;
  margin-bottom: 40px;
}
.clear {
  clear: both;
}
.hide {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
#town-banner {
  text-align: left;
  padding: 48px 0;
  background-color: #FFF4EE;
}
#town-banner #town-banner-wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#town-banner #town-banner-wrap .town-logo {
  width: 154px;
  display: block;
  margin-bottom: 10px;
}
#town-banner #town-banner-wrap .town-banner-desc {
  color: #212529;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}
#town-banner #town-banner-wrap .town-link-button {
  display: block;
  text-align: center;
  background-color: #FF8A3D;
  width: 240px;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#town-banner #town-banner-wrap .town-illust {
  position: absolute;
  bottom: 8px;
  right: 30px;
  width: 322px;
}
#introduction {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #f8f9fa;
}
#introduction #introduction-wrap {
  width: 980px;
  margin: 0 auto;
}
#introduction .introduction-detail {
  display: inline-block;
  margin-right: 138px;
  margin-bottom: 100px;
}
#introduction .introduction-detail .introduction-title {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.6px;
  text-align: center;
}
#introduction .introduction-detail .introduction-desc {
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: -1.2px;
  text-align: center;
  color: #495057;
}
#introduction .introduction-detail:nth-child(3n) {
  margin-right: 0;
}
.home-chatting,
.home-checkin,
.home-notification,
.home-share,
.home-temperature,
.home-thanks,
.home-logo,
.home-icon-add:hover,
.home-icon-add,
.home-icon-quotation {
  display: inline-block;
  background: image-url("/assets/home/base/icon-set-675ccd4c.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx) {
  .home-chatting,
  .home-checkin,
  .home-notification,
  .home-share,
  .home-temperature,
  .home-thanks,
  .home-logo,
  .home-icon-add:hover,
  .home-icon-add,
  .home-icon-quotation {
    background: image-url("/assets/home/base/icon-set@2x-1197b244.png") no-repeat;
    background-size: 230px 1417px;
  }
  #header-top #header-title-wrap #header-image {
    background-image: image-url("/assets/home/base/phone@2x-ab06ae13.png");
  }
}
.home-checkin {
  background-position: 0px 0px;
  width: 230px;
  height: 230px;
}
.home-temperature {
  background-position: 0px -230px;
  width: 230px;
  height: 230px;
}
.home-chatting {
  background-position: 0px -460px;
  width: 230px;
  height: 230px;
}
.home-notification {
  background-position: 0px -690px;
  width: 230px;
  height: 230px;
}
.home-share {
  background-position: 0px -920px;
  width: 230px;
  height: 230px;
}
.home-thanks {
  background-position: 0px -1150px;
  width: 230px;
  height: 230px;
}
.home-logo {
  background-position: 0px -1380px;
  width: 123px;
  height: 37px;
}
.home-icon-add-hover {
  background-position: -123px -1380px;
  width: 25px;
  height: 24px;
}
.home-icon-add {
  background-position: -148px -1380px;
  width: 24px;
  height: 24px;
}
.home-icon-quotation {
  background-position: -172px -1380px;
  width: 16px;
  height: 15px;
}
::placeholder {
  color: #868e96;
  opacity: 1;
}
input {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
#fixed-bar {
  width: 100%;
  background-color: #fff;
}
#fixed-bar #fixed-bar-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px 0;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-logo-title {
  display: inline-block;
  margin-right: 32px;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-logo-title .fixed-logo {
  width: 120px;
  margin-bottom: 5px;
  vertical-align: text-bottom;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-logo-title .fixed-logo-rebrand {
  width: 64.11px;
  height: 36px;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search {
  flex: 1;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-input-wrap {
  display: flex;
  max-width: 400px;
  height: 40px;
  justify-content: space-between;
  padding: 0 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e9ecef;
  text-decoration: none;
  box-sizing: border-box;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-input-wrap:focus-within {
  border: solid 1px #212529;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-input-wrap .fixed-search-input {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #212529;
  background-color: transparent;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-input-wrap .fixed-search-input:focus {
  outline: none;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-input-wrap .fixed-search-icon {
  width: 19px;
  height: 19px;
  fill: #868e96;
  padding: 1rem 0;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-input-wrap #header-search-button {
  border: none;
  margin: 0;
  background-color: transparent;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-keyword-wrap {
  border: 1px solid #FF8A3D;
  width: 448px;
  padding: 10px;
  background: #fff;
  z-index: 101;
  line-height: 2;
  display: none;
  font-size: 16px;
  font-weight: 600;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-keyword-wrap .search-keyword-text {
  color: #FF8A3D;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-keyword-wrap .search-keyword-list {
  white-space: normal;
  word-break: normal;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-search .search-keyword-wrap .search-keyword-list .search-keyword {
  text-decoration: none;
  color: #212529;
  white-space: nowrap;
  margin-right: 8px;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button {
  width: 140px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e9ecef;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.9rem 0;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button .fixed-download-text {
  display: inline-block;
  color: #495057;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 700;
  vertical-align: middle;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button .fixed-google-play,
#fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button .fixed-apple-store {
  fill: #495057;
  vertical-align: middle;
  display: inline-block;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button:hover {
  border: solid 1px #CED4DA;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-download #header-download-button-ios {
  margin-right: 8px;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu {
  display: flex;
  font-family: Noto Sans KR;
  color: #4D5159;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-label {
  display: inline-flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.02em;
  cursor: pointer;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-label .menu-icon-svg {
  margin-left: 9px;
  margin-top: -3px;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-checkbox {
  display: none;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-checkbox:checked + .fixed-label .menu-icon-svg {
  transform: rotateX(-180deg);
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-checkbox:checked ~ .fixed-menu-ul {
  display: block;
  opacity: 1;
  z-index: 1;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-menu-ul {
  list-style-type: none;
  display: none;
  position: absolute;
  width: 200px;
  height: 114px;
  top: 46px;
  right: 0;
  border: 1px solid #868B94;
  padding: 24px;
  background: #F8F9FA;
  box-sizing: border-box;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.5s;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-menu-ul li {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-menu-ul li .menu-anchor {
  display: block;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #4D5159;
  cursor: pointer;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-menu-ul li .menu-anchor img {
  vertical-align: middle;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-menu-ul li .menu-anchor span {
  margin-left: 8px;
  vertical-align: text-top;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .fixed-download-wrapper .fixed-menu-ul li ~ li {
  margin-top: 24px;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .chat-button {
  margin: 0;
  width: 120px;
  height: 40px;
  border: 1px solid #D1D3D8;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 0;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .chat-button span {
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .chat-button span.button-text {
  color: #4D5159;
  font-size: 16px;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-menu .chat-button span.button-beta {
  margin-top: 1px;
  margin-left: 2px;
  font-family: Roboto;
  font-size: 14px;
  color: #FF7E36;
}
.fixed-bar-box-shadow {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1;
}
body.global #fixed-bar #fixed-bar-wrap {
  width: 1150px;
  padding: 0;
  height: 68px;
  display: flex;
  justify-content: space-between;
  font-family: Gilroy-Bold;
  font-weight: 700;
}
body.global #fixed-bar #fixed-bar-wrap #fixed-bar-logo-title {
  display: flex;
  align-items: center;
}
body.global #fixed-bar #fixed-bar-wrap a {
  text-decoration: none;
  display: contents;
}
body.global #fixed-bar #fixed-bar-wrap a:hover {
  opacity: 0.64;
}
body.global #fixed-bar #fixed-bar-wrap ul {
  list-style: none;
}
body.global #fixed-bar #fixed-bar-wrap .links {
  display: flex;
  gap: 28px;
}
body.global #fixed-bar #fixed-bar-wrap .links li {
  display: flex;
  align-items: center;
}
body.global #fixed-bar #fixed-bar-wrap .social-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
body.global #fixed-bar #fixed-bar-wrap .social-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
body.global #fixed-bar #fixed-bar-wrap .nav-links {
  color: #212124;
  vertical-align: middle;
  font-size: 16px;
  line-height: 28px;
}
body.global #fixed-bar #fixed-bar-wrap .active {
  color: #FF7E36;
}
body.global #fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
body.global #fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button:hover {
  background-color: #17191D;
}
body.global #fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
body.global #fixed-bar #fixed-bar-wrap #fixed-bar-download .fixed-download-button .fixed-download-text {
  color: #fff;
}
footer {
  background-color: #495057;
  color: #fff;
  padding: 8rem 0;
}
footer .footer-container {
  width: 1024px;
  margin: 0 auto;
}
footer .footer-container .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
footer .footer-container .footer-top .footer-logo {
  width: 130px;
  height: 37px;
  background-image: url("/assets/home/base/footer/logo-5a1ca63b.svg");
  background-size: 130px 37px;
}
footer .footer-container .footer-top .footer-list {
  list-style-type: none;
}
footer .footer-container .footer-top .footer-list .footer-list-item {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
footer .footer-container .footer-top .footer-list .footer-list-item a {
  color: #ADB5BD;
  text-decoration: none;
}
footer .footer-container .footer-top .footer-list .footer-list-item a:hover {
  text-decoration: underline;
}
footer .footer-container .footer-top .footer-list .footer-list-item .link-highlight {
  color: #fff;
  font-weight: 700;
}
footer .footer-container .footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3.2rem;
}
footer .footer-container #copyright {
  color: #ADB5BD;
  margin-top: 3.2rem;
}
footer .footer-container #copyright .copyright-list {
  list-style-type: none;
  margin-bottom: 0.4rem;
}
footer .footer-container #copyright .copyright-list .copyright-list-item {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0.8rem 0 0;
}
footer .footer-container #copyright .copyright-list .copyright-list-item address {
  font-style: normal;
}
footer .footer-container #copyright .copyright-list .copyright-list-item a {
  text-decoration: none;
  color: #868e96;
}
footer .footer-container #copyright .copyright-list .copyright-list-item a:hover {
  text-decoration: underline;
}
footer .footer-container #copyright .copyright-list-light {
  margin-top: 1.6rem;
  color: #868e96;
}
footer .footer-container #copyright .copyright-text {
  font-size: 1.4rem;
  margin: 0.4rem 0;
  color: #868e96;
}
footer .footer-container #social {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
footer .footer-container #social .social-list {
  list-style-type: none;
}
footer .footer-container #social .social-list .social-list-item {
  display: inline-block;
  margin: 0px;
  margin-right: 2.4rem;
}
footer .footer-container #social .social-list .social-list-item .footer-social-link {
  display: block;
}
footer .footer-container #social .social-list .social-list-item:last-child {
  margin-right: 0;
}
footer .footer-container #social .social-list .global-links {
  padding-left: 26px;
  display: inline-block;
  margin: 0px;
}
footer .footer-container #social .social-list .global-links select {
  margin-left: 6px;
  text-decoration: underline;
  text-underline-position: under;
  vertical-align: top;
  background: #495057;
  color: #ADB5BD;
  font-size: 16px;
  line-height: 24px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
body.global footer {
  border-top: 1px solid #DCDEE3;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #212124;
}
body.global footer .links {
  display: flex;
  justify-content: space-between;
}
body.global footer a {
  text-decoration: none;
  color: #212124;
}
body.global footer a:hover {
  opacity: 0.64;
}
body.global footer ul > li {
  display: inline-block;
  margin-right: 48px;
}
body.global footer .copyright-text {
  margin-top: 33px;
  color: #ADB1BA;
  font-size: 12px;
}
body.global footer .social-link {
  vertical-align: middle;
  margin-left: 30px;
}
body.global footer .social-links a {
  margin-left: 30px;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  color: #212529;
  min-height: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
}
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
section#content {
  margin-top: 72px;
}
::-moz-selection {
  color: #212529;
  background: #FFB98B;
}
::selection {
  color: #212529;
  background: #FFB98B;
}
.clear {
  clear: both;
}
.hide {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
#home-navigation {
  width: 980px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 32px;
}
#home-navigation ul {
  list-style-type: none;
}
#home-navigation ul li {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.6px;
  color: #adb5bd;
}
#home-navigation ul li a {
  color: #adb5bd;
  text-decoration: none;
}
#home-navigation ul li a:hover {
  font-weight: bold;
}
#home-navigation ul li:after {
  content: " > ";
  margin: 0 4px;
}
#home-navigation ul li:last-child:after {
  content: "";
  margin: 0;
}
.title-line-dropdown-divider {
  width: 70px;
  border-top: 2px solid #ff8a3d;
  margin: 0 auto;
  margin-bottom: 50px;
}
.head-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-align: center;
  color: #212529;
  margin-bottom: 40px;
}
#content {
  width: 677px;
  margin: 0 auto;
  text-align: center;
  padding-top: 160px;
}
#content #error-text {
  padding-bottom: 60px;
}
#content #error-text #error-text-title {
  display: block;
  font-size: 36px;
  margin: 20px 0;
}
#content #error-text #error-text-desc {
  margin: 20px 0;
}
#content .error-image {
  background: url("/assets/error/error_daangn-afe74958.png") no-repeat;
  background-size: 240px 240px;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
#content #go-to-home #go-to-home-link {
  font-size: 18px;
  color: #ff8a3d;
  text-decoration: none;
}
#content #go-to-home #go-to-home-link:hover {
  font-weight: bold;
}
@media only screen and (min-device-width: 320px) {
  #content .error-image {
    background-image: url("/assets/error/error_daangn@2x-30e85f5b.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 2dppx) {
  #content .error-image {
    background-image: url("/assets/error/error_daangn@2x-30e85f5b.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 3) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 3/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 3) and (min-width: 320px), only screen and (min-resolution: 3dppx) {
  #content .error-image {
    background-image: url("/assets/error/error_daangn@3x-9a8b84b3.png");
  }
}
/*# sourceMappingURL=/assets/errors-e15648dd.css.map */
