@charset "utf-8";

/* reset css */
html {
   font-size: 16px;
}
body {
   height: auto;
   position: relative;
   -ms-overflow-style: none;  /* IE and Edge */
}
body::-webkit-scrollbar {
   display: none;  /* Chrome, Safari, Opera*/
}
body,
a {
   color: #111;
}
.font-prompt-L {
   font-family: "Prompt", sans-serif;
   font-weight: 300;
}
.font-prompt-R {
   font-family: "Prompt", sans-serif;
   font-weight: 400;
}
.font-prompt-M {
   font-family: "Prompt", sans-serif;
   font-weight: 500;
}

.font56 {
   font-size: 56px;
   line-height: 1.3;
}
.font40 {
   font-size: 40px;
   line-height: 1.1;
}
.font32 {
   font-size: 32px;
   line-height: 1;
}
.font20 {
   font-size: 20px;
   line-height: 1.3;
}
.font16 {
   font-size: 16px;
   line-height: 1.5;
}
.font14 {
   font-size: 14px;
   line-height: 1.5;
   font-weight: 500;
}
.font12 {
   font-size: 12px;
   line-height: 1.5;
   font-weight: 400;
}
.font10 {
   font-size: 10px;
}
.color-70 {
   color: rgba(255, 255, 255, 0.7);
}

.mt0 {
   margin-top: 0 !important;
}
.mt2 {
   margin-top: 2 !important;
}
.mt4 {
   margin-top: 4px !important;
}
.mt8 {
   margin-top: 8px !important;
}
.mt16 {
   margin-top: 16px !important;
}
.mt24 {
   margin-top: 24px !important;
}
.mt32 {
   margin-top: 32px !important;
}
.mt40 {
   margin-top: 40px !important;
}
.mt48 {
   margin-top: 48px !important;
}
.mt56 {
   margin-top: 56px !important;
}
.mt64 {
   margin-top: 64px !important;
}
.mt80 {
   margin-top: 80px !important;
}
.mt96 {
   margin-top: 96px !important;
}
.mt120 {
   margin-top: 120px !important;
}

.mb0 {
   margin-bottom: 0 !important;
}
.mb4 {
   margin-bottom: 4px !important;
}
.mb8 {
   margin-bottom: 8px !important;
}
.mb16 {
   margin-bottom: 16px !important;
}
.mb24 {
   margin-bottom: 24px !important;
}
.mb32 {
   margin-bottom: 32px !important;
}
.mb40 {
   margin-bottom: 40px !important;
}
.mb48 {
   margin-bottom: 48px !important;
}
.mb56 {
   margin-bottom: 56px !important;
}
.mb64 {
   margin-bottom: 64px !important;
}
.mb80 {
   margin-bottom: 80px !important;
}
.mb96 {
   margin-bottom: 96px !important;
}
.mb120 {
   margin-bottom: 120px !important;
}

.pt0 {
   padding-top: 0 !important;
}
.pt4 {
   padding-top: 4px !important;
}
.pt8 {
   padding-top: 8px !important;
}
.pt16 {
   padding-top: 16px !important;
}
.pt24 {
   padding-top: 24px !important;
}
.pt32 {
   padding-top: 32px !important;
}
.pt40 {
   padding-top: 40px !important;
}
.pt48 {
   padding-top: 48px !important;
}
.pt56 {
   padding-top: 56px !important;
}
.pt64 {
   padding-top: 64px !important;
}
.pt80 {
   padding-top: 80px !important;
}
.pt96 {
   padding-top: 96px !important;
}
.pt120 {
   padding-top: 120px !important;
}

.pb0 {
   padding-bottom: 0 !important;
}
.pb4 {
   padding-bottom: 4px !important;
}
.pb8 {
   padding-bottom: 8px !important;
}
.pb16 {
   padding-bottom: 16px !important;
}
.pb24 {
   padding-bottom: 24px !important;
}
.pb32 {
   padding-bottom: 32px !important;
}
.pb40 {
   padding-bottom: 40px !important;
}
.pb48 {
   padding-bottom: 48px !important;
}
.pb56 {
   padding-bottom: 56px !important;
}
.pb64 {
   padding-bottom: 64px !important;
}
.pb80 {
   padding-bottom: 80px !important;
}
.pb96 {
   padding-bottom: 96px !important;
}
.pb120 {
   padding-bottom: 120px !important;
}

.hide {
   display: none;
}
.of-hi {
   overflow: hidden !important;
}
.fl-l {
   float: left !important;
}
.fl-r {
   float: right !important;
}
.cl-b {
   width: 0;
   height: 0;
   font-size: 0;
   line-height: 0;
   clear: both;
}
.va-m {
   vertical-align: middle !important;
}
.va-t {
   vertical-align: top !important;
}
.ta-c {
   text-align: center !important;
}
.ta-l {
   text-align: left !important;
}
.ta-r {
   text-align: right !important;
}
.clear {
   display: block;
   overflow: visible;
   width: auto;
   clear: both;
   zoom: 1;
}
.clear:after {
   display: block;
   visibility: hidden;
   height: 0;
   font-size: 0;
   clear: both;
   content: '';
}
.ellipse {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.ellipse.lh1 {
   display: inline-block;
   width: 100%;
   line-height: 1.3;
}
.ellipse.lh2 {
   white-space: normal;
   line-height: 1.2;
   height: 2.4em;
   text-align: left;
   word-wrap: break-word;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.ellipse.lh3 {
   white-space: normal;
   line-height: 1.2;
   height: 3.6em;
   text-align: left;
   word-wrap: break-word;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.ellipse.lh4 {
   white-space: normal;
   line-height: 1.2;
   height: 4.8em;
   text-align: left;
   word-wrap: break-word;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
button {
   padding: 0;
   border: none;
   cursor: pointer;
   font-family: inherit;
   background: none;
   border-radius: 0;
}
.uppercase {
   text-transform: uppercase;
}
.d-block {
   display: block;
}
.d-inline-block {
   display: inline-block;
}
.d-inline {
   display: inline;
}

/* Main CSS */
#mainWrap {
   font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
   position: relative;
   overflow: hidden;
   background: #fbf9fa;
}
#mainWrap .title-box {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   text-align: center;
}
#mainWrap .visual1 .title-box {
   align-items: flex-end;
   text-align: right;
}
#mainWrap .title-box .sub-title {
   font-family: "Prompt", sans-serif;
   font-weight: 400;
   font-size: 20px;
   line-height: 1.3;
   text-transform: uppercase;
   line-height: 26px;
   letter-spacing: 5px;
   display: block;
   text-align: center;
}
#mainWrap .title-box .title {
   display: flex;
   align-items: center;
   gap: 10px;
   font-family: "Bebas Neue", sans-serif;
   font-weight: 400;
   font-size: 128px;
   color: #fff;
   line-height: 1.1;
   letter-spacing: 0.05em;
}
#mainWrap .title-box .title > span {
   background-image: linear-gradient(to right, #fffcf2 0%, #ffdf8e 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
#mainWrap .title-box .title > span.tag {
   background: #fff;
   border-radius: 50px;
   color: #000;
   -webkit-text-fill-color: unset;
   font-size: 20px;
   padding: 8px 16px;
   vertical-align: middle;
   line-height: 1;
   font-family: "Prompt", sans-serif;
   font-weight: 400;
}

#mainWrap .type-hover {
   position: relative;
   overflow: hidden;
   z-index: 1;
   color: #fff;
}
#mainWrap .type-hover::before {
   content: '';
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background-color: rgba(255, 255, 255, 1);
   transition: color 0.6s;
   animation-duration: 0.6s;
   animation-timing-function: ease;
   animation-fill-mode: forwards;
   z-index: -1;
}
#mainWrap .type-hover.fade-in {
   color: #111;
}
#mainWrap .type-hover.fade-in::before {
   animation-name: fade-blank-in;
}
#mainWrap .type-hover.fade-out::before {
   animation-name: fade-blank-out;
}

#mainWrap .title-box .sub-desc {
   font-family: "Young Serif", serif;
   font-size: 72px;
   font-weight: 500;
   letter-spacing: normal;
   line-height: 1.1;
   color: #fff;
   text-align: left;
   display: flex;
   flex-direction: column;
}
#mainWrap .visual1 .title-box .sub-desc {
   text-align: right;
}
#mainWrap .title-box .sub-desc2 {
   font-family: "Pretendard Variable", Pretendard, sans-serif;
   font-size: 30px;
   font-weight: 600;
   line-height: 1.5;
   color: #fff;
   text-align: left;
   margin-top: 4px;
}
#mainWrap .title-box .btn-area {
   display: flex;
   gap: 10px;
   justify-content: center;
   width: 100%;
   margin-top: 32px;
}
#mainWrap .title-box .btn-area > a {
   max-width: 200px;
   width: 100%;
   height: 40px;
   line-height: 40px;
   border: 1px solid #fff;
   border-radius: 5px;
   font-size: 16px;
}
#mainWrap .default-wrap {
   position: relative;
   max-width: 1432px;
   width: 100%;
   padding-left: 16px;
   padding-right: 16px;
   margin-left: auto;
   margin-right: auto;
}
#mainWrap .big-card {
   position: relative;
   width: 100%;
   border-radius: 8px;
   overflow: hidden;
}
#mainWrap .big-card .bg-image {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   transition: transform 1s cubic-bezier(0.2, 0, 0.1, 1), -webkit-transform 1s cubic-bezier(0.2, 0, 0.1, 1);
}
#mainWrap .big-card > a {
   position: relative;
   z-index: 1;
   display: block;
   width: 100%;
   height: 100%;
   padding: 48px;
}
#mainWrap .btn-arrow {
   display: block;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   border: 1px solid #fff;
   background-image: url(../image/icon_arrow_w.svg);
   background-repeat: no-repeat;
   background-position: center;
   transition: all 0.3s;
}
.swiper-button-next,
.swiper-button-prev {
   width: 32px;
   height: 32px;
   background-color: rgba(0, 0, 0, 0.3);
   border-radius: 50%;
   background-size: 12px 12px;
   background-position: center;
   background-repeat: no-repeat;
   top: 50%;
   transform: translateY(-50%);
}
.swiper-pagination {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   gap: 8px;
}
.swiper-pagination .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   background-color: #ccc;
   margin: 0;
   opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
   background-color: #05C3DD !important;
}

.section01, .section03 {
   height: 100vh !important;
}
.section02 {
   margin-top: 13vh !important;
   height: 87vh !important;
}
.section01 {
   position: relative;
   width: 100%;
   overflow: hidden;
}
.section01 .hero-list {
   position: relative;
}
.section01 .hero-list.visual0 {
   background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/main_pc.jpg);
}
.section01 .hero-list.visual1 {
   background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/main_pc2.jpg);
}
.section01 .hero-list.visual0 .hero-area {
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding: 17vh 70vh 10vh 25vh;
}
.section01 .hero-list.visual1 .hero-area {
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   padding: 17vh 25vh 10vh 70vh;
}

.section01 .hero-list .info-box {
   margin-top: 20px;
   width: 65%;
}
.section01 .hero-list .info-box ul {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 30px;
}
.section01 .hero-list .info-box ul > li {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px;
   padding: 1.5rem;
   background: rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(10px);
   border: 1px solid rgb(255 255 255 / 0.3);
   border-radius: 8px;
   box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
   width: calc(100% / 3);
   height: 14vh;
}
.section01 .hero-list .info-box p {
   font-size: 30px;
   line-height: 1.5;
   font-weight: 700;
   color: #fff;
}
.section01 .hero-list .btn-box {
   margin-top: 50px;
}
.section01 .hero-list .btn-box a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px; /* 텍스트와 화살표 사이 간격 */
   width: 200px;
   height: 60px;
   border: 1px solid #fff;
   border-radius: 30px;
   font-size: 16px;
   font-weight: 500;
   text-align: center;
   color: #fff;
   transition: all 0.3s;
}

.section01 .hero-list .btn-box a::after {
   content: '>';
   display: inline-block;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   transition: margin-left 0.3s;
}

.section01 .hero-list .btn-box a:hover {
   color: #000;
   background: #fff;
}

.section01 .hero-list .btn-box a:hover::after {
   margin-left: 6px; /* 살짝 오른쪽으로 이동 */
}

.section01 .hero-list .info-desc {
   font-size: 12px;
   text-align: center;
   margin-top: 20px;
   color: #fff;
}
.section01 .hero-list {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
.section01 .hero-slide {
   cursor: pointer;
}

.section02 {
   position: relative;
   width: 63%;
   overflow: hidden;
}
.section02 .yologo-title {
   text-align: center;
}
.section02 .yologo-title h1{
   font-size: 36px;
   font-weight: 600;
   letter-spacing: normal;
   line-height: 1.5;
   margin:0 0 10px;
}
.section02 .yologo-title h1 span{
   font-size: 24px;
   color: #888;
}
.section02 .yologo-title p{
   margin: 0 auto;
   color: #6b7280;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.625;
   word-break: keep-all;
}
.section02 .yolo_swiper {
   width: 100%;
   height: auto;
   padding: 20px;
}
.section02 .yolo_swiper .swiper-slide {
   border: 1px solid #e5e7eb;
   border-radius: 15px;
   display: flex;
   flex-direction: column;
   gap: 30px;
}
.section02 .yolo_swiper .swiper-slide:hover {
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   transition: box-shadow 0.3s;
}
.yolo-image-div {
   overflow: hidden;
}
.section02 .yolo_swiper .swiper-slide:hover .yolo-card .yolo-image img {
   transform: scale(1.05);
   transition: all 0.3s;
   box-shadow: none;
}
.section02 .yolo_swiper .yolo-card {
   position: relative;
   overflow: hidden;
   border-radius: 15px 15px 0 0;
   background: #fff;
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   transition: all 0.3s;
}
.section02 .yolo_swiper .yolo-card .yolo-badge {
   position: absolute;
   top: 16px;
   left: 16px;
   font-size: 14px;
   font-weight: 500;
   padding: 4px 12px;
   border-radius: 50px;
   z-index: 1;
   color: #fff;
}
.yolo-badge.best {
   background: #05C3DD;
}
.yolo-badge.premium {
   background: #2d4439;
}
.yolo-badge.ready {
   background: #6b7280;
}
.section02 .yolo-slide {
   cursor: pointer;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-dots {
   display: flex !important;
   align-items: center;
   justify-content: center;
   gap: 8px;
   position: absolute;
   bottom: 10px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-dots li {
   width: 24px;
   height: 24px;
   border-radius: 50%;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-dots li span {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   display: block;
   border: none;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-dots li span:hover {
   border: 2px solid #fff;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-dots li.slick-active span {
   border: 2px solid #fff;
   /* box-shadow: 0 0 0 2px #b9f8cf; */
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-prev, .section02 .yolo_swiper .yolo-card .yolo-image .slick-next {
   width: 32px;
   height: 32px;
   position: absolute;
   background-color: rgba(0, 0, 0, 0.1);
   border-radius: 50%;
   background-size: 12px 12px;
   background-position: center;
   background-repeat: no-repeat;
   top: 50%;
   transform: translateY(-50%);
   z-index: 2;
   display: flex !important;
   align-items: center;
   justify-content: center;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-prev {
   left: 10px;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-next {
   right: 10px;
}
.section02 .yolo_swiper .yolo-card .yolo-image .slick-dots {
   position: absolute;
   bottom: 10px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
}


.section02 .yolo_swiper .yolo-card .yolo-image img {
   width: 100%;
   height: auto;
   object-fit: contain;
}
.section02 .yolo_swiper .yolo-info {
   padding: 0 20px;
}
.section02 .yolo_swiper .yolo-info h2 {
   font-size: 18px;
   font-weight: 600;
   color: #000;
   line-height: 1.5;
   margin-bottom: 8px;
}
.section02 .yolo_swiper .yolo-info .yolo-info-top {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.section02 .yolo_swiper .yolo-info .yolo-info-title {
   display: flex;
   flex-direction: column;
}
.section02 .yolo_swiper .yolo-info .yolo-info-title h3 {
   font-size: 24px;
   font-weight: 600;
   line-height: 1.5;
   color: #000;
   margin-bottom: 4px;
}
.section02 .yolo_swiper .yolo-info .yolo-info-title span {
   font-size: 16px;
   font-weight: 500;
   color: #6b7280;
   line-height: 1.5;
}
.section02 .yolo_swiper .yolo-info .yolo-info-color {
   display: flex;
   gap: 10px;
   justify-content: center;
   align-items: center;
}
.section02 .yolo_swiper .yolo-info .yolo-info-color li {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 1px solid #e5e7eb;
}
.section02 .yolo_swiper .yolo-info .yolo-info-price {
   font-size: 14px;
   font-weight: 700;
   color: #111827;
   line-height: 1.6;
}
.section02 .yolo_swiper .yolo-info .yolo-info-price span {
   font-size: 24px;
   color: #05C3DD;
}
.section02 .yolo_swiper .yolo-info .yolo-info-mid {
   margin: 14px 0;
   font-size: 16px;
   color: #6b7280;
   line-height: 1.375;
   font-weight: 400;
   overflow: hidden;
}
.section02 .yolo_swiper .yolo-info .yolo-info-btm {
   display: flex;
   justify-content: space-evenly;
   align-items: flex-start;
   padding: 20px 0;
   margin-bottom: 20px;
   background: #fbf9fa;
   border-radius: 10px;
}
.section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box {
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   gap: 4px;
}
.section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box .dim-value {
   font-size: 20px;
   font-weight: 700;
   line-height: 1.5;
   color: #1f2937;
}
.section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box .dim-title {
   font-size: 12px;
   font-weight: 400;
   line-height: 1.5;
   color: #6b7280;
}
.section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box .dim-subtitle {
   font-size: 12px;
   color: #6b7280;
}
.section02 .yolo_swiper .yolo-info .yolo-info-bottom p {
   font-size: 14px;
   font-weight: 600;
   color: #000;
   line-height: 1.4;
}
.section02 .yolo_swiper .yolo-info .yolo-info-bottom ul {
   display: flex;
   flex-direction: column;
   margin-top: 8px;
   gap: 7px;
}
.section02 .yolo_swiper .yolo-info .yolo-info-bottom ul li {
   font-size: 13px;
   color: #6b7280;
   line-height: 1.4;
   position: relative;
   padding-left: 15px;
}
.section02 .yolo_swiper .yolo-info .yolo-info-bottom ul li::before {
   content: '•';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   color: #6b7280;
   font-size: 20px;
   line-height: 1;
}
.section02 .yolo_swiper .yolo-info-btn {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 10px;
   padding: 0 20px 20px 20px; 
}
.section02 .yolo_swiper .yolo-info-btn a {
   display: block;
   width: 48%;
   height: 40px;
   line-height: 40px;
   border-radius: 5px;
   font-size: 14px;
   font-weight: 600;
   transition: all 0.3s;
}
.section02 .yolo_swiper .yolo-info-btn a.order {
   text-align: center;
   border: 1px solid #6b7280;
   color: #fff;
   background-color: #6b7280;
}
.section02 .yolo_swiper .yolo-info-btn a.order:hover {
   background-color: #05C3DD;
   border-color: #05C3DD;
}
.section02 .yolo_swiper .yolo-info-btn a.white {
   text-align: center;
   border: 1px solid #6b7280;
   color: #6b7280;
   background-color: #fff;
}
.section02 .yolo_swiper .yolo-info-btn a.white:hover {
   background-color: #05C3DD;
   border-color: #05C3DD;
   color: #fff;
}
.section02 .yolo-swiper .swiper-pagination {
   margin-top: 10px;
}
.section03 {
   position: relative;
   width: 100%;
   height: 100vh;
   overflow: hidden;
}
.section03 .bg-image {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   height: 100%;
   background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/3section.jpg);
   opacity: 0.9;
   filter: brightness(0.7);
   /* filter: brightness(0.7); */
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: 0;
}
.section03 .content-wrap {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1;
}
.section03 .content-wrap .content-box {
   text-align: center;
}
.section03 .content-wrap .content-box h2 {
   font-size: 2.55rem;
   font-weight: 500;
   color: #fff;
   line-height: 1.1;
   margin-bottom: 20px;
}
.section03 .content-wrap .content-box h1 {
   font-size: 3.4rem;
   font-weight: 700;
   color: #05C3DD;
   line-height: 1.2;
}
.section03 .content-wrap .content-box h1 br {
   display: none;
}

/* popup */
.popup-wrap {
   position: fixed;
   right: 32px;
   bottom: 40px;
   width: 360px;
   height: 502px;
   z-index: 99;
}
.popup-wrap .overlay {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   /*backdrop-filter: blur(8px);*/
   background-color: rgba(0, 0, 0, 0.7);
}
.popup-wrap .popup {
   position: absolute;
   width: 100%;
   height: 100%;
   border: 2px solid #ccc;
   border-radius: 8px;
   box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.popup-wrap .popup-swiper {
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.popup-wrap .popup-swiper .swiper-pagination {
   bottom: 14px !important;
}
.popup-wrap .popup-swiper .swiper-pagination .swiper-pagination-bullet {
   background-color: #fff !important;
}
.popup-wrap .btn-close {
   width: 32px;
   height: 32px;
   background-color: #fff;
   border-radius: 50%;
   position: absolute;
   top: -16px;
   right: -16px;
   z-index: 2;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
   border: 1px solid #999;
}
.popup-wrap .btn-close > span {
   display: block;
   width: 2px;
   height: 16px;
   background-color: #666;
   position: absolute;
   top: 50%;
   left: 50%;
}
.popup-wrap .btn-close > span:first-child {
   transform: translate(-50%, -50%) rotate(45deg);
}
.popup-wrap .btn-close > span:last-child {
   transform: translate(-50%, -50%) rotate(-45deg);
}

/* floating */
.floating-wrap {
   position: fixed;
   bottom: 40px;
   right: 40px;
   display: flex;
   flex-direction: column;
   gap: 8px;
   z-index: 10;
}
.floating-wrap > li {
   position: relative;
}
.floating-wrap > li > button,
.floating-wrap > li > a {
   display: block;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background-color: #fff;
   filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.15));
   background-repeat: no-repeat;
   background-size: 24px 24px;
   background-position: center;
   transition: all 0.3s;
}
.floating-wrap > li > span {
   display: none;
   position: absolute;
   right: 64px;
   top: 50%;
   transform: translateY(-50%);
   width: max-content;
   padding: 6px 8px;
   background-color: #fff;
   border-radius: 5px;
   font-size: 12px;
   filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.15));
}
.floating-wrap > li > span::after {
   content: '';
   display: block;
   width: 8px;
   height: 10px;
   background-image: url(../image/img_tooltip.svg);
   background-repeat: no-repeat;
   background-size: contain;
   position: absolute;
   right: -7px;
   top: 50%;
   transform: translateY(-50%);
}
.floating-wrap > li:nth-child(1) > button {
   background-image: url(../image/icon_popup.svg);
}
.floating-wrap > li:nth-child(2) > a {
   background-image: url(../image/icon_cs.svg);
}
.floating-wrap > li:nth-child(3) > a {
   background-image: url(../image/icon_kakao.svg);
}
.floating-wrap > li:nth-child(4) > button {
   background-image: url(../image/icon_top.svg);
}
.charge1 {
   font-size: 14px;
   vertical-align: middle;
}
.hero-scroll {
   position: absolute;
   bottom: 0;
   width: 100%;
   z-index: 1;
}
.scroll-down {
  position: absolute;
  bottom: 6vh;   /* 섹션 하단 위치 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem; /* 크기 조절 */
  animation: bounce 1.2s infinite;
}
.scroll-down .scroll-txt {
   color: #e5e7eb;
   font-size: 14px;
   font-weight: 400;
}
.back_w .scroll-down .scroll-txt {
   color: #111;
}
.scroll-down2 {
   position: absolute;
   bottom: 1vh;   /* 섹션 하단 위치 */
   left: 50%;
   transform: translateX(-50%);
   font-size: 2rem; /* 크기 조절 */
   animation: bounce 1.2s infinite;
}
.scroll-down2 .scroll-arrow {
   border: 2px solid rgb(255 255 255 / 0.6);
   width: 22px;
   height: 36px;
   display: inline-block;
   margin-top: 8px;
   border-radius: 25px;
   text-align: center;
}
.back_w .scroll-down2 .scroll-arrow {
   border: 2px solid rgb(0 0 0 / 0.6);
}
.scroll-down2 .scroll-arrow > span {
   border: 2px solid rgb(255 255 255 / 0.6);
   display: inline-block;
   height: 10px;
   margin-bottom: 7px;
   align-items: center;
   border-radius: 25px;
}
.back_w .scroll-down2 .scroll-arrow > span {
   border: 2px solid rgb(0 0 0 / 0.6);
}
.main_swiper {
   width: 100%;
   height: 100%;
   position: relative;
}
.swiper-wrapper {
   align-items: center;
}
.swiper-scrollbar {
   display: none;
}
.mo-hidden {
   display: block;
}
.pc-hidden {
   display: none;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, 0);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 내려올 때 빠르게 */
  }
  50% {
    transform: translate(-50%, -20px);
    animation-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19); /* 올라갈 때 느리게 */
  }
}

@media all and (max-width: 1024px) {
   .font56 {
      font-size: 40px;
   }
   .font40 {
      font-size: 32px;
   }
   .font32 {
      font-size: 24px;
   }
   .font20 {
      font-size: 18px;
   }
   .font16 {
      font-size: 14px;
   }
   .font14 {
      font-size: 12px;
      text-transform: uppercase;
   }
   .font12 {
      font-size: 10px;
      line-height: 1.2;
   }

   #mainWrap .type-hover.white {
      background-color: #fff;
      color: #111;
   }
   #mainWrap .type-hover.fade-in::before {
      animation: none;
   }
   #mainWrap .type-hover.fade-out::before {
      animation: none;
   }

   /* Main CSS */
   #mainWrap .visual0 .title-box, #mainWrap .visual1 .title-box {
      align-items: center;
      text-align: center;
   }
   #mainWrap .title-box .sub-title {
      font-size: 16px;
   }
   #mainWrap .title-box .title {
      font-size: 72px;
   }
   #mainWrap .title-box .title > span.tag {
      font-size: 16px;
      padding: 6px 12px;
   }
   #mainWrap .title-box .sub-desc {
      font-size: 33px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px;
   }
   #mainWrap .title-box .sub-desc2 {
      font-size: 20px;
   }
   #mainWrap .title-box .btn-area {
      margin-top: 28px;
   }
   #mainWrap .title-box .btn-area > a {
      max-width: 140px;
      height: 32px;
      line-height: 32px;
      font-size: 14px;
   }
   #mainWrap .big-card {
      max-width: 100%;
   }
   #mainWrap .big-card > a {
      padding: 32px;
   }
   #mainWrap .btn-arrow {
      width: 30px;
      height: 30px;
   }

   .section01, .section03 {
      height: calc(var(--vh, 1vh) * 100) !important;
   }
   .section02 {
      margin-top: calc(var(--vh, 1vh) * 11) !important;
      height: calc(var(--vh, 1vh) * 89) !important;
   }
   .section01 .hero-list {
      padding: calc(var(--vh, 1vh) * 15) 0 calc(var(--vh, 1vh) * 30) 0;
      height: 100%;
   }
   .section01 .hero-list.visual0 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/main_mo.jpg);
   }
   .section01 .hero-list.visual1 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/main_mo2.jpg);
   }
   .section01 .hero-list.visual0 .hero-area {
      padding: 0 30px;
      align-items: center;
      justify-content: flex-start;
   }
   .section01 .hero-list.visual1 .hero-area {
      padding: 0 30px;
      gap: 15px;
      align-items: center;
      justify-content: flex-start;
   }
   .section01 .hero-list .info-box {
      width: 100%;
      margin-top: 0;
   }
   .section01 .hero-list .info-box ul {
      width: 100%;
      gap: 20px;
   }
   .section01 .hero-list .info-box ul > li {
      align-items: center;
      width: 100%;
      height: 11vh;
      padding: 0.7rem;
      gap: 1px;
   }
   .section01 .hero-list .info-box p {
      font-size: 17px;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      line-height: 1.2;
   }
   .section01 .hero-list .btn-box {
      margin-top: 20px;
   }
   .section01 .hero-list .btn-box a {
      max-width: 140px;
      height: 36px;
      line-height: 36px;
      font-size: 14px;
   }
   .section01 .hero-list .btn-box a:after {
      content: '';
      display: none;
   }
   .section02 {
      width: 90%;
   }
   .section02 .yologo-title {
      margin: 10px 0;
   }
   .section02 .yologo-title h1{
      font-size: 30px;
   }
   .section02 .yologo-title h1 span{
      font-size: 18px;
   }
   .section02 .yolo_swiper {
      padding: 10px;
      padding-bottom: 20px;
   }
   .section02 .yolo_swiper .swiper-slide {
      gap: 30px;
      height: auto;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   }
   .section02 .yolo_swiper .swiper-pagination {
      flex-direction: row;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-title span {
      font-size: 14px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-price span {
      font-size: 20px;
      line-height: 2;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box .dim-subtitle {
      font-size: 10px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box .dim-value {
      font-size: 18px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-bottom ul {
      gap: 10px;
   }
   .section03 .content-wrap .content-box {
      padding: 0 20px;
      word-break: keep-all;
   }
   .section03 .content-wrap .content-box h2 {
      font-size: 1.6rem;
      margin-bottom: 10px;
   }
   .section03 .content-wrap .content-box h1 {
      font-size: 1.9rem;
   }

   /* popup */
   .popup-wrap {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 999;
   }
   .popup-wrap .overlay {
      display: block;
   }
   .popup-wrap .popup {
      max-width: 340px;
      width: 100%;
      height: 475px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 15%;
   }
   .popup-wrap .popup-swiper .swiper-pagination {
      bottom: 14px !important;
   }
   .popup-wrap .btn-close {
      width: 28px;
      height: 28px;
      top: -15px;
      right: -15px;
   }
   .popup-wrap .btn-close > span {
      height: 15px;
   }

   /* floating */
   .floating-wrap {
      bottom: 30px;
      right: 15px;
      gap: 10px;
   }
   .floating-wrap > li > button,
   .floating-wrap > li > a {
      width: 40px;
      height: 40px;
      background-size: 19px 19px;
   }
   .mo-hidden {
      display: none;
   }
   .pc-hidden {
      display: block;
   }
}

@media all and (max-width: 768px) {
   .section02 .yologo-title h1 {
      font-size: 24px;
      margin: 0 0 8px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-mid {
      margin: 10px 0;
      font-size: 14px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-title h3 {
      font-size: 20px;
      margin-bottom: 2px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box .dim-value {
      font-size: 16px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-btm {
      padding: 15px 0;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-btm .dim-box .dim-subtitle {
      font-size: 9px;
   }
   .section02 .yologo-title h1 span {
      font-size: 16px;
   }
   .section02 .yolo_swiper .yolo-info .yolo-info-price span {
      line-height: 1.5;
   }
   .section03 .content-wrap .content-box h2 {
      font-size: 1.4rem;
   }
   .section03 .content-wrap .content-box h1 {
      font-size: 1.6rem;
   }
}

@media all and (min-width: 1024px) {
   #mainWrap .big-card:hover .bg-image {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
   }
   #mainWrap .big-card a:hover .btn-arrow {
      background-color: #fff;
      background-image: url(../image/icon_arrow.svg);
   }

   /* floating */
   .floating-wrap > li:hover > span {
      display: block;
   }
   .floating-wrap > li:nth-child(1):hover > button {
      background-image: url(../image/icon_popup_on.svg);
   }
   .floating-wrap > li:nth-child(2):hover > a {
      background-image: url(../image/icon_cs_on.svg);
   }
   .floating-wrap > li:nth-child(3):hover > a {
      background-image: url(../image/icon_kakao_on.svg);
   }
   .floating-wrap > li:nth-child(4):hover > button {
      background-image: url(../image/icon_top_on.svg);
   }
}

@keyframes fade-blank-in {
   0% {
      left: -100%;
   }
   100% {
      left: 0;
   }
}
@keyframes fade-blank-out {
   0% {
      left: 0;
   }
   100% {
      left: 100%;
   }
}
@keyframes fade-in {
   0% {
      left: 0%;
   }
   100% {
      left: 100%;
   }
}
@keyframes fade-out {
   0% {
      left: -100%;
   }
   100% {
      left: 0%;
   }
}
@keyframes gnb-item-ani {
   from {
      transform: translateY(30px);
      opacity: 0;
      visibility: hidden;
   }
   to {
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
   }
}
@keyframes text-ani {
   0% {
      font-size: 0;
      transform: matrix(1, 0, 0, 0.01, 0, 0);
   }
   20% {
      transform: matrix(1, 0, 0, 0.01, 0, 0);
   }
   25% {
      font-size: 24px;
      transform: matrix(1, 0, 0, 1, 0, 0);
   }
   100% {
      font-size: 24px;
      transform: matrix(1, 0, 0, 1, 0, 0);
   }
}
@keyframes btn-ani {
   20% {
      transform: matrix(1, 0, 0, 1, 0, 0);
   }
   30% {
      transform: matrix(1, 0, 0, 1.1, 0, 0);
   }
   35% {
      transform: matrix(1.1, 0, 0, 1, 0, 0);
   }
   40% {
      transform: matrix(1, 0, 0, 1, 0, 0);
   }
}