@charset "UTF-8";
/* 페이버로지 - 로컬  */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
  font-family: "paper4";
  src: url("/fonts/Paperlogy-4Regular.ttf") format("truetype");
}
/* 플레이페어 - 로컬  */
@font-face {
  font-family: "playfair";
  src: url("/fonts/PlayfairDisplay-Variable.ttf") format("truetype");
}
::-moz-selection {
  background: #FF9600;
  color: black;
}
::selection {
  background: #FF9600;
  color: black;
}

input[type=checkbox]:checked {
  background-color: #95AAA3;
  border-color: #007bff;
  color: white;
}

section.section {
  font-family: "Pretendard", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  word-break: keep-all;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  letter-spacing: -0.3px;
  font-weight: 200;
}
section.section p.exp {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
section.section h1 {
  font-family: "paper4", serif;
  font-size: clamp(40px, 3.8vw, 72px);
  letter-spacing: 0;
}
section.section h2 {
  font-family: "Pretendard", serif;
  font-size: 40px;
}
section.section h3 {
  font-family: "Pretendard", serif;
  font-size: clamp(25px, 2.4vw, 34px);
}
section.section h4 {
  font-family: "Pretendard", serif;
  font-size: clamp(21px, 2.1vw, 28px);
}
section.section h5 {
  font-family: "Pretendard", serif;
  font-size: clamp(18px, 1.9vw, 22px);
}
section.section textarea, section.section input, section.section select {
  font-family: "Pretendard", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
section.section tr {
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
}
section.section th {
  font-size: 17px;
  font-family: "Pretendard";
}
section.section td {
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
}
section.section .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.section .ellipsis3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
section.section .tac {
  text-align: center;
}
section.section strong {
  font-weight: 600;
}

body {
  overflow-x: hidden;
}
body .mo_only {
  display: none;
}
body section .inner {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
}
body .section {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
}
body .section .inner {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  display: flex;
}

body .flex {
  display: flex;
}
body .fixed {
  position: fixed !important;
}
body strong {
  font-weight: 500;
}
body .last {
  margin-bottom: 0 !important;
}
body .point_color {
  color: #FF9600;
}
body .background {
  background: #F9F9F9;
  padding: 100px 0;
}
body .absolute {
  position: absolute;
}
body .absolute img {
  min-width: -moz-min-content;
  min-width: min-content;
}
body .text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
body .box-shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
body .mainColor-button {
  color: white;
  background: #E23D08;
  border: 1px solid #E23D08;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  line-height: 1;
}
body .mainColor-button:hover {
  background: #e64a16;
  transition: 0.3s;
  border: 1px solid #e64a16;
}
body .normalColor-button {
  color: white;
  background: rgba(255, 255, 255, 0.1921568627);
  border: 1px solid rgba(255, 255, 255, 0.2941176471);
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  line-height: 1;
}
body .normalColor-button:hover {
  background: #E23D08;
  transition: 0.3s;
  border: 1px solid #E23D08;
  color: white !important;
}
body .mt30 {
  margin-top: 30px;
}
body .pe_none {
  pointer-events: none;
  opacity: 0.3;
}
body .display_none {
  display: none !important;
}
body .sound_only {
  position: absolute;
  left: -105%;
}
body .pe_none {
  opacity: 0.3 !important;
  pointer-events: none;
}

nav#nav {
  position: fixed;
  z-index: 10;
  width: 100vw;
  transition: 0.3s;
  background: #040404;
}
nav#nav .inner {
  width: 100%;
  height: 80px;
  max-width: 1860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav#nav .inner #logo {
  width: 124px;
}
nav#nav .inner #logo img {
  width: 100%;
}
nav#nav .inner ul {
  width: 75%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
}
nav#nav .inner ul li a {
  font-weight: 300;
  font-size: clamp(16px, 1.8vw, 20px);
  padding: 12px 30px;
  color: white;
}
nav#nav .inner ul li a:hover {
  transition: 0.3s;
  color: #FF9600;
}

.go-Up {
  position: fixed;
  bottom: 3%;
  right: 5%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.go-Up i {
  font-size: 15px;
}

main {
  background: #040404;
}
main #main1 {
  padding-top: 30px;
}
main #main1 .inner {
  flex-direction: column;
}
main #photoGallery {
  padding-top: 20px;
}
main #photoGallery .inner {
  flex-direction: column;
}
main #photoGallery .inner .category-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
}
main #photoGallery .inner .category-filter button {
  margin-right: 30px;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 14px;
  border: 1px solid #212121;
  background: #040404;
  color: white;
}
main #photoGallery .inner .category-filter button:nth-last-of-type(1) {
  margin-right: 0;
}
main #photoGallery .inner .category-filter button:hover, main #photoGallery .inner .category-filter button.on {
  background: #212121;
  transition: 0.3s;
}
main #photoGallery .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #photoGallery .inner ul li {
  width: 24%;
  height: auto;
  max-height: 446px;
  cursor: pointer;
  margin-bottom: 30px;
}
main #photoGallery .inner ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main #photoGallery .inner .hover-text {
  display: none;
  transform: translate(-50%, -100%);
  position: fixed;
  z-index: 3;
  pointer-events: none;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  white-space: nowrap;
}
main #photoGallery .inner .photoGalleryModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 20;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main #photoGallery .inner .photoGalleryModal .photoGalleryModal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}
main #photoGallery .inner .photoGalleryModal > img {
  position: relative;
  z-index: 1;
  width: 95%;
  max-height: 1860px;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
main #photoGallery .inner .photoGalleryModal button {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  background: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}
main #photoGallery .inner .photoGalleryModal figure {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main #photoGallery .inner .photoGalleryModal figure.modal-prev {
  left: 4%;
}
main #photoGallery .inner .photoGalleryModal figure.modal-next {
  right: 4%;
}

footer#footer {
  margin-top: 120px;
  padding: 70px 0;
  background: #040404;
  color: white;
  border-top: 0.5px solid #404040;
}
footer#footer .inner {
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
footer#footer .inner .logo {
  width: 120px;
}
footer#footer .inner .logo img {
  width: 100%;
}
footer#footer .inner > p {
  color: #BEBEBE;
  margin-top: 25px;
  line-height: 1.6;
}
footer#footer .inner > p a {
  color: #BEBEBE;
}
footer#footer .inner .sns {
  display: flex;
  justify-content: right;
}
footer#footer .inner .sns li {
  margin-right: 40px;
}
footer#footer .inner .sns li:nth-last-of-type(1) {
  margin-right: 0;
}
footer#footer .inner .sns li:hover a {
  transition: 0.3s;
  background: #e64a16;
}
footer#footer .inner .sns li a {
  width: 70px;
  height: 70px;
  background: #1D1D1D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer#footer .inner .sns li a i {
  color: white;
  font-size: 32px;
}
footer#footer .inner .copyright {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#footer .inner .copyright ul {
  display: flex;
}
footer#footer .inner .copyright ul li {
  margin-right: 150px;
}
footer#footer .inner .copyright ul li:nth-last-of-type(1) {
  margin-right: 0;
}
footer#footer .inner .copyright ul li a {
  color: #BEBEBE;
  display: flex;
  align-items: center;
}
footer#footer .inner .copyright ul li a i {
  color: white;
  font-size: 24px;
  margin-right: 15px;
}

@media screen and (max-width: 1520px) {
  body section .inner {
    padding: 0 20px;
  }
  body .section .inner {
    padding: 0 20px;
  }
  nav#nav .inner {
    padding: 0 20px;
  }
  nav#nav .inner #logo {
    width: 118px;
  }
  footer#footer {
    padding: 60px 0;
  }
  footer#footer .inner {
    padding: 0 20px;
  }
  footer#footer .inner .logo {
    width: 110px;
  }
  footer#footer .inner > p {
    margin-top: 20px;
  }
  footer#footer .inner .sns li {
    margin-right: 30px;
  }
  footer#footer .inner .sns li a {
    width: 60px;
    height: 60px;
  }
  footer#footer .inner .sns li a i {
    font-size: 28px;
  }
  footer#footer .inner .copyright {
    margin-top: 30px;
  }
  footer#footer .inner .copyright ul li {
    margin-right: 100px;
  }
  footer#footer .inner .copyright ul li a i {
    font-size: 22px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  main #photoGallery .inner .category-filter button {
    margin-right: 20px;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 14px;
  }
  main #photoGallery .inner ul li {
    width: 32%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 790px) {
  html {
    overflow-x: hidden;
  }
  .pc_only {
    display: none !important;
  }
  body section .inner {
    padding: 0 12px;
  }
  body .section .inner {
    padding: 0 12px;
  }
  nav#nav .inner {
    padding: 0 12px;
    height: 60px;
  }
  nav#nav .inner #logo {
    width: 75px;
  }
  nav#nav .inner ul {
    width: calc(100% - 90px);
    justify-content: flex-end;
  }
  nav#nav .inner ul li a {
    padding: 8px 14px;
  }
  main #main1 {
    padding-top: 16px;
  }
  main #photoGallery {
    padding-top: 14px;
  }
  main #photoGallery .inner .category-filter {
    margin-bottom: 14px;
    justify-content: unset;
  }
  main #photoGallery .inner .category-filter button {
    margin-right: 10px;
    padding: 8px 14px;
    font-size: 15px;
    border-radius: 14px;
  }
  main #photoGallery .inner ul li {
    width: 32%;
    margin-bottom: 12px;
  }
  main #photoGallery .inner .photoGalleryModal button {
    top: 30px;
    right: 30px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
  }
  main #photoGallery .inner .photoGalleryModal figure {
    bottom: 10%;
  }
  main #photoGallery .inner .photoGalleryModal figure.modal-prev {
    left: 50%;
    transform: translateX(-130%);
  }
  main #photoGallery .inner .photoGalleryModal figure.modal-next {
    right: 50%;
    transform: translateX(130%);
  }
  footer#footer {
    padding: 40px 0;
    margin-top: 40px;
  }
  footer#footer .inner {
    padding: 0 12px;
  }
  footer#footer .inner .logo {
    width: 80px;
  }
  footer#footer .inner > p {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
  }
  footer#footer .inner .sns li {
    margin-right: 16px;
  }
  footer#footer .inner .sns li a {
    width: 50px;
    height: 50px;
  }
  footer#footer .inner .sns li a i {
    font-size: 23px;
  }
  footer#footer .inner .copyright {
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
  }
  footer#footer .inner .copyright ul {
    flex-direction: column;
    margin-top: 20px;
  }
  footer#footer .inner .copyright ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer#footer .inner .copyright ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  footer#footer .inner .copyright ul li a i {
    font-size: 18px;
    margin-right: 12px;
  }
}/*# sourceMappingURL=kimsub.css.map */