@charset "utf-8";

img {max-width: 100%;}
div, p, span, b, ul, li, strong, h1, h2, h3, h4, h5 {word-break: keep-all;}

.default-btn {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.2);
    transition: all .2s;
}
.default-btn b {
    font-size: 16px;
    color: #fff;
}
.default-btn .ico {margin-left: 8px;}
.default-btn:hover {
    background: #fff;
    border: 1px solid #fff;
}
.default-btn:hover b {color: #000;}
.default-btn:hover .ico path,
.default-btn:hover .ico polyline,
.default-btn:hover .ico line {stroke: #000;}
.admin-btn {
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.admin-btn a {
    display: inline-block;
    font-size: 20px;
    color: #f62323;
}
.sub-object {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media all and (max-width: 767px) {
    .default-btn {height: 42px;}
    .default-btn b {font-size: 14px;}
    .sub-object {bottom: -33px;}
}

/*main*/
.brochure-btn {
    position: fixed;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 20px);
    max-width: 500px;
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
    transition: transform .5s ease, opacity .4s ease, background-color .2s;
}
.brochure-btn.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
}
.brochure-btn.is-hidden {
    transform: translate(-50%, 20px);
    opacity: 0;
    pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
    .brochure-btn { transition: none; }
}

.main-object > div {
    position: fixed;
    top: calc(50% - 54px);
    z-index: 5;
}
.main-object .left {left: 50px;}
.main-object .right {right: 50px;}

.main {
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main section {
    position: relative;
    padding: 250px 0;
}
.main .title {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}
.main .title p {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 60px;
}
.main .title h2 {font-size: 60px;}
.main .title h2.underline {
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 2s ease;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.title h2.underline.active {background-size: 100% 1px;}
.main .about {padding-top: 200px;}
.main .about .txt {
    position: relative;
    z-index: 1;
}
.main .about .txt p {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 80px;
}
.main .about .txt p b {font-weight: bold;}
.main .about .txt .logo {
    max-width: 980px;
    width: 100%;
}
.main .about .img {
    position: absolute;
    right: 50px;
    bottom: -200px;
}
.main .naver .title {margin-left: 50%;}
.main .naver .img-wrap {
    position: relative;
    padding-top: 0;
    padding-left: 150px;
}
.main .naver .img-wrap .img1 {
    position: absolute;
    top: -75px;
    left: 0;
    z-index: 1;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
    max-width: 345px;
    width: 100%;
}
.main .naver .img-wrap .img2 {
    position: relative;
    max-width: 908px;
}
.main .naver .img-wrap .img2 ul {display: flex;}
.main .naver .img-wrap .img2 ul li {
    width: calc((100% - 240px)/4);
    margin-right: 80px;
}
.main .naver .img-wrap .img2 ul li:last-child {margin-right: 0;}
.main .naver .img-wrap .img2 ul li img {
    max-width: 140px;
    width: 100%;
}
.main .naver .img-wrap .img2 .bubble {
    position: absolute;
    top: -25px;
    right: 60px;
    z-index: 1;
    width: 150px;
    height: 60px;
    border-radius: 10px;
    background: #00de5a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .naver .img-wrap .img2 .bubble::after {
    content: "";
    background: url(/img/assets/bubble_tail.svg) center / cover no-repeat;
    width: 25px;
    height: 22px;
    position: absolute;
    left: 20px;
    bottom: -22px;
    display: block;
}
.main .naver .object {
    position: absolute;
    top: -30%;
    left: 0;
    z-index: -1;
}
.main .brand {padding: 0 0 100px;}
.main .brand .title {text-align: center;}
.main .brand .brand-list {margin-top: 100px;}
.main .brand .brand-list:first-child {margin-top: 0;}
.main .brand .brand-list .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 15px;
}
.main .live {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.main .live .img {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.main .live .img-slider .swiper-wrapper {
    display: flex;
    will-change: transform;
}

.main .live .object-wrap { pointer-events: none; }
.main .live .title {
    width: 50%;
    padding-left: calc((100% - 1400px)/2);
}
.main .live .img {width: 50%;}
.main .live .img-slider .swiper-slide {padding: 0 30px;}
.main .live .img-slider .swiper-slide:nth-child(3n+1) {margin-top: 120px;}
.main .live .img-slider .swiper-slide:nth-child(3n) {margin-top: 220px;}
.main .live .img-slider .swiper-slide span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 340 / 500;
}
.main .live .object-wrap .object1 {
    position: absolute;
    top: 30%;
    left: -8.5%;
    opacity: 0.3;
    z-index: -1;
}
.main .live .object-wrap .object2 {
    position: absolute;
    right: 0;
    top: -20%;
    z-index: -1;
}
.main .location {padding-top: 0;}
.main .location .title {text-align: center;}
.main .location .map > div {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.main .location .map > div:last-child {margin-bottom: 50px;}
.main .location .map .img {
    width: 64.2%;
    overflow: hidden;
}
.main .location .map .img img {transition: all .2s;}
.main .location .map .img:hover img {transform: scale(1.1)}
.main .location .map .txt {
    position: absolute;
    left: 78.45%;
    width: 25%;
}
.main .location .map .txt h3 {
    font-size: 16px;
    opacity: 0.3;
}
.main .location .map .txt strong {
    display: block;
    font-size: 30px;
    margin: 60px 0 40px;
}
.main .location .map .txt > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main .location .map .txt > div p {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 20px;
}
.main .location .map .txt > div p:last-child {margin-right: 0;}
.main .location .map .txt > div p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #33993f;
    margin-right: 3px;
}
.main .location .map .txt > div p span.yellow {background: #c7920c;}
.main .location .map .txt > div p b {
    padding-left: 3px;
    font-weight: bold;
}

@media all and (max-width: 1400px) {
    .main .live {min-height: auto;}
    .main .live .title {
        padding-left: 80px;
        padding-right: 80px;
    }
    .main .live .object-wrap .object1 img {max-width: 800px;}
    .main .location .map .txt {left: 70%;}
}
@media (min-width:1201px) {
    .main .live .img-slider .swiper-slide {
        flex: 0 0 calc(100% / 2.39);
        margin-right: 0;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    .main .live .img-slider .swiper-slide {
        flex: 0 0 calc(100% / 2.1);
        margin-right: 30px;
    }
}
@media all and (max-width: 1024px) {
    .main-object .left {left: 15px;}
    .main-object .right {right: 15px;}
    .main .title h2 {font-size: 40px;}
    .main .title p {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .main .about .txt p {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .main .about .txt .logo {max-width: 700px;}
    .main .about .img img {max-width: 550px;}
    .main .naver .title {margin-left: 40%;}
    .main .naver .img-wrap {
        max-width: 700px;
        padding-left: 10%;
    }
    .main .naver .img-wrap .img1 {
        max-width: 220px;
        top: -15%;
    }
    .main .naver .img-wrap .img2 ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
    }
    .main .brand .brand-list .slick-slide {padding: 15px 30px;}
    .main .live .title {width: 100%;}
    .main .live .img {width: 100%;}
    .main .live .img-slider .swiper-slide {padding: 0 15px;}
    .main .live .img-slider .swiper-slide:nth-child(3n+1) {margin-top: 60px;}
    .main .live .img-slider .swiper-slide:nth-child(3n) {margin-top: 120px;}
    .main .location .map > div {display: block;}
    .main .location .map .img {width: 100%;}
    .main .location .map .txt {
        position: static;
        width: 100%;
        padding-top: 80px;
    }
}
@media all and (max-width: 767px) {
    .brochure-btn {
        max-width: 250px;
        bottom: 20px;
    }
    .main-object {display: none;}
    .main section {padding: 120px 0;}
    .main .title {margin-bottom: 50px;}
    .main .title h2 {font-size: 26px;}
    .main .title p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .main .about {padding-top: 120px;}
    .main .about .txt p {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .main .about .txt .logo {max-width: 300px;}
    .main .about .img {
        right: -50px;
        bottom: -100px;
    }
    .main .about .img img {max-width: 300px;}
    .main .naver .title {
        margin-left: 50px;
        margin-bottom: 100px;
    }
    .main .naver .img-wrap .img1 {max-width: 120px;}
    .main .naver .img-wrap .img2 .bubble {
        top: -20px;
        right: 10px;
        width: 80px;
        height: 36px;
        border-radius: 5px;
    }
    .main .naver .img-wrap .img2 .bubble img {max-width: 55px;}
    .main .naver .img-wrap .img2 .bubble::after {
        width: 18px;
        height: 13px;
        left: 10px;
        bottom: -13px;
    }
    .main .naver .img-wrap .img2 ul li {
        width: calc((100% - 36px) / 4);
        margin-right: 12px;
    }
    .main .naver .object {top: 30px;}
    .main .brand .brand-list {margin-top: 30px;}
    .main .brand .brand-list .slick-slide {
        height: 100px;
        padding: 10px 20px;
    }
    .main .live {padding: 80px 0 0 !important;}
    .main .live .title {
        padding-left: 50px;
        padding-right: 50px;
    }
    .main .live .img-slider .swiper-slide {
        flex: 0 0 calc(100% / 1.6);
        margin-right: 0;
    }
    .main .live .img-slider .swiper-slide:nth-child(3n+1) {margin-top: 30px;}
    .main .live .img-slider .swiper-slide:nth-child(3n) {margin-top: 60px;}
    .main .live .object-wrap .object1 {
        top: 50%;
        left: -30px;
        opacity: 0.8;
    }
    .main .live .object-wrap .object1 img {max-width: 350px;}
    .main .location {margin-top: -60%;}
    .main .location > div {margin-bottom: 30px;}
    .main .location .map .txt {padding-top: 30px;}
    .main .location .map .txt h3 {font-size: 14px;}
    .main .location .map .txt strong {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .main .location .map .txt > div p {
        font-size: 15px;
        margin-right: 15px;
    }
}

/*방문판매 정경미*/
.sub-directsale {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.sub-directsale .directsale-slider {
    --gap: 40px;
    --side: 15%;
    padding: 0 var(--side) 100px;
    position: relative;
    overflow: visible;
}
.sub-directsale .directsale-slider .swiper-wrapper {
}
.sub-directsale .directsale-slider .swiper-slide {
    width: auto;
    transform: scale(0.9);
    transition: all .2s;
}
.sub-directsale .directsale-slider .swiper-slide-active {transform: scale(1)}
.sub-directsale .directsale-slider .swiper-slide .img span {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 400 / 600;
    display: block;
}
.sub-directsale .directsale-slider .swiper-slide .txt {
    padding-top: 30px;
    color: #fff;
}
.sub-directsale .directsale-slider .swiper-slide .txt .subject {
    font-size: 20px;
    font-weight: bold;
}
.sub-directsale .directsale-slider .slider-controls > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding-top: 10px;
    cursor: pointer;
}
.sub-directsale .directsale-slider .slider-controls .prev-btn {left: 12%;}
.sub-directsale .directsale-slider .slider-controls .next-btn {right: 12%;}
.sub-directsale .directsale-slider .slider-controls p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
}
.sub-directsale .directsale-slider .slider-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-directsale .directsale-slider .swiper-pagination-bullet {
    width: 3px;
    height: 10px;
    background: #fff;
    border-radius: 0;
    opacity: 0.3;
    transition: all .2s;
    margin: 0 6px !important;
}
.sub-directsale .directsale-slider .swiper-pagination-bullet-active {
    height: 20px;
    opacity: 1;
}
.sub-directsale .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.sub-directsale .btn-wrap a {
    max-width: 400px;
    margin-right: 10px;
}
.sub-directsale .btn-wrap a:last-child {margin-right: 0;}
@media all and (max-width: 767px) {
    .sub-directsale .directsale-slider {padding-bottom: 50px;}
    .sub-directsale .directsale-slider .slider-controls > div {
        width: 42px;
        height: 42px;
        padding: 0;
        top: 40%;
    }
    .sub-directsale .directsale-slider .slider-controls img {max-width: 26px;}
    .sub-directsale .directsale-slider .slider-controls p {display: none;}
    .sub-directsale .directsale-slider .slider-controls .prev-btn {left: 12px;}
    .sub-directsale .directsale-slider .slider-controls .next-btn {right: 12px;}
    .sub-directsale .directsale-slider .swiper-slide .txt {padding-top: 15px;}
    .sub-directsale .directsale-slider .swiper-slide .txt .subject {font-size: 15px;}
    .sub-directsale .btn-wrap {margin-top: 50px;}
    .sub-directsale .btn-wrap a {
        max-width: 250px;
        margin: 0 0 10px;
    }
}