@media only screen and (max-width: 768px) {
    header.fixd.new-v2 {
        border-bottom: solid 1px #ccc;
    }
}

/*gnb관련(20171020) css*/
/* common layout */
#headerWrap{z-index:100000; top:-1px; width:100%; min-width:1188px;} /* 상단 */

#headerContents{z-index:31; left:0; top:0;} /* */
#headerContents{width:100%;}
#gnbWrap{z-index:20; width:100%; height:53px;}
.green{background:#E6E6F0}
.gold{background:#D7E6BE}
.BG_blue{background:#BED4E9}

/* 2020.08 소망수정 */
.BG_blue.n20 {background: #ffffff; border-top: 1px solid #e1e1e1; border-bottom: 1px solid rgba(0,0,0,0.3);}
#gnbWrap .sub_con.n20 {background: #f8f8f8; opacity: 10;}  
#gnbWrap .sub_con.n20 .sub_menu {/*width:11%;*/ flex-grow: 1; position: relative;}
#gnbWrap .sub_con.n20 .sub_menu:hover {
    background: #fff;
}
/*
#gnbWrap .sub_con.n20 .sub_menu::before {
    content: '';
    border-left: 1px dotted #dbdbdb;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
}
*/
#gnbWrap .sub_con .sub_conWrap ul:first-child::before {
    content: '';
    border-left: 0;
}
#gnbWrap .sub_con.n20 .sub_menu .dep2_li .dep2_li_ul {padding-top:10px;}
#gnbWrap .sub_con.n20 .sub_menu .dep2_li .dep2_li_ul li {line-height: 13px; height: auto;}
#gnbWrap .sub_con.n20 .sub_menu .dep2_li .dep2_li_ul li a {color: #6f6f6f; font-size: 16px; width: 100%;
display: block;}
#gnbWrap .sub_con.n20 .sub_menu .dep2_li .dep2_li_ul li a:hover {text-decoration:none;color:#045aea;}
#gnbWrap .gnb .dep1_li.n20 a:hover::after {
    content: '';
    background: #25aae2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
}
#gnbWrap .gnb .dep1_li.n20 {/*width:11%;*/ flex-grow: 1; position: relative;}
#gnbWrap .gnb .dep1_li.n20 a {color: #000; width: 100%; height: 100%; display: block;}
#gnbWrap .gnb .dep1_li.n20 a:hover{color:#25aae2;}
.spm_title_Cnew .contents.n20 {background: none;}


/* ******************* */
#gnbWrap .first {background:none !important;}
#gnbWrap .sub_con {position:absolute; z-index:905; left:0; top:54px; width:100%; height:0px; opacity:.9; background: #62534b ;font-family:NanumBarunGothic, 'NanumBarunGothic';	
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20); 
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20); 
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);}/* 20150609 z-index:10;*/

#gnbWrap .sub_con .sub_conWrap {position:relative; width:1100px; height:auto; margin:0 auto; display: flex;
justify-content: space-around;}
/*#gnbWrap .sub_con .sub_menu {position:relative;left:50%; margin-left:-550px; width:1100px;}*//* 20150609 */
#gnbWrap .sub_con .sub_menu {float:left; width:10%;}
/*#gnbWrap .sub_con .sub_menu .dep2_li {float:left; width:10%;}*//*width:11.111111%*/
#gnbWrap .sub_con .sub_menu .dep2_li {width:100%;}
#gnbWrap .sub_con .sub_menu .dep2_li .dep2_li_ul {margin:0 0 0;padding-top:5px;}/* 20150609 */
#gnbWrap .sub_con .sub_menu .dep2_li .dep2_li_ul li {height:25px;line-height:25px;}
#gnbWrap .sub_con .sub_menu .dep2_li .dep2_li_ul li a{padding-left:0; height:25px;line-height:25px; color:#edecec; text-decoration:none;text-align:center;font-size:13px; }/* 20150609 */
#gnbWrap .sub_con .sub_menu .dep2_li .dep2_li_ul li a:hover {text-decoration:underline;color:#e5b83a;}
#gnbWrap .sub_con .sub_menu .dep2_li_ul li.sel a {text-decoration:underline;color:#e5b83a;}
#gnbWrap .gnb_con {position:relative;width:100%;}
#gnbWrap .gnb_con .gnb{position:absolute; height:54px;width:1100px; z-index:10; left:50%; top:0; font-size:13px;margin-left:-550px; display: flex; justify-content: space-around;}/* 20150608 */

#gnbWrap .gnb .dep1_li {float:left; width:10%;  height:auto; /*padding:0 7px;*/ font-weight:700; text-align:center;}/* 20150608  width:11.111111*/
#gnbWrap .gnb .dep1_li a{color:#85794F; height:54px; line-height:54px; text-decoration:none;text-align:center; font-size:18px;font-weight:600;cursor:pointer;}
.green .gnb .dep1_li {width:16.666666% !important;}
.green .gnb .dep1_li a{color:#506C0E !important;}
#gnbWrap .gnb .dep1_li a:hover{color:#457375;}
#gnbWrap .gnb .gnb_line{float:left; width:2px; height:54px; padding-right:20px; line-height:54px;}
#gnbWrap .gnb .sel a {float:none; height:51px; line-height:54px; color:#f3c33c; border-bottom:3px solid #f3c33c;}
/**/        

/*PC 검색어*/
/*==========================================================*/
.new-v2 .search-btn-container {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -270px;
    top: 20px;
    width: 540px;
    background: #fff;            
    z-index: 1001;
}        
.new-v2 .search-btn-container .mobile-search-btn {
    display: block;
    background: #eaeaea;
    height: 40px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}        
.new-v2 .search-btn-container .icon-search, .new-v2 .search-btn-container .icon-search:hover {
    position: absolute;
    right: 8px;
    top: 6px;
    width: 34px;
    height: 28px;
    background: url(/m_web/common/images/icon_top_B.png) no-repeat -54px -24px;
    text-indent: -999px;
    overflow: hidden;
    background-size: 82px;
}                
.new-search-cont {
    display:none;
    position: absolute;
    width: 540px;
    min-height: 732px;
    left: 50%;
    top: 56px;
    margin: 0 0 0 -270px;
    z-index: 1002;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #002f5f;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    overflow: hidden;
    letter-spacing: -1px;
}        
.new-search-cont .tit {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    padding: 20px 0 10px 4px;
    line-height: 22px;
    text-align:left;
}  

.new-search-cont.open{
    display:block;
}
.new-search-cont .inbox{
    /*padding:0 20px 0 22px;*/
    box-sizing:border-box;
    max-height:unset;
    width:100%;
}
.new-search-cont .top-search{
    width:496px;
    margin:0 0 0 22px;
    overflow:hidden;
    position:relative;
    border-bottom:1px solid #002f5f;
}
.new-search-cont .top-search input{
    border:none;
    height:24px;
    font-size:18px;
    padding:0;
    width:93% !important;
}
.new-search-cont .top-search input:focus{
    border:none;
}
.new-search-cont .input-group{
    display:block;
    overflow:hidden;
    padding:20px 0 14px 0;
}
.new-search-cont .input-group-btn{
    position:absolute;
    right:0;
    top:20px;
    display:block;
    width:auto;
    z-index:3;
}
.new-search-cont .input-group-btn button{
    padding:0;
    margin:0;
    height:auto;
}
.new-search-cont .icon-search{
    /*
    width:24px;
    height:24px;
    */
    width:26px;
    height:26px;
    display:block;
    background:url(/m_web/common/images/icon_top_B.png) no-repeat -70px -30px;
	background-size: 96px;
}
.new-search-cont .icon-search:before{
    content:'';
    display:none;
}
.new-search-cont .search-results-close{
    position:relative;
    text-indent:0;
    background:none;
    /*width:62px;*/
    height:22px;
    float:right;
    color:#465c71;
    font-size:14px;
    text-align:right;
    font-weight:normal !important;
    padding:0;
    left:0;
    top:0;
    margin:10px 0 16px 0;
    padding-right:20px;
}
.new-search-cont .popoverword,.new-search-cont .auto-suggestion-popover{
    position:relative;
    left:0;
    top:0;
    padding:0;
    margin:0;
    z-index:1;
    box-shadow:none;
    width:100% !important;
}
.new-search-cont .popoverword{
    display:block;
}
.new-search-cont .popover-content-akl{
    margin:0 !important;
    /*padding:0 !important;*/
    padding:0 20px 0 22px;
	position: relative;
}
.new-search-cont .popover-content-akl:after{
    display:none;
}
.new-search-cont .tit{
    margin:0;
    font-size:16px;
    font-weight:500;
    color:#2c2c2c;
    padding:20px 0 10px 4px;
    line-height:22px;
}
.new-search-cont .tit.tit0{
    margin-top:10px;
}
.new-search-cont .popoverword .popover-content-akl .popover-btn{
    border:none;
    position:absolute;
    right:0;
    top:24px;
    padding:0;
}
.new-search-cont .popoverword .popover-content-akl .popover-btn button{
    font-size:14px;
    font-weight:normal;
    color:#9e9e9e !important;
    padding-right:20px;
}
.new-search-cont .popoverword .popover-content-akl .popover-btn #offRecentViewBtn {
	padding-right: 13px;
}
.new-search-cont .popoverword .popover-content-akl .popover-btn #offRecentViewBtn:after {
	content: '|';
	padding-left: 13px;
}
.new-search-cont .popoverword .popover-content-akl .popover-btn button:last-child{
    /*margin:0 0 0 15px;*/
}
.new-search-cont .search-results-akl{
    border-top:1px solid #c9c9c9;
    margin:0;
}
.ieBrowser .new-search-cont .search-results-akl{
    margin:0 0 -1px 0;
}
.new-search-cont .search-results-akl li{
    height:auto;
    border-bottom:1px solid #c9c9c9;
    overflow:hidden;
    position:relative;
}
.new-search-cont .search-results-akl li:hover{
    background:none;
}
.new-search-cont .search-results-akl li a{
    height:auto;
    margin:0;
    padding:11px 20px 11px 4px;
    line-height:16px;
    font-size:14px;
    color:#7d7d7d;
    font-weight:normal;
    display:block;
    cursor:pointer;
}
.new-search-cont .search-results-akl li a:hover{
    background:none;
}
.new-search-cont .search-results-akl li.rank a{
    color:#e85656;
}
.new-search-cont .search-results-akl li span{
    float:none;
}
.new-search-cont .search-results-akl li button{
    width:20px;
    height:36px;
    background:none;
    position:absolute;
    right:0;
    top:0;
    text-indent:-1000px;
    overflow:hidden;
    border:0;
}
.new-search-cont .search-results-akl li button:after{
    content:'';
    width:19px;
    height:19px;
    background:url(https://www.amway.co.kr/_ui/responsive/theme-blue/images/icon100_pc.png) no-repeat -60px -160px;
    position:absolute;
    right:4px;
    top:50%;
    margin:-10px 0 0 0;
}
.new-search-cont .search-no-result{
    padding:0;
    height:118px;
    font-size:14px;
    border:1px solid #c9c9c9;
    border-left:none;
    border-right:none;
    display:table;
    width:100%;
    text-align:center;
}
.new-search-cont .search-no-result p{
    margin:0;
    font-size:14px;
    font-weight:normal;
    color:#7d7d7d;
    display:table-cell;
    height:100%;
    vertical-align:middle;
}
.new-search-cont .auto-suggestion-popover .popover-content{
    padding:0;
    max-height:unset;
}
.new-search-cont .auto-suggestion-popover .popover-content .txt0{
    text-align:center;
    margin:0;
    height:76px;
    display:table;
    width:100%;
}
.new-search-cont .auto-suggestion-popover .popover-content .txt0 span{
    display:table-cell;
    vertical-align:middle;
    font-size:14px;
    color:#7d7d7d;
    font-weight:normal;
}
.new-search-cont .auto-suggestion-popover .popover-content ul{
    padding:0;
    border-top:1px solid #c9c9c9;
}
.new-search-cont .auto-suggestion-popover .popover-content li{
    border-bottom:1px solid #c9c9c9;
    position:relative;
}
.new-search-cont .auto-suggestion-popover .popover-content li.shopping-cart{
    padding:0 35px 0 0;
}
.new-search-cont .popover-content-akl .ui-menu-item a{
    padding:11px 0 11px 4px;
    font-size:14px;
    font-weight:normal;
    color:#7d7d7d;
    line-height:16px;
    display:block;
}
.new-search-cont .popover-content-akl .ui-menu-item .js-highlited-part-of-name{
    color:#000;
    font-weight:normal;
}
.new-search-cont .popover-content-akl .ui-menu-item button{
    position:absolute;
    right:0;
    top:50%;
    margin:-19px 0 0 0;
    text-indent:-999px;
    width:36px;
    height:38px;
    overflow:hidden;
    background:none;
    padding:0;
}
.new-search-cont .popover-content-akl .ui-menu-item button:after{
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:28px;
    height:23px;
    background:url(https://www.amway.co.kr/_ui/responsive/theme-blue/images/icon100_pc.png) no-repeat 0 -250px;
}
@media(max-width:768px){
    .new-v2 .desktop-nav-menu{
        display:none;
    }
    .new-v2 .search-btn-container{
        height: 40px;
        position:relative;
        z-index:1;
        /*padding:0 18px;*/
        left:0;
        top:53px;
        border-radius:0;
        width:100%;
        margin:0;
        margin-top:0;
        -webkit-transition:margin-top 0.2s;
        transition:margin-top 0.2s;
		background: #eee;
		border-top: solid 1px #ccc;
    }
    .new-v2 .search-btn-container.up{
        margin-top:-36px;
    }
    .new-v2 .search-btn-container .mobile-search-btn{
        position:absolute;
        width:calc(100% - 36px);
        height:31px;
        /*border-bottom:1px solid #000;*/
        bottom:5px;
        right:18px;
        z-index:3;
		text-align: right;
    }
	.icon-search:before {display: none;}
    .akl.new-v2 .amway-theme a span.icon-search{
        width:26px;
        height:26px;
        background:url(https://www.amway.co.kr/_ui/responsive/theme-blue/images/icon100.png) no-repeat 0 -100px;
        background-size:100px auto;
        margin-top:0;
        position:relative;
        left:-2px;
        top:3px;
    }
    .new-search-cont{
        width:100%;
        margin:0;
        left:0;
        top:54px;
        border:none;
        border-radius:0;
        box-shadow:none;
        background:#fff;
        min-height:auto;
    }
    .new-search-cont .top-search{
        /*padding:0 18px;*/
        margin:0;
        border:none;
        height:36px;
        width:100%;
		margin-top: 20px;
    }
    .new-search-cont .top-search input{
        height:32px;
        font-size:15px;
        padding:0 0 0 10px;
        background:none;
        width:calc(100% - 50px)
    }
    .new-search-cont .input-group{
        padding:0;
        border-bottom:1px solid #000;
    }
    .new-search-cont .input-group-btn{
        position:absolute;
        right:70px;
        top:1px;
        display:block;
        width:auto;
        z-index:3;
    }
    .new-search-cont .input-group-btn button{
        padding:0;
        margin:0;
    }
    .new-search-cont .icon-search{
        width:26px;
        height:26px;
        display:block;
        background:url(https://www.amway.co.kr/_ui/responsive/theme-blue/images/icon100.png) no-repeat 0 -100px;
        background-size:100px auto;
    }
    .new-search-cont .icon-search:before{
        content:'';
        display:none;
    }
    .new-search-cont .popoverword,.new-search-cont .auto-suggestion-popover{
        width:100% !important;
        max-width:100% !important;
    }
    .new-search-cont .inbox{
        /*padding:20px 28px;*/
        max-height:calc(100vh - 90px);
        height:calc(100vh - 90px);
        width:100%;
        /*overflow-y:scroll;*/
        overflow-x:hidden;
    }
    .topbanner .new-search-cont .inbox{
        max-height:calc(100vh - 130px);
        height:calc(100vh - 130px);
    }
    .new-search-cont .tit{
        /*margin:0 0 0 -10px;*/
        font-size:14px;
        padding:0 0 10px 0;
        line-height:20px;
    }
    .new-search-cont .tit.tit0{
        margin-top:30px;
    }
    .new-search-cont .popoverword .popover-content-akl .popover-btn{
        top:0;
    }
    .new-search-cont .popoverword .popover-content-akl .popover-btn button{
        font-size:12px;
        margin:0;
		padding-right: 0;
    }
	
    .new-search-cont .popoverword .popover-content-akl .popover-btn button:last-child{
        margin:0;
    }
    .new-search-cont .auto-suggestion-popover.popover.bottom{
        margin-top:0;
    }
    .akl .new-search-cont .popover-content{
        max-height:unset;
    }
    .new-search-cont .search-results-akl{
        max-height:unset;
        margin:0;
    }
    .new-search-cont .search-results-akl li a{
        font-size:15px;
        padding:7px 15px 7px 0;
    }
    .new-search-cont .search-results-akl li button{
        margin:0;
        height:32px;
        width:15px;
    }
    .new-search-cont .search-results-akl li button:after{
        width:11px;
        height:11px;
        background:url(https://www.amway.co.kr/_ui/responsive/theme-blue/images/icon100.png) no-repeat -50px -300px;
        background-size:100px auto;
        margin:-6px 0 0 0;
    }
    .new-search-cont .search-results-close{
        position:absolute;
        top:24px;
        margin:0;
        left:unset;
        right:18px;
        width:60px;
        height:20px;
        font-size:13px;
        z-index:3;
        padding-right:0;
    }
    .new-search-cont .search-results-close:before{
        content:'';
        position:absolute;
        left:-3px;
        top:4px;
        width:1px;
        height:12px;
        background:#a0a0a0;
    }
    .new-search-cont .search-no-result{
        height:auto;
        padding:10px 0;
    }
    .new-search-cont .auto-suggestion-popover .popover-content{
        padding:0;
    }
    .new-search-cont .auto-suggestion-popover .popover-content .txt0{
        display:none;
    }
    .new-search-cont .auto-suggestion-popover .popover-content ul{
        border-top:none;
    }
    .new-search-cont .auto-suggestion-popover .popover-content li.shopping-cart{
        padding:0 25px 0 0;
    }
    .new-search-cont .popover-content-akl .ui-menu-item a{
        font-size:15px;
        padding:7px 0;
    }
    .new-search-cont .popover-content-akl .ui-menu-item button{
        height:32px;
        width:23px;
        margin:-16px 0 0 0;
    }
    .new-search-cont .popover-content-akl .ui-menu-item button:after{
        width:23px;
        height:24px;
        background:url(https://www.amway.co.kr/_ui/responsive/theme-blue/images/icon100.png) no-repeat 0 -300px;
        background-size:100px auto;
        top:4px;
    }

}
@media(max-width:360px){
    .new-search-cont .search-results-akl{
        max-height:unset;
    }
}
@media(max-width:768px){
    .new-v2 main{
        transition:padding-top 0.2s;
        padding-top:36px;
    }
    .new-v2 main.up{
        padding-top:0;
    }
}

@media(max-width:768px){
    .new-v2 .loading-v2 img{
        width:56px;
        margin:-28px 0 0 -28px;
    }
}
.new-v2 .smartEditComponent[data-smartedit-component-id = "SiteLogoSlot"]{
    display:block;
}
.new-v2 .smartEditComponent[data-smartedit-component-id = "MobileSiteLogoSlot"]{
    display:none;
}
.new-v2 .smartEditComponent[data-smartedit-component-id = "SearchBoxSlot"]{
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
.new-v2 .smartEditComponent[data-smartedit-component-id = "MiniCartSlot"]{
    float:left;
}
@media(max-width:768px){
    .new-v2 .smartEditComponent[data-smartedit-component-id = "SiteLogoSlot"]{
        display:none;
    }
    .new-v2 .smartEditComponent[data-smartedit-component-id = "MobileSiteLogoSlot"]{
        display:block;
    }
    .new-v2 .smartEditComponent[data-smartedit-component-id = "SearchBoxSlot"]{
        position:relative;
    }
}


.suggestion-list {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 32px;
    overflow: hidden;
    z-index: 3;
}        
.suggestion-list li {
    width: 100%;
    height: 32px;
    text-align: center;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 36px;
    font-weight: bold;
}        
.suggestion-list li:first-child{display:block; top:0;}
/* https://beautifier.io/ */
/*.con2{margin:170px auto 0 !important;}*/
.con2.conD{margin-top:133px !important;}
@media (max-width: 768px){
    .new-v2 .search-btn-container .mobile-search-btn {
        background: none;
        border-radius:0;
		border-bottom: 0;
    }        
    .con2{margin:93px auto !important;}
    .con2.conD{margin:0 auto !important;}
    .suggestion-list {
        position: relative;
        /*top: 0;*/
    }         
    .new-v2 .search-btn-container .icon-search, .new-v2 .search-btn-container .icon-search:hover {
        width: 26px;
        height: 26px;
        background: url(/m_web/common/images/icon_top_B.png) no-repeat -54px -24px;
        /*background-size: 100px auto;*/
        margin-top: 0;
        position: relative;
        right: -2px;
        top: 3px;
		background-size: 82px;
    }            
    .new-search-cont .popover-content-akl{padding:0 !important;}
    /*.new-search-cont.open{position:fixed;}*/
    .site-search{padding:0 18px;}
    .inbox .popoverword{padding:20px 28px;
	    box-sizing: border-box !important;}
    /*.new-search-cont .popover-content-akl{padding-right:50px !important;}*/
    .new-search-cont .popoverword .popover-content-akl .popover-btn button{/*padding:25px 80px;*/padding-top: 10px;}
     header.fixd.new-v2{position:fixed; z-index:9001; top:0; width:100%; background:#fff; height:57px;}
	.suggestion-list li {
		width: 77%;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		overflow: hidden;
	    left: 11%;
	}
}
@media only screen and (min-width: 769px){
    /*.rew18_h_top, .rew18_wrap_depth2, .rew18_goodsList_wrap, .rew18_arraySub_wrap, .rew18_basket_center, .rew18_setupContainer{max-width:1400px;} */   
    /*.login{right:-80px !important;}*/
    /*.new-search-cont .search-results-akl li:last-child{border-bottom:0;}*/
}
.search-results-close,.input-group a{cursor:pointer;}
/*.fixd.new-v2{position:fixed; z-index:9001; top:0; width:100%; background:#fff;}*/
.fixd.new-v2{position:absolute; top:0; width:100%; background:#fff;}
@media only screen and (min-width: 769px) {
    body{margin-top:170px;}
}        
@media only screen and (max-width: 768px){
    .rew18_bg_white{background-color: #fff;}             
    body{margin-top:90px;}
}

#searchAR.open{display:block;}
#searchAR {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    transition: all 0.5s ease;            
}