@charset "UTF-8";
@font-face {
  font-family: "INTER";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff") format("woff");
}
@font-face {
  font-family: "INTER";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "INTER";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "INTER";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/NotoSansKR-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansKR-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/NotoSansKR-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/NotoSansKR-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff") format("woff");
}
/* reset */
/* 최대 화면 크기 설정 */
/* 전역 스위치: 딱 1번만 선언 */
/* 
모바일에서만 vw를 사용할 경우 vw함수만 사용해도 무방
pc와 모바일 둘다 vw를 사용할경우 pc에서는 vw함수를
모바일에서는 vw-mo함수를 사용
*/
/* rem 설정을 위한 폰트 */
@media (min-width: 721px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  html {
    font-size: calc(101vw / 720 * 20);
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  font-family: "INTER", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 20px;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  -webkit-border-radius: 0;
}
input:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
main,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  border: 0px;
  vertical-align: top;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.btn.small {
  height: 1.75rem;
  padding: 0 0.5rem;
  font-size: 0.65rem;
}
.btn.medium {
  height: 2.8rem;
  padding: 0 0.65rem;
  font-size: 0.75rem;
}
.btn.large {
  height: 3.4rem;
  padding: 0 0.8rem;
  font-weight: 400;
  font-size: 1rem;
}
.btn.xlarge {
  height: 4.4rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.1rem;
}
.btn.primary {
  background-color: #023578;
  border-color: #023578;
  color: #fff;
}
.btn.slightly {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.btn.lightSlightly {
  background-color: #989898;
  border-color: #989898;
  color: #fff;
}
.btn.dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.danger {
  background-color: #e0012b;
  border-color: #e0012b;
  color: #fff;
}
.btn.warning {
  background-color: #ff9582;
  border-color: #ff9582;
  color: #fff;
}
.btn.round.small {
  border-radius: 50px;
}
.btn.round.medium {
  border-radius: 40px;
}
.btn.round.large {
  border-radius: 30px;
}
.btn.round.xlarge {
  border-radius: 30px;
}
.btn.border {
  border: 1px solid #222;
}
.btn.border.primary {
  color: #023578;
  border-color: #023578;
  background-color: transparent;
}
.btn.border.slightly {
  border-color: #888;
  color: #888;
  background-color: transparent;
}
.btn.border.lightSlightly {
  border-color: #a1a1a1;
  color: #a1a1a1;
  background-color: transparent;
}
.btn.border.dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}
.btn.border.warning {
  border-color: #ff9582;
  color: #ff9582;
  background-color: transparent;
}
.btn.border.danger {
  border-color: #e0012b;
  color: #e0012b;
  background-color: transparent;
}

.select-box-container .form-label {
  display: block;
  padding-bottom: 0.15rem;
  font-size: 0.8rem;
}
.select-box-container .form-label .required {
  display: inline-block;
  margin-left: 0.15rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #023578;
  vertical-align: middle;
}
.select-box-container .form-select {
  width: 100%;
  padding-right: 1rem;
  border: 0;
  border-bottom: 1px solid #dbdee5;
  color: #000;
  background: url("../images/components/icon-selectbox-arrow.svg") no-repeat 0 0;
  background-position: center right;
  background-size: 0.5rem 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-box-container.small .form-select {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.65rem;
}
.select-box-container.small .form-select option {
  font-size: 0.65rem;
}
.select-box-container.medium .form-select {
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 0.8rem;
}
.select-box-container.medium .form-select option {
  font-size: 0.8rem;
}
.select-box-container.large .form-select {
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.9rem;
}
.select-box-container.large .form-select option {
  font-size: 0.9rem;
}
.select-box-container.active.float .form-label {
  -webkit-transform: translate3d(0, -20px, 0) scale(0.8);
          transform: translate3d(0, -20px, 0) scale(0.8);
}
.select-box-container.float {
  position: relative;
}
.select-box-container.float .form-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.9rem;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select-box-container.float .form-select {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.select-box-container.float .form-select option:first-child {
  display: none;
}

.font.warning {
  color: #ff9582;
}
.font.slightly {
  color: #888;
}
.font.primary {
  color: #023578;
}
.font.danger {
  color: #e0012b;
}
.font.dark {
  color: #222;
}
.font.lightSlightly {
  color: #a1a1a1;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  overflow: hidden;
  margin-top: 2rem;
}
.pagination button {
  display: block;
}
.pagination .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
}
.pagination .paging.current .page-link {
  color: #fff;
  background-color: #2b7fff;
}
.pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  color: #364153;
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid #d1d5dc;
}
.pagination .controller {
  width: 2.1rem;
  height: 1.7rem;
}
.pagination .controller .page-link {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.pagination .controller.prev .page-link {
  background-image: url("../images/icon/icon-pagination-prev.png");
}
.pagination .controller.next .page-link {
  background-image: url("../images/icon/icon-pagination-next.png");
}
.pagination .controller.disabled {
  opacity: 0.4;
}
.pagination .controller.disabled .page-link {
  pointer-events: none;
}

@media (max-width: 900px) {
  .pagination {
    gap: 0.6rem;
    margin-top: 2rem;
  }
  .pagination .paging {
    width: 2.5rem;
    height: 2.5rem;
  }
  .pagination .page-link {
    font-size: 1rem;
    border-radius: 0.4rem;
  }
  .pagination .controller {
    width: 2.5rem;
    height: 2rem;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1); /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ddd; /*스크롤바 트랙 색상*/
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 1.4rem;
  height: 2.6rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next {
  right: 1.3rem;
  background-image: url("../images/icon/icon-slider-next.png");
}
.swiper-container .swiper-button-prev {
  left: 1.3rem;
  background-image: url("../images/icon/icon-slider-prev.png");
}
.swiper-container .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden !important;
}
@media (min-width: 961px) {
  html.scroll-disable.responsive-scroll,
  body.scroll-disable.responsive-scroll {
    overflow: visible !important;
  }
}

.mobile-show {
  display: none !important;
}

@media (max-width: 720px) {
  .pc-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}
.ui-tab-content {
  display: none;
}
.ui-tab-content:nth-of-type(1) {
  display: block;
}

body {
  /* 프로젝트 마무리후 비밀번호 삽입시 주석 제거 */
}

html,
body {
  height: 100%;
  overscroll-behavior: none;
}

.section-inner {
  max-width: 62rem;
  margin: 0 auto;
  padding: 0px 1rem;
}

@media (max-width: 900px) {
  .section-inner {
    padding: 0px 1.2rem;
  }
}
#header .header-top {
  height: 2.25rem;
  background-color: #364153;
}
#header .header-top .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#header .header-top .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-top .info-area div {
  font-size: 0.7rem;
  color: #fff;
}
#header .header-top .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
}
#header .header-top .btn-group .item {
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}
#header .header-primary {
  padding: 1.2rem 0;
}
#header .header-primary .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header-primary .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#header .header-primary .logo-area .logo {
  width: 5.6rem;
}
#header .header-primary .logo-area .logo a,
#header .header-primary .logo-area .logo img {
  display: block;
}
#header .header-primary .logo-area .text {
  position: relative;
  font-size: 0.7rem;
  color: #4a5565;
}
#header .header-primary .logo-area .text::before {
  display: block;
  content: "";
  width: 0.05rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ddd;
}
#header .header-primary .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  width: 16rem;
  height: 2.3rem;
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #d1d5dc;
}
#header .header-primary .search-box .form-input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0.8rem;
}
#header .header-primary .search-box .form-input::-webkit-input-placeholder {
  color: #999;
}
#header .header-primary .search-box .form-input::-moz-placeholder {
  color: #999;
}
#header .header-primary .search-box .form-input::-ms-input-placeholder {
  color: #999;
}
#header .header-primary .search-box .form-input::placeholder {
  color: #999;
}
#header .header-primary .search-box .btn-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../images/icon/icon-search-gy-20x20.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
}
#header .header-menu {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
#header .header-menu .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#header .header-menu .header-menu-item.active a {
  color: #155dfc;
}
#header .header-menu .header-menu-item.active a::after {
  display: block;
}
#header .header-menu .header-menu-item a {
  display: block;
  position: relative;
  padding: 0.8rem 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #364153;
}
#header .header-menu .header-menu-item a::after {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.1rem;
  background-color: #155dfc;
}

#mobileHeader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.8rem 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#mobileHeader .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
#mobileHeader .header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#mobileHeader .header-primary .page-title {
  font-weight: 500;
  font-size: 1.3rem;
}
#mobileHeader .header-primary .btn-prev {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/icon/icon-arrow-prev-bk-25x50.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem 2.5rem;
  text-indent: -9999px;
}
#mobileHeader .header-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#mobileHeader .header-search input {
  width: 100%;
  height: 3.6rem;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 2.5rem;
  font-weight: 500;
  font-size: 1.1rem;
  background-color: #eff1f6;
}
#mobileHeader .header-search input::-webkit-input-placeholder {
  color: #7b7b7b;
}
#mobileHeader .header-search input::-moz-placeholder {
  color: #7b7b7b;
}
#mobileHeader .header-search input::-ms-input-placeholder {
  color: #7b7b7b;
}
#mobileHeader .header-search input::placeholder {
  color: #7b7b7b;
}
#mobileHeader .header-etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
#mobileHeader .header-etc .btn-control {
  width: 2.6rem;
  height: 2.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-indent: -9999px;
}
#mobileHeader .header-etc .btn-control.like {
  background-image: url("../images/icon/icon-like-gy-53x53.png");
}
#mobileHeader .header-etc .btn-control.like.active {
  background-image: url("../images/icon/icon-like-on-53x53.png");
}
#mobileHeader .header-etc .btn-control.share {
  background-image: url("../images/icon/icon-share-gy-53x53.png");
}
#mobileHeader .header-etc .btn-mobile-menu {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/icon/icon-mobile-menu-50x50.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
#mobileHeader .header-etc .btn-search {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/icon/icon-search-bk-50x50.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

@media (max-width: 900px) {
  #header {
    display: none;
  }
  #mobileHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media (max-width: 900px) {
  #content {
    padding-bottom: 6.5rem;
  }
}
.fixed-bottom-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  border-top: 0.35rem solid #f5f6f7;
  height: 6.1rem;
  background-color: #fff;
}
.fixed-bottom-menu .menu-center {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fixed-bottom-menu .menu-center a {
  display: block;
  width: 5.25rem;
}
.fixed-bottom-menu .btn-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2.95rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #023578;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.fixed-bottom-menu .btn-login .text {
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}
.fixed-bottom-menu .btn-login .icon {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../images/icon/icon-login-w-20x20.png") no-repeat 0 0;
  background-size: cover;
}
.fixed-bottom-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-bottom-menu .menu-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 2.625rem);
  gap: 0.25rem;
}
.fixed-bottom-menu .menu-list-item {
  width: 50%;
  height: 6.1rem;
}
.fixed-bottom-menu .menu-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}
.fixed-bottom-menu .menu-list-item .icon {
  display: block;
  width: 1.75rem;
  margin: 0 auto;
}
.fixed-bottom-menu .menu-list-item .icon img {
  display: block;
}
.fixed-bottom-menu .menu-list-item .text {
  margin-top: 0.35rem;
  line-height: 1.25;
  font-size: 1rem;
  color: #484c52;
}

@media (max-width: 900px) {
  .fixed-bottom-menu {
    display: block;
  }
}
.common-space {
  height: 0.5rem;
  background-color: #e9e9e9;
}

.place-list-page-content {
  padding-bottom: 6rem;
}
.place-list-page-content .pc-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6rem;
  margin-bottom: 1.2rem;
}
.place-list-page-content .pc-filter-container .path-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.place-list-page-content .pc-filter-container .path-group .total {
  font-size: 0.7rem;
  color: #6a7282;
}
.place-list-page-content .pc-filter-container .path-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.place-list-page-content .pc-filter-container .path-area .text {
  font-weight: 500;
  font-size: 1rem;
  color: #364153;
}
.place-list-page-content .pc-filter-container .path-area .text.current {
  font-weight: 700;
  color: #1e2939;
}
.place-list-page-content .pc-filter-container .path-area .icon-arrow {
  display: block;
  width: 0.575rem;
  height: 1.2rem;
  background: url("../images/icon/icon-arrow-gy-23x48.png") no-repeat 0 0;
  background-size: cover;
}
.place-list-page-content .pc-filter-container .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.place-list-page-content .pc-filter-container .search-box .form-input {
  width: 12.8rem;
  height: 2.1rem;
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  border: 1px solid #d1d5dc;
}
.place-list-page-content .pc-filter-container .search-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 2.1rem;
  border-radius: 0.4rem;
  background-color: #1e2939;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}
.place-list-page-content .mobile-filter-container,
.place-list-page-content .mobile-tab-container {
  display: none;
}
.place-list-page-content .thumbnail-list-container {
  padding: 1rem 0 1.5rem;
}
.place-list-page-content .thumbnail-list-container .banner-img {
  margin-top: 1rem;
}
.place-list-page-content .thumbnail-list-container .banner-img + .thumbnail-row-list {
  margin-top: 1rem;
}
.place-list-page-content .thumbnail-list-container .banner-img img {
  width: 100%;
}
.place-list-page-content .thumbnail-list-item a {
  display: block;
}
.place-list-page-content .thumbnail-list-item .thumbnail .inner {
  position: relative;
}
.place-list-page-content .thumbnail-list-item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.place-list-page-content .thumbnail-list-item .text-area {
  min-width: 0;
}
.place-list-page-content .thumbnail-list-item .text-area .title {
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1rem;
}
.place-list-page-content .thumbnail-list-item .text-area .sub-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-top: 0.3rem;
}
.place-list-page-content .thumbnail-list-item .text-area .sub-text .location {
  font-weight: 500;
  font-size: 1rem;
  color: #535252;
}
.place-list-page-content .thumbnail-list-item .text-area .sub-text .number {
  position: relative;
  font-weight: 500;
  font-size: 0.9rem;
  color: #535252;
}
.place-list-page-content .thumbnail-list-item .text-area .sub-text .number::before {
  display: block;
  content: "";
  width: 0.1rem;
  height: 1rem;
  position: absolute;
  top: 0.15rem;
  left: -0.35rem;
  background-color: #d9d9d9;
}
.place-list-page-content .thumbnail-row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.place-list-page-content .thumbnail-row-list + .thumbnail-row-list {
  margin-top: 1rem;
}
.place-list-page-content .thumbnail-row-list .thumbnail-list-item {
  width: calc(33.333% - 0.335rem);
}
.place-list-page-content .thumbnail-row-list .thumbnail-list-item .thumbnail .inner {
  padding-bottom: 90.9%;
}
.place-list-page-content .thumbnail-row-list .thumbnail-list-item .text-area {
  margin-top: 0.6rem;
}
.place-list-page-content .thumbnail-column-item {
  margin-top: 1.6rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}
.place-list-page-content .thumbnail-column-item.notice {
  border-color: #8ec5ff;
}
.place-list-page-content .thumbnail-column-item + .thumbnail-column-item {
  margin-top: 0.8rem;
}
.place-list-page-content .thumbnail-column-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
}
.place-list-page-content .thumbnail-column-item .thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
}
.place-list-page-content .thumbnail-column-item .thumbnail .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.place-list-page-content .thumbnail-column-item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.place-list-page-content .thumbnail-column-item .text-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 0;
}
.place-list-page-content .thumbnail-column-item .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  background-color: #2b7fff;
  font-size: 0.6rem;
  color: #fff;
}
.place-list-page-content .thumbnail-column-item .badge + .title {
  margin-top: 0.2rem;
}
.place-list-page-content .thumbnail-column-item .title {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 0.9rem;
}
.place-list-page-content .thumbnail-column-item .title span {
  color: #155dfc;
}
.place-list-page-content .thumbnail-column-item .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  margin-top: 0.4rem;
}
.place-list-page-content .thumbnail-column-item .location .icon {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../images/icon/icon-building-gy-16x16.png") no-repeat 0 0;
  background-size: cover;
}
.place-list-page-content .thumbnail-column-item .location .text {
  font-size: 0.7rem;
  color: #6a7282;
}
.place-list-page-content .thumbnail-column-item .info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8rem;
  margin-top: 0.8rem;
}
.place-list-page-content .thumbnail-column-item .info-item {
  position: relative;
}
.place-list-page-content .thumbnail-column-item .info-item + .info-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -0.95rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #6a7282;
}
.place-list-page-content .thumbnail-column-item .info-item .text {
  font-size: 0.7rem;
  color: #6a7282;
}
.place-list-page-content .thumbnail-column-item .status-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.place-list-page-content .thumbnail-column-item .status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.place-list-page-content .thumbnail-column-item .status-item.view .icon {
  background-image: url("../images/icon/icon-view-gy-16x16.png");
}
.place-list-page-content .thumbnail-column-item .status-item.like .icon {
  background-image: url("../images/icon/icon-like-blue-16x16.png");
}
.place-list-page-content .thumbnail-column-item .status-item.like .count {
  color: #155dfc;
}
.place-list-page-content .thumbnail-column-item .status-item.comment .icon {
  background-image: url("../images/icon/icon-comment-gy-16x16.png");
}
.place-list-page-content .thumbnail-column-item .status-item.comment .count {
  color: #fb2c36;
}
.place-list-page-content .thumbnail-column-item .status-item .icon {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.place-list-page-content .thumbnail-column-item .status-item .count {
  font-size: 0.7rem;
  color: #6a7282;
}
.place-list-page-content .last-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.2rem;
}
.place-list-page-content .last-btn-group .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.25rem;
  height: 2.2rem;
  border-radius: 0.4rem;
  background-color: #2b7fff;
  border-color: #2b7fff;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}

@media (max-width: 900px) {
  .place-list-page-content {
    padding-top: 4.75rem;
  }
  .place-list-page-content .pc-filter-container {
    display: none;
  }
  .place-list-page-content .mobile-filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.2rem;
  }
  .place-list-page-content .mobile-filter-container .filter-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7rem;
  }
  .place-list-page-content .mobile-filter-container .btn-mobile-menu {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("../images/icon/icon-mobile-menu-50x50.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
  }
  .place-list-page-content .mobile-filter-container .path-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7rem;
  }
  .place-list-page-content .mobile-filter-container .path-area .text {
    font-weight: 500;
    font-size: 1.2rem;
  }
  .place-list-page-content .mobile-filter-container .path-area .icon-arrow {
    width: 0.4rem;
    height: 0.75rem;
    background: url("../images/icon/icon-path-arrow.png") no-repeat 0 0;
    background-size: cover;
  }
  .place-list-page-content .mobile-filter-container .select-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
  }
  .place-list-page-content .mobile-filter-container .select-area .form-select {
    min-width: 5rem;
    height: 2.5rem;
    padding: 0 0.9rem 0 0.6rem;
    border-radius: 0.5rem;
    border: 2px solid #e6e6e6;
    font-weight: 500;
    font-size: 1.05rem;
  }
  .place-list-page-content .mobile-tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.5rem;
    padding: 0 0 1.3rem;
  }
  .place-list-page-content .mobile-tab-container .tab-item.active a {
    color: #67bee7;
  }
  .place-list-page-content .mobile-tab-container .tab-item a {
    display: block;
    padding: 0 0.75rem;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .place-list-page-content .thumbnail-list-item .text-area .title {
    font-size: 1.1rem;
  }
  .place-list-page-content .thumbnail-list-item .text-area .sub-text .location {
    font-size: 1.1rem;
  }
  .place-list-page-content .thumbnail-list-item .text-area .sub-text .number {
    font-size: 1rem;
  }
  .place-list-page-content .thumbnail-column-item {
    margin-top: 1.6rem;
  }
  .place-list-page-content .thumbnail-column-item + .thumbnail-column-item {
    margin-top: 1.2rem;
  }
  .place-list-page-content .thumbnail-column-item a {
    gap: 1rem;
    padding: 1rem;
  }
  .place-list-page-content .thumbnail-column-item .thumbnail {
    width: 7rem;
    height: 7rem;
  }
  .place-list-page-content .thumbnail-column-item .badge {
    padding: 0.4rem 0.7rem;
    font-size: 1rem;
  }
  .place-list-page-content .thumbnail-column-item .badge + .title {
    margin-top: 0.4rem;
  }
  .place-list-page-content .thumbnail-column-item .title {
    font-size: 1.2rem;
  }
  .place-list-page-content .thumbnail-column-item .location {
    gap: 0.4rem;
    margin-top: 0.8rem;
  }
  .place-list-page-content .thumbnail-column-item .location .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .place-list-page-content .thumbnail-column-item .location .text {
    font-size: 1rem;
  }
  .place-list-page-content .thumbnail-column-item .info-group {
    gap: 1.5rem;
    margin-top: 1.2rem;
  }
  .place-list-page-content .thumbnail-column-item .info-item + .info-item::before {
    left: -1rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .place-list-page-content .thumbnail-column-item .info-item .text {
    font-size: 1rem;
  }
  .place-list-page-content .thumbnail-column-item .status-area {
    gap: 0.6rem;
  }
  .place-list-page-content .thumbnail-column-item .status-item {
    gap: 0.3rem;
  }
  .place-list-page-content .thumbnail-column-item .status-item .icon {
    width: 1.4rem;
    height: 1.4rem;
  }
  .place-list-page-content .thumbnail-column-item .status-item .count {
    font-size: 1rem;
  }
  .place-list-page-content .last-btn-group {
    margin-top: 2rem;
  }
  .place-list-page-content .last-btn-group .btn {
    padding: 0 1.5rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
.place-detail-page-content {
  padding: 1.6rem 0 6rem;
}
.place-detail-page-content .hero-section {
  position: relative;
  overflow: hidden;
}
.place-detail-page-content .hero-section .swiper-container {
  position: relative;
}
.place-detail-page-content .hero-section .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.place-detail-page-content .hero-section .swiper-container .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.place-detail-page-content .hero-section .swiper-container .swiper-pagination-bullet-active {
  width: 1.2rem;
  border-radius: 2rem;
  background-color: #fff;
}
.place-detail-page-content .hero-section .swiper-container .swiper-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  padding: 0.25rem 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2.5rem;
  font-size: 0.7rem;
  color: #fff;
}
.place-detail-page-content .hero-section .swiper-slide {
  position: relative;
  height: 23.75rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.place-detail-page-content .hero-section .info-container {
  position: relative;
  padding: 1.2rem 0.8rem;
  background-color: #f9fafb;
}
.place-detail-page-content .hero-section .info-container .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.place-detail-page-content .hero-section .info-container .location .icon {
  width: 0.85rem;
  height: 0.85rem;
  background: url("../images/icon/icon-location-gy-16x16.png") no-repeat 0 0;
  background-size: cover;
}
.place-detail-page-content .hero-section .info-container .location .name {
  font-size: 0.75rem;
  color: #4a5565;
}
.place-detail-page-content .hero-section .info-container .info-title {
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.place-detail-page-content .hero-section .info-container .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 0.6rem;
}
.place-detail-page-content .hero-section .info-container .info-area .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.place-detail-page-content .hero-section .info-container .info-area .info-item .icon {
  width: 0.8rem;
}
.place-detail-page-content .hero-section .info-container .info-area .info-item .icon img {
  display: block;
}
.place-detail-page-content .hero-section .info-container .info-area .info-item .value {
  font-size: 0.75rem;
  color: #6a7282;
}
.place-detail-page-content .hero-section .info-container .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  position: absolute;
  bottom: 0.75rem;
  right: 0.8rem;
  z-index: 2;
}
.place-detail-page-content .hero-section .info-container .btn-group .btn-item {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-indent: -9999px;
}
.place-detail-page-content .hero-section .info-container .btn-group .btn-item.like {
  background-image: url("../images/icon/icon-like-gy-53x53.png");
}
.place-detail-page-content .hero-section .info-container .btn-group .btn-item.like.active {
  background-image: url("../images/icon/icon-like-on-53x53.png");
}
.place-detail-page-content .hero-section .info-container .btn-group .btn-item.share {
  background-image: url("../images/icon/icon-share-gy-53x53.png");
}
.place-detail-page-content .info-box-container {
  padding: 0 0.8rem 0.8rem;
  background-color: #f9fafb;
}
.place-detail-page-content .info-box-container .box-group {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background-color: #fff;
}
.place-detail-page-content .info-box-container .box-group + .box-group {
  margin-top: 1.2rem;
}
.place-detail-page-content .info-box-container .box-group .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}
.place-detail-page-content .info-box-container .box-group .title-area .icon img {
  width: 1rem;
  display: block;
}
.place-detail-page-content .info-box-container .box-group .title-area .text {
  font-weight: 700;
  font-size: 0.9rem;
}
.place-detail-page-content .info-box-container .primary-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
}
.place-detail-page-content .info-box-container .primary-info-item + .primary-info-item {
  margin-top: 0.6rem;
}
.place-detail-page-content .info-box-container .primary-info-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1rem;
}
.place-detail-page-content .info-box-container .primary-info-item .icon img {
  display: block;
  width: 1rem;
}
.place-detail-page-content .info-box-container .primary-info-item .text-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.place-detail-page-content .info-box-container .primary-info-item .text-area .type {
  font-size: 0.75rem;
  color: #6a7282;
}
.place-detail-page-content .info-box-container .primary-info-item .text-area .value {
  margin-top: 0.1rem;
  font-size: 0.85rem;
}
.place-detail-page-content .info-box-container .primary-info-item .text-area .value.blue {
  color: #155dfc;
}
.place-detail-page-content .info-box-container .primary-info-item .text-area .value.blue a {
  color: #155dfc;
}
.place-detail-page-content .info-box-container .content-text {
  padding: 0 0.75rem;
  min-height: 9rem;
}
.place-detail-page-content .info-box-container .editor-text {
  line-height: 1.5;
  font-size: 0.85rem;
  color: #364153;
}
.place-detail-page-content .info-box-container .video-container {
  max-width: 32rem;
  margin: 0 auto;
}
.place-detail-page-content .info-box-container .video-container .video-item {
  position: relative;
  padding-bottom: 56.25%;
}
.place-detail-page-content .info-box-container .video-container .video-item + .video-item {
  margin-top: 1rem;
}
.place-detail-page-content .info-box-container .video-container .video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.place-detail-page-content .info-box-container .map-container .map-text {
  font-size: 0.8rem;
  color: #364153;
}
.place-detail-page-content .info-box-container .map-container .map-content {
  margin-top: 0.6rem;
  position: relative;
  padding-bottom: 30%;
}
.place-detail-page-content .info-box-container .map-container .map-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.place-detail-page-content .info-box-container .apply-content .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.place-detail-page-content .info-box-container .apply-content .list-item + .list-item {
  margin-top: 0.6rem;
}
.place-detail-page-content .info-box-container .apply-content .list-item .type {
  font-size: 0.8rem;
  color: #4a5565;
}
.place-detail-page-content .info-box-container .apply-content .list-item .value {
  font-weight: 500;
  font-size: 0.8rem;
}
.place-detail-page-content .info-box-container .apply-content .list-item .value.blue {
  color: #155dfc;
}
.place-detail-page-content .info-box-container .apply-content .list-item .value.blue a {
  color: #155dfc;
}
.place-detail-page-content .mobile-bottom-btn-group {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  margin-top: 4rem;
}
.place-detail-page-content .mobile-bottom-btn-group .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.75rem;
  text-align: center;
  border-radius: 0.15rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.place-detail-page-content .mobile-bottom-btn-group .btn-mail {
  width: 3.75rem;
  border: 2px solid #023578;
  background-image: url("../images/icon/icon-mail.png");
  background-size: 1.25rem 0.95rem;
  text-indent: -9999px;
}
.place-detail-page-content .mobile-bottom-btn-group .btn-kakao {
  width: 8rem;
  border: 2px solid #dfdfdf;
  background-image: url("../images/icon/icon-kakao.png");
  background-size: 1.1rem 1rem;
  text-indent: -9999px;
}
.place-detail-page-content .mobile-bottom-btn-group .btn-chat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #023578;
  font-size: 1.2rem;
  color: #fff;
}

.pc-bottom-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding-top: 2rem;
  margin-top: 2rem;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  border-top: 1px solid #ddd;
}
.pc-bottom-btn-group .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  width: calc(50% - 0.25rem);
  height: 2.15rem;
  border-radius: 0.45rem;
}
.pc-bottom-btn-group .btn.btn-primary {
  background-color: #155dfc;
}
.pc-bottom-btn-group .btn.btn-dark {
  background-color: #1e2939;
}
.pc-bottom-btn-group .btn .icon img {
  display: block;
  width: 0.9rem;
}
.pc-bottom-btn-group .btn .text {
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}

@media (max-width: 900px) {
  .place-detail-page-content {
    padding: 4.3rem 0 2rem;
  }
  .place-detail-page-content .section-inner {
    padding: 0;
  }
  .place-detail-page-content .hero-section .swiper-container .swiper-pagination {
    bottom: 1rem;
  }
  .place-detail-page-content .hero-section .swiper-container .swiper-pagination-bullet-active {
    width: 1.6rem;
  }
  .place-detail-page-content .hero-section .swiper-container .swiper-fraction {
    gap: 0.2rem;
    top: 1rem;
    right: 1rem;
    padding: 0.3rem 0.8rem;
    font-size: 1rem;
  }
  .place-detail-page-content .hero-section .swiper-slide {
    height: 26.25rem;
  }
  .place-detail-page-content .hero-section .info-container {
    position: relative;
    padding: 1.6rem 1rem;
  }
  .place-detail-page-content .hero-section .info-container .location {
    gap: 0.5rem;
  }
  .place-detail-page-content .hero-section .info-container .location .icon {
    width: 1.15rem;
    height: 1.15rem;
  }
  .place-detail-page-content .hero-section .info-container .location .name {
    font-size: 1.1rem;
  }
  .place-detail-page-content .hero-section .info-container .info-title {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .place-detail-page-content .hero-section .info-container .info-area {
    gap: 1rem;
    margin-top: 1.4rem;
  }
  .place-detail-page-content .hero-section .info-container .info-area .info-item {
    gap: 0.3rem;
  }
  .place-detail-page-content .hero-section .info-container .info-area .info-item .icon {
    width: 1.1rem;
  }
  .place-detail-page-content .hero-section .info-container .info-area .info-item .value {
    font-size: 1.1rem;
  }
  .place-detail-page-content .hero-section .info-container .btn-group {
    display: none;
  }
  .place-detail-page-content .info-box-container {
    padding: 0 1rem 1rem;
  }
  .place-detail-page-content .info-box-container .box-group {
    padding: 1.5rem;
    border-radius: 0.7rem;
  }
  .place-detail-page-content .info-box-container .box-group + .box-group {
    margin-top: 1.6rem;
  }
  .place-detail-page-content .info-box-container .box-group .title-area {
    gap: 0.6rem;
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
  }
  .place-detail-page-content .info-box-container .box-group .title-area .icon img {
    width: 1.4rem;
  }
  .place-detail-page-content .info-box-container .box-group .title-area .text {
    font-size: 1.2rem;
  }
  .place-detail-page-content .info-box-container .primary-info-item {
    gap: 0.8rem;
  }
  .place-detail-page-content .info-box-container .primary-info-item + .primary-info-item {
    margin-top: 0.7rem;
  }
  .place-detail-page-content .info-box-container .primary-info-item .icon {
    margin-top: 0.1rem;
  }
  .place-detail-page-content .info-box-container .primary-info-item .icon img {
    width: 1.4rem;
  }
  .place-detail-page-content .info-box-container .primary-info-item .text-area .type {
    font-size: 1.1rem;
  }
  .place-detail-page-content .info-box-container .primary-info-item .text-area .value {
    margin-top: 0.1rem;
    font-size: 1.1rem;
  }
  .place-detail-page-content .info-box-container .content-text {
    padding: 0 1rem;
    min-height: 13rem;
  }
  .place-detail-page-content .info-box-container .editor-text {
    font-size: 1.2rem;
  }
  .place-detail-page-content .info-box-container .map-container .map-text {
    font-size: 1rem;
  }
  .place-detail-page-content .info-box-container .map-container .map-content {
    margin-top: 0.8rem;
    padding-bottom: 56%;
  }
  .place-detail-page-content .info-box-container .apply-content .list-item + .list-item {
    margin-top: 0.9rem;
  }
  .place-detail-page-content .info-box-container .apply-content .list-item .type {
    font-size: 1rem;
  }
  .place-detail-page-content .info-box-container .apply-content .list-item .value {
    font-size: 1rem;
  }
  .place-detail-page-content .mobile-bottom-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
  }
  .pc-bottom-btn-group {
    display: none;
  }
}
.place-add-page-content {
  padding: 4rem 0;
}
.place-add-page-content .form-container {
  max-width: 30rem;
  margin: 0 auto;
}
.place-add-page-content .form-container .form-item + .form-item {
  margin-top: 1.1rem;
}
.place-add-page-content .form-container .form-item .form-label {
  margin-bottom: 0.8rem;
  font-weight: 900;
  font-size: 1.1rem;
}
.place-add-page-content .form-container .form-item .form-label.info, .place-add-page-content .form-container .form-item .form-label.write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.place-add-page-content .form-container .form-item .form-label.info::after, .place-add-page-content .form-container .form-item .form-label.write::after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-size: cover;
}
.place-add-page-content .form-container .form-item .form-label.info::after {
  background-image: url("../images/icon/icon-info-bk-18x18.png");
}
.place-add-page-content .form-container .form-item .form-label.write::after {
  background-image: url("../images/icon/icon-pencil.png");
}
.place-add-page-content .form-container .form-item .form-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.place-add-page-content .form-container .form-item .column-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
}
.place-add-page-content .form-container .form-item .column-detail + .column-detail {
  margin-top: 0.75rem;
}
.place-add-page-content .form-container .form-item .column-detail .form-label {
  min-width: 6.7rem;
  margin-bottom: 0;
  color: #787878;
}
.place-add-page-content .form-container .form-item .column-detail .column-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.35rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.place-add-page-content .form-container .form-item .column-detail .form-select {
  width: 7.35rem;
  height: 3.4rem;
  padding: 0 1rem 0 1.1rem;
  border-radius: 0.2rem;
  border: 1px solid #757575;
  font-size: 1rem;
  color: #5c5c5c;
}
.place-add-page-content .form-container .form-item .column-detail .form-select.email {
  width: 8.75rem;
}
.place-add-page-content .form-container .form-item .column-detail .common-input-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.place-add-page-content .form-container .form-item .column-detail .common-input-cover.direct {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.place-add-page-content .video-container {
  position: relative;
  margin-top: 0.9rem;
  padding-bottom: 56.25%;
}
.place-add-page-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.place-add-page-content .thumbnail-container .thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  row-gap: 0.6rem;
}
.place-add-page-content .thumbnail-container .file-attach {
  position: relative;
  width: 100%;
  height: 100%;
}
.place-add-page-content .thumbnail-container .file-attach .inner {
  position: relative;
  padding-bottom: 100%;
}
.place-add-page-content .thumbnail-container .file-attach input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.place-add-page-content .thumbnail-container .file-attach input.focusable:active, .place-add-page-content .thumbnail-container .file-attach input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.place-add-page-content .thumbnail-container .file-attach .file-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/icon-file-attach.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
}
.place-add-page-content .thumbnail-container .list-item {
  position: relative;
  width: calc(25% - 0.45rem);
  border-radius: 0.3rem;
  overflow: hidden;
}
.place-add-page-content .thumbnail-container .list-item .inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.place-add-page-content .thumbnail-container .list-item .btn-delete {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  z-index: 2;
  background-image: url("../images/icon/icon-close-bk-48x48.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-indent: -9999px;
  background-color: #edeef3;
}
.place-add-page-content .thumbnail-container .list-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.place-add-page-content .mobile-bottom-btn-group {
  display: none;
  margin-top: 7rem;
}
.place-add-page-content .mobile-bottom-btn-group .btn {
  width: 100%;
  height: 4.5rem;
  font-weight: 500;
  font-size: 1.35rem;
  color: #fff;
}

@media (max-width: 900px) {
  .place-add-page-content {
    padding: 5.5rem 0 4rem;
  }
  .place-add-page-content .form-container {
    max-width: 100%;
  }
  .place-add-page-content .form-container .form-item.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .place-add-page-content .form-container .form-item.column .form-label {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .place-add-page-content .form-container .form-item + .form-item {
    margin-top: 2rem;
  }
  .place-add-page-content .form-container .form-item .form-label {
    margin-bottom: 1.2rem;
    font-size: 1.35rem;
  }
  .place-add-page-content .form-container .form-item .form-label.info, .place-add-page-content .form-container .form-item .form-label.write {
    gap: 0.4rem;
  }
  .place-add-page-content .form-container .form-item .form-label.info::after, .place-add-page-content .form-container .form-item .form-label.write::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .place-add-page-content .form-container .form-item .column-detail {
    gap: 0.35rem;
  }
  .place-add-page-content .form-container .form-item .column-detail + .column-detail {
    margin-top: 1.1rem;
  }
  .place-add-page-content .form-container .form-item .column-detail .form-label {
    min-width: 6.7rem;
  }
  .place-add-page-content .form-container .form-item .column-detail .column-field {
    gap: 0.35rem;
  }
  .place-add-page-content .form-container .form-item .column-detail .form-select {
    width: 7.35rem;
    height: 3.7rem;
  }
  .place-add-page-content .form-container .form-item .column-detail .form-select.email {
    width: 9.2rem;
  }
  .place-add-page-content .thumbnail-container .list-item .btn-delete {
    width: 1.2rem;
    height: 1.2rem;
  }
  .place-add-page-content .mobile-bottom-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
  }
  .place-add-page-content .mobile-bottom-btn-group .btn {
    width: 100%;
    height: 4.5rem;
    font-weight: 500;
    font-size: 1.35rem;
    color: #fff;
  }
}
.place-complete-page-content {
  padding: 4rem 0;
}
.place-complete-page-content .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.place-complete-page-content .image {
  width: 15rem;
  margin: 0 auto;
}
.place-complete-page-content .text-area {
  margin-top: 2rem;
  text-align: center;
}
.place-complete-page-content .text-area .title {
  font-weight: 700;
  font-size: 1.6rem;
}
.place-complete-page-content .text-area .sub-text {
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #667085;
}
.place-complete-page-content .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.7rem;
  height: 3.75rem;
  margin: 4rem auto 0;
  border-radius: 1.35rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(225deg, #47bef2 0%, #023578 100%);
}

@media (max-width: 900px) {
  .place-complete-page-content {
    padding: 3rem 0;
    height: 100dvh;
  }
  .place-complete-page-content .section-inner {
    height: 100%;
  }
  .place-complete-page-content .text-area {
    margin-top: 2rem;
    text-align: center;
  }
  .place-complete-page-content .text-area .title {
    font-size: 1.8rem;
  }
  .place-complete-page-content .text-area .sub-text {
    margin-top: 1.1rem;
    font-size: 1.2rem;
  }
  .place-complete-page-content .btn-list {
    width: 21.8rem;
    height: 4.2rem;
    margin: 4rem auto 0;
    font-size: 1.2rem;
  }
}
.common-input-cover {
  position: relative;
}
.common-input-cover.address .input-wrapper + .input-wrapper {
  margin-top: 0.75rem;
}
.common-input-cover.url-mode .text {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #999;
}
.common-input-cover.url-mode .form-input {
  padding-left: 4.5rem;
}
.common-input-cover .input-wrapper {
  position: relative;
}
.common-input-cover .input-wrapper.btn-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.common-input-cover .input-wrapper.btn-with .btn-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.2rem;
  height: 3.4rem;
  border-radius: 0.2rem;
  background-color: #c4c4c4;
  border: 1px solid #c4c4c4;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.common-input-cover .form-input {
  width: 100%;
  height: 3.4rem;
  padding: 0 2.4rem 0 1rem;
  font-size: 1rem;
  border: 1px solid #757575;
  border-radius: 0.2rem;
}
.common-input-cover .form-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.common-input-cover .form-input::-moz-placeholder {
  color: #b3b3b3;
}
.common-input-cover .form-input::-ms-input-placeholder {
  color: #b3b3b3;
}
.common-input-cover .form-input::placeholder {
  color: #b3b3b3;
}
.common-input-cover .btn-clear {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icon/icon-close-bk-48x48.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
}
.common-input-cover .btn-clear.show {
  display: block;
}

@media (max-width: 900px) {
  .common-input-cover.url-mode .text {
    left: 1rem;
    font-size: 1.2rem;
  }
  .common-input-cover.url-mode .form-input {
    padding-left: 5rem;
  }
  .common-input-cover .input-wrapper.btn-with .btn-search {
    width: 7.2rem;
    height: 3.7rem;
    font-size: 1.2rem;
  }
  .common-input-cover .form-input {
    height: 3.7rem;
    font-size: 1.2rem;
  }
}
.common-textarea-cover textarea {
  display: block;
  width: 100%;
  height: 9rem;
  resize: none;
  border-radius: 0.2rem;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #757575;
}
.common-textarea-cover textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.common-textarea-cover textarea::-moz-placeholder {
  color: #b3b3b3;
}
.common-textarea-cover textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.common-textarea-cover textarea::placeholder {
  color: #b3b3b3;
}

@media (max-width: 900px) {
  .common-textarea-cover textarea {
    padding: 1rem;
    height: 10.5rem;
    font-size: 1.2rem;
  }
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gap20 {
  gap: 1rem;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/icon/icon-select-box-arrow.png");
  background-size: 0.45rem 0.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) 50%;
}