@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
html{
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  max-width: 100%;
  filter: none;
}

button {
  background-color: inherit;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
}

input,
select,
textarea {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
}

section {
  padding: 0px 16px;
  margin: 40px 0;
}
section:nth-of-type(1) {
  margin: 0;
}
.container{margin-bottom: 96px;}
html,
body {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  overflow-x: hidden;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1px;
}
.gallery img{aspect-ratio: 1/1; object-fit: cover;}
.swiper {
  overflow: hidden;
}

.swiper-pagination {
  width: 100%;
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 3px;
}

.info_title {
  margin: 20px 0;
}
.info_title p:nth-of-type(1) {
  font-size: 15px;
  font-weight: 700;
}
.info_title p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 700;
}
.info_title p:nth-of-type(3) {
  font-size: 13px;
}

.info li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.info li p:nth-of-type(1) {
  width: 100px;
  font-size: 12px;
  font-weight: 700;
}
.info li p:nth-of-type(2) {
  width: calc(100% - 100px);
  font-size: 12px;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.info li p:nth-of-type(2) a {
  color: #fff;
  background: var(--color-main);
  font-weight: 700;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 10px;
  font-weight: 500;
  width: 44px;
  min-width: 44px;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  margin-top: 3px;
}

.intro {
  padding-top: 20px !important;
  position: relative;
}
.intro h2 {
  text-align: center;
}

.intro_swiper .swiper {
  bottom: 0;
}
.intro_swiper .swiper .swiper-wrapper {
  height: 400px;
}
.intro_swiper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.intro_swiper .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 13%);
}

.history {
  position: relative;
}

.history_contents .info_box {
  display: flex;
  margin-bottom: 10px;
  padding: 0 16px;
}
.history_contents .info_box p:nth-of-type(1) {
  width: 100px;
  font-size: 12px;
}

.history_contents .info_box p:nth-of-type(2) {
  width: calc(100% - 100px);
  font-size: 12px;
  word-break: break-all;
  line-height: 1.5;
}

.swiper-button-next.guide {
  position: absolute;
  bottom: 30px;
  right: 0px;
  top: unset;
  height: unset;
  width: 85px;
  z-index: 1000;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 0px;
  border-radius: 30px 0 0 30px;
}
.swiper-button-next.main_ver_next, .swiper-button-prev.main_ver_prev {
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translateX(-50%);
  left: 50%;
  width: 27px;
}
.swiper-button-next.main_ver_next::after, .swiper-button-prev.main_ver_prev::after {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 30px;
  font-weight: 700;
  position: absolute;
}

.swiper-button-next.main_ver_next::after {
  top: unset;
  bottom: -15px;
  transform: translate(-50%) rotate(90deg);
}

.swiper-button-next.main_ver_next {
  bottom: 60px;
}

.swiper-button-prev.main_ver_prev {
  top: 70px;
}

.swiper-button-next.gal_next, .swiper-button-prev.gal_prev, .swiper-button-next.main_nextt, .swiper-button-prev.main_prevt {
  top: 50%;
  right: unset;
  bottom: unset;
  transform: translateX(50%);
  left: 50%;
  width: 27px;
  font-weight: 700;
}
.swiper-button-next.gal_next::after, .swiper-button-prev.gal_prev::after, .swiper-button-next.main_nextt::after, .swiper-button-prev.main_prevt::after {
  top: 50%;
  left: unset;
  right: 160%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 700;
  position: absolute;
}

.swiper-button-next.gal_next, .swiper-button-next.main_nextt {
  transform: translateX(-50%);
}
.swiper-button-next.gal_next::after, .swiper-button-next.main_nextt::after {
  top: 50%;
  right: unset;
  left: 160%;
  transform: translateY(-50%);
}

.swiper-button-next.gal_next, .swiper-button-next.main_nextt {
  right: 35px;
  left: unset;
}

.swiper-button-prev.gal_prev, .swiper-button-prev.main_prevt {
  left: 35px;
  right: unset;
}

.swiper-button-next.gal_ver_next2, .swiper-button-prev.gal_ver_prev2 {
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translateX(-50%);
  left: 50%;
  width: 27px;
}
.swiper-button-next.gal_ver_next2::after, .swiper-button-prev.gal_ver_prev2::after {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 30px;
  font-weight: 700;
  position: absolute;
}

.swiper-button-next.gal_ver_next2::after {
  top: unset;
  bottom: -15px;
  transform: translate(-50%) rotate(90deg);
}

.swiper-button-next.gal_ver_next2 {
  bottom: 60px;
}

.swiper-button-prev.gal_ver_prev2 {
  top: 70px;
}

.logo {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.logo img {
  width: 90px;
  object-fit: contain;
}

.show_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70px;
  border-radius: 50%;
  height: 70px;
  background-color: var(--color-main);
  right: 5%;
  top: 3%;
  z-index: 100;
}
.show_btn p {
  font-size: 12px;
  color: #fff !important;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}
.icons .icon_box {
  width: 50px;
}
.icons img {
  width: 30px;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer {
  height: 100px;
}

section.gallery {
  margin-bottom: 0;
}

.main_slide01 {
  width: 100%;
}
.main_slide01 .swiper-wrapper .swiper-slide {
  transform-origin: center;
  transform-style: preserve-3d;
}
.main_slide01 .swiper-wrapper .swiper-slide .img_box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
}
.main_slide01 .swiper-wrapper .swiper-slide .img_box > img {
  width: 100%;
}
.main_slide01 .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 70%;
}
.main_slide01 .swiper-wrapper .swiper-slide.swiper-slide-active .img_box {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}
.main_slide01 .swiper-wrapper .swiper-slide.swiper-slide-prev .img_box, .main_slide01 .swiper-wrapper .swiper-slide .swiper-slide-next .img_box {
  opacity: 0.6;
}

.mmain_slide02 {
  width: 80%;
}
.mmain_slide02 .swiper-wrapper .swiper-slide {
  perspective: 1000px;
}
.mmain_slide02 .swiper-wrapper .swiper-slide .img_box {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  cursor: pointer;
}
.mmain_slide02 .swiper-wrapper .swiper-slide .img_box > img {
  width: 100%;
}

.mmain_slide03 {
  perspective: 1000px;
  padding: 40px 0;
}
.mmain_slide03 .swiper-wrapper .swiper-slide {
  width: 100%;
}
.mmain_slide03 .swiper-wrapper .swiper-slide .img_box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.mmain_slide03 .swiper-wrapper .swiper-slide .img_box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mmain_slide03 .swiper-button-next,
.mmain_slide03 .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.mmain_slide03 .swiper-button-next:hover,
.mmain_slide03 .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.mmain_slide03 .swiper-button-next::after,
.mmain_slide03 .swiper-button-prev::after {
  font-size: 20px;
}
.mmain_slide03 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.mmain_slide03 .swiper-pagination-bullet-active {
  background: white;
}
.mmain_slide03 .swiper-cube-shadow {
  background: rgba(0, 0, 0, 0.5);
}

.mmain_slide04 .swiper-wrap .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
  transform: translateZ(0);
  perspective: 1000px;
}
.mmain_slide04 .swiper-wrap .swiper-slide .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}
.mmain_slide04 .swiper-wrap .swiper-slide .img_box .img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
}
.mmain_slide04 .swiper-wrap .swiper-slide-active .img {
  transform: scale(1.1);
}
footer{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 10px 0;
}
footer .inner
{
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .inner a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
footer > a{
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 5px;
}
footer .visitor{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 12px;
  gap: 10px;
  margin-top: 5px;
}
.slide_title {
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis;
}
#copybtn  {
  -webkit-tap-highlight-color: transparent;
}
#copybtn  a{
  /* -webkit-tap-highlight-color: transparent; */
}

/* 터치 상태에서도 색상 유지 */
.portfolio_form{
  max-width: 160px;
  margin: 10px auto;
}
.portfolio_form a{
  display: block;
  font-size: .875rem;
  color: #000;
  text-align: center;
  background: #FFFF00;
  padding: 5px 20px;
  font-weight: 600;
  
  border-radius: 5px;
}

