:root {
    --color_dark: #000;
    --color_white: #ffffff;
    --pad_pc: 80px;
    --pad_mo: 20px;
    --viewport-width: 657px;
    --viewport-height: 759px;
}

#quick {
    animation: fadeIn 1s 8s forwards;
}


* {
    letter-spacing: -1px;
}

/* body.stop-scroll {
    touch-action: none;
    overflow: hidden !important;
} */

html, body {
    height: 100%;
    font-family: Pretendard, "sans-serif";
    scrollbar-width: none;
    overflow: visible !important;
}

html.able, html.able body {
    height: auto !important;
    overflow: visible !important;
}

.mainWrap {
    width: 100%;
    height: 100%;
}

.mainWrap.open {
    width: 100%;
    height: auto;
    overflow: hidden;
}

body.main, .mainWrap {
    max-width: none !important;
    margin: 0px !important;
}

#header {
    background: rgba(0, 0, 0, 0.396);
    opacity: 0;
    animation: 1.5s ease 8s 1 normal forwards running fadeIn;
}

body {
    overflow-x: hidden;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgb(0, 0, 0);
    z-index: 1000;
}

.loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(51, 51, 51);
    font-size: 35px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.main_loader {
}

.circular_loader {
    animation: 2s linear 0s infinite normal none running rotate;
    height: calc(100% + 40px);
    transform-origin: center center;
    width: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -20px;
    margin: auto;
}

.loader_path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    animation: 1.5s ease-in-out 0s infinite normal none running dash_circle, 6s ease-in-out 0s infinite normal none running color;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash_circle {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@media (max-width: 1080px) {
    .loader {
        width: calc(100% - 30px);
    }
}

.mo {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s, transform 0.8s;
}

.mo.active {
    opacity: 1;
    transform: none;
}

.mainVisual {
    height: 100vh;
    position: relative;
    clip-path: rect(0px 100% 100% 0px);
    overflow: hidden;
}

.mainVisual .circle_open {
    position: absolute;
    right: 9.5%;
    top: 13.5%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
	 z-index: 50;
	 opacity:0;
	 animation: fadeIn 1s 8s forwards;
}

.mainVisual .svgWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite; 
}

.mainVisual .svgWrap svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.mainVisual .svgWrap text {
    font-size: 12px;
    font-weight: 300;
    fill: #fff;
	opacity:0.8;
}
.mainVisual .svgWrap textPath{
	letter-spacing: 2px;
}
section .image,
section .img {position: relative;} 
section .image .img_cut,
section .img .img_cut,
.premium .listcon  .img_cut {
	position: absolute;
	right: 10px;
	bottom:10px;
	color:#fff;
	padding:5px 10px;
	background:#00000070;
	font-size:15px;
	z-inde:20;
}






.mainVisual .circle_content {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainVisual .circle_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}
.mainVisual .circle_text .con {
    letter-spacing: -1px;
    line-height: 110%;
}
.mainVisual .circle_text .con.bt {
    opacity: 0.9;
    font-size: 70%;
    font-weight: 400;
    margin-top: 4px;
}

@keyframes rotateText {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media(max-width:1080px){
	section .image .img_cut,
	section .img .img_cut,
	.premium .listcon  .img_cut {
		padding:4px 8px;
		font-size:65%;
		color: #ccc;
	}
	.premium .listcon  .img_cut {
		bottom:30px;
	}

	.mainVisual .scr{
		bottom: 15%;
	}
	.mainVisual .circle_open {
		right: 50%;
        top: 62%;
        transform: translate(50%, -50%);
		width: 140px;
		height: 140px;
	}
	.mainVisual .circle_content {
		width: 120px;
		height: 120px;
	}
	.mainVisual .circle_text .con {
		line-height: 130%;
	}
	.mainVisual .svgWrap text {
		font-size: 10px;
	}



	@keyframes logo_move_up {
		0% {
			top: 50%;
			transform: translate(-50%, -50%);
		}

		100% {
			top: calc(28% + 90px);
			transform: translate(-50%, 0px);
		}
	}

}

.mainVisual .intro {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(0, 0, 0);
    z-index: 1;
}

.mainVisual .intro .wrap {
    height: 100%;
}

.mainVisual .intro .bg {
    position: absolute;
    inset: 0px;
    background: url("/images/mainvisual_bg.jpg") center center / cover no-repeat rgb(0, 0, 0);
    opacity: 0;
    transition: opacity 1.25s 4s;
}

.mainWrap.open .mainVisual .intro .bg {
    opacity: 0.5;
}

.mainVisual .cir_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36vw;
    height: 36vw;
    pointer-events: none;
    visibility: visible;
    transition: visibility 0s linear 4.2s;
  }
  .mainWrap.open .mainVisual .cir_wrap {
    visibility: hidden;
    transition-delay: 4.2s;
  }
   
  .mainVisual .cir_wrap .cir {
    position: absolute;
    width: 100%;
    height: 100%;
  }
   
  .mainVisual .cir_wrap .cir_a {
    left: -8%;
    top: 8%;
  }
  .mainVisual .cir_wrap .cir_b {
    left: 8%;
    top: 0%;
  }
   
  .mainVisual .cir_wrap .cir svg {
    display: block;
    width: 100%;
    height: 100%;
  }
   
  .mainVisual .cir_wrap .cir svg circle {
    stroke-dasharray: 1571;
    stroke-dashoffset: 1571;
  }
   
  .mainWrap.open .mainVisual .cir_wrap .cir_a {
    animation: move_a 4.2s ease forwards;
  }
  .mainWrap.open .mainVisual .cir_wrap .cir_a svg circle {
    animation: draw_a 4.2s ease forwards;
  }
   
  @keyframes draw_a {
    0%   { stroke-dashoffset: 1571; }
    43%  { stroke-dashoffset: 0; }   
    100% { stroke-dashoffset: 0; }
  }
  @keyframes move_a {
    0%   { transform: translate(0, 0);    opacity: 1; }
    43%  { transform: translate(0, 0);    opacity: 1; } 
    67%  { transform: translate(0, 0);    opacity: 1; }
    100% { transform: translate(8%, -4%); opacity: 0; } 
  }
   
  .mainWrap.open .mainVisual .cir_wrap .cir_b {
    animation: move_b 4.2s ease forwards;
  }
  .mainVisual .cir_wrap .cir_b svg circle {
	  stroke-dasharray: 1571;
	  stroke-dashoffset: 1571;
	  transform: rotate(180deg);
	  transform-origin: 250px 250px;
	}
.mainWrap.open .mainVisual .cir_wrap .cir_b svg circle {
  animation: draw_b 4.2s ease forwards;
  /* stroke-dashoffset: -1571; 이거 제거 */
}
   
@keyframes draw_b {
  0%   { stroke-dashoffset: 1571; }   /* -1571 → 1571 */
  43%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; }
}
  @keyframes move_b {
    0%   { transform: translate(0, 0);     opacity: 1; }
    43%  { transform: translate(0, 0);     opacity: 1; }
    67%  { transform: translate(0, 0);     opacity: 1; }
    100% { transform: translate(-8%, 4%);  opacity: 0; } 
  }
   
  @media (max-width: 768px) {
    .mainVisual .cir_wrap {
      width: 70vw;
      height: 70vw;
    }
  
      
  }

.mainVisual .object {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -15%;
    z-index: 7;
    opacity: 0;
    clip-path: inset(0px 50%);
    transition: opacity 0.6s 6s, clip-path 1.5s cubic-bezier(0.4, 0, 0.2, 1) 6s;
}

.mainWrap.open .mainVisual .object {
    opacity: 1;
    clip-path: inset(0px 0%);
}

.mainVisual .object img {
    display: block;
    width: 100%;
}

.mainVisual .intro_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0;
    transition: opacity 3s 1.25s;
    width:17.5%;
}

.mainWrap.open .mainVisual .intro_logo {
    opacity: 1;
    animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) 5s 1 normal forwards running logo_move_up;
}

@keyframes logo_move_up {
    0% {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    100% {
        top: calc(12.5% + 90px);
        transform: translate(-50%, 0px);
        width:25%;
    }
}

.mainVisual .intro_logo img {
    width: 100%;
    transition: none;
    opacity: 1;
}

.mainWrap.open .mainVisual .intro_logo img {
    opacity: 1;
}

.mainVisual .clip {
    position: absolute;
    inset: 0px;
    clip-path: circle(18.13vw at 50% calc(50% + 1.2vw));
    transition: clip-path 1.2s 5s;
}

.mainWrap.open .mainVisual .clip {
    clip-path: circle(75% at 50% calc(50% + 1.2vw)) !important;
}

.mainVisual .clip span {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/mainvisual_bg.jpg?v=2") center center / cover no-repeat rgb(0, 0, 0);
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1.5s 3.5s, transform 1.5s 3.5s;
}

.mainWrap.open .mainVisual .clip span {
    opacity: 0.85;
    transform: scale(1);
}

.mainVisual .bottom {
    position: absolute;
    left: 50%;
    bottom: -150px;
    transform: translateX(-50%);
    width: 20%;
    z-index: 8;
    opacity: 0;
    transition: opacity 1s 6.75s, bottom 1s 6.75s;
}

.mainWrap.open .mainVisual .bottom {
    opacity: 1;
    bottom: 0px;
}

.mainVisual .bottom img {
    display: block;
    width: 100%;
}

.mainVisual .center {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10%;
    gap: 35px 0px;
    z-index: 10;
    text-align: center;
    font-weight: 3;
}

.mainVisual .brand_logos {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.8s 6.25s, transform 0.8s 6.25s;
}

.mainWrap.open .mainVisual .brand_logos {
    opacity: 1;
    transform: none;
}

.mainVisual .brand_logos img {
    width: auto;
}

.mainVisual .title {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.8s 5.75s, transform 0.8s 5.75s;
}

.mainWrap.open .mainVisual .title {
    opacity: 1;
    transform: none;
    color: #fff;
}

.mainVisual .title .explain{
	font-weight: 300;
	font-size: 26px;
	margin-bottom: 2.5%;
}
.mainVisual .title .en{
	font-family: 'Jost';
	font-size: 24px;
	margin-bottom: 7.5%;
}

.mainVisual .title .con {
    color: #d0bba0;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -2.5px;
    font-weight: 600;
}
.mainVisual .title .con .small{
    
font-size: 60%;
}
.mainVisual .title .con .flex{
    display: inline-flex;
    flex-direction: column;
}
.mainVisual .title .con .flex .flex_sm{
    font-size: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    opacity: 0.8;
}
.mainVisual .title .con .color{
    
color: #d8c6b5;
}

.mainVisual .title h2.con {
}

.mainVisual .scr {
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.8s 8.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.mainWrap.open .mainVisual .scr {
    opacity: 1;
}

.mainVisual .scr::before {
    content: "SCROLL";
    display: block;
    color: rgb(255, 255, 255);
    font-size: 10px;
    letter-spacing: 0.4px;
    font-family: "Sofia Pro", sans-serif;
}

.mainVisual .scr span {
    display: block;
    width: 26px;
    height: 42px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    position: relative;
    background: none;
    transform: none;
}

.mainVisual .scr span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    width: 5px;
    height: 5px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transform: translateX(-50%);
}

@keyframes scr_dot {
    0% {
        top: 7px;
        opacity: 1;
    }

    50% {
        top: 24px;
        opacity: 0.6;
    }

    100% {
        top: 7px;
        opacity: 1;
    }
}

.mainWrap.open .mainVisual .scr span::after {
    animation: 1.8s ease-in-out 8.6s infinite normal none running scr_dot;
}

.mainVisual .customer_info {
    position: absolute;
    right: 40px;
    top: 130px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 0px 12px;
    opacity: 0;
    transition: opacity 0.8s 8.5s;
}

.mainWrap.open .mainVisual .customer_info {
    opacity: 1;
    pointer-events: auto;
}

.mainVisual .customer_info .customer_btn {
    display: inline-block;
    padding: 8px 16px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: -0.02em;
    border-radius: 8px;
    transition: background 0.3s;
    white-space: nowrap;
}

.mainVisual .customer_info .customer_btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.mainVisual .customer_info .tel {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    font-family: Jost, sans-serif;
    background: rgba(0, 0, 0, 0.46);
    padding: 8px 16px;
    border-radius: 8px;
}

@media(max-width:1080px){
    .mainWrap.open .mainVisual .intro_logo{
        width: 25%;
        animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) 5s 1 normal forwards running logo_move_up;
    }
    .mainWrap.open .mainVisual .intro_logo img{
        max-width: max-content;
    }
    @keyframes logo_move_up {
        0% {
            top: 50%;
            transform: translate(-50%, -50%);
        }
    
        100% {
            top: calc(10% + 80px);
            transform: translate(-50%, 0px);
            width:45%;
        }
    }
    .mainVisual .scr{
        bottom: 15%;
    }
    
}

@media (max-width: 500px) {

	.mainVisual .scr {
		bottom: 15%;
	}
    .mainVisual .customer_info {
        right: 50%;
        transform: translateX(50%);
        top: auto;
        bottom: 18%;
    }

    .mainVisual .center {
        justify-content: flex-start;
        padding-top: 30%;
    }

    .mainVisual .cir_box {
        bottom: calc(55% + 15vw);
    }

    .mainWrap.open .mainVisual .cir_box {
        bottom: calc(50% + 35vw);
    }

    .mainWrap.open .mainVisual .circle {
        width: 70vw;
    }

    .mainVisual .clip {
        clip-path: circle(35vw at 50% 50%);
    }

    .mainVisual .intro_logo img {
        /* width: 40vw;
        min-width: 80px; */
    }

    .mainVisual .title h2.con {
        font-size: clamp(22px, 6.5vw, 38px);
    }

    .mainVisual .object {
        bottom: 0px;
    }

    .mainVisual .bottom {
        width: 60%;
    }

    .mainWrap.open .mainVisual .brand_logos {
        width: 50%;
    }

    .mainWrap.open .mainVisual .brand_logos img {
        width: 100%;
    }

    .mainVisual .title .explain{
        font-size: 20px;
    }
    .mainVisual .title .en{
        font-size: 18px;
    }
    .mainVisual .title .con {
        font-size: 28px;
    }

    .mainWrap.open .mainVisual .intro_logo{
        width: 35%;
        animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) 5s 1 normal forwards running logo_move_up;
    }
    .mainWrap.open .mainVisual .intro_logo img{
        max-width: max-content;
    }
    @keyframes logo_move_up {
        0% {
            top: 50%;
            transform: translate(-50%, -50%);
        }
    
        100% {
            top: calc(12.5% + 80px);
            transform: translate(-50%, 0px);
            width:60%;
        }
    }
    
	.mainVisual .circle_open {
		animation: fadeIn 1s 8s forwards;
	}
	.mainVisual .circle_text {
		width: 120px;
        height: 120px;
	}
	.mainVisual .circle_text {
		padding-bottom: 4px;
	}

}

.about {
	padding-bottom: 7.5%;
    width: calc(100% - 135px);
}

.about_top {
    padding-top: 5%;
    padding: 8% 0 7.5%;
}

.about_top .about_item {
    overflow: hidden;
    display: flex;
    gap: 100px;
}

.about_top .title {
    text-align: center;
    margin-bottom: 5%;
    font-family: Jost, sans-serif;
    font-size: 80px;
}

.about_top .about_item .text {
    font-size: 25px;
}

.about_top .about_item .text .slogan {
    color: rgb(171, 151, 128);
    margin-bottom: 2.5%;
}

.about_top .about_item .image {
    opacity: 0;
    clip-path: inset(0px 100% 0px 0px);
    transition: opacity 0.1s, clip-path 1.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.about_top .about_item.active .image {
    opacity: 1;
    clip-path: inset(0px 0% 0px 0px);
}

.about_top .about_item .image img {
    transform: scale(1.08);
    transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.about_top .about_item.active .image img {
    transform: scale(1);
}

.about_top .text p {
    /* overflow: hidden; */
}

.about_top .text p span {
    display: block;
    transform: translateY(100%);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 200;
    line-height: 1.5;
}

.about_top .text .desc {
    line-height: 1.5;
    font-size: 22px;
    font-weight: 400;
    color: rgb(45, 45, 45);
}

.about_top .text .line {
    width: 1px;
    height: 0px;
    max-height: 100px;
    background: #919191;
    margin: 30px 0px;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
}

.about_top .about_item.active .text .line {
    height: 100px;
}

.about_top .about_item.active .text .slogan span {
    transform: none;
    transition-delay: 0.35s;
    font-weight: 500;
}

.about_top .about_item.active .text .sub_slogan span {
    transform: none;
    transition-delay: 0.45s;
}

.about_top .about_item.active .text .desc:nth-of-type(1) span {
    transform: none;
    transition-delay: 0.62s;
}

.about_top .about_item.active .text .desc:nth-of-type(2) span {
    transform: none;
    transition-delay: 0.69s;
}

.about_top .about_item.active .text .desc:nth-of-type(3) span {
    transform: none;
    transition-delay: 0.76s;
}

.about_top .about_item.active .text .desc:nth-of-type(4) span {
    transform: none;
    transition-delay: 0.83s;
}

.about_top .about_item.active .text .desc:nth-of-type(5) span {
    transform: none;
    transition-delay: 0.9s;
}
.about_top .about_item.active .text .desc:nth-of-type(6) span {
    transform: none;
    transition-delay: 0.97s;
    margin-top: 20px;
}
.about_top .about_item.active .text .desc:nth-of-type(7) span {
    transform: none;
    transition-delay: 1.04s;
}
.about_top .about_item.active .text .desc:nth-of-type(8) span {
    transform: none;
    transition-delay: 1.11s;
}
.about_top .about_item.active .text .desc:nth-of-type(9) span {
    transform: none;
    transition-delay: 1.18s;
}

.about_slideWrap {
    transform: translateX(23%);
}

.about_slideWrap .swiper-free-mode > .swiper-wrapper {
    padding-top: 7%;
}

.swiper-wrapper {
    gap: 50px;
}

.about .area {
    position: relative;
    padding-left: 0px;
}

.about .sd {
    padding: 0 var(--pad_pc);
}

.about .sd .swiper-slide {
    cursor: pointer;
    max-width: 460px;
}

.about .sd .img {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.about .sd .img img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 0.8s;
}

.about .sd .name{
    position: relative;
    margin-bottom: 5%;
    display: flex;
    align-items: center;
    gap: 40px;
}
.about .sd .name span {
    color: rgb(171, 151, 128);
    font-weight: 500;
    font-size: 25px;
    position: relative;
    z-index: 10;
}

.about .sd .name span.line {
    width: 63%;
    height: 1px;
    background: rgb(0, 0, 0);
    position: relative;
    flex: 1;
}

.about .sd a {
    display: block;
    position: relative;
    overflow: hidden;
}

.about .sd .ho {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.about .sd .img:before {
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.557);
    opacity: 0;
    transition: opacity 0.8s;
    z-index: 1;
}
/* .about .sd .swiper-slide-active .img:before {
    opacity: 1;
} */

.about .sd .ho .txt {
    position: absolute;
    left: 0px;
    bottom: 2.0833vw;
    width: 100%;
    padding: 0px 1.8vw;
}

.about .sd .ho .txt .t1 {
    margin-bottom: 0.8vw;
}

.about .sd .ho .txt .t1 p {
    color: rgb(255, 255, 255);
    font-size: 1.05vw;
    line-height: 1.64em;
    letter-spacing: -0.025em;
    overflow: hidden;
}

.about .sd .ho .txt .t1 p span {
    display: block;
    transform: translateY(100%);
    transition: transform 0.6s 0.2s;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -1.5px;
    line-height: 130%;
}

.about .sd .ho .txt .t2 {
    position: relative;
}

.about .sd .ho .txt .t2 p {
    color: rgb(255, 255, 255);
    font-size: 17px;
    letter-spacing: -0.025em;
    overflow: hidden;
    word-break: keep-all;
}

.about .sd .ho .txt .t2 p span {
    display: block;
    transform: translateY(100%);
    transition: transform 0.6s 0.2s;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: -1px;
}
.about .sd .ho .txt .t2 p .small{
	display: inline;
	font-size: 14px;
}

.about .sd .ho .txt .t2 .arr {
    position: absolute;
    right: 0px;
    top: 0.5vw;
    font-size: 1.1vw;
    color: rgb(255, 255, 255);
    opacity: 0;
    transform: translate(-50%, 50%);
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}

.about .sd .swiper-slide:hover .img:before, .about .sd .swiper-slide:hover .img img {
    opacity: 1;
}
/* .about .sd .swiper-slide.swiper-slide-active .img:before,
.about .sd .swiper-slide.swiper-slide-active .img img {
    opacity: 1;
} */

.about .sd .swiper-slide:hover .img img {
    transform: scale(1.05);
}
/* .about .sd .swiper-slide.swiper-slide-active .ho .txt .t1 p span,
.about .sd .swiper-slide.swiper-slide-active .ho .txt .t2 p span,
.about .sd .swiper-slide.swiper-slide-active .ho .txt .t3 p span {
    transform: none;
    opacity: 1;
} */

.about .sd .swiper-slide:hover .ho .txt .t1 p span, .about .sd .swiper-slide:hover .ho .txt .t2 p span, .about .sd .swiper-slide:hover .ho .txt .t3 p span {
    transform: none;
    opacity: 1;
}

.about .sd .swiper-slide:hover .ho .txt .t3 .arr {
    opacity: 1;
    transform: none;
}

.about .sd_cont {
    display: flex;
    gap: 0px 20px;
    padding: 0 var(--pad_pc);
    align-items: center;
}

.about .sd_cont .arr {
    display: flex;
    align-items: center;
}

.about .sd_cont .arr button {
    display: block;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: opacity 0.4s;
}

.about .sd_cont .arr .prev {
    transform: rotate(180deg);
}

.about .sd_cont .arr .next {
    margin-left: -9px;
}

.about .sd_cont .arr .swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.about .sd_cont .num {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: rgb(17, 17, 17);
    display: flex;
    align-items: center;
}

.about .sd_cont .num .swiper-pagination-current {
    font-weight: 700;
}

.about .sd_cont .num .swiper-pagination-total::before {
    content: "OF";
    padding: 0px 4px;
}

.about_top .about_item.active .text .line {
    height: 80px;
}

.about_top .text .line {
    max-height: 80px;
    margin: 10px 0px;
}

@media (max-width: 1080px) {
    .about_top .about_item {
        flex-direction: column;
        margin-bottom: 0;
        gap: 30px;
    }

    .about_top .about_item .image img {
        width: 100%;
    }

    .about_top {
        padding-top: 15%;
    }

    .about_top .title {
        font-size: 40px;
        margin-bottom: 10%;
    }

    .about_top .about_item .text {
        /* font-size: 18px; */
        margin: 0px auto;
        text-align: left;
    }

    .about_top .about_item .text .slogan {
        margin-bottom: 0px;
    }

    .about_top .text .desc {
        /* font-size: 16px; */
    }

    .about_top .text p span {
        line-height: 1.3;
    }

    .about .sd {
        padding: 0px 40px;
    }

    .about .sd_cont {
        padding: 0px 40px;
    }

    .about .sd .name {
        font-size: 1.4vw;
        display: flex;
    }

    .about .sd .name span {
        font-size: 20px;
    }

    .about .sd .name span.line {
    }

    .about .swiper-wrapper {
        gap: 20px;
    }

    .about .sd .ho {
        text-align: left;
    }

    .about .sd .ho .txt .t1 p {
        font-size: 1.4vw;
        text-align: left;
    }

    .about .sd .ho .txt .t1 p span {
        margin-bottom: 10px;
        letter-spacing: -2px;
        font-size: 4vw;
    }

    .about .sd .ho .txt .t2 p {
        font-size: 1.8vw;
    }

    .about .sd .ho .txt .t2 p span {
        line-height: 1.4;
        font-weight: 300;
    }
	


    .about .sd .ho .txt .t3 p {
        font-size: 1.3vw;
    }

    .about .sd .ho .txt .t3 .arr {
        font-size: 1.4vw;
    }

    .about_slideWrap{
        transform: translate(0);
        padding: 10% 0;
    }
    .about .area{
        height: auto;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about .sd .swiper-slide {
    }
    /* .about .sd .swiper-slide .ho .dim, .about .sd .swiper-slide:hover .img img,.about .sd .swiper-slide .img:before {
        opacity: 1;
        pointer-events: none;
    } */
    /* .about .sd .swiper-slide .ho .txt .t1 p span,
    .about .sd .swiper-slide .ho .txt .t2 p span,
    .about .sd .swiper-slide .ho .txt .t3 p span {
        pointer-events: none;
        transform: none;
        opacity: 1;
    } */
	.about .sd .swiper-slide.swiper-slide-active .ho .txt .t1 p span,
	.about .sd .swiper-slide.swiper-slide-active .ho .txt .t2 p span,
	.about .sd .swiper-slide.swiper-slide-active .ho .txt .t3 p span {
		transform: none;
		opacity: 1;
	}
	.about .sd .swiper-slide.swiper-slide-active .img:before,
	.about .sd .swiper-slide.swiper-slide-active .img img {
		opacity: 1;
	}
	.about .sd .swiper-slide-active .img:before {
		opacity: 1;
	}
    .about .sd .swiper-slide:nth-last-child(1){

    }
    
}

@media (max-width: 1080px) {
    .about .sd .swiper-slide {
        max-width: 90%;
    }
    /* .about .sd {
        padding: 0 var(--pad_mo);
    } */

    .about .sd_cont {
        padding: 0 var(--pad_mo);
    }

    .about .sd .name {
        font-size: 3.3vw;
    }

    .about .sd .ho .txt {
        padding: 0px 4vw;
        bottom: 4vw;
    }
	    .about .sd .ho .txt p {word-break: keep-all;}
	

    .about .sd .ho .txt .t1 p {
        font-size: 3vw;
    }

    .about .sd .ho .txt .t2 p {
        font-size: 3.2vw;
    }
	.about .sd .ho .txt .t2 p .small{
		font-size: 75%;
	}

    .about .sd .ho .txt .t3 p {
        font-size: 2.8vw;
    }

    .about .sd .ho .txt .t3 .arr {
        font-size: 3vw;
    }

    .about .sd .swiper-slide-active .ho .dim {
        opacity: 1;
    }

    .about .sd .swiper-slide-active .ho .txt .t1 p span, .about .sd .swiper-slide-active .ho .txt .t2 p span, .about .sd .swiper-slide-active .ho .txt .t3 p span {
        transform: none;
        opacity: 1;
    }
    .about .sd .swiper-slide-active .ho .txt .t3 .arr {
        opacity: 1;
        transform: none;
    }
    .about .sd .ho .txt .t1 p span{
        opacity: 0;
        transition: 0.5s all;
    }
    .about .sd .name span{
        font-size: 4vw;
    }
    .about .sd .name span.line{
    }
}

.premium {
    position: relative;
    overflow: hidden;
	 width: calc(100% - 135px);
    height: 100vh;
}
.premium.is-locked {
    touch-action: none;
}

.premium .wrap {
    width: 100%;
    height: 100%;
}

.premium .content {
    width: 100%;
    height: 100%;
    justify-content: center;
}

.premium .listWrap {
    display: flex;
    height: 100%;
    position: relative;
}

.premium .listcon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    opacity: 0;
    visibility: hidden;
}

.premium .listcon.active {
    opacity: 1;
    visibility: visible;
}

.premium .listcon::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(1, 1, 1, 0.5);
    z-index: 1;
}

.premium .listcon .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.premium .listcon.--01 .bg {
    background: url("../images/main_premium_img_01.jpg?v=2") center center / cover no-repeat;
}

.premium .listcon.--02 .bg {
    background: url("../images/main_premium_img_02.jpg?v=2") center center / cover no-repeat;
}

.premium .listcon.--03 .bg {
    background: url("../images/main_premium_img_03.jpg?v=2") center center / cover no-repeat;
}

.premium .listcon .text {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    z-index: 2;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s;
}

.premium .listcon.active .text {
    transform: translateY(0px);
    opacity: 1;
}

.premium .listcon .title {
    font-size: 80px;
    font-weight: 500;
    color: rgb(171, 151, 128);
    font-family: Jost;
    letter-spacing: -2px;
}

.premium .listcon .line {
    width: 1px;
    height: 70px;
    background: rgb(255, 255, 255);
    margin: 20px auto;
}

.premium .listcon .slogan {
    font-size: 36px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 130%;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.premium .listcon .explain {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 150%;
    font-weight: 300;
    letter-spacing: -1px;
}
.premium .listcon .explain .small {
	font-size: 16px;
}

.premium .sub_navi {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
    height: 150px;
    display: flex;
    align-items: flex-start;
}

.premium .sub_navi .line {
    height: calc(33.3333%);
    background: #fff;
    width: 2px;
    transition: 1s;
}

.premium .sub_navi .line::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background: rgb(204, 204, 204);
}

@media(max-width:1080px){
	.premium {width:100%;}
    .premium .sub_navi{
        top: auto;
        bottom: 5%;
        left: 5%;
        right: auto;
        justify-content: center;
        height: 100px;
    }
    .premium .sub_navi .line{
        width: 5px;
    }
    .premium .sub_navi .line::before{
        left: calc(50% - 0px);
        transform: translateX(-50%);
    }
}
@media(max-width:1080px){
    .premium .listcon .title{
        font-size: 10vw;
    }
    .premium .listcon .line{
        height: 0;
        padding-bottom: 7vh;
    }
    .premium .listcon .slogan{
        font-size: 6vw;
    }
    .premium .listcon .explain{
        font-size: 3.4vw;
    }
	.premium .listcon .explain .small {
	font-size: 2.8vw;
}

}

.feature {
    padding-bottom: 10%;
	width: calc(100% - 135px);
}

.feature_item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px 80px;
    overflow: visible;
    position: relative;
    padding: 140px 0px;
}

.feature_item .image {
    overflow: hidden;
}

.feature_item .feature_obj {
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}

.feature_item.refresh .feature_obj {
    left: -1%;
    top: 30%;
    transform: translateY(-50%);
    width: 24%;
}

.feature_item.plan .feature_obj {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
}

.feature_item .feature_obj img {
    display: block;
    width: 100%;
}

.feature_item + .feature_item {
    padding-top: 0px;
    justify-content: flex-start;
}

.feature_item.reverse {
    flex-direction: row-reverse;
}

.feature_item .image {
    flex: 0 0 52%;
    overflow: hidden;
}

.feature_item .image img {
    display: block;
    width: 100%;
    transition: transform 0.8s;
}

.feature_item:hover .image img {
    transform: scale(1.03);
}

.feature_item .text, .feature_item .image {
    position: relative;
    z-index: 1;
}

.feature_item .text .title {
    font-size: 25px;
    font-weight: 500;
    color: rgb(171, 151, 128);
    margin-bottom: 25px;
}

.feature_item .text .slogan {
    font-size: 30px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    letter-spacing: -2px;
    line-height: 1.25;
    margin-bottom: 22px;
}

.feature_item .text .desc {
    font-size: 19px;
    color: rgb(0, 0, 0);
    line-height: 1.6;
    letter-spacing: -1.5px;
    font-weight: 200;
}
.feature_item .text .desc .small {
	font-size: 15px;
}

@media (max-width: 1080px) {
	.feature  {
		width: 100%;
	}
    .feature_item {
        padding: 50px 0px 50px 90px;
        align-items: flex-start;
    }

    /* .feature_item .text .title {
        font-size: 22px;
    }

    .feature_item .text .slogan {
        font-size: 24px;
    }

    .feature_item .text .desc {
        font-size: 14px;
    } */

    .feature_item, .feature_item.reverse {
        flex-direction: column;
        padding: 70px 40px;
        gap: 10px 0px;
    }

    .feature_item .image {
        flex: 0 0 auto;
        width: 100%;
    }

    .feature_item.refresh {
        padding: 70px 0px 0px 90px;
        gap: 10px 0px;
        align-items: flex-start;
        text-align: left;
    }

    .feature_item.plan {
        flex-direction: column-reverse;
        padding-left: 0px;
        align-items: flex-end;
        padding-right: 15%;
        padding-top: 23% !important;
    }
}

@media (max-width: 1080px) {
    .feature_item .text .title {
        font-size: 4vw;
        margin-bottom: 2.5%;
    }
    .feature_item .text .slogan {
        font-size: 5vw
    }
    .feature_item .text .desc {
        font-size: 3.4vw;
    }
	.feature_item .text .desc .small {
	font-size: 2.8vw;
}
}

.location {
    position: relative;
    background: rgb(38, 38, 38);
	width: calc(100% - 135px);
    overflow: hidden;
	
}

.location_progress {
    position: absolute;
    top: calc(5% + 100px);
    left: 40%;
    right: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0px 100px;
}

.location_progress .progress_label {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    width: 100%;
}

.location_progress .progress_label .line {
    flex: 1 1 0%;
    height: 1px;
    background: rgb(221, 221, 221);
    position: relative;
    overflow: hidden;
}

.location_progress .progress_label .line span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background: rgb(51, 51, 51);
}

.location_progress .progress_label .title {
    font-size: 25px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-family: Jost, sans-serif;
}

.location_progress .line, .location_progress .title {
    opacity: 0;
    transition: opacity 0.6s;
}

.location_pagination .swiper-pagination-bullet {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s, transform 0.5s, border-color 0.3s;
}

.location_sd {
    width: 100%;
    min-height: 100vh;
}

.location_sd .swiper-wrapper, .location_sd .swiper-slide {
    min-height: 100vh;
}

.location_sd .swiper-slide {
    display: flex;
    align-items: stretch;
}

.location_sd .image {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}

.location_sd .swiper-slide:nth-child(1) .image {
    background: url("../images/main_location_img_01.jpg?v=3") center center / cover no-repeat;
}

.location_sd .swiper-slide:nth-child(2) .image {
    background: url("../images/main_location_img_02.jpg?v=2") center center / cover no-repeat;
}

.location_sd .swiper-slide:nth-child(3) .image {
    background: url("../images/main_location_img_03.jpg?v=2") center center / cover no-repeat;
}

.location_sd .swiper-slide:nth-child(4) .image {
    background: url("../images/main_location_img_04.jpg?v=2") center center / cover no-repeat;
}

.location_sd .image::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    background-clip: inherit;
    background-color: inherit;
    background-size: cover;
    opacity: 0;
    transform: scale(1.1);
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity;
}

.location.animated .location_sd .image::before, .location_sd .swiper-slide-active .image::before {
    opacity: 1;
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s 0.5s;
}

.location_sd .swiper-slide-active .image::before {
    opacity: 0;
    transform: scale(1.1);
}

.location_sd .swiper-slide-active .rightBox .text span {
    transform: translateY(110%);
}

.location_sd .image {
    clip-path: inset(0px 100% 0px 0px);
}

.location.animated .location_sd .swiper-slide-active .image {
    clip-path: inset(0px 0% 0px 0px);
    transition: clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.location.animated .location_sd .swiper-slide-active .image::before {
    opacity: 1;
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s 0.5s;
}

.location.animated .location_sd .swiper-slide-active .rightBox .text span {
    transform: translateY(0px);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.location_sd .rightBox {
    flex: 1 1 0%;
    background: rgb(211, 198, 185);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 13% 100px 0px;
    color: rgb(255, 255, 255);
    position: relative;
}

.location_sd .rightBox .text .title {
    font-family: Jost, sans-serif;
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 35px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

.location_sd .rightBox .text .desc {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    letter-spacing: -1px;
}

.location_sd .rightBox .text .title, .location_sd .rightBox .text .desc {
    overflow: hidden;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.location_sd .rightBox .text .title span, .location_sd .rightBox .text .desc span {
    display: block;
    transform: translateY(110%);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.location_sd .rightBox .text .desc span {
    line-height: 1.5;
}
.location_sd .rightBox .text .desc .small {
	display:inline;
	font-size: 16px;
}

.location.animated .location_sd .swiper-slide-active .rightBox .text .title span {
    transform: translateY(0px);
    transition-delay: 0.1s;
}

.location.animated .location_sd .swiper-slide-active .rightBox .text .desc span {
    transform: translateY(0px);
    transition-delay: 0.25s;
}

.location_pagination {
    padding-left: 60px;
    gap: 0px 20px;
    z-index: 10;
    position: absolute !important;
    left: 42% !important;
    bottom: 28% !important;
    right: auto !important;
    width: auto !important;
    display: flex !important;
}

.location_pagination.swiper-pagination-hidden {
    display: flex !important;
}

.location_pagination .swiper-pagination-bullet {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(16px);
    border: 2px solid transparent;
    background-color: rgb(51, 51, 51);
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    transition: opacity 0.5s, transform 0.5s, border-color 0.3s;
    flex-shrink: 0;
    margin: 0px !important;
}

.location_pagination .swiper-pagination-bullet:nth-child(1) {
    background-image: url("../images/main_location_img_01.jpg?v=2");
}

.location_pagination .swiper-pagination-bullet:nth-child(2) {
    background-image: url("../images/main_location_img_02.jpg?v=2");
}

.location_pagination .swiper-pagination-bullet:nth-child(3) {
    background-image: url("../images/main_location_img_03.jpg?v=2");
}

.location_pagination .swiper-pagination-bullet:nth-child(4) {
    background-image: url("../images/main_location_img_04.jpg?v=2");
}

.location_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    border-color: rgb(255, 255, 255);
}

@media (max-width: 1080px) {
    /* .main_loader{
        width: 100%;
        height: 100%;
    }
    .circular_loader {
        width: 80%;
        height: 80%;
        top:auto;
        left:auto;
    } */
    .about{
        overflow-x: hidden;
		width: 100%;
    }
    .about_top .about_item.active .text .line{
        height: 40px;
    }
    .location{
        background: rgb(211, 198, 185);
		width:100%;
    }
    .location_sd .rightBox{
        background: transparent;
    }
    .location_sd{
        min-height: calc(100vh - 80px);
    }
    .location_sd .swiper-wrapper, .location_sd .swiper-slide{
        min-height: calc(100vh - 80px);
    }

    .location_sd .swiper-slide {
        flex-direction: column;
        opacity: 0 !important;
        transition: opacity 0.1s ease;
    }
    .location_sd .swiper-slide.swiper-slide-active{
        opacity:1!important;
    }
    .location_sd .swiper-slide img{
        width: 100%;
    }

    .location_sd .image {
        flex: 0 0 auto;
        width: 100%;
        min-height: 45vw;
    }

    .location_sd .rightBox {
        padding: 50px;
        text-align: left;
    }

    .location_sd .swiper-slide-active .rightBox .text .title span {
        line-height: 1.1;
    }

    .location_sd .rightBox .text .title {
        font-size: 38px;
    }

    .location_sd .rightBox .text .desc {
        font-size: 18px;
        word-break: keep-all;
    }
	.location_sd .rightBox .text .desc .small {
		font-size: 2.8vw;
	}

    .location_progress {
        left: 0px;
        padding: 20px 40px 0px;
    }

    .location_progress .progress_label .title {
        font-size: 15px;
        color: rgb(255, 255, 255);
    }

    .location_pagination {
        padding-left: 0px;
        transform: translateX(-50%);
        left: 50% !important;
        bottom: 0 !important;
        position: relative !important;
        padding: 10%;
        justify-content: center;
    }

    .location_pagination .swiper-pagination-bullet {
        width: 65px;
        height: 65px;
    }

    .header_m {
        opacity: 0;
        animation: 1s ease 7.5s 1 normal forwards running fadeIn;
    }
}

@media (max-width: 1080px) {
    .location_sd{
        min-height: 0;
    }
    .location_sd .swiper-wrapper, .location_sd .swiper-slide{
        min-height: 0;
    }
	
    .about_top .about_item .text{
        font-size: 4vw;
    }
    .about_top .text .desc{
        font-size: 3.6vw;
    }
    .location_sd .image {
        min-height: 0;
    }
    .location_sd .rightBox {
        padding: 5% 10%;
    }
    .location_progress {
        padding: 16px var(--pad_mo) 0;
    }
    .location_sd .rightBox .text .title{
        font-size: 8vw;
        margin-bottom: 5%;
    }
    .location_sd .rightBox .text .desc{
        font-size: 3.6vw;
    }
}

.map {
    display: flex;
    align-items: stretch;
    background: rgb(244, 247, 247);
    min-height: 60vh;
	width: calc(100% - 135px);
}

.map_left {
    width: 30%;
    padding: 90px 50px 90px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px 0px;
}

.map_left > .title {
    font-size: 22px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-bottom: 36px;
}

.map_info .list {
    padding: 40px 0px;
}

.map_info .list:last-child {
}

.map_info .list .text .title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.map_info .list .text .info {
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.map_link {
    display: flex;
    gap: 0px 14px;
}

.map_link .btn {
    display: flex;
    font-size: 17px;
    color: rgb(51, 51, 51);
    letter-spacing: -1px;
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    align-items: center;
    gap: 10px;
}

.map_link .btn:hover {
    opacity: 0.8;
}

.map_link .btn::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
}

.map_link .btn.naver::before {
    background: url("../images/main_map_icon_naver.png?v=2") center center no-repeat rgb(41, 79, 80);
}

.map_link .btn.kakao::before {
    background: url("../images/main_map_icon_kakao.png?v=2") center center no-repeat rgb(139, 125, 112);
}

.map_right {
    flex: 1 1 0%;
    overflow: hidden;
    position: relative;
}

.map_right::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.map_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.2s, transform 1.2s;
}

.map_right.active img {
    opacity: 1;
    transform: none;
}

@media (max-width: 1080px) {
    .map {
        flex-direction: column-reverse;
        padding: 15% 20px;
        min-height: auto;
		width:100%;
    }

    .map_left {
        width: 100%;
        padding: 0;
        text-align: center;
        text-align: center;
        align-items: center;
    }
    .map .map_info {
        text-align: left;
    }

	.map_link {
		justify-content: center;
	}

    .map_right {
        min-height: 300px;
        margin-bottom: 5%;
    }

    .map_info .list {
        padding: 5% 0;
		text-align: center;
    }

    .map_left > .title {
        margin-bottom: 16px;
    }
}

@media (max-width: 1080px) {
    .map_right {
        min-height: 240px;
    }

    .map_right::before {
        display: none;
    }

    .map_left > .title{
        font-size: 5vw;
        margin: 5% 0 2.5%;
    }
    .map_info .list .text .title{
        font-size: 4vw;
        margin-bottom: 1.25%;
    }
    .map_info .list .text .info {
        font-size: 3.6vw;
    }

    .map_link .btn {
        font-size: 3vw;
        gap: 5px;
    }

    .map_link .btn::before {
        width: 24px;
        height: 24px;
    }
    .map_link .btn.naver::before{
        background-size: 30%;
    }
    .map_link .btn.kakao::before{
        background-size: 30%;
    }
}