/* 전역변수 정의 */ 
:root {
    --bottomnavbar-color-basetext: #fefefedd;        /* 하단 NavBar 기본 폰트색상. origin: #302f2f */

    /* --xencosmecc_compcheck_component-cosmeticsapplybutton-dialsize: 300px; */
    --xencosmecc_compcheck_component-cosmeticsapplybutton-dialsize: 420px;          /* 다이얼 휠 지름 (모바일 최적) */
    /* --xencosmecc_compcheck_component-cosmeticsapplybutton-radius: 120px; */
    --xencosmecc_compcheck_component-cosmeticsapplybutton-stepradian: 30deg;        /* 버튼당 최대 점유각 */
    --xencosmecc_compcheck_component-cosmeticsapplybutton-itemsize: 60px;      /* 다이얼 휠 위의 개별 버튼의 한 변의 폭            */
    --xencosmecc_compcheck_component-cosmeticsapplybutton-rightwidth: 4px;
    --xencosmecc_compcheck_component-cosmeticsapplybutton-radius: calc(var(--xencosmecc_compcheck_component-cosmeticsapplybutton-dialsize) / 2 - var(--xencosmecc_compcheck_component-cosmeticsapplybutton-itemsize) / 2 + calc(var(--xencosmecc_compcheck_component-cosmeticsapplybutton-rightwidth) / 2));    /* 버튼들이 wheel 역할의 ::beforea 객체 위에 나열될 수 있게 하기 위해 원환의 radius만큼 이격되도록 계산하기 위한 pad 길이 */
}   /* 변수명 설정 */



html, body {
    overflow: hidden !important;
    background-color: #302f2f !important;
}

.main-content {
    overflow: hidden !important;
    max-width: 100vw !important;
}

#xencosmecc_activeCosmeticsIcon {
    min-width: 42px;
    padding: 3px !important;
}
#xencosmecc_activeCosmeticsIcon > img {
    position: relative;
    height: 100%;
    max-height: calc(100% - 12px);
}

#peachpeachy_itemsearchmodal_searchconditionctrlpanel-personalcolor .nav-item > a:not(.active) {
    color: #555555 !important;
}
#peachpeachy_itemsearchmodal_searchconditionctrlpanel-personalcolor .nav-item > a.active {
    color: #fefeff !important;
}



.active.bg-pastel-ifactive {
    background-color: #fa896c !important;
}
.active.bg-iceblue-ifactive {
    background-color: #3f6ce9 !important;
}
.active.bg-crimson-ifactive {
    background-color: #ee47a3 !important;
}





/* Footer Navbar #new */
#xencosmecc_compcheck_baseui-bottomnavbar-container {
    /* position: absolute; */
    /* position: fixed; */
    transition: bottom 260ms ease, opacity 260ms ease, transform 260ms ease;
    transform-origin: bottom center;
    opacity: 0.0;
    transform: scale(0.2);
    bottom: -120px;
    /* top: calc(100% - 120px); */
    left: 0;
    background: transparent;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* background-color: #c24f92; */
    /* background: radial-gradient(circle,rgba(204, 53, 116, 1) 0%, rgba(199, 87, 130, 1) 50%, rgba(237, 83, 224, 1) 100%); */
    /* overflow: hidden; */
    z-index: 2;
}
@media (min-width: 1024px) {
    #xencosmecc_compcheck_baseui-bottomnavbar-container {
        position: absolute;
    }
}
@media (max-width: 1024px) {
    #xencosmecc_compcheck_baseui-bottomnavbar-container {
        position: fixed;
    }
}
#xencosmecc_compcheck_baseui-bottomnavbar-container.navbaractivated {
    bottom: 0;
    opacity: 1.0;
    transform: scale(1.0);
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation {
    position: relative;
    /* width: 400px; */
    width: 100%;
    height: 70px;
    /* background: #fff; */
    /* background: transparent; */
    /* background: #f3f7f9dd; */
    background: #d6d6d6;
    background: linear-gradient(0deg,rgba(224, 224, 224, 0.95) 0%, rgba(239, 239, 239, 0.975) 34%, rgba(253, 253, 253, 1) 64%, rgba(254, 254, 254, 1) 100%);
    /* background: #0F2027; */
    /* background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); */
    /* background: linear-gradient(to right, #2C5364, #203A43, #0F2027); */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-sizing: content-box !important;
    border-top: 10px solid #fefefe;
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul {
    display: flex;
    /* width: 350px; */
    width: 100%;
    min-width: 350px;
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li {
    position: relative;
    list-style: none;
    /* width: 70px; */
    width: 20%;
    height: 70px;
    z-index: 1;
}
.xencosmecc_compcheck_baseui-bottomnavbar-navitemradio-bttncontainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li a .xencosmecc_compcheck_baseui-bottomnavbar-new-navigation-itemicon {
    position: relative;
    display: block;
    line-height: 75px;
    font-size: 30px;
    /* font-size: 1.5em; */
    text-align: center;
    transition: 0.5s;
    /* color: var(--bottomnavbar-color-basetext); */
    color: #302f2f;
    /* color: #c24f92; */
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li.active a .xencosmecc_compcheck_baseui-bottomnavbar-new-navigation-itemicon {
    transform: translateY(-30px);
    color: #ffffff;
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li a .xencosmecc_compcheck_baseui-bottomnavbar-new-navigation-itemtext {
    position: absolute;
    color: #302f2f; /* var(--bottomnavbar-color-basetext); */
    font-weight: 600;
    font-size: 0.75em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li.active a .xencosmecc_compcheck_baseui-bottomnavbar-new-navigation-itemtext {
    opacity: 1;
    /* transform: translateY(10px); */
    transform: translateY(16px);
    font-size: 12px;
    font-weight: 600;
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator {
    position: absolute;
    top: -50%;
    width: 70px;
    height: 70px;
    /* 객체 중앙 포지셔닝 유지. ※ 이 경우의 transform은 % 계산을 그 자신에 대해 하는 것이므로 유의 */
    /* transform: translateX(-50%); */
    /* background: tomato; */
    /* background-color: #fc157f; */
    background: radial-gradient(circle,rgba(180, 58, 154, 1) 0%, rgba(253, 29, 156, 1) 16%, rgba(252, 69, 145, 1) 100%);
    /* border-radius: 50%; */
    border-radius: 24px;
    /* transform: rotate(-45deg); */
    /* border: 6px solid var(--bottomnavbar-color-basetext); */
    border: 6px solid #fefefe;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.3) inset, 0 -3px 6px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    /* box-shadow: 1px -10px 0 0 var(--bottomnavbar-color-basetext); */
    box-shadow: 1px -10px 0 0 #fefefe;
}
.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator::after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    /* box-shadow: -1px -10px 0 0 var(--bottomnavbar-color-basetext); */
    box-shadow: -1px -10px 0 0 #fefefe;
}

/* Indicator Transitions */
.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li:nth-child(1).active~.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator {
    /* transform: translateX(calc(70px * 1 - 0px)); */
    /* transform: translateX(calc(0% + 10% - 35px)); */
    left: 10%;
    transform: translateX(calc(-50% - 8px)) rotate(360deg);
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li:nth-child(2).active~.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator {
    /* transform: translateX(calc(70px * 1 - 3px)); */
    /* transform: translateX(calc(20% + 10% - 35px)); */
    left: 30%;
    transform: translateX(calc(-50% - 4px)) rotate(-360deg);
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li:nth-child(3).active~.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator {
    /* transform: translateX(calc(70px * 2 - 6px)); */
    /* transform: translateX(calc(40% + 10% - 35px)); */
    left: 50%;
    transform: translateX(calc(-50% + 0px)) rotate(0deg);
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li:nth-child(4).active~.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator {
    /* transform: translateX(calc(70px * 3 - 9px)); */
    /* transform: translateX(calc(60% + 10% - 35px)); */
    left: 70%;
    transform: translateX(calc(-50% + 4px)) rotate(360deg);
}

.xencosmecc_compcheck_baseui-bottomnavbar-new-navigation ul li:nth-child(5).active~.xencosmecc_compcheck_baseui-bottomnavbar-new-indicator {
    /* transform: translateX(calc(70px * 4 - 12px)); */
    /* transform: translateX(calc(80% + 10% - 35px)); */
    left: 90%;
    transform: translateX(calc(-50% + 8px)) rotate(-360deg);
}





/* 검색모달 스타일 definition */
#peachpeachy_itemsearchmodal_modal .modal-content {
    background: #e2e9f4;
}
#peachpeachy_itemsearchmodal_searchinput-container {
    height: 100%;
    grid-template: 1fr/100%;
    place-items: center;    
}

.searchinput-skewmorphic-card {
    padding: 1px;
    border-radius: 12px;
    background: linear-gradient(-67deg, rgba(200, 216, 231, 0.7), rgba(255, 255, 255, 0.8));
    overflow: hidden;
    box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), 2px 2px 12px #c8d8e7;
    /* width: 380px; */
    width: 100%;
}

.searchinput-skewmorphic-card-inner {
    padding: 16px 16px;
    background-color: #e2e9f4;
    border-radius: 12px;
}
.searchinput-skewmorphic-searchtab {
    display: flex;
}
.searchinput-skewmorphic-searchiconbttn {
    min-width: 46px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 12px;
    box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), 2px 2px 12px #c8d8e7;
}
.searchinput-skewmorphic-searchiconbttn svg {
    transform: translate(-1px, -1px);
}

.searchinput-skewmorphic-card-inner > span:first-child {
    display: block;
    color: #3c4b66;
    margin-bottom: 12px;
    background: linear-gradient(45deg, #6b7b8f, #3c4b66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#peachpeachy_itemsearchmodal_searchinput {
    background-color: #e3edf7;
    padding: 16px 32px;
    border: none;
    display: block;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    color: #a9b8c9;
    -webkit-appearance: none;
    transition: all 240ms ease-out;
    width: 100%;
}
#peachpeachy_itemsearchmodal_searchinput::placeholder {
    color: #6d7f8f;
}
#peachpeachy_itemsearchmodal_searchinput:focus {
    outline: none;
    color: #6d7f8f;
    background-color: #eff5fa;
}

.searchinput-skewmorphic-inputform-container {
    width: 100%;
    --top-shadow: inset 1px 1px 3px #c5d4e3, inset 2px 2px 6px #c5d4e3;
    --bottom-shadow: inset -2px -2px 4px rgba(255, 255, 255, .7);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.searchinput-skewmorphic-inputform-container:before,
.searchinput-skewmorphic-inputform-container:after {
    left: 0;
    top: 0;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
.searchinput-skewmorphic-inputform-container:before {
    box-shadow: var(--bottom-shadow);
}

.searchinput-skewmorphic-inputform-container:after {
    box-shadow: var(--top-shadow);
}



/* 검색 필터 스타일 definition */
.peachpeachy_itemsearchmodal_searchconditionctrlpanel-brandfiltercontainer {
    width: 100%;
    max-height: 240px;
}

.peachpeachy_itemsearchmodal_searchconditionctrlpanel-indredientrandfilter-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
.peachpeachy_itemsearchmodal_searchconditionctrlpanel-indredientrandfilter-container > div.form-check.form-check-inline {
    max-width: 155px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#peachpeachy_itemsearchmodal_searchconditionctrlpanel-pricefilter-slider {
    max-width: 320px;
}

.choices[data-type] > .choices__inner {
    background-color: #fefeff;
}

.choices[data-type] > .choices__inner .choices__input.choices__input--cloned {
    position: relative;
    width: calc(100% - 4px) !important;
    min-width: 120px !important;
    height: 40px;
    border: 1px solid #3445c7dd;
    border-radius: 4px;
    font-size: 14px;
    top: 2px;
    left: 2px;
}

.choices[data-type] > .choices__inner .choices__list.choices__list--multiple {
    position: relative;
    margin-top: 46px;
}






/* 궁합결과 캔버스 스타일링 */
.peachpeachy_combinatorfunc-completepick-combinationvisualizer-graphcanvasContainer {
    width: 100%;
    min-height: 300px;
}
#peachpeachy_combinatorfunc-completepick-combinationvisualizer-graphcanvas {
    position: relative;
    width: 100%;
}
button.accordion-button::after {
    /* background-image: url("../fonts/scroll-down-2.svg") !important; */
    background-image: url("../fonts/angle-double-down.svg") !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    background-size: 1.5rem !important;
}