body { -webkit-text-size-adjust:none; }


.clearfixed:after {
  content: "";
  display: block;
  clear: both;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.12px;
  text-transform: uppercase;
}

h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.48px;
}

h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  /* 120.833% */
  letter-spacing: 3.84px;
  text-transform: uppercase;
}

h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--Black);
}

#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
}

.container {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: calc(100% - 16%);
}

#brand .container,
#overview .container,
#overview-2 .container,
#your-villa .container,
#your-lifestyle .container,
#partners .container,
#location .container,
#register .container {
  height: 100vh !important;
}

/* #location .container {
  max-width: calc(100% - 200px);
} */



#video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  /* 처음에는 완전히 보임 */
  transition: opacity 2s ease;
}

.hidden {
  opacity: 0;
  /* 숨겨질 때 서서히 투명해짐 */
}


#logo-video {
  width: 152px;
  height: 246px;
  object-fit: cover;
}


.row {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  margin: 0 auto;
  /* max-width: 2100px; */
}

#location .row {
  justify-content: flex-end;
}

.sub_2.section .row {
  justify-content: flex-end;
}

#header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
  /* border-bottom: 1px solid var(--border); */

}

#header.drop {
  position: fixed;
  animation: dropHeader 0.3s;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

#header.c-black li a {
  color: black;

}

#header.c-black .logo .logo-img {
  filter: brightness(0.4);
}

.b-black #menuToggle span {
  background: var(--Black);
}

.head-banner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 14px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  color: var(--white);
}
.head-banner p {
  position: relative;
  color: var(--white);
}
.head-banner__info {
  margin-bottom: 8px;
}
.head-banner__info::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 1600px;
  position: absolute;
  right:0;
  top: -8px;
  background:  var(--white);
}
.head-banner__info::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 1600px;
  position: absolute;
  left:0;
  bottom:-43px;
  background:  var(--white);
}
.head-banner__guide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-banner__guide em {
  font-size: 20px;
  font-weight: 500;
  margin-left: 5px;
}
.head-banner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 27px;
  margin-left: 10px;
  background: rgba(256, 256, 256, 0.15);
  border-radius: 15px;
  font-size: 12px;
  color: var(--white);
  font-family: "NotoSansKR";
}

.head-container,
.foot-container {
  width: 100%;
  max-width: calc(100% - 144px);
  margin: 0 auto;
}

.head-container {
  padding-bottom: 12px;

}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 14px; */
}

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 224px;
  height: 42px;
}


.nav {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}

.nav li a {
  /* float: left;
  padding-left: 3.75rem; */
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Optima";
}
.nav .sub_7 {
  font-weight: 600;
}
.sub_nav_show {
  display: flex !important;
}

.sub_nav:hover {
  display: flex !important;
}

.sub_nav {
  display: none;
  position: static;
  right: 10px;
  justify-content: right;
  align-items: center;
  padding: 0px 110px;
  border-top: 1px solid rgba(233, 233, 233, 0.50);
  border-bottom: 1px solid rgba(233, 233, 233, 0.50);

  /* border-top:  1px solid    #393939;
  border-bottom:  1px solid #393939; */
}

.sub_nav li {
  height: 100%;
  padding: 12px 0px;
}

.sub_nav li a {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Optima";
}

/* .sub_nav li:hover a{
  font-weight: bold;
  box-shadow: 0 2px 0 0 #fafafa;
} */

.sub_nav li:hover {
  font-weight: bold;
  box-shadow: 0 2px 0 0 #393939;
}







.nav-active {
  font-weight: bold !important;
}


#menuToggle {
  display: none;
}

#bg-logo-area {
  background-color: #232323;
  width: 100%;
  height: 100%;
  position: absolute;
}

#menuToggle a.active {
  font-weight: 700;
}

/*#menuToggle a:hover{*/
/*  font-weight: 400 !important;*/
/*}*/
.toggle-sub a.active {
  font-weight: 700;
}




/*main*/

#main {
  width: 100%;
  height: 100vh;
  background: url("../images/img_main.png") no-repeat center;
  background-size: cover;
}

.main-con {
  /* max-width: 1240px;
  min-width: 1024px; */
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.logo-area {
  width: 152px;
  /* Set initial container width */
  height: 246px;
  /* Set initial container height */
}

.main_logo {
  width: 100%;
  height: 246px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  /* Ensures the image stays within the container during expansion */
  position: relative;
  /* Necessary for absolute positioning of the image */
  margin-top: -70px;
}

.main_logo img {
  width: 152px;
  height: 246px;

  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  opacity: 0;
  /*transition: all 1s ease; !* Smooth transition for all properties **/
}

.show_logo {
  width: 152px !important;
  opacity: 1 !important;
}

.nav li .active {
  font-weight: bold;
}

.register_btn {
  flex-shrink: 0;
  display: flex;
  justify-content: right;
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: 1;
}

.register_btn a {
  display: inline-flex;
  padding: 14px 80px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.70);
  color: var(--white);
  font-family: "Optima";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.register_btn--dark a {
  border-color: var(--Black);
  color: var(--Black);
}
.register_btn--cont {
  bottom: 15px;
  right: 75px;
}
.register_btn a:hover,
.register_btn a:active,
.register_btn a:focus {
  border-color: var(--white);
}
.register_btn--dark a:hover,
.register_btn--dark a:active,
.register_btn--dark a:focus {
  border-color: #000000;
}


.sub_1_bg {
  width: 100%;
  height: 200vh;
  background-image: url("../images/img_sub_1.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  /* position: relative;
  overflow: hidden; */
}


#brand {
  width: 100%;
  height: 100vh;
  z-index: 1;
}


.sub_1_intro {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 160px;
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

.sub_1_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  align-self: stretch;
  margin-top: 20px;
}

.title_1 {
  align-self: stretch;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Optima";
}

.txt_primary {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "NotoSansKR";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.logo_txt {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Optima";
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.homepage_link {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  align-self: stretch;
}

.op_primary {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Optima";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.homepage_link img {
  width: 24px;
  height: 24px;
}


/* sub_2 */

#overview {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}


#video {
  width: 85%;
  height: 80% !important;
}





/* sub_2-1 */

.sub_2-1 {
  width: 100%;
  height: 100vh;
  background-color: var(--White);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;

}

.sub_2-1 .row {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.sub_2-1_img {
  width: 1200px;
  display: flex;
  justify-content: center;
}

.sub_2-1_img img {
  object-fit: cover;
  object-position: center;
  width: 0px;
  height: 100%;
  min-height: 450px;
}

.sub_2-1_txt {
  display: flex;
  width: 944px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.title_green {
  color: var(--MUWAGREEN);
  text-align: center;
  font-family: "Optima";
}

.title_Black {
  color: var(--Black);
  font-family: "Optima";
}




.sub_2-1_sub {
  color: var(--Black);
  text-align: center;
  /* font-family: "NotoSansKr"; */
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}




/* sub_2-2 */

#overview-2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgba(224, 222, 217, 0.20);
}



.sub_2-2_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sub_2-2_intro {
  display: flex;
  width: 350px;
  flex-direction: column;
  align-items: flex-start;
  gap: 49px;
}

.sub_2-2_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.sub_2-2_title_sub {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 16px;
  font-weight: 400;
}

.sub_2-2_sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.sub_2-2_sub dl {
  display: flex;
  padding: 14px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.sub_2-2_sub dt {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.sub_2-2_sub dd {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
  /* text-transform: uppercase; */
}


.sub_2-2_sub dl:nth-child(n+2) {
  border-top: 1px solid var(--border);
}

.sub_2-2_img {
  width: 60%;
  flex-shrink: 0;
}

.sub_2-2_img img {
  width: 100%;
  ;
}


/* sub_3 */

#your-villa {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #EEECE7;
}

.sub_3_con {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}

.sub_3_title {
  display: flex;
  width: 665px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.sub_3_title_sub {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
}

.sub_3_sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.sub_3_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.birds-eye-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83%;
}

.sub_img_txt img {
  width: 300px;
}

.elevation {
  width: 100%;
  align-self: stretch;
}

.elevation img {
  width: 100%;
}

.sub_3_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 130px;
  align-self: stretch;
  width: 100%;
  padding: 0 14%;
}

.sub_3_btn_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}


.click {
  position: relative;
  /* right: 20px;
  bottom: 20px; */
  border: none;
  box-shadow: none;
  width: 80px;
  height: 24px;
  line-height: 24px;
  -webkit-perspective: 230px;
  perspective: 230px;
  font-size: 14px;
  font-weight: 700;
  color: var(--Black);
  letter-spacing: 1.28px;
}

.click span {
  background: #EEECE7;
  display: block;
  position: absolute;
  width: 80px;
  height: 40px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.click span:nth-child(1) {
  background: #EEECE7;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.click span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.click:hover span:nth-child(1) {

  background: #EEECE7;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.click:hover span:nth-child(2) {

  background: #EEECE7;
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.sub_3 .sub_3_btn_1.active .click span:nth-child(1){
  background: #EEECE7;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.sub_3 .sub_3_btn_1.active .click span:nth-child(2){
  background: #EEECE7;
  color: transparent;
  -webkit-transform: rotateX(-85deg);
  -moz-transform: rotateX(-85deg);
  transform: rotateX(-85deg);
}

.btn_tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.btn_tit p {
  color: var(--black, #232323);
  text-align: center;
  font-family: "Optima";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 1.28px;
}

.btn_tit span {
  color: var(--Black);
  text-align: center;
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
}

.sub_3_btn_1 img {
  width: 24px;
  height: 24px;
}


.sub_img_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}


.sub_3_btn_1 img {
  width: auto !important;
}








/* sub_3-1 */

.sub_3-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--Black, #232323);
  position: relative;
}

.sub_3-1 .row {
  align-items: flex-start;
  margin-left: 72px;
  margin: 0 auto;
}

.sub_3-1_con {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: absolute;
  left: calc(100% - 92%);
}

.sub_3-1_intro {
  display: flex;
  width: 405px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.sub_3-1_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.sub_3-1_title h4 {
  color: var(--Gray, #BFBFBF);
  font-family: "Optima";
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.sub_3-1_title span {
  color: var(--Gray, #BFBFBF);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.sub_3-1_navi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.sub_3-1_btn {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 28px;
}

.sub_3-1_btn>.swiper-button-prev,
.sub_3-1_btn>.swiper-button-next {
  width: 28px;
  height: 28px;
  position: inherit
}

.sub_3-1_btn .swiper-button-prev {
  background-image: url(/images/left.svg);
}

.sub_3-1_btn .swiper-button-next {
  background-image: url(/images/right.svg);
}

.sub_3-1_navi .swiper-pagination {
  position: relative;
  width: 400px;
  height: 1px;
  background: var(--border);
}

.sub_3_navi .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--white);
  height: 3px;

}


.sub_3-1_slide {
  width: 1870px;
  height: 754px;
  overflow: hidden;
}

.sub_3-1_slide .swiper-wrapper {
  display: inline-flex;
  /* height: 734px; */
  align-items: flex-start;
  gap: 20px;
}

.sub_3-1_slide .swiper-slide {
  display: flex;
  /*width: 20%;*/
  flex-direction: column;
  gap: 20px;
  /*align-self: stretch;*/
  position: relative;
  background: var(--Black, #232323);
  text-align: center;
  font-size: 18px;
  align-items: center;
  transition: width 1s ease;
  cursor: pointer;
  width: 250px;
}






.sub_3-1_slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.sub_3-1_slide .swiper-container {
  overflow: hidden;
}

.slide_img {
  display: flex;
  height: 614px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  /* background: rgba(0, 0, 0, 0.40); */
}

.sub_3-1_slide .active {
  width: 520px !important;
}


.sub_3-1_slide .active .slide_img {
  height: 520px;
  flex-shrink: 0;
  transition: height 1s ease;
}


.swiper-slide.active .slide_img span {
  display: none;
}

.swiper-slide.active .silde_alltxt .explanation {
  display: inline-flex;
  text-align: left;
}

.silde_alltxt .explanation {
  display: none;
}


.kitchen {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(/images/img_sub_6-1.png) 50% / cover no-repeat;
  /* background-size: cover */
}

.furniture {
  background: url(/images/img_sub_6-2.png) 100% / cover no-repeat;
}

.bath {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(/images/img_sub_6-3.png) 50% / cover no-repeat;
  /* background-size: cover */
}

.bath2 {
  background: url(/images/img_sub_6-4.png) 100% / cover no-repeat;
}

.material {
  background: url(/images/img_sub_6-5.png) 100% / cover no-repeat;
}

.window {
  background: url(/images/img_sub_6-6.png) 100% / cover no-repeat;
}


.slide_img {
  transition: height 1s ease;
}

.slide_img span {
  color: var(--white);
  text-align: center;
  font-family: "Optima";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.slide_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}

.slide_sub {
  color: var(--Gray);
  font-family: "Optima";
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: -0.06px;
}

.slide_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.title_en {
  color: var(--Gray);
  font-family: "Optima";
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-align: left;
}

.title_kr {
  color: var(--MUWAWARMGRAY);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 700;
}


.silde_alltxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.explanation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.ex_1 {
  color: var(--Gray, #BFBFBF);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.ex_2 {
  color: var(--Gray);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}


/* sub_4 */

#your-lifestyle {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--white);
}

.sub_4_con {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}

.con_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.sub_4_title {
  display: flex;
  width: 569px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}



.sub_4_title span {
  color: var(--Black, #232323);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.sub_4_tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub_4_tab li {
  display: flex;
  width: 190px;
  padding: 10px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.2s ease;
  border-bottom: 1px solid var(--border, #ECECEC);
  color: var(--Black, #232323);
  text-align: center;
  font-family: "Optima";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}


.sub_4_tab li:hover,
.sub_4_tab li:active,
.sub_4_tab li:focus,
.sub_4_tab li.current {
  border-bottom: 1px solid var(--Black, #232323);
}

/* /* .sub_4_tab input:checked + .tab_item {
  border-bottom: 1px solid var(--Black, #232323);
}

input[name="tab_item"] {
  display: none;
} */

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.tab-content .current {
  display: inherit;
}

/* #communityHouse ~ #communityHouse_con,
#jadePalace ~ #jadePalace_con,
#jadeGarden ~ #jadeGarden_con,
#muwaCollection ~ #muwaCollection_con {
  display: block;
} */

.tab_contents {
  width: 100%;
}

.tab_content.current {
  display: block;
  transition: height 1s ease;
  /* Smooth transition for width */
  animation: fadeIn 0.7s ease-in-out;
}

.tab_con_flex {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  align-self: stretch;
  width: 100%;
  gap: 100px
}

.sub_4-1_main_img {
  width: 54%;
  height: 375px;
  background: url(/images/img_sub_7-1.png) 100% / cover no-repeat;
}

.sub_4-2_main_img {
  width: 54%;
  height: 375px;
  background: url(/images/img_sub_8.png) 100% / cover no-repeat;
}

.sub_4-3_main_img {
  width: 54%;
  height: 375px;
  background: url(/images/img_sub_9.png) 100% / cover no-repeat;
}



.sub_4-1_intro {
  display: flex;
  width: 736px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.sub_4-1_title {
  /* width: 746px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}


.title_4-1 {
  color: var(--Black, #232323);
  font-family: "Optima";
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  cursor: pointer;
}

.txt_4-1 {
  line-height: 1.3;
  color: var(--Gray, #BFBFBF);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.sub_4-1_intro_sub {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.sub_4-1_intro_sub:hover {
  cursor: default;
}

.sub_img_wrap {
  display: flex;
  width: 360px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  overflow: hidden;
  position: relative;
}

.sub_4-1_sub_img_1 {
  width: 100%;
  height: 180px;
  align-self: stretch;
  background: url(/images/img_sub_7-2.png) 100% / cover no-repeat;
}


.sub_4-1_sub_img_2 {
  width: 100%;
  height: 180px;
  overflow: hidden;
  align-self: stretch;
  background: url(/images/img_sub_7-3.png) 100% / cover no-repeat;
}

.hoveref {
  transition: background-size 0.7s ease-in;
  background-size: 100%;
  background-position: center;
}

.hoveref:hover {
  background-size: 105%;
}

.sub_4-1_sub_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;

}

.sub_tit_area {
  width: 100%;
  position: relative;
}

.sub_title_4-1 {
  color: var(--Black, #232323);
  font-family: "Optima";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.sub_tit_area ::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../images/chevron-right_B.svg) 100% / cover no-repeat;
  top: -2px;
  right: 0;

}

.tit_area {
  width: 100%;
  position: relative;
}

.tit_area img {
  width: 40px;
  height: 40px;
  margin-left: 6px;
}

.tit_area ::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../images/chevron-right_B.svg) 100% / cover no-repeat;
  top: -5px;
  right: 0;

}






.sub_4-1_sub_txt p {
  color: var(--Gray, #BFBFBF);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}


#muwaCollection_con .tab_con_flex {
  display: flex;
  height: 395px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 0;
}

.collection_list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.coList {
  display: flex;
  width: 360px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.coList_img_1 {
  width: 100%;
  height: 180px;
  background: url(/images/img_sub_10-1.png) 100% / cover no-repeat;
  overflow: hidden;
  transition: background-size 0.7s ease-in;
  background-size: 100%;
  background-position: center;
}

.coList_img_2 {
  width: 100%;
  height: 180px;
  background: url(/images/img_sub_10-3.png) 100% / cover no-repeat;
  transition: background-size 0.7s ease-in;
  background-size: 100%;
  background-position: center;
}

.coList_img_3 {
  width: 100%;
  height: 180px;
  background: url(/images/img_sub_10-2.png) 100% / cover no-repeat;
  transition: background-size 0.7s ease-in;
  background-size: 100%;
  background-position: center;
}


.coList_intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
}

.coList_title {
  display: flex;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  cursor: pointer;
}

.coList_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.coList_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1px;
}

.coList_name span {
  color: var(--Black, #232323);
  text-align: left;
  font-family: "Optima";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.name_main {
  font-size: 16px !important;
  letter-spacing: 1.28px !important;
}

.coList_tit img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.coList_sub {
  color: var(--Gray);
  font-size: 14px;
  font-weight: 400;
  align-self: stretch;
}

.coList_location {
  display: flex;
  padding-top: 10px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  border-top: 1px solid var(--border);
}

.coList_location span {
  color: var(--Gray);
  font-family: "Optima";
  font-size: 14px;
  font-weight: 400;

  letter-spacing: 1.12px;
  text-transform: uppercase;
}


/* sub_5 */

#partners {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--Black);
}

.sub_5_con {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.sub_5_txt {
  display: flex;
  width: 384px;
  height: 640px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}


.sub_5_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.sub_5_title h2 {
  color: var(--Gray, #BFBFBF);
  font-family: "Optima";
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 4.48px;
  text-transform: uppercase;
}


.sub_5_title span {
  color: var(--Gray, #BFBFBF);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}


.sub_5_people {
  padding: 0px 40px;
}


.sub_5_people ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 24px;
}




.sub_5_people li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.sub_5_people span {
  color: var(--Gray, #BFBFBF);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  text-transform: uppercase;
}

.sub_5_people .people {
  font-size: 16px !important;
}

.sub_5_slide {
  width: 70%;
  height: 640px;

}

.sub_5_slide .swiper-container {
  width: 100%;
  height: 100%
}


.sub_5_slide .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

.sub_5_slide .swiper-wrapper .active {
  width: 50% !important;
  transition: height 1s ease;
  transition: width 1s ease;
}

.sub_5_slide .swiper-wrapper.parent-active li {
  width: 25%;
}


.sub_5_slide .swiper-wrapper li {
  width: 33.3%;
  position: relative;
  height: 100%;
  transition: height 1s ease;
  transition: width 1s ease;
}






.sub_5_slide .swiper-wrapper li .slide_intro {
  display: none;
  transition: height 1s ease;
  /* Smooth transition for width */
  animation: fadeIn 0.7s ease-in-out;
}

.sub_5_slide .swiper-wrapper li .slide_name {
  display: flex;
  transition: height 1s ease;
  /* Smooth transition for width */
  animation: fadeIn 0.7s ease-in-out;
}

.sub_5_slide .swiper-wrapper li.active .slide_name {
  display: none;
  transition: height 1s ease;
  /* Smooth transition for width */
  animation: fadeIn 0.7s ease-in-out;
}

.sub_5_slide .swiper-wrapper li.active .slide_intro {
  display: inline-flex;
  transition: height 1s ease;
  /* Smooth transition for width */
  animation: fadeIn 0.7s ease-in-out;
}



.sub_5_slide ul li {
  cursor: pointer;
}

.slide_name {
  position: absolute;
  left: 20px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slide_name span {
  color: var(--white, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.pietOudolf {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) -1.04%, rgba(102, 102, 102, 0.00) 103.42%), url(/images/img_sub_11-1.png) lightgray 50% / cover no-repeat;
}


.taraBernerd {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) -1.04%, rgba(102, 102, 102, 0.00) 103.42%), url(/images/img_sub_11-2.png) lightgray 50% / cover no-repeat;
}

.taeManKim {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 16.79%, rgba(1, 1, 1, 0.00) 146.8%), url(/images/img_sub_11-3.png) lightgray 50% / cover no-repeat;
}

.slide_intro {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: 0;
  bottom: 0;
}

.name_title {
  color: var(--white, #FFF);
  font-family: "Optima";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.name_intro {
  color: var(--white, #FFF);
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.sub_5_slide>.swiper-wrapper>.active {
  width: 50%;
}

/* active 상태가 아닌 것은 width: 25% */




/*Location*/

#location {
  width: 100%;
  height: 100vh;
}

.sub_6_location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  padding-bottom: 72px;
}

.sub_6_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.sub_6_title h2 {
  color: var(--Black);
  font-family: "Optima";
  text-transform: uppercase;
}

.sub_6_title span {
  color: var(--Black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.sub_6_con {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 60px;
}

.map {
  width: 60%;
  height: 500px;
}

/* .map img {
  width: 100%;
} */

.sub_6_con_txt {
  display: flex;
  width: 564px;
  flex-direction: column;
  align-items: flex-start;
}

.sub_6_con_txt li {
  display: flex;
  padding: 18px 0px;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}


.sub_6_con_txt .li-tit {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  width: 70px;
}

.sub_6_con_txt li span {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.li_li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.sub_6_con_txt li:nth-child(3) {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  /* 175% */
  letter-spacing: -0.16px;
}

.sub_6_con_txt li:nth-child(n+2) {
  border-top: 1px solid var(--border, #ECECEC);
}


.lo-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.list_tit {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.lo-list span {
  color: var(--Black);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



/* sub_7 */

#register {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(/images/img_sub_12.png) #0D0D0D 0px 0px / 50% 100% no-repeat;
}


#register .row {
  position: relative;
  display: block;
}


.sub_7_con {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 20%;
  left: 0;
}

.sub_7_left {
  display: flex;
  width: 626px;
  height: 569px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}


.sub_7_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}


.sub_7_tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}

.sub_7_tit h2 {
  color: var(--Gray, #BFBFBF);
  font-family: "Optima";
  letter-spacing: 4.48px;
  text-transform: uppercase;
  font-size: 49px;
}

.sub_7_tit span {
  color: var(--Gray, #BFBFBF);
  font-family: "Optima";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.sub_7_tit_intro {
  color: var(--Gray, #BFBFBF);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.private {
  color: var(--Gray, #BFBFBF);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.optima {
  font-family: "Optima";
}


.private ::before {
  content: "※ ";
  color: var(--Gray, #BFBFBF);
  font-size: 14px;
  font-weight: 400;
}

.sub_7_right {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  gap: 54px;
  flex-shrink: 0;
}

.registration {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}

.regi_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.info_1 {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}


.name,
.number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
}




.info label {
  color: #FFF;
  font-family: "Optima";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}


.info input {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px 0px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-width: 0 0 1px;
  border-bottom: 1px solid var(--border, #ECECEC);
  background-color: transparent;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}


.info input:focus,
.textfield textarea:focus {
  outline: none;
}

.info input ::placeholder,
.textfield textarea ::placeholder {
  color: var(--Gray, #BFBFBF);
  font-family: "NotoSansKR";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}


.email {
  width: 100%;
}


.textfield {
  width: 100%;
}


.textfield textarea {
  width: 100%;
  height: 140px;
  padding: 16px;
  align-self: stretch;
  border: 1px solid var(--border, #ECECEC);
  background-color: #0D0D0D;
  color: var(--white);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
}

.agreement_set {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}



.agreement {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  flex-direction: column;
}

.checkbox {
  width: 100%;
  position: relative;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  margin-right: 4px;
}

input[type="checkbox"]+label::before {
  display: block;
  content: '';
  /* font-size: 16px; */
  width: 20px;
  height: 20px;
  /* line-height:24px; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid var(--border, #ECECEC);
  color: var(--Gray, #BFBFBF);
  cursor: pointer;
}

input[type="checkbox"]:checked+label::before {
  content: '✔';

}


input[type="checkbox"]+label span {
  color: var(--Gray, #BFBFBF);
  font-family: "NotoSansKR";
  font-size: 16px;
  font-weight: 500;
  margin-left: 32px;
}

summary::-webkit-details-marker {
  /* Safari 브라우저용 사용자 정의 스타일 */
  display: none;
}

.details {
  /* width: 100%; */
  margin-left: 38px;
}


summary {
  display: block;
  /* 그 외의 브라우저용 사용자 정의 스타일 */
  color: var(--Gray, #BFBFBF);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: relative;

}

.details summary::after {
  position: absolute;
  /* right: -24px;
  top: 4px; */
  content: '';
  width: 8px;
  /* 사이즈 */
  height: 8px;
  /* 사이즈 */
  border-top: 1.5px solid var(--white);
  /* 선 두께 */
  border-right: 1.5px solid var(--white);
  /* 선 두께 */
  transform: rotate(135deg);
  /* 각도 */
  transition: .25s transform;
  margin: 4px 0 0 14px;
}

.details p {
  color: rgba(255, 255, 255, 0.50);
  font-size: 13px;
  font-weight: 300;
  padding-top: 10px;
  margin-top: 10px;
  /* display: none; */
  border-top: 1.5px solid rgba(255, 255, 255, 0.30);
  /* 선 두께 */
}

.details p:last-child {
  border: none;
  padding-top: 0;
  margin-top: 10px;
}

.details[open] summary::after {
  transform: rotateZ(315deg);
  margin: 8px 0 0 14px;
  /* top: 8px; */
}

details > ul > li::before {
  content: "\2B1D"!important;
  /* 마커 내용 */
  color: rgba(255, 255, 255, 0.50) !important;
  /* 마커 색상 */
  display: inline-block;
  margin-right: 8px;
  -webkit-margin-before: 5px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.74) !important;
}


.details>ul {
  width: 100%;
}


.details>ul>li {
  display: flex;
  width: 100%;
}

.details_tit {
  width: 140px;
}

.details ul li span {
  color: rgba(255, 255, 255, 0.50);
  font-size: 13px;
  font-weight: 300;
  padding-top: 6px;
}


.submit {
  display: flex;
  padding: 15px 80px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.70);
  color: var(--white, #FFF);
  font-family: "Optima";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #0D0D0D;
  cursor: pointer;
}

.submit:hover,
.submit:focus,
.submit:active {
  opacity: 0.7;
}











/*FOOTER*/

footer {
  width: 100%;
  background-color: var(--Black);
}

.foot-con {
  width: 100%;

  padding: 60px 0;
}

.foot-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.contact {
  display: flex;
  align-items: center;
  gap: 62px;
}

.bar {
  width: 1px;
  height: 21.5px;
  background-color: #2E2E2E;
}

.contact_txt {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Optima;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}





.footer_logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 68px;
}

.footer_logo strong {
  color: #D0D0D0;
  font-family: Hanwha;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */
}

.footer_menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menu_txt {
  color: rgba(255, 255, 255, 0.7);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  text-decoration-line: underline;
}

.menu_txt_2 {
  color: rgba(138, 138, 138, 0.7);
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  text-decoration-line: underline;
}



.footer_info {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer_defult {
  color: #8A8A8A;
  text-align: center;
  font-family: "NotoSansKR";
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.footer_op {
  color: #8A8A8A;
  text-align: center;
  font-family: Optima;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.footer_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot-adress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.foot-copyright {
  color: #8A8A8A;
  text-align: center;
  font-family: Optima;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.copy_hanwha {
  color: #8A8A8A;
  font-family: Hanwha;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}


.modal .swiper-wrapper {
  width: 1356px;
}

.modal .swiper-wrapper .swiper-slide img {
  width: 100%;
}

/* .modal li.swiper-slide-active {
  opacity: 0.5;
} */
.pop_contents .close-btn,
.modal .pop_img_list .swiper-slide img {
  cursor: pointer;
}



.swiper {
  width: 100%;
}

/*popup*/
#pop-5-1 #sub-list-5-1,
#pop-6-1 #sub-list-6-1 {
  margin-left: 0px;
  margin-bottom: 20px;
}

.pop_contents {
  width: 860px;
  height: 520px;
  background-color: var(--Black);
  padding: 42px 72px 42px 72px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.pop_contents .row {
  max-width: 1400px;
}

.video-js .vjs-control-bar {
  display: none;
}

.sub_2 .video-btn {
  position: relative;
  bottom: 90px;
}

.sub_2 .video-btn img {
  width: 42px;
  height: 42px;
  padding: 6px 0px 0px 0px;
  margin: 10px;
  border: 1px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.pop_contents {
  max-width: 1500px;
  /* max-height: 750px; */
  width: 100% !important;
  height: 100% !important;
}

.pop_contents>button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: .2s opacity;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: var(--Black);
}

.pop_contents>button::before {
  transform: rotate(45deg);
}

.pop_contents>button::after {
  transform: rotate(-45deg);
}

.pop_contents>button::before,
.pop_contents>button::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: var(--Gray);
}

.pop_contents>button:hover {
  opacity: .5;
}

.pop_img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.pop_img_main {
  height: 290px;
  align-self: stretch;
}

.pop_img_main img {
  width: 100%;
}

.pop_img_list {
  left: 0 !important;
}

.pop_img_list ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pop_img_list li {
  width: 63px !important;
  height: 36px;
}

.pop_img_list li img {
  width: 100%;
}

.pop_txt {
  display: flex;
  align-items: flex-end;
  gap: 98px;
  align-self: stretch;
  justify-content: space-between;
}

.pop_intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}


.pop_title {
  color: var(--Gray);
  font-family: "Optima";
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  /* 90.909% */
  letter-spacing: 1.76px;
  text-transform: uppercase;
}

.pop_sub {
  color: var(--Gray);
  /* font-family: "NotoSansKR"; */
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  align-self: stretch;
}

.pop_table {
  display: flex;
  width: 144px;
  flex-direction: column;
  align-items: flex-start;
}

.pop_table li {
  display: flex;
  padding: 6px 0px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}


.pop_table li:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.table_tit {
  width: 70px;
  color: var(--Gray);
  font-family: "NotoSansKR";
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.table_sub {
  color: var(--Gray);
  font-family: "NotoSansKR";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.section {
  height: 100vh;
}

.jquery-modal {
  z-index: 999999;
}

.top_btn {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 49px;
  height: 49px;
  transition: all 0.7s ease;
  background: rgba(130,130,130, 0.5);
  cursor: pointer;
  z-index: 998;
}
.top_btn svg {
  width: 100%;
  height: 100%;
}

.top_btn.show {
  opacity: 1;
  transition: opacity 1s, transform 1s;
  display: block
}




@media (max-width: 376px) {

  .sub_1_title {
    margin-top: 0;
  }


  .sub_2-2_img {
    width: 100%;
    height: 168px !important;
    background-position: top 28% left 0 !important;
  }

  .sub_2-2_con {
    gap: 0 !important;
    margin-top: 16px !important;
  }

  .sub_1_title {
    gap: 50px !important;
    margin-top: 0;
  }

  .sub_1_intro {
    gap: 80px !important;
  }


  .sub_2-1 .row {
    gap: 32px !important;
  }

  .sub_2-1_img {
    height: 55% !important;
  }

  .sub_2-2_con {
    gap: 0;
    height: 80% !important;

  }

  .sub_2-2_title h4 {
    font-size: 18px !important;
  }


  .sub_3_con {
    gap: 24px !important;
  }


  .birds-eye-view {
    padding: 0 48px;
  }

  .sub_img_txt img {
    width: 140px;
  }

  .sub_3_sub {
    gap: 10px !important;
  }
  .sub_7_right .submit {
    width: 44%;
    padding: 15px 55px;
  }
  .register_btn a {
      padding: 14px 10px !important;
  }
}




/* 세로모드 모바일 디바이스 (가로 해상도가 576px 보다 작은 화면에 적용) */
@media (max-width: 575px) {



  .container {
    max-width: calc(100% - 11%);
  }

  #logo-video {
    width: 110px;
    height: 152.8px;
  }

  .logo {
    width: 122px;
    height: 24px;
    flex-shrink: 0;
  }

  .logo img {
    width: 100%;
  }

  .main_logo {
    width: 92px;
    margin-top: 16px;
  }

  .register_btn {
    width: 100%;
    bottom: 36px;
  }

  .register_btn a {
    width: 100%;
    padding: 14px 30px !important;
  }

  h3 {
    font-size: 24px;
    line-height: normal;
  }

  .txt_primary {
    font-size: 14px;
    font-weight: 300;
  }

  .logo_txt {
    font-size: 24px;
  }

  .logo_link {
    gap: 4px;
  }


  .sub_1_title {
    gap: 70px;
    margin-top: 0;
  }

  .sub_1_intro {
    gap: 120px;
  }



  .sub_2-1 .row {
    justify-content: flex-start;
    gap: 64px;
  }



  .sub_2-1 .container {
    padding: 0;
    max-width: 100%
  }



  .sub_2-1_img {
    width: 100%;
    height: 60%;
  }


  .sub_2-1_img img {
    min-height: 200px;
  }


  .sub_2-1_txt {
    width: 100%;
    padding: 0 24px;
  }

  .sub_2-1_sub {
    font-size: 12px;
  }


  #overview-2 .row {
    justify-content: flex-end;

  }




  .sub_2-2_intro {
    gap: 10px;
    width: 100%;
  }

  .sub_2-2_title {
    gap: 0;
  }


  .sub_2-2_title h4 {
    font-size: 24px;
  }

  .sub_2-2_title_sub {
    font-size: 14px;
  }




  .sub_2-2_sub dl {
    padding: 8px 0;
    gap: 2px;
  }

  .sub_2-2_sub dd,
  .sub_2-2_sub dt {
    font-size: 12px;
  }

  .sub_2-2_img {
    width: 100%;
    height: 240px !important;
    background: url("../images/img_sub_4.png") no-repeat center;
    background-size: cover;
    /* position: absolute;
  bottom: 30px;
  left: 0; */
    background-position: top 20% left 0;
  }

  .sub_2-2_img img {
    display: none;
  }



  .sub_2-2_con {
    gap: 24px;
    height: 100%;
    /* margin-top: 16px; */
    margin-top: 52px;
    padding-bottom: 24px;
    justify-content: flex-end;
  }


  .sub_3_con {
    gap: 40px;
  }


  .sub_3_title {
    width: 100%;
  }


  .sub_3_title h4 {
    font-size: 24px;
  }



  .sub_3_img {
    width: 100% !important;
    gap: 10px;
  }

  .elevation {
    width: 800px;
  }

  .birds-eye-view {
    width: 100%;
    padding: 0 48px;
  }

  .sub_img_txt img {
    width: 180px !important;
  }

  .sub_3-1 {
    height: auto !important;
    
  }
  .sub_3-1 .register_btn {
    left: 50%;
    transform: translate(-50%);
  }
  .sub_3-1 .row {
    max-width: calc(100% - 11%);
    justify-content: flex-start;
    /* margin-top: 180px; */
    height: auto;
  }

  .sub_3-1_con {
    flex-direction: column;
    gap: 40px;
    position: relative;
    left: auto;
    padding: 100px 0 48px 0;
    width: 100%;
  }

  .sub_3_sub {
    gap: 52px;
  }

  .sub_3-1_intro {
    width: 100%;
  }


  .sub_3-1_title {
    gap: 14px;
  }

  .sub_3-1_title h4 {
    font-size: 22px;
  }


  .sub_3-1_navi {
    display: none;
  }

  .sub_3-1_slide {
    width: 100%;
    height: auto;
  }

  .sub_3-1_slide .swiper-wrapper {
    flex-direction: column;
    gap: 44px;
  }


  .slide_img {
    width: 100%;
    height: 180px;
  }


  .sub_3-1_slide ul li:last-child {
    display: none;
  }

  .sub_3-1_slide .swiper-slide {
    width: 100%;
  }


  .sub_3-1_slide .active {
    width: 100% !important;
  }

  .sub_3-1_slide .active .slide_img {
    height: 350px;
  }


  .swiper-slide.active .slide_img span {
    display: block;
  }

  .title_en {
    font-size: 18px;
    text-align: left;
  }

  .title_kr {
    font-size: 14px;
  }


  #your-lifestyle {
    height: auto !important;
    margin: 0 auto;
  }

  #your-lifestyle .container {
    height: auto !important;
  }

  .sub_4_con {
    padding: 100px 0 48px 0;
  }


  .con_inner {
    flex-direction: column;
    gap: 32px;
  }

  .sub_4_title {
    width: 100%;
  }


  .sub_4_title h1 {
    font-size: 32px;
  }

  .sub_4_tab {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    align-self: stretch;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;

  }

  .sub_4_tab li {
    width: 47%;
    font-size: 12px;
    letter-spacing: 0.7px;
    padding: 0 0 14px 0px;
  }



  .tab_con_flex {
    flex-direction: column;
    gap: 24px;
  }



  .sub_4-1_main_img,
  .sub_4-2_main_img,
  .sub_4-3_main_img {
    width: 100%;
    height: 220px;
  }


  .title_4-1 {
    font-size: 20px;
  }

  .txt_4-1 {
    font-size: 12px;
  }


  .sub_4-1_intro {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }

  .sub_4-1_intro_sub {
    flex-direction: column;
    gap: 32px;
  }

  .sub_img_wrap {
    width: 100%;
  }

  .sub_title_4-1 {
    font-size: 14px;
  }

  .sub_4-1_sub_txt p {
    font-size: 12px;
    line-height: normal;
  }


  /* .sub_5 .register_btn {
    bottom: 17px !important;
  } */

  .sub_tit_area ::after {
    top: -4px;
  }


  .tit_area ::after {
    width: 20px;
    height: 20px;
    top: 0;
  }




  .collection_list {
    flex-direction: column;
  }

  #muwaCollection_con .tab_con_flex {
    height: auto;
    gap: 32px;
  }


  .coList,
  .coList_intro,
  .coList_title,
  .coList_tit {
    width: 100%;
  }

  .coList_name span {
    font-size: 12px;
  }

  .coList_sub {
    font-size: 12px;
  }

  .pop_img .swiper-horizontal {
    width: 100%;
    height: 300px !important;
  }

  .pop_img_list ul {
    justify-content: space-between !important;
    gap: 0 !important;
    height: auto;
  }
  .sub_7_right .submit {
    width: 57%;
  }
}











/* 가로모드 모바일 디바이스 (가로 해상도가 576px보다 크고 768px 보다 작은 화면에 적용)  */
@media (min-width: 576px) and (max-width: 767px) {

  .birds-eye-view {
    gap: 70px;
  }


  .elevation {
    width: 1500px !important;
  }

  .sub_img_txt img {
    width: 300px !important;
  }

  
  .sub_3_con {
    gap: 40px;
  }
  .sub_7_right .submit {
    width: 81%;
  }
}


/*태블릿 디바이스 (가로 해상도가 768px보다 크고 991px 보다 작은 화면에 적용)  */
@media (min-width: 768px) and (max-width: 991px) {
  
  .birds-eye-view {
    gap: 58px !important;
  }

  .elevation {
    width: 1500px !important;
  }

  .sub_img_txt img {
    width: 300px !important;
  }

  .sub_3_con {
    gap: 54px;
  }
  .submit {
    width: 91%;
  }
}



@media (max-width: 991px) {

  .pc {
    display: none !important;
  }

  .onlyPC {
    display: inline-block;
    content: " ";
    padding: 0 1px;
  }

  /* #header {
    background-color: rgb(0, 0, 0, 0.0) !important;
  } */

  .show_logo {
    width: 100% !important;
  }

  #header {
    z-index: 999;
  }

  .head-container,
  .foot-container {
    width: 100%;
    height: auto;
    padding: 0 1.5rem;
    max-width: 100%
  }
  .head-container {
    padding-bottom: 15px;
  }

  .nav li {
    display: none;
  }


  #menuToggle {
    display: block;
    /* position: relative;
  top: 50px;
  left: 50px; */
    z-index: 10;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    text-decoration: none;
    color: var(--primary_bak);
    font-size: 20px;
    transition: color 0.3s ease;
    padding-bottom: 0;
  }

  #menuToggle a:hover {
    color: var(--Black);
    font-weight: 800;
  }


  #menuToggle input {
    display: block;
    width: 48px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 1001;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }


  #menuToggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    position: relative;
    background: var(--white);
    border-radius: 3px;
    z-index: 1000;
    transform-origin: 2px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin-bottom: 0;
  }


  #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
    background: var(--Black);
  }

  #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 1px);
  }


  #menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 108vh;
    /* margin: -100px 0 0 -246px; */
    padding: 50px;
    padding-top: 125px;

    display: flex;
    flex-direction: column;
    gap: 30px;

    background: var(--white);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }

    /* #menu li
  {
    padding: 10px 0;
  } */

  #menuToggle input:checked~ul {
    transform: none;
  }

  .toggle-sub {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid var(--border);
    margin-top: -12px;
    padding-top: 6px;
  }


  .toggle-sub li a {
    font-size: 16px !important;
  }


.head-banner {
  height: 70px;
}
.head-banner p {
  font-size: 12px;
  line-height: 1;
}
.head-banner__info {
  margin-bottom: 2px;
}

.head-banner__guide em {
  font-size: 16px;
}

.head-banner__info::before {
  top: -9px;
}
.head-banner__info::after {
  bottom: -30px;
}
.head-banner a {
  width: 54px;
  height: 20px;
  font-size: 10px;
}



.main-con {
  height: calc(100vh - 70px);
}

  .register_btn {
    width: 100%;
    bottom: 24px;
    right: initial;
  }
  
  .register_btn--cont {
    width: calc(100% - 180px);
  }

  .register_btn a {
    width: 100%;
    padding: 14px 80px;
  }







  #brand {
    height: auto !important;
  }

  #overview {
    height: 100vh !important;
  }
  .sub_1_intro {
    gap: 75px;
    margin-top: 0;
  }
  .sub_1_title {
    gap: 100px;
  }
  .sub_2-1_txt {
    width: 100%;
    padding: 0 24px;
  }

  .sub_2-1_img {
    width: 100%;
  }



  #overview-2 .container {
    height: auto !important;
  }

  .sub_2-2_con {
    flex-direction: column;
    padding: 100px 0 48px 0;
    margin-top: 0;
  }




  .sub_2-2_img {
    width: 100%;
    height: 400px;
    background: url("../images/img_sub_4.png") no-repeat center;
    background-size: cover;
    /* position: absolute;
  bottom: 30px;
  left: 0; */
    background-position: top 20% left 0;
  }

  .sub_2-2_img img {
    display: none;
  }


  .overflow-x {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* scrollbar-width: */
  }


  .birds-eye-view {
    gap: 42px;
  }

  .sub_img_txt img {
    width: 200px;
  }

  .elevation {
    width: 960px;
  }




  .sub_3_img ::-webkit-scrollbar {
    display: none;
  }

  .sub_3_btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    padding: 0;
    /* margin-top: 24px; */
  }

  .sub_3_btn_1 {
    width: 100% !important;
  }


  .sub_3_btn_1 .click img {
    width: 100% !important;
  }

  .sub_3-1 .register_btn {
    left: 50%;
    transform: translateX(-50%);
  }

  .btn_tit p {
    font-size: 14px;
  }


  .btn_tit span {
    font-size: 14px;
  }


  .title_en::after {
    position: absolute;
    /* right: -24px;
  top: 4px; */
    content: '';
    width: 8px;
    /* 사이즈 */
    height: 8px;
    /* 사이즈 */
    border-top: 1.5px solid var(--white);
    /* 선 두께 */
    border-right: 1.5px solid var(--white);
    /* 선 두께 */
    transform: rotate(135deg);
    /* 각도 */
    transition: .25s transform;
    margin: 4px 0 0 14px;
    right: 2px;
  }


  .slide_title .active::after {
    content: '';
    display: inline-block;
    transform: rotateZ(315deg);
    margin: 8px 0 0 14px;
    /* top: 8px; */
  }


  #overview-2,
  #your-villa,
  #your-villa .container,
  #partners,
  #partners .container,
  #location,
  #location .container,
  #register .container {
    height: auto !important;
  }

#your-villa .container {
  padding-top: 0;
}


  .sub_3_con {
    padding: 100px 0 64px 0;
  }


  .silde_alltxt {
    gap: 18px;
  }

  .sub_3-1 {
    height: auto !important;
    padding-bottom: 90px;
  }

  .sub_3-1 .row {
    max-width: calc(100% - 11%);
    justify-content: flex-start;
    /* margin-top: 180px; */
    height: auto;
  }

  .sub_3-1_con {
    flex-direction: column;
    gap: 40px;
    position: relative;
    left: auto;
    padding: 100px 0 48px 0;
    width: 100%;
  }


  .sub_3-1_slide .swiper-wrapper {
    transform: none !important;
  }


  .sub_3_sub {
    gap: 52px;
  }

  .sub_3-1_intro {
    width: 100%;
  }


  .sub_3-1_title {
    gap: 14px;
  }

  .sub_3-1_title h4 {
    font-size: 22px;
  }


  .sub_3-1_navi {
    display: none;
  }

  .sub_3-1_slide {
    width: 100%;
    height: auto;
  }

  .sub_3-1_slide .swiper-wrapper {
    flex-direction: column;
    gap: 44px;
  }


  .slide_img {
    width: 100%;
    height: 180px;
  }


  .sub_3-1_slide ul li:last-child {
    display: none;
  }

  .sub_3-1_slide .swiper-slide {
    width: 100%;
  }


  .sub_3-1_slide .active {
    width: 100% !important;
  }

  .sub_3-1_slide .active .slide_img {
    height: 350px;
  }


  .swiper-slide.active .slide_img span {
    display: block;
  }

  .title_en {
    font-size: 18px;
    text-align: left;
  }

  .title_kr {
    font-size: 14px;
  }



  #your-lifestyle {
    height: auto !important;
    margin: 0 auto;
    padding-bottom: 70px;
  }

  #your-lifestyle .container {
    height: auto !important;
  }


  #your-lifestyle .row {
    justify-content: flex-start;
  }

  .sub_4_con {
    padding: 100px 0 78px 0;
    justify-content: flex-start;
  }


  .con_inner {
    flex-direction: column;
    gap: 32px;
  }

  .sub_4_title {
    width: 100%;
  }


  .sub_4_title h1 {
    font-size: 32px;
  }

  .sub_4_tab {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    align-self: stretch;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;

  }

  .sub_4_tab li {
    width: 47%;
    font-size: 12px;
    letter-spacing: 0.7px;
    padding: 0 0 14px 0px;
  }



  .tab_con_flex {
    flex-direction: column;
    gap: 24px;
  }



  .sub_4-1_main_img,
  .sub_4-2_main_img,
  .sub_4-3_main_img {
    width: 100%;
    height: 220px;
  }


  .title_4-1 {
    font-size: 20px;
  }

  .txt_4-1 {
    font-size: 12px;
  }


  .sub_4-1_intro {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }

  .sub_4-1_intro_sub {
    flex-direction: column;
    gap: 32px;
  }

  .sub_img_wrap {
    width: 100%;
  }

  .sub_title_4-1 {
    font-size: 14px;
  }

  .sub_4-1_sub_txt p {
    font-size: 12px;
    line-height: normal;
  }


  .sub_tit_area ::after {
    top: -4px;
  }


  .tit_area ::after {
    width: 20px;
    height: 20px;
    top: 0;
  }




  .collection_list {
    flex-direction: column;
  }

  #muwaCollection_con .tab_con_flex {
    height: auto;
    gap: 32px;
  }


  .coList,
  .coList_intro,
  .coList_title,
  .coList_tit {
    width: 100%;
  }

  .coList_name span {
    font-size: 12px;
  }

  .coList_sub {
    font-size: 12px;
  }


  .sub_5_con {
    padding: 35px 0 100px 0;
    /* margin-bottom: 64px; */
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    position: relative;
  }


  .sub_5_txt {
    width: 100%;
    height: auto;
  }


  .sub_5_title h2 {
    font-size: 24px;
  }

  .sub_5_mtxt {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;

  }

  .sub_5_mtxt>p {
    color: var(--Gray);
    font-weight: 300;
    font-size: 13px;
    white-space: normal;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }




  .sub_5_slide .swiper-wrapper .mobile {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }

  .swiper-slide-m>.slide_name {
    top: 280px;
  }



  .sub_5_people ul {
    display: none;
  }


  .sub_5_slide {
    width: 100%;
    height: auto;
  }

  .sub_5_slide .swiper-wrapper {
    gap: 20px;
  }



  .sub_5_slide .swiper-wrapper li {
    /* width: 290px; */
    cursor: pointer;
    min-width: 84%;
  }


  .sub_5_nav {
    width: 100%;
    height: auto;
    /* position: absolute;
    bottom: -90px; */
  }

  .sub_5_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .sub_5_nav_li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid var(--border);
    padding-bottom: 8px;
    align-self: stretch;
    flex-shrink: 1;
    width: 33.3%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
  }

  .sub_5_nav ul .active {
    color: var(--white);
    font-weight: 700;
    border-bottom: 4px solid var(--border);
  }

  .slide-list {
    transition: transform 0.3s ease;
  }


  .sub_5_slide .swiper-container {
    -ms-overflow-style: none;
  }

  .sub_5_slide .swiper-container::-webkit-scrollbar {
    display: none;
  }

  .swiper-slide-m {
    height: 100%;
    width: 100%;
    height: 350px;
  }

  .content__more-btn {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--Gray);
    cursor: pointer;
    display: block !important;
    color: var(--Gray);
    text-align: center;
    padding: 12px;
    margin: 0;
    width: 100%;
    height: 42px;
  }

  .sub_6 {
    padding-bottom: 70px;
  }

  .content__more-btn::before {
    content: '더보기';
  }

  .content__more-btn:checked::before {
    content: '닫기';
  }

  .description:has(+ .content__more-btn:checked) {
    min-height: 207px;
    -webkit-line-clamp: unset;
   
  }








  .sub_6_location {
    padding: 100px 0 64px 0;
  }

  .sub_6_title {
    gap: 8px;
  }

  .sub_6_title h2 {
    font-size: 24px;
  }

  .sub_6_con {
    flex-direction: column;
    gap: 20px;
  }

  .map {
    width: 100%;
    height: 352px;
  }

  .sub_6_con_txt {
    width: 100%;
  }

  .sub_6_con_txt li {
    flex-direction: column;
  }

  .sub_6_con_txt .li-tit {
    font-size: 14px;
  }

  .li_li {
    gap: 10px;
  }

  .li_li p {
    font-size: 14px;
  }


  .sub_6_con_txt li span {
    font-size: 14px;
  }


  #register {
    height: auto !important;
    background: url(/images/img_sub_12_m.png) #0D0D0D 0px 0px / 100% no-repeat;
  }

  .sub_7_con {
    flex-direction: column;
    gap: 100px;
    position: relative;
    padding: 100px 0 64px 0;
  }

  .sub_7_left {
    width: 100%;
    height: auto;
  }

  .sub_7_tit h2 {
    font-size: 32px;
  }

  .sub_7_tit span {
    font-size: 16px;
  }

  .private {
    display: none;
  }


  .sub_7_right {
    width: 100%;
    align-items: center;
  }

  .info_1 {
    flex-direction: column;
  }

  .name,
  .number {
    width: 100%;
  }

  .info {
    gap: 20px;
  }

  .agreement_set {
    width: 100%;
  }



  input[type="checkbox"]+label {
    margin-right: 0;
  }


  input[type="checkbox"]+label span {
    margin-left: 24px;
  }

  summary {
    font-size: 12px;
  }


  .details {
    width: 100%;
    padding-left: 28px;
    margin: 0;
  }

  .details summary::after {
    right: 0;
  }

  .details>ul>li {
    flex-direction: column;
  }

  details>ul>li::before {
    position: absolute;
  }

  .details ul li span {
    width: 100%;
    padding-left: 18px;
    padding-top: 4px;
  }

  .submit {
    width: 95%;
  }


  .footer_logo {
    margin-top: 32px;
  }

  .footer_defult {
    line-height: normal;
  }

  .footer_info {
    gap: 24px;
  }

  .foot-adress {
    flex-direction: column;
    gap: 10px;
  }

  .footer_bottom {
    gap: 24px;
  }




  .modal {
    width: 100%;
    z-index: 999 !important;
    height: 74vh;
  }

#pop-5-1, #pop-6-1 {
  height: auto !important;
}




  .pop_contents {
    padding: 60px 20px 24px 20px;
  }

  .pop_img .swiper-horizontal {
    width: 100%;
    height: 360px;
  }

  .modal .swiper-wrapper {
    width: 100%;

  }


  .modal .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    /* 이미지 위치 조정을 위해 절대 위치로 변경 */
    left: 50%;
    /* 이미지를 영역 너비의 50% 만큼 오른쪽으로 이동 */
    transform: translateX(-50%);
  }


  .pop_img .swiper-horizontal:last-child {
    height: auto !important;
  }


  .pop_img_list ul {
    justify-content: flex-start;
    gap: 24px;

  }


  .pop_img_list ul li {
    margin-right: 0 !important;
  }

  .pop_txt {
    flex-direction: column;
  }

  .pop_img {
    margin-top: 32px;
    width: 100%;
  }

  .pop_img img {
    width: 100%;
  }

  .pop_table {
    width: 100%;
    margin-top: 32px;
  }

  .pop_table ul,
  .pop_table li {
    width: 100%;
  }

  .pop_table li {
    padding: 10px 0px;
  }


  .pop_intro_tit {
    display: flex;
    flex-direction: column;
    gap: 32px;

  }

  .pop_intro_tit_sub {
    font-size: 12px;
    color: var(--Gray);
    letter-spacing: 0.96px;
  }

  .pop_intro_tit .pop_intro {
    gap: 10px;
  }



  .pop_intro_tit .pop_intro .pop_sub {
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }


  . .pop_txt {
    margin-top: 32px;
  }















  .top_btn {
    right: 24px;
    bottom: 24px;
  }






}



/* 데스크탑 (가로 해상도가 992px보다 크고 1239px 보다 작은 화면에 적용)  */
@media (min-width: 992px) and (max-width: 1239px) {
  .mobile {
    display: none !important;
  }

  .head-container,
  .foot-container {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
  }

  .head-container,
  .foot-container {
    max-width: calc(100% - 72px);
  }

  .container {
    max-width: calc(100% - 72px);
  }

  .nav {
    gap: 2rem;
  }

  /* #main {
    padding: 12.5rem 2rem 8.25rem 2rem;
  } */



  .sub_1_title {
    gap: 80px;
  }


  .sub_1_intro {
    gap: 100px;
  }
  .sub_1_intro .logo_link {
    margin-bottom: 70px;
  }
  .main-con {
    gap: 2rem;
  }

  .sub_nav {
    gap: 2rem;
  }

  .sub_2-1_img {
    width: 100%;
  }

  .birds-eye-view {
    width: 87%;
  }

  .sub_img_txt img {
    width: 200px;
  }

  .sub_3-1_con {
    gap: 60px;
  }

  .sub_3_sub {
    gap: 24px;
  }

  .sub_3_btn {
    gap: 94px;
    padding: 0px 8%;
  }

  .sub_3-1_intro {
    width: 10%;
  }

  .sub_3-1_title h4 {
    font-size: 24px;
  }

  .sub_3-1_slide {
    height: 560px;
    /* width: 1500px; */
  }

  .sub_3-1_slide .swiper-slide {
    width: 200px;
  }



  .sub_3-1_slide .active .slide_img {
    height: 360px;

  }

  /* 
  .slide_img {
    height: 400px;
  }
  .sub_3-1_slide .active {
    width: 300px !important;
  } */






  .private_m {
    display: none;
  }


}

/* 큰화면 데스크탑 (가로 해상도가 1240px 보다 큰 화면에 적용)  */
@media (min-width: 1240px) {
  .mobile {
    display: none !important;
  }

@media (max-width: 1540px) {
  .modal {
    width: 90%;
  }
}


  .head-container,
  .foot-container {
    width: 100%;
    margin: 0 auto;
  }
  .foot-container{
    padding: 0;
  }
  .nav {
    gap: 70px;
  }

  .sub_nav {
    gap: 70px;
  }


  /* .sub_2-2_con,
  .sub_3_con,
  .sub_4_con,
  .sub_5_con,
  .sub_6_location {
    margin-top: 70px;
  }
 */





  /* .birds-eye-view {
    width: 92%;
  }

  .sub_img_txt img {
    width: 240px;
} */

  .sub_3_btn {
    padding: 0 5%;
    gap: 0;
  }


  .sub_img_txt img {
    width: 200px;
  }



  .sub_3-1_con {
    margin-top: 42px;
  }

  .sub_3-1_slide .swiper-slide:last-child {
    width: 1300px;
  }

  .sub_3-1_slide {
    height: 634px;
  }

  .slide_img {
    height: 420px;
  }

  .sub_3-1_slide .active .slide_img {
    height: 360px;
  }

  .sub_3-1_slide .active {
    width: 360px !important;
  }

  .tab_con_flex {
    gap: 60px;
  }




  .sub_4-1_intro {
    width: 40%;
  }


  .sub_4-1_sub_img_1,
  .sub_4-1_sub_img_2 {
    height: 110px;
  }


  .w42 {
    width: 42%;
  }







  .txt_4-1 br,
  .ex_1 br,
  .ex_2 br {
    display: inline-block;
    content: " ";
    padding: 0 1px;
  }

  /* .sub_4_title h1 {
    font-size: 56px;
  } */


  /* .sub_7_con {
    top: 13%;
  } */

  .private_m {
    display: none;
  }


}


@media (min-width: 1440px) {
  .sub_3-1_slide .swiper-slide:last-child {
    width: 1200px;
  }

  .sub_4-1_sub_img_1,
  .sub_4-1_sub_img_2 {
    height: 130px;
  }

  .sub_img_txt img {
    width: 260px;
  }




}




@media (max-width: 1919px) {
  #video {
    width: 95%;
    height: 80% !important;
  }



}

@media (min-width: 1920px) {
  .mobile {
    display: none !important;
  }


  #video {
    width: 85%;
    height: 80% !important;
  }

  .sub_3_btn {
    padding: 0 14%;
    gap: 0;
  }

  .sub_3-1_slide {
    height: 754px;
    ;
  }

  .sub_3-1_slide .swiper-slide:last-child {
    width: 700px;
  }

  .slide_img {
    height: 614px;
  }

  .sub_3-1_slide .active .slide_img {
    height: 520px;
  }

  .sub_3-1_slide .active {
    width: 520px !important;
  }

  .main_logo {
    width: 150px;

  }

  .sub_4-1_sub_img_1,
  .sub_4-1_sub_img_2 {
    height: 180px;
  }
  .sub_img_txt img {
    width: 300px;
  }

}
.overflow-y-hidden{
  overflow-y: hidden;
}

@media (max-width: 380px) {

  .btn_tit p {
    font-size: 12px;
  }
  .btn_tit span {
    font-size: 12px;
  }
  .sub_3_btn_1 {
    width: 100%;
  }
  .sub_3_con {
    padding: 100px 0 0 0;
  }
  .description:has(+ .content__more-btn:checked) {
    min-height: 265px;
  }
}

@media (max-width: 992px) {


  .sub_3 .sub_3_btn_1.active .btn_tit >p{
    font-weight: bold;
  }
  .sub_3 .sub_3_btn_1.active .btn_tit >span{
    font-weight: bold;
  }
  .sub_3 .sub_3_btn_1.active .click img{
    color: black;
  }

}



/* Optional: Keyframe animation for more complex effects */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#pop-1-1 .pop_table {
  display: none;
}
#pop-2-1 .pop_table {
  display: none;
}
#pop-3-1 .pop_table {
  display: none;
}
#pop-4-1 .pop_table {
  display: none;
}
#pop-1-1 .pop_intro.pc {
  margin-bottom: 32px; /* 필요에 따라 값 조절 */
}

#pop-1-1 .pop_txt {
  align-items: flex-start;
}
#pop-1-1 .pop_img {
  margin-bottom: 40px;
}
#pop-2-1 .pop_txt {
  align-items: flex-start;
}
#pop-2-1 .pop_img {
  margin-bottom: 40px;
}
#pop-3-1 .pop_txt {
  align-items: flex-start;
}
#pop-3-1 .pop_img {
  margin-bottom: 40px;
}
#pop-4-1 .pop_txt {
  align-items: flex-start;
}
#pop-4-1 .pop_img {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .top_btn {
    background: rgba(0,0,0, 0.9);
  }
  .main_logo {
    margin-top: -54px;
  }
  .container {
    padding-top: 70px;
  }
  .modal {
    height: auto !important;
    min-height: 0 !important;
    background: var(--Black) !important; /* 팝업 배경색과 동일하게 */
  }
  .pop_contents {
    height: auto !important;
    min-height: 0 !important;
  }
  .sub_5_con {
    padding: 40px 0 100px 0;
  }
  .sub_5_title {
    gap: 5px;
    margin-top: 30px;
  }
  #partners .register_btn {
    bottom: 28px;
  }
}

#pop-1-1 .pop_img_list .swiper-wrapper {
  justify-content: flex-start;
}
#pop-1-1 .pop_img_list {
  margin-left: 0;
  margin-right: auto;
}

.sub_title_4-1 + .arrow, /* 만약 꺾쇠가 별도 span.arrow로 되어 있다면 */
.sub_title_4-1 + span, /* 만약 꺾쇠가 별도 span으로 되어 있다면 */
.sub_title_4-1 + strong, /* strong 태그로 되어 있다면 */
.sub_title_4-1 + em {
  display: none !important;
}

/* 만약 꺾쇠가 단순 텍스트라면, CSS로는 숨길 수 없으니 HTML에서 주석처리 필요 */

.sub_title_4-1::after {
  display: none !important;
}

@media (max-width: 575px) {
  .pop_img_list ul {
    justify-content: flex-start !important;
    gap: 0 !important;
    height: auto;
  }
}

.sub_title_4-1::after {
  display: none !important;
}

.sub_4-1_sub_img_1, .sub_4-1_sub_img_2 {
  cursor: default !important;
}

@media (min-width: 991px) {
  .container, .sub_3-1 .row {
    padding-top: 100px;
  }
  .sub_2-1 .container {
    padding-top: 0;
  }
  .container, .sub_3-1 .row {
    /* padding-top: 100px; */
  }
  .main-con {
    height: calc(100vh - 100px);
  }
  .sub_1_intro {
    gap: 100px;
    margin-top: 0;
  }
  .sub_1_title {
    gap: 80px;
    margin-top: 0;
  }
}

@media (min-width: 1240px) and (max-width: 1349px) {
  .nav {
    gap: 40px;
  }
}
