@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    width: 100%;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    text-decoration: none;
}
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    z-index: 1000;
}
#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section {
    padding: 170px 0;
}
.inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
h1, #footer h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    color: #555;
}

h1 span, #footer h2 span {
    letter-spacing: -1px;
    color: #000;
    font-weight: 800;
}
#main h2 {
    background-image: linear-gradient(110deg,#87ba2f,#6fb6e1);
    font-size: 4rem;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    letter-spacing: -2px;
}
#main .inner {
    padding-top: 50px;
}
h3 span {
    animation: blink1 .5s alternate infinite linear;
    font-weight: inherit;
}
@keyframes blink1 {
    0% {
        color: #87ba2f;
    }
    100% {
        color: #9cd638;
    }
}
.mainimg {
    border-radius: 40px;
    overflow: hidden;
}
img {
    max-width: 100%;
}
h3 {
    font-size: 2.2rem;
    color: #686d79;
    font-weight: 700;
}
h3 i {
    margin-bottom: 20px;
    color: #87ba2f;
    animation: dd 0.5s alternate linear infinite;
}
@keyframes dd {
    0% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}
hr {
    border: 0;
}
.hr0 {
    height: 50px;
}
.hr1 {
    height: 80px;
}
.hr2 {
    height: 110px;
}
.btn1 {
    background: #87ba2f;
    border-radius: 31px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    transition: all .2s ease-in;
    width: 121px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.btn {
    display: inline-block;
    background: #87ba2f;
    border-radius: 50px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 30px 50px;
    transition: all .2s;
    margin: 0 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
header .btn1 {
    box-shadow: none;
}
#pointlist {
    background: linear-gradient(180deg,#fff,#f6f6f8 24.48%,#f5f5f7);
}
#pointlist ul {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}
#pointlist li {
    margin: 30px 0;
    padding: 50px;
    background-color: #fff;
    font-size: 1.8rem;
    color: #454f5d;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 3.84102px 28.80766px 0 rgba(98,100,108,.06);
}
.pltxt, .pltxt span {
    font-weight: 700;
}
.num {
    width: 32px;
    height: 32px;
    background-color: #87ba2f;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-weight: 900;
    font-size: 1.2rem;
    border-radius: 50%;
    margin-right: 15px;
}
.pltxt span {
    color: #87ba2f;
}

#recommend {
    background-color: #f5fce6;
}
.recombox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
.recombox div {
    text-align: left;
    padding: 40px 40px 70px 40px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 1.3rem;
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: auto 160px;
}
.recombox p {
    font-weight: 500;
    letter-spacing: -1.3px;
}
.recombox p span {
    font-weight: 700;
    letter-spacing: -1.3px;
    color: #87ba2f;
}
.recombox .rec1 {
    background-image: url('../img/bg1.png');
    background-size: auto 170px;
}
.recombox .rec2 {
    background-image: url('../img/bg2.png');
}
.recombox .rec3 {
    background-image: url('../img/bg3.png');
}
.recombox .rec4 {
    background-image: url('../img/bg4.png');
}
.tabbox {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    text-align: left;
}
.tabcontent>div {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding-top: 40px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.tabcontent2 {
    width: 95%;
    margin: 0 auto;
}
.swiper-slide {
    width: 100%;
    height: auto;
    border-radius: 30px;
    padding-top: 40px;
    overflow: hidden;
    display: flex;
    text-align: left;
    align-items: flex-end;
}
.swiper-button-prev {
    left: 20px;
}
.swiper-button-next {
    right: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.tabcon1,
.tabcon5 {
    background-color: #e3f5c4;
}
.tabcon2,
.tabcon7 {
    background-color: #f5f1c1;
}
.tabcon3,
.tabcon9 {
    background-color: #cffaf8;
}
.tabcon4,
.tabcon10 {
    background-color: #fbd9ff;
}
.tabcon5,
.tabcon8 {
    background-color: #fff0eb;
}
.tabcon6 {
    background-color: #daf0e6;

}
.tabcontent ul,
.tabcontent2 ul {
    background-color: #fff;
    width: 80%;
    min-height: 90%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 60px;
}
.tabcontent2 ul {
    padding: 30px;
}
.tabcontent li,
.tabcontent2 li {
    font-size: 1.3rem;
    color: #686d79;
    margin: 10px 0;
    font-weight: 500;
}
.tabcontent2 li {
    font-size: 1.7rem;
}
.tabcontent li.title,
.tabcontent2 li.title {
    font-size: 2rem;
    color: #000;
    margin: 0 0 30px 0;
    font-weight: 700;
}
.tabcontent2 li.title {
    font-size: 2.5rem;
}
.tabcontent li:not(.title):not(.who-box)::before,
.tabcontent2 li:not(.title):not(.who-box)::before {
    content: '\f00c';
    margin-right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #87ba2f;
}
.tabmenu {
    background-color: #f5fce6;
    border-radius: 30px;
    padding: 40px;
    font-size: 1.6rem;
    color: #686d79;
}
.tabmenu li {
    margin: 15px 0;
    font-weight: 700;
    cursor: pointer;
}
.tabmenu li.active {
    color: #87ba2f;
}
.tabmenu li.active::before {
    content: '\f060';
    margin-right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.tabcontent li.who-box {
    height: 130px;
    background-color: #f1f1f1;
    margin-top: 30px;
}

#price {
    background-color: #f1f1f1;
}
.pricelist {
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr;
    gap: 30px;
}
.pricelist>div>div {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: 0.3s;
}
.pricelist>div>div:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.pricelist>div.bestprice>div {
    border: 2px solid #87ba2f;
}
.pricelist h4 {
    font-size: 1.8rem;
    color: #686d79;
    font-weight: 700;
    margin-bottom: 100px;
    /* text-align: center; */
}
.price1 {
    font-size: 2rem;
    color: #000;
    font-weight: 900;
    text-align: center;
}
.price1 span {
    font-size: .6em;
}
.price2 {
    font-size: 1.2rem;
    color: #888;
    font-weight: 400;
    text-decoration: line-through;
    text-align: center;
}
.bestprice>div {
    position: relative;
}
.bestprice .price1 {
    color: #87ba2f;
}
.bestprice img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
}
.pricetxt {
    text-align: right;
    color: #777;
    margin-top: 10px;
}
#qa {
    background-color: #f5fce6;
}
.qalist li {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    margin: 20px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.qalist div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qalist h5 {
    font-size: 1.3rem;
    color: #686d79;
    font-weight: 700;
}
.qalist p {
    display: none;
    text-align: left;
    font-size: 1.1rem;
    color: #686d79;
    padding: 30px 0 10px  0 ;
    animation: down 0.5s;
    overflow: hidden;
}
.qalist li i {
    transition: 0.3s;
}
.qalist li.active i {
    transform: rotate(180deg);
}

#contactus {
    background-image: linear-gradient(to right,#87ba2f,#6fb6e1);
    padding: 80px 0;
}
#contactus h3 {
    color: #fff;
}
#contactus .btn {
    background-color:#fff;
    color: #72a122;
    padding: 20px 50px;
}
#footer {
    background-color: #f1f1f1;
    padding: 60px 0;
}
#footer h2 {
    margin-bottom: 30px;
}
#footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
#footer ul li {
    color: #686d79;
}
#footer ul li:nth-child(2)::before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #bbb;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 10px;
    margin-right: 10px;
}
#footer ul li span {
    font-weight: 600;
    margin-right: 7px;
    color:#555;
}
#footer h3 {
    font-size: 1.3rem;
    color: #555;
    font-weight: 600;
    margin-top: 30px;
}
#footer h3+a {
    color: #686d79;
    font-weight: 400;
}
#footer h3+a i {
    margin-right: 6px;
}
.right {
    margin-top: 20px;
    color: #888;
}

.reviewlist {
    width: 700px;
    margin: 0 auto;
    max-width: 80%;
}
.reviewlist li {
    margin: 20px 0;
    position: relative;
}
.review-item {
    padding: 30px 40px;
    border-radius: 30px;
    background-color: #87ba2f;
    color: #eaffc7;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    transform: translateX(50px);
}
.review-item span {
    color: #fff;
    font-weight: 600;
}
.reviewlist li.gray .review-item {
    background-color: #eee;
    color: #666;
    transform: translateX(-50px);
}
.reviewlist li.gray .review-item span {
    color: #000;
    font-weight: 600;
}
.reviewlist li.gray .review-item::after {
    content: '';
    width: 22px;
    height: 23px;
    background-image: url('../img/arrow1.png');
    display: inline-block;
    position: absolute;
    left: -22px;
    top: 30px;
}
.reviewlist li .review-item::after {
    content: '';
    width: 22px;
    height: 23px;
    background-image: url('../img/arrow2.png');
    display: inline-block;
    position: absolute;
    right: -22px;
    top: 30px;
}

.steplist {
    width: 700px;
    margin: 0 auto;
}
.steplist dl {
    display: inline-flex;
    margin-bottom: 30px;
    width: 700px;
    max-width: 100%;
    margin: 10px auto;
}
.steplist dt span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #87ba2f55;
    color: #87ba2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-right: 20px;
    background-color: #fff;
}
.steplist div {
    /* background-color: #fafafa; */
    padding: 35px;
    border-radius: 20px;
    width: 700px;
    text-align: left;
    transform: translateY(-35px);
    background-color: #fcfcfc;
    max-width: 100%;
}
.steplist div h5 {
    font-size: 1.8rem;
    letter-spacing: -1.5px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.step-on div {
    background-color: #87ba2f21;
}
.step-on dt span {
    background-color: #87ba2f;
    color: #fff;
}
.monly {
    position: relative;
}
#who .swiper-pagination {
    bottom: -30px;
    top: auto;
}
.swiper-pagination-bullet-active {
    background-color: #87ba2f;
}
#who h3 span {
    font-size: 1.7em;
}





@media(min-width: 1200px) {
    .monly {
        display: none;
    }
}
@media(max-width: 1200px){
    html,body {
        font-size: 10px;
    }
    #main h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2.5rem;
    }
    section {
        padding: 100px 0;
    }
    .hr0 {
        height: 25px;
    }
    .hr1 {
        height: 40px;
    }
    .hr2 {
        height: 80px;
    }
    .btn {
        font-size: 1.5rem;
        padding: 15px 30px;
        margin: 10px;
    }
    #contactus .btn {
        padding: 15px 30px;
    }
    .mainimg {
        max-width: 95%;
        margin: 0 auto;
    }
    #pointlist li {
        font-size: 1.9rem;
        padding: 30px;
    }
    .review-item {
        transform: translateX(0px);
    }
    .reviewlist li.gray .review-item {
        transform: translateX(-0px);
    }
    .review-item {
        font-size: 1.5rem;
        padding: 20px 25px;
    }
    .recombox {
        grid-template-columns: 1fr;
        max-width: 95%;
        margin: 0 auto;
    }
    .recombox div {
        font-size: 1.6rem;
    }
    #who {
        /* display: none; */
    }
    .pricelist {
        grid-template-columns: 1fr 1fr;
        max-width: 95%;
        margin: 0 auto;
        gap: 20px;
    }
    .pricelist h4 {
        margin-bottom: 50px;
    }
    .steplist dl {
        display: block;
    }
    .steplist div {
        transform: none !important;
    }
    .steplist {
        width: 90%;
        margin: 0 auto;
    }
    .steplist dt span {
        width: 30px;
        height: 30px;
        margin-bottom: 7px;
        font-size: 1.5rem;
        margin-top: 30px;
    }
    .steplist div h5 {
        font-size: 1.8rem;
    }
    .steplist div p {
        font-size: 1.5rem;
        margin-top: 5px;
    }
    .qalist {
        max-width: 92%;
        margin: 0 auto;
    }
    .qalist h5 {
        font-size: 1.5rem;
    }
    .qalist p {
        font-size: 1.4rem;
    }
    #contactus {
        padding: 50px 0;
    }
    #footer {
        font-size: 15px;
    }
    #header .inner {
        padding: 0 20px;
    }
    .monly {
        /* display: block !important; */
    }
    .tabbox {
        display: none;
    }
}



#sellinglab_contact {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5fce6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    text-align: center;
}
.sellinglab_price {
    margin-top: 30px;
}
.sellinglab_price>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 20px 30px;
    width: 700px;
    max-width: 90vw;
    margin: 20px 0;
    border: 2px solid #fff;
    transition: 0.3s;
    cursor: pointer;
}
.sellinglab_price>div:hover {
    background-color: #87ba2f21;
    border: 2px solid #87ba2f10;
}
.sellinglab_price>div a {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    color: #87ba2f;
    font-weight: 600;
}
.sellinglab_price>div a:hover {
    color: #5b8219;
}
.sellinglab_price>div.on {
    border: 2px solid #87ba2f;
}
.sellinglab_price>div h5 {
    font-size: 1.5rem;
    font-weight: 700;
}
.sellinglab_price>div h6 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #777;
}
.sellinglab_price>div.on h6 {
    color: #87ba2f;
}
.sellinglab_price>div p {
    margin-left: 7px;
    color: #888;
}
.sellinglab_price>div>div {
    display: flex;
    align-items: center;
}
.popbtn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 700px;
    max-width: 90vw;
}

.popbtn>a {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 20px 30px;
    margin: 20px 0;
    width: 100%;
    font-size: 1.2rem;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
}
.popbtn>a i {
    margin-right: 10px;
    font-size: 1.8rem;
}
.popbtn>a.tel {
    background-color: #87ba2f;
    color: #fff;
}
.popbtn>a.tel:hover {
    background-color: #69971a;
}
.popbtn>a.kakao {
    background-color: #fae100;
    color: #3c1e1e;
}
.popbtn>a.kakao:hover {
    background-color: #dcc707;
}
.fa-xmark {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 3rem;
    color: #87ba2f;
    cursor: pointer;
}
.fa-xmark:hover {
    opacity: 0.5;
}

#registration {
    padding-bottom: 0;
    background-color: #87ba2f;
    overflow: hidden;
}
#registration h3  i {
    color: #fff;
}
#registration h3 {
    color: #fff;
}
#registration .inner>div {
    font-size: 0;
}

@media(max-width: 1200px){
    .popbtn {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .popbtn>a {
        margin: 10px 0;
    }
    #header img {
        max-width: 150px;
    }
    .pricelist>div>div {
        transform: none !important;
    }
    .pricetxt {
        font-size: 1.2rem;
        padding-right: 20px;
    }
}

#header img {
    width: 200px;
    margin-top: 5px;
}
#footer img {
    width: 150px;
    filter: grayscale(100%);
}
