:root {
    --e-primary-color:#f97b7b;
    --e-secondary-color: #aa51e0;
}

#main > .wrapper, #main > div > .wrapper {
    padding: 20px 10px;
}

#contents_area p {
    margin: 0px !important;
    text-align: justify;
}


/*top*/
#top .mini_home {
    position: absolute !important;
    right: 65px !important;
}
#header #gnb_button a {
    background: url(/data/design/images/nav.png) no-repeat;
    background-position: center;
    background-size: 27px auto;
}
#main .main_search_bar .main_input_button {
    margin: 0 6px;
	width:0px;
	height:0px;
}
#main_input_button_wrapper{
    background: url(/data/design/images/icon_search.png) no-repeat;
    background-position: center;
    background-size: 28px auto;
    padding: 4px 7px;
}
#main .main_search_bar .main_input_filter {
    display: flex;
    color: #f97b7b;
    margin: 0 6px;
    align-items: center;
    font-size: 0.8rem;
    border: 1px solid #f97b7b;
    border-radius: 30px;
    padding: 3px 7px;
}

/*main*/
#main .main_search_bar {
    display: flex;
    background-color: #f8f9fd;
    padding: 8px;
    margin: 5px 12px 12px 12px;
    width: unset;
    border-radius: 8px;
}
#main .main_search_bar input::placeholder{
    color: #b6bbc4;
}
#main .main_search_bar .main_input {
    width: 100%;
    border:none !important;
}
#main .main_search_bar .main_input::placeholder {
    color: #999;
}
#main .main_search_bar .main_input_button {
    margin: 0 6px;
}
#main .vender_profiles .vender-profile-image {
    width: 55px;
    height: 55px;
}
#main .vender_profiles .vender-profile-card {
    width: 55px;
}
#main .vender_profiles .vender-profile-name {
    font-size: 0.73rem;
    color: rgba(0, 0, 0, 0.45);
    font-weight: bold;
}
#main .vender_profiles .vender-profile-image img {
    outline: 2px solid var(--e-secondary-color);
}
#main .tit_main_section {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 900;
}
#main .tit_main_section .e_accent {
    color:var(--e-primary-color);
    transition: color 50ms ease;
	position:relative;
}
#main .tit_main_section .section_title_add_img {
    height: 34px;
    position:relative;
    bottom: -8px;
}

#main > div:nth-child(3n-2) > .wrapper {
    background: #f8f9fd;
}
.shoppingStory .title{
	font-size:1.15rem !important;
}
.shoppingStory img{
    width: 85px !important;
    height: 85px !important;
}
.shoppingStory p.subtext{
	margin:0px !important;
}
.shoppingStory .to_pr_img {
    padding-bottom: 50% !important;
}
.wrap_btn_more a {
    display: block !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    line-height: 40px !important;
    text-align: center !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: -0.01rem;
}
#main .main_service .h1 {
    display: block !important;
    background: #bdc6e4;
    padding: 45px 15px 60px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0rem;
}
#main .svc_list::before{
	content:'이으미에 더 많은 상품이 궁금하신가요?';
	position:absolute;
	top:0px;
	left:0px;
	font-size:1.05rem;
	font-weight:bold;
	color:#ffffff;
}
#main .main_service .wrapper{
	padding:0px;
}
.main_prlist_list .product_list{padding-left: 15px !important;}
#main .space_between_title_wrapper .space_between_more {
    position: relative;
    color: #a2a2a2;
    font-weight: bold;
    font-size: 0.75rem;
	padding-right:9px;
}
#main .space_between_title_wrapper .space_between_more::after {
    content: '';
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background: url(/data/design/images/icon_nero.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
}

#main div:has(> .todaysale_icon1), #main div:has(> .todaysale_icon2) {
    margin: 0px;
}
.svc_list {
    width: 95%;
    margin: -80px auto 0px;
    position: relative;
    padding-top: 30px;
}
.svc_list li a .icon_area {
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0px;
    line-height: 0%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.svc_list li a .txt_area p {
    padding: 0px;
}
#main .tit_main_section {
    margin-bottom: 10px;
}
@media (max-width: 640px) {
    .svc_list li {
        float: left;
        width: 33.3%;
        margin: 0px;
        padding: 1.1%;
        box-sizing: border-box;
    }
}
.shoppingStory ul li table tr td a p:nth-child(2) span:nth-child(2){
    margin-left: 0px !important;
    font-size: 12px !important;
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .brand-card-info .left {
        margin-right: 8px !important;
        border-radius: 100% !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .brand-card-info img {
        border-radius: 100%;
    }
}


/*store*/
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .swiper.brand-swiper .swiper-slide {
        margin-left: 5px !important;
        width: 30% !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .brand-card {
        margin: 25px 0px !important;
        border-bottom: 12px solid #edf0f4 !important;
        padding-bottom: 25px !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .product.type-simple .text-price {
        font-size: unset !important;
        font-weight: bold !important;
        letter-spacing: -0.5px !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .product-name {
        font-weight: normal !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .brand-card-category {
        font-weight: 500 !important;
        font-size: 0.75rem !important;
        line-height: 1.1rem !important;
        letter-spacing: -0.5px !important;
        color: rgba(0, 0, 0, 0.4) !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .brand-card-title {
        font-weight: bold !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .product-img img {
        aspect-ratio: auto !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .product-img {
        background-color: unset !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .product-img .product-labels {
        position: unset !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .label.type-red {
        border: 1px solid #f97b7b !important;
        color: #f97b7b !important;
		background-color:unset !important
    }
}
#top .prsearch {
    position: absolute !important;
    right: 30px !important;
}

/*product*/
.todaysale_icon2,.todaysale_icon1 {
    line-height: 10px;
    font-family: 'montserrat-regular', 'NotoSansKR', 'NotoSansKR-Thin';
    letter-spacing: -0.5px;
	font-size:10px;
}
.icon01::after,.icon02::after,.icon08::after,.icon03::after,.icon04::after,.icon05::after,.icon06::after,.icon07::after,.icon08::after,.icon09::after,.icon10::after,.icon11::after,.icon12::after,.icon13::after,.icon14::after,.icon15::after,.icon16::after {
    height: 14px;;
    line-height: 14px;
}
.product_price {
    font-weight: bold;
    margin-bottom: 4px;
}
.product_discount {
    color: #a2a3a7;
    text-decoration: line-through;
    font-size: 12px;
}
.product_name {
    font-size: 13px;
    line-height: unset;
    font-weight: normal;
    letter-spacing: -0.5px;
}
.todaysale_price {
    letter-spacing: -0.3px;
}
.product_a .product_item{
	margin-bottom:0px !important;
}
.product_item .product_name{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 2줄 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
}
.product_img{
	position:relative;
	border-radius: 0px !important;
}
.product_img a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    display: block;
    z-index: 1;
}
.product_info>div {
    margin: 0px !important;
}
.product_sale {
    /*float: left !important;*/
    /*margin-left: 0px !important;*/
    /*margin-right: 5px !important;*/
}
.product_info .product_profile_name {
    color: #2a2a2a !important;
    font-size: 12.5px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.product_info a {
    color: #2a2a2a !important;
}
.product_info .product_profile_img {
    width: 28px;
    height: 28px;
    border: 1px solid #e1e1e1 !important;
}
.product_info .product_profile {
    gap: 5px;
}
.product_a .product_item {
    margin-bottom: 0px !important;
}

/*menu*/
.left_close {
    font-size: 25px;
    font-weight: bold;
}



/*board*/
.boardwrap .board_list a div:nth-child(1) img{
	border-radius: 10px;
}
.boardwrap .board_list a div:nth-child(2){
	margin-bottom: 20px !important;
    margin-top: 5px !important;
}
.boardwrap .board_list a div:nth-child(2) .writer {
    padding: 0px !important;
}
.board_prcodes {
    margin-top: 0px !important;
    padding-top: 30px !important;
    border-top: 12px solid #edf0f4 !important;
}
.board_prcodes .product_item .product_price{
  font-size: 14px !important;
}
.board_prcodes .product_item .product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: unset !important;
    white-space: unset !important;
	color: #2a2a2a !important;
}
.board_prcodes .product_item h4{
	white-space: unset !important;
}
.board_prcodes .product_item .to_pr_img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    display: block;
    z-index: 1;
}


/*detail*/
.detail_info {
    margin: 0px;
    border-top: 10px solid #edf0f4;
    padding: 15px 10px;
}
#detail .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
#detail .option_select .detail_amount .detail_01 th {
    text-align:left !important;
}
.detail_button .btn_detail_wishlist {
    background:url(/data/design/images/icon_like.png) no-repeat !important;
	background-size: 34px auto !important;
    background-position: center !important;
}
.detail_button .btn_detail_basket {
    background:url(/data/design/images/icon_basket.png) no-repeat !important;
	background-size: 34px auto !important;
    background-position: center !important;
}
.detail_info .product_profile .product_profile_name {
    font-size: 0.9rem;
    font-weight: bold;
    color: #f97b7b;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
}
.detail_content {
   padding: 0px !important;
}
#detail_tab>li.on{
	background:none;
	color:unset;
	border-right:unset;
	opacity: 1;
}
#detail_tab {
    border-top: 10px solid #edf0f4;
}
#detail_tab>li{
	border-top:0px;
	border-bottom:0px;
	opacity: 0.5;
	border-right:0px !important;
}
.detail_info .pr_price{
    color: #f97b7b !important;
    letter-spacing: -0.4px;
}
.detail_info h1 {
    font-size: 1.11rem !important;
}
.detail_info .top .pr_price {
    font-weight: 900;
    font-size: 1.6em;
    letter-spacing: -0.8px;
}
.detail_info>ul>li>h1 {
    font-size: 0.85rem !important;
}
.detail_info>ul>li {
    font-size: 0.85rem;
}
.detail_button>ul{
	background:#ffffff;
}
.detail_button>ul>li:last-child{
	border-radius:5px;
}
.detail_button>ul>li {
	width: 13%;
    margin: 5px;
}
.detail_button>ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.detail_button>ul>li:last-child {
    width: 67%;
}
.detail_button>ul>li:last-child {
    font-size: 1.2em;
}
#detail .detail_info .top .remainTimeBox{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#detail .detail_info .top .remainTimeBox .timeimg{
    float: unset;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    color: unset !important;
    line-height: 1rem;
}
#detail .detail_info .top .remainTimeBox .timeimg #dcsm{
    margin-left: 0px  !important;
    font-weight: bold !important;
    font-size: 0.9rem;
    color: #f97b7b !important;
}
#detail .detail_info .top .remainTimeBox .timeimg a{
    float: right;
    display: inline-block;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: -0.5px;
}



/*미니샵*/
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .swiper.primary-nav .nav-link.is-highlight {
        color: var(--e-primary-color) !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .swiper.primary-nav .is-highlight.nav-link.is-active::after {
        background-color: var(--e-primary-color) !important;
    }
}
@scope (.mdesign_scope) to (.mdesign_scope_limit) {
    .swiper.primary-nav .nav-link.is-highlight::before {
        display:none !important;
    }
}
.minishopNewProduct {
    margin-bottom: 0px;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.minishop_top .wrapper .inner div:nth-child(1){
	width: 60px !important;
    height: 60px !important;
}
.recommend_product_section .product_info{
	margin:0px !important;
}
#hotPrList .product_list, #newPrList .product_list {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    flex-wrap: nowrap;
}
.minishop_top {
    background: #ffffff !important;
    border-bottom: 10px solid #edf0f4 !important;
    margin-bottom: 10px !important;
	padding: 20px 0px 15px !important;
}
.minishop_top .wrapper .inner {
    margin: 0px !important;
}
.minishop_top .wrapper{
	padding: 0 10px !important;
}
.minishop_top .wrapper .description {
    font-weight: normal !important;
}
.minishop_top .wrapper div:nth-child(2){
	padding-left: 10px !important;
}
.minishop_top .wrapper div:nth-child(2){
	padding-left: 10px !important;
}
.minishop_top .wrapper p{
	font-size:12px !important;
	margin-top:2px;
}

#hotPrList .product_item, #newPrList .product_item {
    margin-bottom: 0px !important;
}
.minishopHotProduct {
    margin-bottom: 0px !important;
}
#hotPrList .product_list>li, #newPrList .product_list>li {
    margin-right: 0px !important;
}
.minishopWrap .minishop_head .brandNameWrap {
    background: #c3cae6;
	color: #fff;
}
.minishopWrap .minishop_head .brandNameWrap h2 {
    margin-bottom: 10px;
}


/*고객센터*/
.bot_info .h1:nth-child(1){
	font-size:0px;
	position: relative;
}
.bot_info div:nth-child(1) .h1::after{
	content:'고객센터';
	position:absolute;
	top:0px;
	left:0px;
	font-size:1rem;
	font-weight:900;
	color:#374151;
}
.bot_info div:nth-child(2) .h1::after{
	content:'계좌안내';
	position:absolute;
	top:0px;
	left:0px;
	font-size:1rem;
	font-weight:900;
	color:#374151;
}
.bot_info div:nth-child(1) .h2{
	font-size:1rem;
	margin-top:15px;
	font-weight: 900;
}


/*bottom*/
.bot_info {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 12px solid #edf0f4;
    background: #f8f9fd;
    display: block;
	color: #9ca3af;
}
#bottom {
    background: #f8f9fd !important;
}
#bottom a {
    color: #6b7280 !important;
    letter-spacing: -0.5px !important;
    font-size: 0.85rem !important;
}
#bottom .bot_copy p {
    color: #9ca3af !important;;
    font-weight: 600 !important;;
}
.bot_info p {
    margin-bottom: 0em;
    font-size: 0.9em;
}
.bot_info .h2 {
    color: #596880;
    font-size: 0.9em;
    margin: 6px 0px;
    font-weight: bold;
}

.product_list .product_info,
.product_list .product_info > a:not(.product_profile)
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "vender"
        "time_sale_time"
        "product_name"
        "product_caption"
        "sale_info"
        "price"
        "timesale_badges"
        "extras"
        ;
 /*row-gap: 6px;*/
}
.product_list .product_info > *{
    grid-area: extras;
    margin-bottom: 3px !important;
}
.product_list .product_info > .product_profile {
    grid-area: vender;
}
.product_list .product_info > .remainTimeBox,
.product_list .product_info > .todaysale_price,
.product_list .product_info > div:has(.todaysale_price)
{
    grid-area: time_sale_time;
}
.product_list .product_info > .product_name {
    grid-area: product_name;
}
.product_list .product_info > .product_caption {
    grid-area: product_caption;
}
.product_list .product_info > .product_saleprice,
.product_list .product_info > p:has(.product_discount, .product_sale)
{
    grid-area: sale_info;
}


.product_list .product_info > .product_price,
.product_list .product_info > div:has(.prprice)
{
    grid-area: price;
}
.product_list .product_info  div:has(.todaysale_icon1, .todaysale_icon2, .todaysale_icon3, .todaysale_icon4) {
    grid-area: timesale_badges;
}
.product_list .product_info .product_coment {
    display:none;
}
