
/* .item {
    background: rgba(255,85,0, .7);
  } */

.stop-scroll {
    overflow: hidden;
    height: 100%;
}


/* 컨텐츠 */
.bannerBox1 {max-width:1920px; height:100vh; overflow:hidden; margin:0 auto; display:flex; align-items:center; justify-content:center; background:#32CD8B; padding-top: 80px;}

.bannerBox2 {max-width:1920px; height:800px; position:relative; overflow:hidden; margin:0 auto; background:#EAFAF3; padding:120px 0;}
.bannerBox2 .title {color:#3A3A3A; text-align:center; font-size:44px; font-weight:700; margin-bottom:80px;}
.bannerBox2 .list {max-width:1024px; margin:0 auto;}
.bannerBox2 .list li {height:320px; width:calc((100% / 4) - 23px); border-radius:20px; background:#FFF; box-shadow:1px 2px 18px 0px rgba(0, 0, 0, 0.15); float:left; margin-left:30px; padding:30px 0; text-align:center;}
.bannerBox2 .list li:first-child {margin:0;}
.bannerBox2 .list li .name {color:#474747; text-align:center; font-size:24px; margin:0; height:103px;}
.bannerBox2 .list li .img_box {position:relative; height:calc(100% - 103px);}
.bannerBox2 .list li .img_box img {position:absolute; top:50%; left:50%; transform:translate3D(-50%, -50%, 0);}

.bannerBox3 {max-width:1920px; height:1000px; position:relative; overflow:hidden; margin:0 auto; padding:120px 0;}
.bannerBox3 .title {color:#04444D; text-align:center; font-size:44px; font-weight:700; margin-bottom:80px;}
.bannerBox3 .list {max-width:1024px; margin:0 auto;}
.bannerBox3 .list li {width:calc(50% - 10px); height:100px; border-radius:20px; background:#EAFAF3; float:left; margin:10px; margin-left:0; position:relative; padding:20px;}
.bannerBox3 .list li:nth-child(2n) {margin-right:0; margin-left:10px;}
.bannerBox3 .list li p {color:#009D5B; text-align:center; font-size:22px; position: absolute; top:50%; left:50%; transform:translate3D(-50%, -50%, 0); width:100%;}

.bannerBox4 {max-width:1920px; position:relative; overflow:hidden; margin:0 auto; padding:120px 0; padding-top:0;}
.bannerBox4 .title {color:#04444D; text-align:center; font-size:44px; font-weight:700; margin-bottom:80px;}
.bannerBox4 .title span {color:#686868; font-size:24px; font-weight:500;}
.bannerBox4 .list {max-width:1024px; margin:0 auto;}
.bannerBox4 .list li {width:100%; display:table; margin-top:40px;}
.bannerBox4 .list li:first-child {margin:0;}
.bannerBox4 .list li .left {float:left; width:calc(100% - 450px); padding-right:20px;}
.bannerBox4 .list li .left .name {color:#04444D; font-size:34px; font-weight:700;}
.bannerBox4 .list li .left .little {color:#8A8A8A; font-size:22px; font-weight:500;}
.bannerBox4 .list li .right {width:450px; height:235px; overflow:hidden; float:right;}
.bannerBox4 .list li .right img {width:100%;}

.bannerBox5 {max-width:1920px; position:relative; overflow:hidden; margin:0 auto; padding:120px 0; background:#71D7AB;}
.bannerBox5 .title {color:#04444D; text-align:center; font-size:44px; font-weight:700; margin-bottom:40px;}
.bannerBox5 .title span {color:#686868; font-size:24px; font-weight:500;}
.bannerBox5 .btn_box {max-width:1024px; margin:0 auto;}
.bannerBox5 .btn_box .btn {width:calc((100% / 4) - 31px); padding:0; line-height:64px; font-size:12px; border:unset; border-radius:60px; color:#FFF; font-size:32px; font-weight:700; background:#32CD8B; margin-left:28px;}
.bannerBox5 .btn_box .btn.first {margin:0;}
.bannerBox5 .btn_box .btn.on {color:#04444D; font-size:32px; font-weight:700; background:#fff;}
.bannerBox5 .btn_box .btn:focus {outline:none;}
.bannerBox5 .comment {color:#5F5F5F; text-align:center; font-size:20px; font-weight:500; margin:16px 0 20px 0;}
.bannerBox5 .img_box {width:977px; height:542px; max-width:1024px; margin:0 auto; border-radius:24px; border:17px solid #232323; background:#D9D9D9; overflow: hidden; position: relative;}
.bannerBox5 .img_box video {width: 100%;}
.bannerBox5 .img_comment {color:#575757; text-align:center; font-size:32px; font-weight:700; margin-top:26px;}

.bannerBox6 {max-width:1920px; position:relative; overflow:hidden; margin:0 auto; padding:120px 0; background:#EAFAF3;}
.bannerBox6 .title {color:#04444D; text-align:center; font-size:44px; font-weight:700; margin-bottom:40px;}
.bannerBox6 .list {max-width:1024px; margin:0 auto;}
.bannerBox6 .list li {width:100%; display:table; margin-top:40px;}
.bannerBox6 .list li .left {float:left; width:calc(50% - 20px);}
.bannerBox6 .list li .left .green_title {color:#FFF; font-size:16px; font-weight:500; border-radius:4px; background:#32CD8B; display:inline-flex; padding:6px 15px;}
.bannerBox6 .list li .left .name {color:#575757; font-size:34px; font-weight:700;}
.bannerBox6 .list li .left .little {color:#686868; font-size:30px; font-weight:500;}
.bannerBox6 .list li .left .img_box {width:100%; height:286px; overflow:hidden; float:left;}
.bannerBox6 .list li .left .img_box img {width:100%;}
.bannerBox6 .list li .right { float:right; width:calc(50% - 20px);}
.bannerBox6 .list li .right .green_title {color:#FFF; font-size:16px; font-weight:500; border-radius:4px; background:#32CD8B; display:inline-flex; padding:6px 15px;}
.bannerBox6 .list li .right .name {color:#575757; font-size:34px; font-weight:700;}
.bannerBox6 .list li .right .little {color:#686868; font-size:30px; font-weight:500;}
.bannerBox6 .list li .right .img_box {width:100%; height:286px; overflow:hidden; float:right;}
.bannerBox6 .list li .right .img_box img {width:100%;}


.bannerBox7 {max-width:1920px; position:relative; overflow:hidden; margin:0 auto; padding:120px 0;}
.bannerBox7 .title {color:#04444D; text-align:center; font-size:48px; font-weight:700; margin-bottom:44px;line-height: 150%;}
.bannerBox7 .product_wrap {max-width:1172px; margin:0 auto;}
/*.bannerBox7 .product_wrap .left {float:left; width:calc(50% - 20px);}*/
.bannerBox7 .product_wrap .left .low {color:#04444D; text-align:center; font-size:36px; font-weight:700;}
.bannerBox7 .product_wrap .left .low span{color:#575757; text-align:center; font-size:24px; font-weight:500;}
.bannerBox7 .product_wrap .left .list{display: flex;justify-content: space-between;align-items: center;flex-direction: row;}
.bannerBox7 .product_wrap .left .list li {
    width: 31.8%;
    height: 275px;
    padding: 30px;
    border-radius: 8px;
    background: var(--Background, #F4F4F4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap:65px;
}
.bannerBox7 .product_wrap .left .list li .saleTag{
    position: absolute;
    right:30px;
    top:0px;
    display: flex;
    padding: 13px 16px 12px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    background: #F46969;
}
.bannerBox7 .product_wrap .left .list li .saleTag p{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 800;
    line-height: 110%;
    margin:0;
}
.bannerBox7 .product_wrap .left .list li .list_top .period_info{
    color: #686868;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    margin-bottom:10px;
}
.bannerBox7 .product_wrap .left .list li .list_top .period{
    color: #3A3A3A;
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom:14px;
}
.bannerBox7 .product_wrap .left .list li .list_top > div{
    width: max-content;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5.735px;
    background: #FFF;
}
.bannerBox7 .product_wrap .left .list li .list_top > div > span{
    color:#8A8A8A;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
}
.bannerBox7 .product_wrap .left .list li .list_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.bannerBox7 .product_wrap .left .list li .list_bottom .regularPrice{
    align-self: stretch;
    color: #B5B5B5;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    margin:0;
}
.bannerBox7 .product_wrap .left .list li .list_bottom .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #3A3A3A;
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:0;
}
.bannerBox7 .product_wrap .left .list li .list_bottom .price > span{
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width:max-content;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    margin-right:10px;
}
.bannerBox7 .product_wrap .left .freeExperienceBtn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:690px;
    height:90px;
    padding:25px 96px;
    border-radius: 45px;
    background: #32CD8B;
    margin: 58px auto 18px;
    font-family: Pretendard;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    border: none;
}
.bannerBox7 .product_wrap .left .freeExperienceBtn.mobile{
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:353px;
    height:90px;
    padding:25px 26px 25px 46px;
    border-radius: 45px;
    border: 2px solid #E9FFF1;
    background: #32CD8B;
    margin: 58px auto 18px;
    font-family: Pretendard;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    border: none;
}
.bannerBox7 .product_wrap .left .freeExperienceBtn::before {
    pointer-events: none;
    content: "";
    position: absolute;
    width:calc(100% + 2px);
    height:calc(100% + 2px);
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(160deg, #ffffff, #24B376);
    z-index: -1;
}
.bannerBox7 .product_wrap .left .freeExperienceBtn:hover::before{
    background: linear-gradient(215deg, #ffffff, #24B376);
}

.bannerBox7 .product_wrap .left .freeExperienceBtn p{
    margin:0;
}
.bannerBox7 .product_wrap .left .freeExperienceBtn img{
    width:38px;
}

.bannerBox7 .product_wrap .left .ExperienceInfo{
    color: #B5B5B5;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.bannerBox7 .product_wrap .right { float:right; width:calc(50% - 20px);}
.bannerBox7 .product_wrap .right .low {color:#04444D; text-align:center; font-size:36px; font-weight:700;}
.bannerBox7 .product_wrap .right .low span{color:#575757; text-align:center; font-size:24px; font-weight:500;}
.bannerBox7 .product_wrap .right .list li {border-radius:8px; background:rgba(201, 207, 216, .3); padding:25px; margin-top:20px;}
.bannerBox7 .product_wrap .right .list li:first-child {margin:0;}
.bannerBox7 .product_wrap .right .list li .period {color:#009D5B; text-align:center; font-size:32px; font-weight:700;}
.bannerBox7 .product_wrap .right .list li .price {color:#575757; text-align:center; font-size:32px; font-weight:400;}
.bannerBox7 .product_wrap .right .list li .price span {color:#B5B5B5; font-size:32px; font-weight:400; text-decoration:line-through;}


/* 팝업 전체 레이아웃 */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999 !important;
}

.popup-overlay .popup-content {
    position: relative;
    width: 550px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.popup-overlay .close-btn {
    position: absolute;
    right: 15px;
    font-size: 35px;
    border: none;
    background: none;
    cursor: pointer;
    color: #555;
    z-index: 10;
}

.popup-overlay .popup-body img {
    width: 100%;
    display: block;
}

.popup-overlay .popup-footer {
    background: #f8f8f8;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.popup-overlay .footer-close {
    border: none;
    background: none;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.popup-overlay .popup-footer .day-check {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.popup-overlay .popup-footer label {
    cursor: pointer;
}


@media only screen and (max-width:1280px){
    .bannerBox1 { height:100%; padding:120px 5%; }

    .bannerBox2 { padding:120px 5%; }
    .bannerBox2 .title { font-size:40px; }
    .bannerBox2 .list li .name { font-size:22px; }

    .bannerBox3 { padding:120px 5%; }
    .bannerBox3 .title { font-size:40px; }
    .bannerBox3 .list li p { font-size:20px; }

    .bannerBox4 { padding:120px 5%; }
    .bannerBox4 .title { font-size:40px; }
    .bannerBox4 .title span { font-size:22px; }
    .bannerBox4 .list li .left .name { font-size:30px; }
    .bannerBox4 .list li .left .little { font-size:20px; }

    .bannerBox5 { padding:120px 5%; }
    .bannerBox5 .title { font-size:40px; }
    .bannerBox5 .title span { font-size:22px; }
    .bannerBox5 .img_box { width:100%; }
    .bannerBox5 .btn_box .btn { font-size:28px; }
    .bannerBox5 .img_comment { font-size:26px; }

    .bannerBox6 { padding:120px 5%; }
    .bannerBox6 .title { font-size:40px; }
    .bannerBox6 .list li .right .name { font-size:30px; }
    .bannerBox6 .list li .right .little { font-size:20px; }

    .bannerBox7 { padding:120px 5%; }
    .bannerBox7 .title { font-size:40px; }
}

@media only screen and (max-width:1024px){
    .bannerBox2 .list li .img_box img { width:120px; }
    .bannerBox4 .list li .left .name { font-size:26px; }
    .bannerBox7 .product_wrap .left .list li{padding:20px;height:235px;gap:40px;}
    .bannerBox7 .product_wrap .left .list li .saleTag{right:20px;padding: 10px 12px 10px 12px;}
    .bannerBox7 .product_wrap .left .list li .saleTag p{font-size: 14px;}
}

@media only screen and (max-width:768px){
    .bannerBox1 { height:auto; padding:120px 5% 80px; }
    .bannerBox1 img { width:140%; position:inherit; transform:none; }

    .bannerBox2 { height:auto; padding:80px 5%; }
    .bannerBox2 .title { font-size:30px; margin-bottom:50px; }
    .bannerBox2 .list li { width:calc((100% - 20px) / 2); height:250px; margin:0; display:flex; flex-direction:column; justify-content:center; align-items:center; }
    .bannerBox2 .list li:nth-child(2n) { margin-left:20px; }
    .bannerBox2 .list li:nth-child(n+3) { margin-top:20px; }
    .bannerBox2 .list li .name { height:auto; margin-bottom:20px; font-size:16px; }
    .bannerBox2 .list li .img_box { height:auto; }
    .bannerBox2 .list li .img_box img { width:100px; position:inherit; top:0; left:0; transform:none; }

    .bannerBox3 { height:auto; padding:80px 5% 0; }
    .bannerBox3 .title { font-size:30px; margin-bottom:50px; }
    .bannerBox3 .list li { width:calc((100% - 20px) / 2); height:130px; margin:0; display:flex; align-items:center; }
    .bannerBox3 .list li:nth-child(2n) { margin-left:20px; }
    .bannerBox3 .list li:nth-child(n+3) { margin-top:20px; }
    .bannerBox3 .list li p { margin:0; font-size:16px; position:inherit; transform:none; top:0; left:0; }

    .bannerBox4 { padding:80px 5%; }
    .bannerBox4 .title { font-size:30px; margin-bottom:50px; }
    .bannerBox4 .title span { font-size:18px; }
    .bannerBox4 .list li { display:flex; }
    .bannerBox4 .list li .left { width:calc((100% - 20px) / 2); float:none; padding:0; }
    .bannerBox4 .list li .left .name { font-size:18px; }
    .bannerBox4 .list li .left .little { font-size:14px; }
    .bannerBox4 .list li .right { width:calc((100% - 20px) / 2); height:auto; margin-left:20px; float:none; background:none; }

    .bannerBox5 { padding:80px 5%; }
    .bannerBox5 .title { font-size:30px; margin-bottom:30px; }
    .bannerBox5 .title span { font-size:18px; }
    .bannerBox5 .btn_box { display:flex; }
    .bannerBox5 .btn_box .btn { width:calc((100% - 30px) / 4); margin-left:10px; font-size:16px; line-height:40px; }
    .bannerBox5 .btn_box .btn.on { font-size:18px; }
    .bannerBox5 .comment { font-size:16px; }
    .bannerBox5 .img_box { height:auto; border:5px solid #232323; }
    .bannerBox5 .img_box img { position:inherit; top:0; left:0; transform:none; }
    .bannerBox5 .img_comment { font-size:18px; word-break:keep-all; }

    .bannerBox6 { padding:80px 5%; }
    .bannerBox6 .title { font-size:30px; }
    .bannerBox6 .list li { display:flex; }
    .bannerBox6 .list li .left { width:calc((100% - 20px) / 2); }
    .bannerBox6 .list li .left .name { font-size:18px; }
    .bannerBox6 .list li .left .little { font-size:14px; }
    .bannerBox6 .list li .left .green_title { font-size:12px; padding:4px 10px; }
    .bannerBox6 .list li .left .img_box { height:auto; background:none; }
    .bannerBox6 .list li .right { width:calc((100% - 20px) / 2); height:auto; margin-left:20px; float:none; background:none; }
    .bannerBox6 .list li .right .img_box { height:auto; background:none; }
    .bannerBox6 .list li .right .green_title { font-size:12px; padding:4px 10px; }
    .bannerBox6 .list li .right .name { font-size:18px; }
    .bannerBox6 .list li .right .little { font-size:14px; }
    .bannerBox6 .list li span { display:none; }

    .bannerBox7 { padding:80px 5%; }
    .bannerBox7 .title { font-size:30px; }

    .popup-overlay .popup-content {
        width: 80%;
        max-width: 350px;
    }

    .popup-overlay .popup-footer {
        font-size: 13px;
        padding: 8px 12px;
    }
}
/*모바일 가로*/
@media only screen and (max-height:540px){
    .bannerBox7 .product_wrap .left .freeExperienceBtn{display: none}
    .bannerBox7 .product_wrap .left .freeExperienceBtn.mobile{display: flex;margin:37px auto 18px;}
    .bannerBox7 .product_wrap .left .list li {height: 200px;gap: 20px;}
    .bannerBox7 .product_wrap .left .list li .list_top .period_info{font-size: 12px;margin-bottom: 8px;}
    .bannerBox7 .product_wrap .left .list li .list_top .period{font-size: 24px;margin-bottom: 8px;}
    .bannerBox7 .product_wrap .left .list li .list_top > div > span{font-size: 12px;}
    .bannerBox7 .product_wrap .left .list li .saleTag {right: 10px;padding: 8px 10px 8px 10px;}
    .bannerBox7 .product_wrap .left .list li .saleTag p{font-size: 11px;}
    .bannerBox7 .product_wrap .left .list li .list_bottom .regularPrice{font-size: 16px;}
    .bannerBox7 .product_wrap .left .list li .list_bottom .price{font-size: 24px;}
    .bannerBox7 .product_wrap .left .list li .list_bottom .price > span{font-size: 11px;}

    .popup-overlay .popup-content {
        width: 70%;
        max-width: 300px;
    }

    .popup-overlay .popup-footer {
        font-size: 13px;
        padding: 8px 12px;
    }
}
/*모바일 세로*/
@media only screen and (max-width:540px){
    .bannerBox7 .title{
        margin-bottom:38px;
    }
    .bannerBox7 .product_wrap .left .freeExperienceBtn{display: none}
    .bannerBox7 .product_wrap .left .freeExperienceBtn.mobile{display: flex;margin:37px auto 18px;}
    .bannerBox7 .product_wrap .left .list{
        flex-direction: column;
        gap: 20px;
    }
    .bannerBox7 .product_wrap .left .list li{
        padding:30px;
        width:100%;
        height:232px;
        gap: unset;
    }
    .bannerBox7 .product_wrap .left .list li .saleTag{
        padding: 13px 16px 12px 15px;
        right: 30px;
    }
    .bannerBox7 .product_wrap .left .list li .saleTag p{font-size: 18px;}
}

