/* BASIC css start */
/* ÇöÀçÀ§Ä¡ */
.loc-navi { padding: 10px;text-align:right; overflow:hidden }
.loc-navi .blind{display:none}
.loc-navi, .loc-navi a {  color: #999; text-transform: capitalize;  font-size: 12px;}

main{padding-bottom:50px}
input[type="checkbox"],input[type="radio"]{
    width: 18px !important;
    background-size: contain !important;
    height: 18px !important;
    background-image:url(/design/mammayou/renewal/mimg/check_off.png) !important;
    background-repeat:no-repeat;
    background-position:left top !important;
    cursor:pointer !important;
    -webkit-appearance: inherit;}


input[type="checkbox"]:checked,
input[type="radio"]:checked{
    background-size: contain !important;
    background-image:url(/design/mammayou/renewal/mimg/check_on.png) !important;
    background-repeat:no-repeat;
    background-position:left top !important; cursor:pointer !important }




#join .join{background:#fff !important}
.sequence li.now .fa-circle,.sequence li.now,.sequence li.now .fa-circle{color: #000 !important;}




input:focus {outline: none;}
textarea:focus {outline: none;}
button:focus {outline: none;}

#m_preview_wrap,.displaynone{display:none !important}

body{overflow-x:hidden}
html.hidden{overflow:hidden}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/design/mammayou/renewal/font/NanumGothic-Regular.woff2) format('woff2'),
  url(/design/mammayou/renewal/font/NanumGothic-Regular.woff) format('woff'),
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face { font-family: 'NanumSquareRound'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff'); font-weight: normal; font-style: normal; }



#login .tab a{
    border-bottom: 1px solid #6b3590 !important;
}
    
    
#login .tab a.act{
    color: #6b3590 !important;
    border: 1px solid #6b3590 !important;
    border-top: 3px solid #6b3590 !important;
}
    



.prd-soldout{
    font-size: 13px;
    padding-top: 10px;
    color: #94223e;
    font-weight: normal;}

.t-menu{display: table; width: 100%;text-align: center;}
.t-menu div{width:25%;display:inline-block;}
.t-menu div a{display:block;}

.prd-name{
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;}
.prd-subname{
    color: #aaa;
    font-size: 13px;
    font-weight: 100;
    padding-top: 3px;}
.prd-replace{
    padding-top: 3px;
    color: #b00;}
.prd-consumer{font-size: 11px !important;}
.dn{display:none !important;}

p.join{position:relative; display: inline-block;}

#point{
    position: absolute;
    background-image: url(/design/mammayou/renewal/mimg/joinpoint.png);
    background-repeat: no-repeat;
    background-size: 97%;
    width: 58px;
    left: -7px;
    z-index: 9;
    top: 26px;
    color: #000;
    text-align: center;
    height: 36px;
    line-height: 32px;
    font-size: 10px !important;
    font-family: roboto;
    font-weight: 500;}

.search_box{
    background: #e5e5e5;
    display:none;
    position: relative;
}    

.search_box input{
    border: 0;
    text-indent: 15px;
    padding-left: 0 !important;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    margin: 5px 7px;
    width: 96%;}
    
    
*:focus{outline:none;}

.search_box a{
    border-left: 8px solid #e5e5e5;
    background-color: #000;
    display: inline-block;
    position: absolute;
    right: 0;
    top:0;
    line-height: 35px;
    height: 45px;
    width: 44px;
    background-image: url(/design/mammayou/renewal/mimg/search_open.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px !IMPORTANT;}

.search_box a img{
    width: 22px;
    position: absolute;
    right: 35px;
    top: 5px;}

.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%;}
#header .top-pt-01 {position:fixed; top:0; left:0; right:0; z-index:100;}


#header .top-pt-02 {position:fixed; top:0; left:0; right:0; z-index:100; margin-top: 0 !IMPORTANT; background-color: #fff;}
#header .top-pt-02 .top_slide{}

#header .headerTop {min-width:275px; text-align:center; background-color:#000; }
#header .headerTop a {font-size: 14px; font-family: roboto; font-weight: 300; width: 20%; height: 44px; line-height: 44px; color: #fff; display: inline-block;  margin-left: -4px;}

#header #menu {}
#header #menu img{width: 25px;}
#header .headerBottom { background:#fff;transition:0.6s}
#header .headerBottom h1{margin: 0 auto;margin-top: 15px;text-align: center;}
#header .headerBottom h1 a{/*display: block; text-align: center; font-size: 26px; font-family: roboto; letter-spacing: 2px;*/}
#header .headerBottom h1 a img{width: 115px;vertical-align: top;}
#header .headerBottom .headerBottomLeft {position: absolute; top: 22px; left: 15px;}
#header .headerBottom .headerBottomRight {}
#header .headerBottom .headerBottomRight a {}
#header .headerBottom .headerBottomRight a.search_ico{top: 21px; right: 62px; position: absolute;}
#header .headerBottom .headerBottomRight a.search_ico img{width: 21px;}
#header .headerBottom .headerBottomRight a.cart{top: 22px; right: 10px; position: absolute;}
#header .headerBottom .headerBottomRight a.cart img{width: 25px;}

#header .headerBottom .headerBottomRight .cart {position:relative;}
#header .headerBottom .headerBottomRight .cart .user_basket_quantity{
    width: 17px;
    height: 17px;
    background-color: #fece00;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    right: 2px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-weight: 100;
    font-size: 12px !important;
}
#header .headerBottom .headerBottomRight .cart img{position: absolute; right: 10px;}

#header .search {height:42px; position:relative; left:0; right:0; background-color:#ab3e41; padding-right:45px; text-align:center; display:none; z-index:10;}
#header .search .searchBox {width:100%;}
#header .search .searchBox input {width:90%; height:30px; border:0px none; margin-top: 6px; padding: 0 5px;}
#header .search .btn_search {width:45px; height:42px; line-height:50px; background-color:#822023; position:absolute; top:0; right:0;  text-align:center;}

#header .top_slide{
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    margin-top: 15px;}

#header .top_slide a{
    display: inline-block;
    border-bottom: 3px solid #fff;
    font-size: 13px;
    letter-spacing: -1px;
    padding: 12px 0px;
    color: #000000;}
    
#header .top_slide a.now{
    border-bottom: 3px solid #ffce00;}
#header .top_slide .swiper-slide:nth-child(1){padding-left:7px;}
#header .top_slide .swiper-slide{ width: initial !important; padding-right: 25px;}
.fa-angle-down:before{color: #b6b6b6;font-size: 16px; position: absolute; right: 20px;}

/* Ä«Å×°í¸® */

#close_btn{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    right: 10px;}
    
#close_btn img {width:90%}



#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
    background: #000;
    opacity: 0.5;}
    
    
aside {position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 999999;
    display: none;}
    
aside .aside_box{
    overflow-y: auto;
    height: 100%;
    width: 90%;
    background: #fff;}

aside .asideTop {
    position: relative;}

aside .aside_footer{
    background: #f2f2f2;
    padding: 20px 25px;}

aside .aside_footer .sns{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 10px;}
aside .aside_footer .sns a{}
aside .aside_footer .sns a img{width: 35px;}

aside .aside_footer .copy{color: #b2b2b2; display: inline-block;}

.btns a.btnBlack{
    background: #000;
    color: #fff;
    font-size: 1.2em;
    margin-right: 3px;
    width: 100px;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    vertical-align: top;
    text-align: center;}
    
    
.btns a.btnWhite{
    background: #fff;
    color: #999;
    font-size: 1.2em;
    margin-right: 10px;
    width: 100px;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    vertical-align: top;
    text-align: center;}


/*·Î±×ÀÎ½Ã*/
aside .asideTop .on{padding-left: 25px;padding-top: 20px;}
aside .asideTop .on h3{}
aside .asideTop .on h3 a{display: block; vertical-align: top;}
aside .asideTop .on h3 a img{width: 170px;}

aside .asideTop .on p{
    color: #999999;
    font-size: 1.1em;
    padding: 20px 0;
    letter-spacing: -2px;}
    
aside .asideTop .on p em{color:#000}

aside .asideTop .on p a{
    background: #fff;
    color: #999999;
    border: 1px solid #d3d3d3;
    padding: 4px 7px;
    font-size: 0.9em;
    margin-left: 15px;}

/*·Î±×¾Æ¿ô½Ã*/
aside .asideTop .off{background: #ffce00; padding: 20px 25px;}
aside .asideTop .off .btns{}
aside .asideTop .off .btns a{}
aside .search {height:35px; position:relative; left:0; right:0; padding-right:45px; text-align:center; border-bottom: 1px solid #fff; padding: 20px;}
aside .search .searchBox {width:100%;}
aside .search .searchBox input {width: 100%; height: 37px; border: 0px none; margin-top: 6px; font-size: 15px; padding: 0; font-family: roboto;border-radius: 50px; text-indent: 15px;line-height: 37px;}
aside .search .btn_search {width: 45px; height: 42px; line-height: 50px;   position: absolute; bottom: 7px;  right: 23px; color: #fff; text-align: center;;}
aside .search .btn_search img{width: 23px; vertical-align: inherit;}

aside nav li {position:relative;}
aside nav li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 25px;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: -1px;
    color: #000;}


aside nav li.on{background:#f7f7f7; border-top: 1px solid #e6e6e6;}
aside nav li.on a{}

aside nav li .fa {position: absolute; top:0; right: 0; width: 40px; text-align: center; height: 45px; line-height:45px; width: 100%;}
aside nav li .fa.fa-rotate-180{}
aside nav li .fa.fa-rotate-180:before{right: unset; left: 20px;}
aside nav li > ul {background-color:#fff; display:none; border-bottom:1px solid #ededed;padding: 15px 0;}
aside nav li.on > ul{display:block}

aside nav li > ul > li {width: 45%; display: inline-block;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {padding:0 0 0 30px; margin: 0;font-size: 14px;color: #787878 !important; height: 33px; line-height: 33px;}
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; background-color: #DDDDDD;}
aside nav li.no-line{margin-top:0 !important; border-bottom:0 !important;}
aside nav li.plan{text-align: center; padding-top: 25px; display: table; padding: 25px 10px;}
aside nav li.plan a{ margin-bottom: 10px !important;display:inline-block; width:48.5%; height: inherit; line-height: inherit; padding: 0 !important; margin: 0; border: 1px solid #ededed;}
aside nav li.plan a:nth-child(odd){float: left;}
aside nav li.plan a:nth-child(even){float:right;}

aside nav li.plan a img{width:100%;}
aside nav li.plan a em{display: block;text-align: center; padding: 13px;font-size: 15px; color: #646464;}

aside .asideBottom {text-align: center; padding: 30px 10px;}
aside .asideBottom ul{margin-top: -5px;display: inline-block; width: 100%;}
aside .asideBottom ul li{
    text-align: center;
    width: 23%;
    display: inline-block;
    border-right: 1px solid #f3f3f3;}
    
aside .asideBottom ul li a{display: block; height: 40px;}
aside .asideBottom ul li p{padding-bottom: 3px; color: #222222;letter-spacing: -1px;}
aside .asideBottom ul li img{}
aside .asideBottom ul li.ico01 a{
    background: url(/design/mammayou/renewal/mimg/ham_ico1.png) no-repeat;
    background-position: center 3px;
    background-size: 27px;}
    
aside .asideBottom ul li.ico02 a{background:url('/design/mammayou/renewal/mimg/ham_ico2.png') no-repeat;background-position: center 3px;background-size: 26px;}
aside .asideBottom ul li.ico03 a{background:url('/design/mammayou/renewal/mimg/ham_ico3.png') no-repeat;background-position: center 5px; background-size: 27px;}
aside .asideBottom ul li.ico04 a{background:url('/design/mammayou/renewal/mimg/ham_ico4.png') no-repeat;background-position: center 4px; background-size: 26px;}
aside .asideBottom ul li.ico04{border-right:0}

aside .navCategory{background: #fff; padding-bottom: 25px;}

aside h1 {padding: 20px 20px 13px;}    
aside h1 a{color:#fff !important; display: block; text-align: center; font-size: 26px;  font-family: roboto; font-weight: 900; letter-spacing: 5px;line-height: 7px;}
aside h1 a img{width: 110px;}
/* //Ä«Å×°í¸® */




/* BASIC css end */

