/* reset style */
* { margin: 0; padding: 0; box-sizing: border-box; }
a { color: inherit; text-decoration: none;}
li { list-style: none; }
body { 
    /* font-family: 'SUIT', sans-serif; */
    font-family: "Noto Sans", sans-serif;
}
button { border: none; 
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;

}
section { overflow: hidden; }
@font-face {
    font-family: 'iceJaram-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceJaram-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* font type 
font-family: "palast-variable",sans-serif;
font-variation-settings: "opsz" 160, "wght" 500;

/* hero style */
#hero { 
    width: 100%; height: 100vh;
    background: url(./img/hero_bg01.png) #AFA5DF no-repeat bottom right;
    position: relative;
}
.logo { position: absolute; 
    left: 10%; top: 5%;

}
.main_title { 
    position: absolute;
    font-family: "tasman", sans-serif;
    font-weight: 800;
    top: 20%;
    left: 10%;
    color: #fff;
}
.main_txt01 { 
    font-size:40px ;
    font-weight: 800;
}
.main_txt02 { 
    font-size: 20px;
    font-weight:500;
}
.main_text03 { 
    font-size:18px ;
}
.hero_img_small {
    position: absolute;
    left: 0; bottom:0;
    height: 273px;
 }
.hero_slide_wrapping {
    position: absolute;
    bottom: 5%;
    left: 25%;
    width: 620px;
    overflow: hidden;
}
.hero_slide_container { 
    display: flex; 
    /* gap: 10px; */
}
.hero_produt_item { 
    width:200px; height: 140px;
    border-radius: 20px;
    background-color:#F2F2F2;
    overflow:hidden;
    cursor: pointer;
}
.btn_join {
    padding:12px 50px;
    background-color: #4620FF;
    border-radius: 120px;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    transition: 1s;
    border: 1px solid transparent;
 }
 .btn_join:hover { 
    border: 1px solid #fff;
     
 }
.swiper-pagination {
    position:relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 20px;
}
.swiper-pagination-bullet { 
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}
.swiper-pagination-bullet-active { 
    background-color:#120FB4 ;
}

 /* comapny style */

.company_accodian {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
}

.company_accodian>.title {
    flex: 0 0 5%;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    padding: 50px 0;
    font-size: 1.4em;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
}

.company_accodian>.contents {
    flex: 1;
    max-width: 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.company_accodian>.contents.active{
    width: 100%;
}
.title.firstmenu {
    display: none;
}

/* background colors */
.mission {
    background-color: #4536E4;
}

.principles {
    background-color: #FF51C2;
}

.best {
    background-color: #8A5DEF;
}

.protext {
    background-color: #45A4F4;
}

.miracle {
    background-color: #17D4BE;
}

.contents>.content_title {
    font-family: "piepie", sans-serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 0.8em;
    color: #fff;
    margin-bottom: 60px;
}

.mission_text {
    font-family: "Noto Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #FF1C8E;
}

.co_tit01 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.co_tit02 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.text_group {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.text_group .text {
    width: 220px;
    font-size: 12px;
    font-weight: 300;
    flex-shrink: 0;
}
.text_group .text p { 
    width: 100%;
}

.titl_no {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.titl_no span {
    color: #FF1C8E;
    padding-right: 10px;
}

/* banner section */
#banner { position: relative;
 }
.banner_wrap { 
    width: 100%;
    height: 600px;
    background-color: #FFDB00;
    padding: 50px 150px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.img_box01 {
    position: relative;
    width: 530px;
    left:0; top:0;
 }
 .img_box01>div {
    position: absolute;
 }
 .star_purple { 
    left: 0; top: 8%;
 }
 .poly_pink { 
    left: 50%;
    top: 26%;
    transform: translateX(-50%);
  }
 .star_yellow { 
    right: 0;
    bottom: 0;
  }
 .banner_dog { 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }

.text_box { color:#8A5DEF;
    width: 650px;
    position: relative;
 }
 .text_box>* {
    position: absolute;
 }
.text_box .hellow { 
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'iceJaram-Rg';
    font-size: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.text_box .pethroom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "modak", sans-serif;
    font-size: 125px;
    font-weight: 400;
    font-style: normal;
 }
.btn_wt { 
    width: 400px;
    padding: 10px 0;
    background-color: #4F00FF;
    color: #fff;
    border-radius: 60px;
    font-size:20px;
    font-weight: 500;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    /* transition: 0.5s; */
}
.btn_wt:hover { 
    border: 3px solid #4F00FF;
    background-color: #fff;
    color: #4F00FF;
    }

.img_box02 { 
    width: 320px;
    position: relative;
 }
.img_box02>div { 
    position: absolute;
}
.img_box02 .star_mint { 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.img_box02 .banner_product {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }
/* .sns_box { 
    left: 0;
    top: 0;
    width:412px; height: 135px;
    background-color: rgba(255, 255, 255, 0.4);
 } */
#vip_join { 
    width: 100%; 
    height: 100vh;
    background: url(./img/benefit_cat.png) no-repeat bottom center;
    overflow: hidden;
}
.vip_join_wrap { 
    width: 95%;
    height: 100%;
    margin: auto;
    position: relative;
        /* 내부 스크롤 가능하게 */
        /* max-height: 100vh; */
        /* 뷰포트 기준 높이 제한 */
        scroll-behavior: smooth;
}
#vip_join .join_group { 
    margin-top: 5%;
    color: #250A63;
}
#vip_join .join_group>div { 
    position: absolute;
}
.vipjoin_text {
    left: 0;
    top: 0;
    font-size: 40px;
    font-weight: 800;
}
.benefit { 
    left: 0;
    top:0;
    font-family: "piepie", sans-serif;
    font-weight: 5em;
    font-style: normal;
    font-size: 360px;
    line-height: 1;
    vertical-align: middle;
    margin: 0; padding: 0;
}
.balloon_wrap { 
    width: 100%; height: 100%;
    background-color: #B392FC;
    position: relative;
}
.balloon { 
    position: absolute;
    z-index:9;
    width: 400px;
    height: 260px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: right 20px bottom 10px;
}
.balloon_title { 
    width: 100%;
    border-bottom: 2px dotted #fff;
}
.balloon_title >h3 { 
    padding: 50px 60px 30px;
    font-size: 26px;
    font-weight: 700;
}
.balloon p { 
    padding: 30px 60px 50px;
    font-size: 16px;
}
.ball01 {
    left: 60%;
    top: 0;
    background-color:rgba(144, 101, 240, 0.9);
    background-image: url(./img/cat_01.png);
}

.ball02 {
    left: 20%;
    top: 20%;
    background-color: rgba(254, 215, 2, 0.9);
    background-image: url(./img/cat_02.png);
}
.ball03 {
    left: 70%;
    top: 50%;
    background-color: rgba(144, 101, 240, 0.9);
    background-image: url(./img/cat_03.png);
}
.ball04 {
    left: 12%;
    top: 60%;
    background-color: rgba(144, 101, 240, 0.9);
    background-image: url(./img/cat_04.png);
}
.ball05 {
    left: 60%;
    top:100%;
    background-color: rgba(254, 215, 2, 0.9);
    background-image: url(./img/cat_01.png);
}
.ball06 {
    left: 10%;
    top:130%;
    background-color: rgba(144, 101, 240, 0.9);
    background-image: url(./img/cat_02.png);
}

/* membership style */
#membership { 
    width: 100%;
    height: 100%;
    background-color: #E5E3FF;
    padding: 3% 0;
 }
 #membership .top { 
    margin: auto;
    padding-top: 100px;
    display: flex;
    width: 90%;

 }
.vip_title { 
    font-family: "ff-real-headline-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    font-size: 46px;
    color: #403D64;
    flex-wrap: nowrap;
 }
.vip_text p:first-child { 
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 1%;
}
.vip_text { 
    font-size:18px;
    margin: 1% 0 0 5%;
    position: relative;
    width: 880px;
    height: 252px;
    padding: 20px 0 0 100px;
}
.vip_text::before { 
    width: 100%; height: 100%;
    content: '';
    display: block;
    background: url(./img/epill.png) no-repeat center center;
    position:absolute;
    left: -10%; top: -30%;
}

.pro_item_slide_wrap { 
    width: 100%;
    height: 100%;
}
.pro_item_slide_container { 
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    display: flex;
    gap: 30px;
}
.pro_item { 
    width: 350px;
    height: 582px;
    border: 5px solid #111111;
    background-color: #fff;
    padding: 55px 35px 30px 35px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    position: relative;
    font-family: "Noto Sans", sans-serif;
    cursor: pointer;
 }
 .pro_item:hover { 
    border-color:#673DC7;
 }
 .pro_item>.pro_name { font-size:18px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.pro_item>.img_box { 
    width: 100%;
    height: 250px ;
    margin-bottom: 20px;
    text-align: center;
}
.pro_best { width: 100%;
    font-size: 16px;
    font-weight: 600;
    }
.pro_best li { width: 100%; 
    border-radius: 10px;
    margin-bottom: 6px;
    width: 270px;
    height: 34px;
    line-height: 34px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
.pro_best li:nth-child(1) { text-decoration: line-through;}
.pro_best li:last-child .mem_dis { background-color: #111;
    color: #fff;
}
.mem_title { width: 75px; }
.mem_price { width: 60px; }
.mem_dis { 
    width: 50px;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 800;
    background-color: #fff;
    border-radius: 30px;
    padding: 3px;
    text-align: center;
    color: #111;
 }
.best_title {
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top: -20px;
    border-radius: 50px;
    background-color: #8A5DEF;
    color: #fff;
    font-family: "termina", sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 50px;
  }
.price01 { border: 1px solid #5B21DD;
    background-color: #fff;
}
.price02 { 
    background-color: #B392FC;
    border:1px solid #B392FC;
    color: #fff;
}
.price03 { 
    background-color: #8A5DEF;
    border:1px solid #8A5DEF;
    color: #fff;
}
.price04 { 
    background-color: #673DC7;
    border:1px solid #673DC7;
    color: #fff;
}


/* only pethroom! */

#onlypethroom { 
    width: 100%;
    height: 100%;
    background:
    linear-gradient(to bottom, #AFAAED 50%, #D4D0FF 50%);    
}
.onlypethroom_wrap { 
    width: 80%;
    margin: 5% auto;
}
.only_ttitle { 
    width: 100%;
    padding: 20px;
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    font-family: "santorini-210", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 50px;
    position: relative;
    color: #403D64;
}
.only_ttitle img { margin-right: 12px;}
.only_pro_wrap { 
        background-color: #fff;
        border: 4px solid #403D64;
        border-radius: 30px;
        padding: 40px 75px 30px 75px;
        text-align: center;
}
.title01 { 
    font-family: "santorini-210", sans-serif;
    font-size: 32px;
    color: #FF7C4D;
    margin-bottom: 10px;
}
.title02 {
    font-size: 14px;
    color:#989898;
    margin-bottom: 30px;
}
.product_wrap {
    width: 100%; height: 100%; 
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 20px 0 30px;
    margin-bottom: 50px;
}
.product_container {
    width: 100%; height: 100%;
    display: flex;
    justify-content: space-between;
}
.product_item { 
    width: 32%;
    text-align: left;
    position: relative;
}
.product_item.best01::before { 
    content: '';
    position: absolute;
    left:-20px; top: -20px;
    background:url(./img/icon_best01.png) no-repeat;
    width: 80px; height: 82px;
}
.product_item.hit01::before { 
    content: '';
    position: absolute;
    left:-20px; top: -20px;
    background:url(./img/icon_hit.png) no-repeat;
    width: 80px; height: 82px;
}
.product_item.best02::before { 
    content: '';
    position: absolute;
    left:-20px; top: -20px;
    background:url(./img/icon_best02.png) no-repeat;
    width: 80px; height: 82px;
}

.product_item>.img_box { 
    width: 100%;
    height: 300px;
    margin-bottom: 26px;

}
.product_item>.img_box>img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.only_pro_title01 { 
    font-size: 16px;
}
.only_pro_title02 {
    font-size: 24px;
    font-weight: 800;
 }
.product_wrap.wrap2 {
    width: 100%;
    height: 100%;
    border-top: 1px solid #DADADA;
    border-bottom:none;
    padding: 20px 0 30px;
    margin-bottom:0;
}
.product_wrap.wrap2 .product_item { 
    width: 24%;
 }
.product_wrap.wrap2 .product_item .img_box { 
    width: 100%;
    height: 260px;
    background-color:#F1F1F1;
 }
 .product_wrap.wrap2 .product_item .img_box img {
    object-fit: contain;
 }
.only_pro2_title01 {
    font-size: 14px;
    width: 68%;
    font-weight:bold;
    color:#111;
 }
.only_pro2_title01>span { 
    display: block;
    font-size: 12px;
    color: #979797;
    margin-top: 10px;
    font-weight: 400;
    background-color: #fff;
}
.product_wrap.wrap2 .product_item .txt_box {
    display: flex;
    justify-content: space-around;
}
.only_pro2_title02 {
    font-size: 14px;
    width: 30%;
    font-family: "tasman", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #9F9F9F;
    text-align:right;
}
.only_pro2_title02 span {
    font-size:20px;
    display: block;
    color: #111;
}

/* robotRAB */
#robot_rab { 
    width: 100%;
    height: 100vh;
}
.robot_wrap { 
    width: 100%;
    height: 100%;
    display: flex;
}
.robot_wrap>div { 
    width: calc(100% / 3);
    height: 100%;
    padding: 5%;
}
.robot01 {  background-color:#EDEDED;}
.robot02 {  background-color:#ffffff;}
.robot03 {  background-color:#8A5DEF;}

.rab_title { 
    text-align: center;
}
.rab_title>.tit { 
    font-family: "ff-real-headline-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #250A63;
}
.rab_title>.tit.titl {
    text-transform: uppercase;
    font-size: 34px;
}
.rab_title>.tit.tit2 { 
    font-size: 54px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.rab_title>.tit3 { 
    letter-spacing:-0.1em ;
}

/* btn_join color_change */
.pp2 { 
    background-color: #8A5DEF;
}
.rab_title img { 
    margin-top: 120px;
}
.robot02>.tit, .robot03>.tit { 
    font-family: "abril-fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    line-height: 1.1em;
    color: #111;
    margin-bottom: 20px;
}
.robot_wrap ul { 
    border-top: 2px dotted #A4A4A4;
}
.robot_wrap ul>li { 
    border-bottom: 2px dotted #A4A4A4;
    padding: 8% 10px;
    font-size: 14px;
    position: relative;
}
.robot_wrap ul>li>img { 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.robot_wrap ul>li>p {
    width: 65%;
}
.robot_wrap ul>li>.txt_bold { 
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.robot_wrap .st { 
    margin-bottom: 8px;
    font-weight: 700;
}
.robot3 { 
    color: #fff;
}
.robot03>.tit.pp2 { 
    color:#8A5DEF; ;
}
.robot_wrap>div { transition: 0.6s;}