/* BASIC css start */
/* BASIC css start */
/* Position and style the close button (top right corner) */
#mask{width:100%;height:100%;z-index:9998;background:rgba(0,0,0,0.5);display:none;position:fixed;top:0}  
#naverTalkTalk{position:fixed;bottom:115px;right:15px;z-index:95;width:45px;height:45px;text-align:center;line-height:30px;cursor:pointer;border:0;border-radius:2px;text-decoration:none}
#naverTalkTalk{
	-webkit-transition-duration:0.35s;
	-moz-transition-duration:0.35s;
	-ms-transition-duration:0.35s;
	-o-transition-duration:0.35s;
	transition-duration:0.35s;
	-webkit-transition-property:bottom;
	-moz-transition-property:bottom;
	-ms-transition-property:bottom;
	-o-transition-property:bottom;
	transition-property:bottom;
}
#naverTalkTalk img{width:45px}
#naverTalkTalk.up{bottom:175px}

#kakaoPlusFriend{position:fixed;bottom:60px;right:15px;z-index:95;width:45px;height:45px;text-align:center;line-height:30px;cursor:pointer;border:0;border-radius:2px;text-decoration:none}
#kakaoPlusFriend{
	-webkit-transition-duration:0.35s;
	-moz-transition-duration:0.35s;
	-ms-transition-duration:0.35s;
	-o-transition-duration:0.35s;
	transition-duration:0.35s;
	-webkit-transition-property:bottom;
	-moz-transition-property:bottom;
	-ms-transition-property:bottom;
	-o-transition-property:bottom;
	transition-property:bottom;
}
#kakaoPlusFriend img{width:45px}
#kakaoPlusFriend.up{bottom:120px}

/* 2024 12 18 renewal */

:root {--main-color: #f795b3;}
.oh {overflow: hidden !important;}
.displaynone {display: none !important;}
.clearfix:after {content: ""; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden;}
.trans1 {transition: all 0.3s ease;}
.trans2 {transition: all 0.3s ease-in-out;}
#header {z-index: 10; width: 100%; position: fixed; top: 0; left: 0;}
.goToBtn {position: fixed;right: 14px;bottom: 100px;z-index: 99; background: transparent;}
.goToBtn > a {display: block;width: 50px;height: 50px;border: 0;}
.goToBtn > a.goToDown {border-top: none;}
.goToBtn > a img {width: 50px;height: 50px;margin: 0;}
 
header.active .topbnr{ border-bottom: 1px solid #000;transition: all 0.3s ease;}
 
header {
    background: #fff;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
} 
.header_inner {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
    /*border-bottom: 1px solid #ededed;*/
    position: relative;
}

.header_inner .left, .header_inner .right {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
    cursor: pointer;
}

.header_inner .menu_btn, 
.header_inner .mypage_btn {
    width: 24px;
}

.header_inner .search_btn {
    width: 20px;
} 
.header_inner .cart_btn {}

.header_inner .cart_btn a {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header_inner .cart_btn img {
    width: 24px;
}


.header_inner .logo {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.header_inner img {
    width: 100%;
}
.header_inner .logo img {width:100px;}
#aside {
    width: 100%;
    max-width: 850px;
    opacity: 0;
    transition: opacity .6s, left .5s;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 9999;
}
#aside.active {
    opacity: 1;
    left: 0;
}
.aside_top {
    text-align: right;
    padding: 20px 20px 30px;
}

.aside_close {
    width: 24px;
    display: inline-block;
}

.aside_close img {
    width: 100%;
}

.aside_nav { 
    margin: 0 30px;
    position: relative;
    overflow-x: hidden;
    height: calc(100vh - 94px); 
    overflow-y: scroll; 
   -ms-overflow-style: none;
}
.aside_nav::-webkit-scrollbar{
  display:none;
}

.aside_nav > ul {
}
.aside_nav > ul + ul {
	border-top:1px solid #ededed;
	margin-top:30px;
	padding-top:10px;	
}
.aside_nav > ul > li {
    margin: 20px 0;
}

.aside_nav > ul > li > a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.51px;
    width: 100%;
    display: block;
}
.aside_nav > ul > li.shop {}

.aside_nav > ul > li.shop > a {
    background: url('/design/pinkagewig/renewal_2025/m_aside_arr.png') right center no-repeat;
    background-size: 18px;
}
.aside_nav > ul > li > .depth2 {transition: opacity .6s, right .5s;position: absolute;top: 0;right: -100%;width: 100%;background: #fff;z-index: 2;opacity: 1;height: calc(100vh - 94px);z-index:11;}
.aside_nav > ul > li.on > .depth2 {
    right: 0;
    opacity: 1;
}

.aside_nav > ul > li > .depth2 > h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.51px;
    text-align: center;
    color: #000;
    position: relative;
    /* margin-bottom: 10px; */
}

.aside_nav > ul > li > .depth2 > h3 .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.aside_nav > ul > li > .depth2 > h3 .back img {
    width: 18px;
}

.aside_nav > ul > li > .depth2 > ul {height: calc(100vh - 120px);overflow-y: scroll;}

.aside_nav > ul > li > .depth2 > ul > li {
    margin: 20px 0;
}

.aside_nav > ul > li > .depth2 > ul > li > a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.51px;
    width: 100%;
    display: block;
}

.aside_nav > ul > li > .depth2 > ul > li.shop > a {
    background: url(/design/pinkagewig/renewal_2025/m_aside_arr.png) right center no-repeat;
    background-size: 18px;
}

.aside_nav > ul > li > .depth2 > ul > li > .depth3 {
    transition: opacity .6s, right .5s;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: #fff;
    z-index: 3;
    opacity: 1;
    height: calc(100vh - 94px);
}
.aside_nav > ul > li.on > .depth2 > ul > li.on > .depth3 {
    right: 0;
    opacity: 1;
}

.aside_nav > ul > li > .depth2 > ul > li > .depth3 > h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.51px;
    text-align: center;
    color: #000;
    position: relative;
    /* margin-bottom: 10px; */
}

.aside_nav > ul > li > .depth2 > ul > li > .depth3 > h3 .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.aside_nav > ul > li > .depth2 > ul > li > .depth3 > h3 .back img {
    width: 18px;
}

.aside_nav > ul > li > .depth2 > ul > li > .depth3 > ul {
    height: calc(100vh - 120px);
    overflow-y: scroll;
}

.aside_nav > ul > li > .depth2 > ul > li > .depth3 > ul > li {
    margin: 20px 0;
}

.aside_nav > ul > li > .depth2 > ul > li > .depth3 > ul > li > a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.51px;
    width: 100%;
    display: block;
}
  
 

.m_select-box {
    margin-top: 20px;
    /* padding-bottom: 40px; */
}

.m_select-display {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.m_select-display img.flag {
    width: 16px;
    margin-right: 10px;
}

.m_select-display img.arrow {
    transition: all 0.3s ease;
    width: 10px;
    margin-left: 6px;
}

.m_select-display span.txt {
    min-width: 32px;
    display: inline-block;
    vertical-align: middle;
}

.m_select-display span.bar {
    color: #999;
    margin-right: 5px;
    vertical-align: middle;
}


.m_select-display.active {}

.m_select-display.active img.arrow {
    transform: rotate(180deg);
}


.m_select-options {
    padding: 0 26px;
    display: none;
}

.m_select-options li {
    margin-top: 3px;
}

.m_select-options li a {
    font-size: 13px;
    font-weight: 400;
}


.m_select-options span.txt {
    min-width: 32px;
    display: inline-block;
    vertical-align: middle;
}

.m_select-options li a span.bar {
    color: #999;
    margin-right: 5px;
    vertical-align: middle;
}

.searchLayer {
    display: none;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 30px;
    z-index: 9999;
    width: calc(100% - 40px);
    border-radius: 20px;
    box-sizing: border-box;
}


.searchBox {
    border-bottom: 2px solid #000;
    position: relative;
    padding-bottom: 10px;
}

.searchBox input {
    height: 26px;
    line-height: 26px;
    width: 90%;
    border: 0;
    outline: 0;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0;
}
.searchBox input::placeholder {
    color: #999;
}
.searchBox a { 
}
.searchBox a img {
    width: 24px;
}

.hot_search {
    margin-top: 20px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.hot_search a {
    background: #ededed;
    font-size: 13px;
    color: #000;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
}

.hot_search a::before {
    content: "# ";
}


/* header active */ 
body header.fixed { background: #fff;}
body header.fixed #topbanner {border-bottom: 1px solid #000 !important;background: #000 !important;}
body header.fixed #topbanner .topSlider li.txt a, body header.fixed .header_inner a {color: #000 !important;}
body header.fixed .header_inner img {filter: brightness(1) invert(0) !important;}






/*»ó´Ü¹è³Ê ±â´É»ç¿ëÀ¸·Î ÀÎÇÑ ½ºÅ¸ÀÏ*/ 

#topbanner .topSlider li.txt a {
    background: #000 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

#topbanner .topSlider li.txt {
    background: transparent !important;
    height: 30px !important;
    line-height: 30px !important;
}

#topbanner {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    border-bottom:1px solid #000 !important;
}   



.gnbCate {
    display: none;
    white-space: nowrap;
    font-size: 0;
    padding: 18px 0 15px 15px;
    overflow-x: scroll; 
   -ms-overflow-style: none;
} 
.gnbCate::-webkit-scrollbar {
    height: 2px; /* ½ºÅ©·Ñ¹Ù µÎ²² Á¶Àý */
}

.gnbCate::-webkit-scrollbar-thumb {
    background: #ccc; /* ½ºÅ©·Ñ¹Ù »ö»ó */
    border-radius: 10px; /* ½ºÅ©·Ñ¹Ù µÕ±Û°Ô */
}

.gnbCate::-webkit-scrollbar-track {
    background: transparent; /* ½ºÅ©·Ñ Æ®·¢À» Åõ¸íÇÏ°Ô */
}
 



.gnbCate > div {margin-right:20px;display:inline-block;}

.gnbCate > div > a {
    font-size: 13px;
    font-weight: 500;
}
.aside_btn {
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.aside_btn a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.aside_banner {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.aside_recent {
    margin: 30px 0 40px;
    overflow: hidden;
    position: relative;
}
.aside_banner img, .aside_recent img {width:100%;}
.recent_name {
    padding-top: 5px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 34px;
}
.aside_recent_title {padding-bottom:10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.51px;}
.aside_banner .swiper-pagination {
    background: rgba(0, 0, 0, 0.35);
    width: auto;
    padding: 1px 0;
    letter-spacing: -1px !important; 
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 32px;
}
/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.search-auto-complete-list {display:none !important;z-index:1;position:absolute;top:43px;left:0;width:100%;line-height:14px;background:#fff;box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%);}
.search-auto-complete-list ul {width:100%;padding: 5px;border-bottom: 1px solid #efefef;display: flex;flex-wrap: wrap;box-sizing: border-box;}
.search-auto-complete-list ul li { text-align:center; margin: 3px; }
.search-auto-complete-list ul li a {display:block;padding:8px 14px;color:#000;border: 1px solid #eee;border-radius: 10px;background:none;font-family:'malgun gothic';font-size:11px;letter-spacing:-1px;} 
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span {}
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ - ·¹ÀÌ¾î */
#allfinder-ctr { z-index: 100; position: fixed; right:0; bottom:50%; }
#allfinder-ctr a { display:block; width:77px; height:64px; background:url('/images/common/allfinder_ctrl_mo.png') no-repeat 0 0; background-size:100% 100%; border:none; outline:none; font-size:0; }

.all-finder-layer { z-index:200; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; overflow-y:auto; }
.all-finder-layer .finder-hd { z-index:1; position:fixed; top:0; left:0; width:100%; height:60px; border-bottom:1px solid #e7e7e7; background:#fff; }
.all-finder-layer .finder-hd .fa-close { position:absolute; top:17px; right:10px; font-size:26px; color:#000; }
.all-finder-layer .finder-hd .finder-tit { height:60px; line-height:60px; padding:0 10px; font-size:16px; font-weight:bold; color:#000; letter-spacing:-2px; }
.all-finder-layer .finder-search { position:relative; margin:0 10px 20px; border:2px solid #000; border-radius:3px; }
.all-finder-layer .finder-search .fa-search { display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; }
.all-finder-layer .finder-search .txt-input { width:85%; height:42px; line-height:42px; margin:0; padding:0; font-size:14px; outline:none; border:none; color: #000; vertical-align:top; letter-spacing:-1px; }
.all-finder-layer .finder-search .txt-input::-webkit-input-placeholder { color:#b1b1b1; }
.all-finder-layer .finder-search dd { background:#FFF; }
.all-finder-layer .finder-opt { padding:60px 0 55px; color:#000; }
.all-finder-layer .finder-opt dl dt { position:relative; height:53px; line-height:53px; padding:0 10px; border-top:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#000; letter-spacing:-1px; }
.all-finder-layer .finder-opt dl dt .fa { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:25px; color:#b2b2b2; }
.all-finder-layer .finder-opt dl dt > .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:20px; margin-top:0; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer { display:none; position:absolute; top:43px; left:10px; width:70%; padding:0 15px 11px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1 }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:10px; right:14px; margin:0; font-size:19px; color:#000; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-tit { padding:13px 0; border-bottom:1px solid #e5e5e5; font-size:14px; font-weight:bold; line-height:14px; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-cnt { padding-top:13px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-opt dl dd { display:none; padding:10px 5px 0; border-top:1px solid #e7e7e7; background:#f4f4f4; font-size:0; }
.all-finder-layer .finder-opt dl dd label { display:inline-block; width:33.3333%; text-align:center; line-height:18px;}
.all-finder-layer .finder-opt .finder-color label { width:12.5%; }
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding:0 5px 10px; text-align:right; font-size:12px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input:after { clear: both; content: ""; display: block; }
.all-finder-layer .finder-opt .finder-price .finder-price-input span { float:left; display:inline-block; height:34px; line-height:34px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: inline-block; width: 33%; padding: 0 8px; border: 1px solid #ccc; border-radius:3px; color: #666; background:#fff; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label .txt-input { display: inline-block; width: 84%; height: 32px; line-height: 32px; padding: 0; border: none; background: none; color: #000; outline:none; text-align:right; }
.all-finder-layer .finder-opt .finder-child-category { padding:0; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category { padding:15px; margin-bottom:9px; border-bottom:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#9a9a9a; background:#fff; word-break:break-all; letter-spacing:-1px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .pd-2px { padding:0 2px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fc-black { color:#000; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fa { margin-left:2px; color:#000; }
.all-finder-layer .finder-btn-c { z-index:1; position:fixed; bottom:0; left:0; width:100%; height:55px; text-align: center; font-size:0; }
.all-finder-layer .finder-btn-c a.reset { display: inline-block; width: 30%; height: 55px; line-height: 55px; background: #999; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 1px; border:none; }
.all-finder-layer .finder-btn-c button { display: inline-block; width: 70%; height: 55px; line-height: 55px; background: #000; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.5px; border:none; }
.all-finder-layer .finder-btn-c button span.fa-search { margin-right:5px; margin-top:-2px; vertical-align:middle; font-size:0.750em; }
.all-finder-layer .finder-btn-c button span.finder-count { display:inline-block; color:#ffd800; font-size:18px; vertical-align:middle; }

.all-finder-layer .finder-opt .finder-options { display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:80%; height:22px; padding: 5px 5%; line-height:22px; border: 1px solid #ccc; word-break:break-all; border-radius: 20px; background:#fff; color:#000; text-align:center; font-size:12px; }
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; border: 1px solid #000; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 33px; height: 33px; border-radius:20px; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { width:33px; height:33px; padding: 0; border: none; } 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check { display:none; width:33px; height:33px; margin-top:-25px; color:#fff; text-align:center; font-size:16px; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }

.finder-option-color.finder-option-color-black em { background-color: #000; }
.finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.finder-option-color.finder-option-color-gray em { background-color: #808080; }
.finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.finder-option-color.finder-option-color-navy em { background-color: #425583; }
.finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.finder-option-color.finder-option-color-purple em { background-color: #800080; }
.finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.finder-option-color.finder-option-color-green em { background-color: #008000; }
.finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.finder-option-color.finder-option-color-gold em { background-color: #cfbc4e; }
.finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.all-finder-layer .search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.all-finder-layer .search-auto-complete-list ul li { text-align:center; margin: 3px; }
.all-finder-layer .search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'malgun gothic'; font-size:11px; letter-spacing:-1px; } 
.all-finder-layer .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .search-auto-complete-list ul li a:hover span {}
.all-finder-layer .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }

  
/* BASIC css end */


/* BASIC css end */

