<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#mall_company {
    position: relative;
	overflow:hidden;
	overflow-y:auto;
    display: block;
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: -o-calc(100% - 32px);
    width: calc(100% - 32px);
    height: -moz-calc(100% - 115px);
    height: -webkit-calc(100% - 115px);
    height: -o-calc(100% - 115px);
    height: calc(100% - 115px);
	margin:0 8px;
    padding:50px 8px 65px;
}
#mall_company::-webkit-scrollbar {
	width:2px;
}
#mall_company::-webkit-scrollbar-thumb {
    background:rgba( 180, 180, 180, 0.6 );
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#mall_company::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0 );
}



#mall_company .mall_company_pg {
	vertical-align:top;
	position:relative;
	overflow:hidden;
    width:100%;
	display:block;
    height:auto;
	padding:0;
	margin:0;
}



#mall_company .mall_company_pg,
#mall_company .mall_company_pg * {
    font-size:14px !important;
    line-height:1.4 !important;
}
#mall_company .mall_company_pg h1 { 
    margin:40px 0 10px 0 !important;
    font-size:23px !important;
	font-weight:bold !important;
}
#mall_company .mall_company_pg h2 { 
    margin:30px 0 10px 0 !important;
    font-size:20px !important;
	font-weight:bold !important;
}
#mall_company .mall_company_pg h3 { 
    margin:30px 0 10px 0 !important;
    font-size:16px !important;
	font-weight:bold !important;
}
#mall_company .mall_company_pg h4 { 
    margin:30px 0 10px 0 !important;
    font-size:15px !important;
	font-weight:bold !important;
}



#mall_company .mall_company_pg img {
    position: relative;
    display: block;
    width:auto !important;
    max-width:100% !important;
    height: auto;
    padding: 0;
}



/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

#mall_company {
    width:100%;
    height: -moz-calc(100% - 180px);
    height: -webkit-calc(100% - 180px);
    height: -o-calc(100% - 180px);
    height: calc(100% - 180px);
    margin: 0;
    padding:100px 0 80px;
}
#mall_company::-webkit-scrollbar {
	width:4px;
    height:4px;
}
#mall_company::-webkit-scrollbar-thumb {
    background:rgba( 0, 0, 0, 0.8 );
}
#mall_company::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0.1 );
}
    
#mall_company:before {
    display: none;
}
#mall_company .mall_company_pg {
	overflow:hidden;
    width:1000px;
    height:auto;
	padding:0;
    margin:0 auto;
}
    
}
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1300px) {

#mall_company .mall_company_pg {
    width:1300px;
}
    
}
/*####################################################################################################################################################################################*/







/* íšŒì‚¬ì†Œê°œ ìœ„ë¡œê°€ê¸° */
#mall_company .mall_company_pg_top {
    position: fixed;
    left: 50%;
    bottom: -40px;
    width: 38px;
    height: 38px;
    text-align: left;
    float: left;
    margin: 0 0 0 -20px;
    padding: 0;
    z-index: 1000;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -moz-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    
    -webkit-transition: bottom 0.2s, box-shadow 0.2s ease-in-out;
    -moz-transition: bottom 0.2s, box-shadow 0.2s ease-in-out;
    -ms-transition: bottom 0.2s, box-shadow 0.2s ease-in-out;
    -o-transition: bottom 0.2s, box-shadow 0.2s ease-in-out;
    transition: bottom 0.2s, box-shadow 0.2s ease-in-out;
}
/* ì‹¤í–‰ */
#mall_company .mall_company_pg_top.active {
    bottom: 15px;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
}

#mall_company .mall_company_pg_top:before,
#mall_company .mall_company_pg_top:after {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width: 9px;
    height: 1px;
    margin: 0;
    padding: 0;
    background: #111;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#mall_company .mall_company_pg_top:before {
    margin: -1px -2px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mall_company .mall_company_pg_top:after {
    margin: -1px -8px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ê°€ë¡œ í™”ë©´ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
}
/*####################################################################################################################################################################################*/
  
    
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

#mall_company .mall_company_pg_top {
    bottom: -50px;
    width: 48px;
    height: 48px;
    margin: 0 0 0 -25px;
}
    
}
/*####################################################################################################################################################################################*/
   
    
    
    










/* ì&nbsp;„ì²´ í‹€ */
#full_page_tab_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    margin:0;
    padding:0;
    border-bottom:0px solid #e8e8e8;
    background:rgba( 255, 255, 255, 0.6 );
    z-index: 1000;
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

/* ì&nbsp;„ì²´ í‹€ */
#full_page_tab_menu {
    width:auto;
    height:auto;
    background:rgba( 255, 255, 255, 0 );
}
    
}
/*####################################################################################################################################################################################*/

    
/* ì&nbsp;„ì²´ í‹€ - ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© */
.pt_container #full_page_tab_menu {
    width:auto;
    height:auto;
    background:rgba( 255, 255, 255, 0 );
}
    
    















/* ë©”ë‰´ ìŠ¬ë¼ì´ë“œ ë²„íŠ¼ */
#full_page_tab_menu &gt; .slide_category_bt { 
    position: fixed;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
	text-align:left;
	float:left;
    margin:0;
    padding:0;
    z-index: 1000;
    
	cursor:pointer;
	border:0px solid #e8e8e8;
    background:rgba( 255, 255, 255, 0 );
    
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
    
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#full_page_tab_menu &gt; .slide_category_bt span,
#full_page_tab_menu &gt; .slide_category_bt span:before,
#full_page_tab_menu &gt; .slide_category_bt span:after {
	position:absolute;
	left:50%;
    top:50%;
	float:left;
    content:""; 
    font-size:0px; 
    width:16px;
    height:2px;
    padding:0;
	text-align:center;
    text-decoration:none; 
    background:rgba( 0, 0, 0, 0.9 );
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#full_page_tab_menu &gt; .slide_category_bt span { margin: -1px 0 0 -5px; }
#full_page_tab_menu &gt; .slide_category_bt span:before { margin: -7px 0 0 -8px; }
#full_page_tab_menu &gt; .slide_category_bt span:after { margin: 5px 0 0 -8px; }


/* ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© */
.pt_container &gt; #full_page_tab_menu &gt; .slide_category_bt {
    left: 17px;
    top: 15px;
    width: 38px;
    height: 38px;
	border:1px solid #e8e8e8;
    background:#fff;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );

    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
    
    -webkit-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    -moz-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    -ms-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    -o-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
}
.pt_container &gt; #full_page_tab_menu &gt; .slide_category_bt span { margin: -1px 0 0 -8px; }

/* ë§¤ìž¥ì°¾ê¸° ì&nbsp;„ìš© */
.location_find_tll #full_page_tab_menu &gt; .slide_category_bt,
#brand_list #full_page_tab_menu &gt; .slide_category_bt {
    top: 0px;
    -webkit-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    -moz-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    -ms-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    -o-transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
    transition: top 0.3s 0.1s, opacity 0.3s 0.1s ease-in-out;
}
/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .slide_category_bt,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .slide_category_bt {
    top: -50px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    
    -webkit-transition: top 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s, opacity 0.3s ease-in-out;
    -ms-transition: top 0.3s, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s, opacity 0.3s ease-in-out;
    transition: top 0.3s, opacity 0.3s ease-in-out;
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

/* ë©”ë‰´ ìŠ¬ë¼ì´ë“œ ë²„íŠ¼ */
#full_page_tab_menu &gt; .slide_category_bt {
    top: 25px;
    left: 27px;
    width: 48px;
    height: 48px;
    border: 1px solid #e8e8e8;
    background:#fff;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#full_page_tab_menu &gt; .slide_category_bt span,
#full_page_tab_menu &gt; .slide_category_bt span:before,
#full_page_tab_menu &gt; .slide_category_bt span:after {
    -webkit-transition: margin-top 0.2s,background 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s,background 0.2s ease-in-out;
    -ms-transition: margin-top 0.2s,background 0.2s ease-in-out;
    -o-transition: margin-top 0.2s,background 0.2s ease-in-out;
    transition: margin-top 0.2s,background 0.2s ease-in-out;
}
#full_page_tab_menu &gt; .slide_category_bt span {
    margin: -1px 0 0 -8px;
}
#full_page_tab_menu &gt; .slide_category_bt:hover span,
#full_page_tab_menu &gt; .slide_category_bt.fixed &gt; a span {
    margin: -7px 0 0 -8px;
}
#full_page_tab_menu &gt; .slide_category_bt:hover span:before,
#full_page_tab_menu &gt; .slide_category_bt.fixed &gt; a span:before {
    margin: -15px 0 0 -8px;
    background:rgba( 0, 0, 0, 0 );
}
#full_page_tab_menu &gt; .slide_category_bt:hover span:after,
#full_page_tab_menu &gt; .slide_category_bt.fixed &gt; a span:after {
    margin: 11px 0 0 -8px;
}
    
    
/* ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© */
.pt_container &gt; #full_page_tab_menu &gt; .slide_category_bt {
    top: 25px;
    left: 27px;
    width: 48px;
    height: 48px;
    border: 1px solid #e8e8e8;
    background:#fff;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
    

/* ë§¤ìž¥ì°¾ê¸° ì&nbsp;„ìš© */
.location_find_tll #full_page_tab_menu &gt; .slide_category_bt,
#brand_list #full_page_tab_menu &gt; .slide_category_bt {
    top: 25px;
}
/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .slide_category_bt,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .slide_category_bt {
    top: 25px;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}
    
}
/*####################################################################################################################################################################################*/










/* í™ˆ ë²„íŠ¼ */
#full_page_tab_menu &gt; .home_bt {
    position: fixed;
    left: 40px;
    top: 0;
    width: 40px;
    height: 50px;
	text-align:left;
	float:left;
    margin:0;
    padding:0;
    z-index: 1000;
    
	cursor:pointer;
	border:0px solid #e8e8e8;
    background:rgba( 255, 255, 255, 0 ) url("//licotelife.com/web/upload/jwgimg/home_ico_m_80.png") no-repeat 7px 10px;
    background-size: 28px 28px;
    
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;

    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}

/* ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© */
.pt_container &gt; #full_page_tab_menu &gt; .home_bt {
    left: 67px;
    top: 15px;
    width: 38px;
    height: 38px;
	border:1px solid #e8e8e8;
    background:#fff url("//licotelife.com/web/upload/jwgimg/home_ico_m_80.png") no-repeat 5px 4px;
    background-size: 28px 28px;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );

    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
    
    -webkit-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -moz-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -ms-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -o-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
}
/* ì¹´íƒˆë¡œê·¸ - ì‹¤í–‰ */
.pt_container.scroll_on #full_page_tab_menu &gt; .home_bt {
    top: -50px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}

/* ë§¤ìž¥ì°¾ê¸° ì&nbsp;„ìš© */
.location_find_tll #full_page_tab_menu &gt; .home_bt,
#brand_list #full_page_tab_menu &gt; .home_bt {
    top: 0px;
    -webkit-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -moz-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -ms-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -o-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
}
/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .home_bt,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .home_bt {
    top: -50px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    
    -webkit-transition: top 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s, opacity 0.3s ease-in-out;
    -ms-transition: top 0.3s, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s, opacity 0.3s ease-in-out;
    transition: top 0.3s, opacity 0.3s ease-in-out;
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

/* í™ˆ ë²„íŠ¼ */
#full_page_tab_menu &gt; .home_bt {
    left: auto;
    top: 25px;
    right :27px;
    width: 48px;
    height: 48px;
    border: 1px solid #e8e8e8;
    background:#fff url("//licotelife.com/web/upload/jwgimg/home_ico_35.png") no-repeat 10px 9px;
    background-size: 28px 28px;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
    
/* ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© */
.pt_container &gt; #full_page_tab_menu &gt; .home_bt {
    left: auto;
    top: 25px;
    right :27px;
    width: 48px;
    height: 48px;
    border: 1px solid #e8e8e8;
    background:#fff url("//licotelife.com/web/upload/jwgimg/home_ico_35.png") no-repeat 10px 9px;
    background-size: 28px 28px;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* ë§¤ìž¥ì°¾ê¸° ì&nbsp;„ìš© */
.location_find_tll #full_page_tab_menu &gt; .home_bt,
#brand_list #full_page_tab_menu &gt; .home_bt {
    top: 25px;
}
/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .home_bt,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .home_bt {
    top: 25px;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}
    
}
/*####################################################################################################################################################################################*/



















/* ìƒë‹¨ íƒ­ */
#full_page_tab_menu &gt; .ec-base-tab {
    position:fixed; 
    left:auto; 
	right:0;
    top:0;
    /* Firefox */
    width: -moz-calc(100% - 83px);
    /* WebKit */
    width: -webkit-calc(100% - 83px);
    /* Opera */
    width: -o-calc(100% - 83px);
    /* Standard */
    width: calc(100% - 83px);
    height: auto;
    padding: 0;
    margin: 0;
	text-align:right;
    background: rgba( 0,0,0,0 );
    border: 0px solid #e8e8e8;
    z-index: 200;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
}


#full_page_tab_menu &gt; .ec-base-tab:before,
#full_page_tab_menu &gt; .ec-base-tab:after {
    display:none;
}


#full_page_tab_menu &gt; .ec-base-tab &gt; .swiper-tab-all {
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
    width: -o-calc(100% - 14px);
    width: calc(100% - 14px);
    margin: 0 12px 0 0;
}


#full_page_tab_menu &gt; .ec-base-tab .menu {
    padding: 0;
}
#full_page_tab_menu &gt; .ec-base-tab .menu li a {
    height:auto;
    line-height: 50px;
    color: rgba( 0,0,0,0.4 );
    font-weight: bold;
    padding: 0 10px;
}
#full_page_tab_menu &gt; .ec-base-tab .menu li.selected a {
    color: rgba( 0,0,0,1 );
    font-weight: bold;
}





/* ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© */
.pt_container #full_page_tab_menu &gt; .ec-base-tab {
    top:auto;
    left:0px;
    right:0;
    bottom:15px;
    width:100%;
    background: rgba( 0,0,0,0 );
        
    -webkit-transition: bottom 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -moz-transition: bottom 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -ms-transition: bottom 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -o-transition: bottom 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    transition: bottom 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
}
.pt_container #full_page_tab_menu &gt; .ec-base-tab .swiper-scrollbar {
    left:15px !important;
    bottom:4px !important;
    top:auto !important;
    width: -moz-calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
}
/* * */
.pt_container #full_page_tab_menu &gt; .ec-base-tab &gt; .swiper-tab-all {
	overflow:hidden;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0 10px;
    background:#fff;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.pt_container #full_page_tab_menu &gt; .ec-base-tab .menu {
    width:100%;
    padding: 0;
	text-align:center;
}
.pt_container #full_page_tab_menu &gt; .ec-base-tab .menu li a {
    line-height: 38px;
}
/* ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© - ì‹¤í–‰ */
.pt_container.scroll_on #full_page_tab_menu &gt; .ec-base-tab {
    bottom:-50px;  
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}





/* ë§¤ìž¥ì°¾ê¸°-ë¸Œëžœë“œ ëª©ë¡ ì&nbsp;„ìš© */
.location_find_tll #full_page_tab_menu &gt; .ec-base-tab,
#brand_list #full_page_tab_menu &gt; .ec-base-tab {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    -webkit-transition: top 0.3s 0.4s, opacity 0.3s 0.4s ease-in-out;
    -moz-transition: top 0.3s 0.4s, opacity 0.3s 0.4s ease-in-out;
    -ms-transition: top 0.3s 0.4s, opacity 0.3s 0.4s ease-in-out;
    -o-transition: top 0.3s 0.4s, opacity 0.3s 0.4s ease-in-out;
    transition: top 0.3s 0.4s, opacity 0.3s 0.4s ease-in-out;
}
.location_find_tll #full_page_tab_menu &gt; .ec-base-tab .menu,
#brand_list #full_page_tab_menu &gt; .ec-base-tab .menu {
}
/* ë§¤ìž¥ì°¾ê¸°-ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .ec-base-tab,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .ec-base-tab {
    top: -50px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    
    -webkit-transition: top 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s, opacity 0.3s ease-in-out;
    -ms-transition: top 0.3s, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s, opacity 0.3s ease-in-out;
    transition: top 0.3s, opacity 0.3s ease-in-out;
}

/*####################################################################################################################################################################################*/
@media only screen and (min-width: 650px) {
    
}
/*####################################################################################################################################################################################*/


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

#full_page_tab_menu &gt; .ec-base-tab {
    top:25px;
    right:auto;
    left:50%; 
    width:auto;	
    
    transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(-50%);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(-50%);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(-50%);       /* ì˜¤íŽ˜ë¼ */
}
#full_page_tab_menu &gt; .ec-base-tab &gt; .swiper-tab-all {
    width:auto;
    padding: 0 20px;
    margin:0;
    
    background:#fff;
    border: 1px solid #e8e8e8;
    
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
#full_page_tab_menu &gt; .ec-base-tab .menu {
    width:auto;
}
#full_page_tab_menu &gt; .ec-base-tab .menu li a {
    line-height: 48px;
    padding: 0 10px;
}
#full_page_tab_menu &gt; .ec-base-tab .menu li:hover a,
#full_page_tab_menu &gt; .ec-base-tab .menu li.selected:hover a,
#full_page_tab_menu &gt; .ec-base-tab .menu li.selected a {
    color: rgba( 0,0,0,1 );
    font-weight: bold;
}

    
/* ì¹´íƒˆë¡œê·¸ ì&nbsp;„ìš© - ì‹¤í–‰ */
.pt_container &gt; #full_page_tab_menu &gt; .ec-base-tab {
	bottom:auto;
    right:auto;
    top:25px;
    left:50%; 
    width:auto;	
    
    -webkit-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -moz-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -ms-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -o-transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    transition: top 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
}
.pt_container.scroll_on &gt; #full_page_tab_menu &gt; .ec-base-tab {
	bottom:auto;
    top:-50px;
}
.pt_container #full_page_tab_menu &gt; .ec-base-tab &gt; .swiper-tab-all {
    width:auto;
    padding: 0 20px;
    margin:0;
    
    background:#fff;
    border: 1px solid #e8e8e8;
    
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.pt_container &gt; #full_page_tab_menu &gt; .ec-base-tab .menu {
}
.pt_container &gt; #full_page_tab_menu &gt; .ec-base-tab .menu li a {
    line-height: 48px;
    padding: 0 10px;
}
    
    

/* ë§¤ìž¥ì°¾ê¸°-ë¸Œëžœë“œ ëª©ë¡ ì&nbsp;„ìš© */
.location_find_tll #full_page_tab_menu &gt; .ec-base-tab,
#brand_list #full_page_tab_menu &gt; .ec-base-tab {
	bottom:auto;
    right:auto;
    top:25px;
    left:50%; 
    width:auto;
}
/* ë§¤ìž¥ì°¾ê¸°-ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .ec-base-tab,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .ec-base-tab {
    top: -50px;
}
    
    

    
}
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1300px) {
    
#full_page_tab_menu &gt; .ec-base-tab &gt; .swiper-tab-all,
.pt_container #full_page_tab_menu &gt; .ec-base-tab &gt; .swiper-tab-all {
    padding: 0 30px;
}
#full_page_tab_menu &gt; .ec-base-tab .menu li a, 
#full_page_tab_menu &gt; .ec-base-tab .menu li.selected:hover a, 
#full_page_tab_menu &gt; .ec-base-tab .menu li.selected a {
    padding: 0 16px;
}
.pt_container &gt; #full_page_tab_menu &gt; .ec-base-tab .menu li a, 
.pt_container &gt; #full_page_tab_menu &gt; .ec-base-tab .menu li.selected:hover a, 
.pt_container &gt; #full_page_tab_menu &gt; .ec-base-tab .menu li.selected a {
    padding: 0 16px;
}
    
}
/*####################################################################################################################################################################################*/























/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ ì&nbsp;„ìš© ë²„íŠ¼ */
#full_page_tab_menu &gt; .location_find_search_bt,
#full_page_tab_menu &gt; .brand_list_search_bt {
    position: fixed;
    left: 80px;
    top: 0;
    width: 40px;
    height: 50px;
	text-align:left;
	float:left;
    margin:0;
    padding:0;
    z-index: 1000;
    
	cursor:pointer;
	border:0px solid #e8e8e8;
    background:rgba( 255,255,255,0 ) url("//licotelife.com/web/upload/jwgimg/search_bt_m_80.png") no-repeat 6px 10px;
    background-size: 29px 29px;

    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
    
    -webkit-transition: top 0.3s 0.3s, opacity 0.3s 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.3s, opacity 0.3s 0.3s ease-in-out;
    -ms-transition: top 0.3s 0.3s, opacity 0.3s 0.3s ease-in-out;
    -o-transition: top 0.3s 0.3s, opacity 0.3s 0.3s ease-in-out;
    transition: top 0.3s 0.3s, opacity 0.3s 0.3s ease-in-out;
}
/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .location_find_search_bt,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .brand_list_search_bt {
    top:-40px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    
    -webkit-transition: top 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s, opacity 0.3s ease-in-out;
    -ms-transition: top 0.3s, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s, opacity 0.3s ease-in-out;
    transition: top 0.3s, opacity 0.3s ease-in-out;
}

/* PC í™”ë©´ */
/* ***************************************************************** */
@media only screen and (min-width: 1000px) {

/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ ì&nbsp;„ìš© ë²„íŠ¼ */
#full_page_tab_menu &gt; .location_find_search_bt,
#full_page_tab_menu &gt; .brand_list_search_bt {
    position: fixed;
    left: 92px;
    top: 25px;
    width: 48px;
    height: 48px;
    border: 1px solid #e8e8e8;
    background:#fff url("//licotelife.com/web/upload/jwgimg/search_bt_m_80.png") no-repeat 10px 9px;
    background-size: 29px 29px;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    -webkit-transition: left 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -moz-transition: left 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -ms-transition: left 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    -o-transition: left 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
    transition: left 0.3s 0.2s, opacity 0.3s 0.2s ease-in-out;
}
/* ë§¤ìž¥ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ - ì‹¤í–‰ */
.location_find_tll.find_search_open #full_page_tab_menu &gt; .location_find_search_bt,
#brand_list.brand_list_search_open #full_page_tab_menu &gt; .brand_list_search_bt {
    left: 27px;
    top: 25px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    z-index:1;
    
    -webkit-transition: left 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: left 0.3s, opacity 0.3s ease-in-out;
    -ms-transition: left 0.3s, opacity 0.3s ease-in-out;
    -o-transition: left 0.3s, opacity 0.3s ease-in-out;
    transition: left 0.3s, opacity 0.3s ease-in-out;
}
    
}
/* ***************************************************************** */






/* ë§¤ìž¥ ì°¾ê¸°/ë¸Œëžœë“œëª©ë¡ - ì•ˆë‚´ ë¬¸êµ¬ */
#full_page_tab_menu &gt; .location_find_search_bt span,
#full_page_tab_menu &gt; .brand_list_search_bt span {
	display:block;
	overflow:hidden;
    position:absolute; 
    left:-11px;
    top:100%;
    width:auto;
    height:0px; 
    margin:-13px 0 0 -10px;
    padding:0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
        
    background:#e8e8e8;

    -moz-animation: animateleft 10s infinite ease-in-out;
    -webkit-animation: animateleft 10s infinite ease-in-out;
    animation: animateleft 10s infinite ease-in-out;
    
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    
    -moz-animation-name: full_page_tab_menu_search_bt_span;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: full_page_tab_menu_search_bt_span;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: full_page_tab_menu_search_bt_span;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
/* ì„œë¸Œë©”ë‰´ ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì‹¤í–‰ */
@keyframes full_page_tab_menu_search_bt_span {
	0% {
	overflow:hidden;
    height:0px; 
    margin:-13px 0 0 -10px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	9% {
	overflow:hidden;
    height:0px; 
    margin:-13px 0 0 -10px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	10% {
	overflow:visible;
    height:26px; 
    margin:-13px 0 0 -10px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	14% {
    margin:-13px 0 0 7px;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
	}  
	20% {
    margin:-13px 0 0 7px;
	}  
	23% {
    margin:-13px 0 0 13px;
	}  
	26% {
    margin:-13px 0 0 7px;
	}  
	29% {
    margin:-13px 0 0 13px;
	}  
	32% {
    margin:-13px 0 0 7px;
	}  
	35% {
    margin:-13px 0 0 13px;
	}  
	38% {
    margin:-13px 0 0 7px;
	}  
	90% {
    margin:-13px 0 0 7px;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
	}  
	94% {
	overflow:visible;
    height:26px; 
    margin:-13px 0 0 24px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	}  
	95% {
	overflow:hidden;
    height:0px; 
    margin:-13px 0 0 24px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
	overflow:hidden;
    height:0px; 
    margin:-13px 0 0 24px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	}  
}
#full_page_tab_menu &gt; .location_find_search_bt span:after,
#full_page_tab_menu &gt; .brand_list_search_bt span:after {  
	display:inline-block;
    position:absolute; 
    left:20px;
    top:6px;
    width:8px;
    height:8px; 
    font-size:0px;
    margin:0;
    padding:0;
    background:#e8e8e8;
    content:""; 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#full_page_tab_menu &gt; .location_find_search_bt span:before,
#full_page_tab_menu &gt; .brand_list_search_bt span:before {  
	display:inline-block;
    position:absolute; 
    left:0;
    top:9px;
    width:auto;
    height:26px; 
    line-height:26px; 
	text-align:center;
    font-size:11px;
    color:#111;
    font-weight: bold;
    margin:0;
    padding:0 10px;
    background:#e8e8e8;
    
    z-index:1;
    
    white-space : nowrap; /* ê°€ë¡œ í¬ê¸° ì—†ì´ ì¤„ë„˜ì¹¨ ë°©ì§€ */
    
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
}
#full_page_tab_menu &gt; .brand_list_search_bt span:before {
}


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* ë§¤ìž¥ ì°¾ê¸° - ì•ˆë‚´ ë¬¸êµ¬ */
#full_page_tab_menu &gt; .location_find_search_bt span,
#full_page_tab_menu &gt; .brand_list_search_bt span {
    left:-9px;
    top:100%;
}
#full_page_tab_menu &gt; .location_find_search_bt span:after,
#full_page_tab_menu &gt; .brand_list_search_bt span:after {
    left:20px;
    top:20px;
}
#full_page_tab_menu &gt; .location_find_search_bt span:before,
#full_page_tab_menu &gt; .brand_list_search_bt span:before {
    left:0;
    top:23px;
}
    
}
/*####################################################################################################################################################################################*/
 






@charset "utf-8";

/* **************************** //í•„ìˆ˜ CSS ìˆ˜ì&nbsp;• ë° ì‚­ì&nbsp;œ ë¶ˆê°€ **************************** */

/* tag reset */


* { outline:none; }


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {    
    margin:0; 
    padding:0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border:0 none;
    outline:none; 
}
html { 
    width:100%; 
    height:100%; 
}
body,code {
	overflow:hidden;
	overflow-y:auto;
    min-width:340px;
    font-family: 'NanumSquareNeo-Variable','Noto Sans JP','Noto Sans SC','Noto Sans HK',sans-serif;
    /* 
       ë²&nbsp;íŠ¸ë‚¨ì–´ ì&nbsp;„ìš©
       font-family: 'Inter','Noto Sans JP','Noto Sans SC','Noto Sans HK','NanumSquareNeo-Variable',sans-serif;
    */
    font-size:13px;
    color:#333; 
    background:#fff; 
}
input, select, textarea, button, .coupon * {
    font-family: 'NanumSquareNeo-Variable','Noto Sans JP','Noto Sans SC','Noto Sans HK',sans-serif !important;
}
#mall_company .mall_company_pg * {
    font-family: 'NanumSquareNeo-Variable','Noto Sans JP','Noto Sans SC','Noto Sans HK',sans-serif !important;
}

/* ìŠ¤í¬ë¡¤ ê¸ˆì§€ */
body.no_scroll {
    overflow: hidden;
}

body#popup { }
body#popup::-webkit-scrollbar {
    width:4px;
	height:4px;
}
body#popup::-webkit-scrollbar-thumb {
    background:rgba( 0, 0, 0, 0.2 );
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
body#popup::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0.05 );
}
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; }
hr.layout { display:none; }
a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
#content_CONTAINER table, #bi_inquire_content_CONTAINER table { border:0; margin:0 0 -1px; }
#content_CONTAINER table:before, #bi_inquire_content_CONTAINER table:before { display:none; }
#content_CONTAINER td, #bi_inquire_content_CONTAINER td { width:auto !important; padding:0; }
table.nneditor-table { width:auto !important; }

/* ê²°ì&nbsp;œì§„í–‰ë°” */
#progressPaybarBackground { position:absolute; z-index:99; left:0; top:0; width:100%; height:100%; }
#progressPaybarView { position:absolute; z-index:100; top:160px; left:20px; width:471px; font-size:12px; }
#progressPaybarView .box { height:180px; background:url(//img.cafe24.com/images/ec_hosting/popup/layer_guide/bg_layer_box1.gif) 0 0 no-repeat; }
#progressPaybarView .box .graph { padding:15px 0 0 0; text-align:center;}
#progressPaybarView .box .graph span { display:block; text-align:center; margin:20px 0; }
#progressPaybarView .box .txt { text-align:center; padding:15px 0 0; color:#555555; }
div.layerProgress { filter:alpha(opacity=40); opacity:0.4; -moz-opacity:0.4; background-color:#999; }

/* contents */
#skipNavigation {position:absolute; top:0; left:0; z-index:100; width:100%; height:0;}
#skipNavigation p, #skipNavigation ul, #skipNavigation ul li {height:0;}
#skipNavigation p a {position:absolute; left:0; top:0; display:block; overflow:hidden; width:1px; height:1px; margin-left:-1px; margin-bottom:-1px; text-align:center; color:#000; white-space:nowrap;}
#skipNavigation p a:focus, #skipNavigation p a:hover, #skipNavigation p a:active {width:100%; height:auto; padding:10px 0; background:#c4122f; color:#fff; z-index:100;}

.displaynone { display:none; }


.dimmed { position:fixed; top:0; left:0; z-index:99; width:100%; height:100%; background:#fff; opacity:0.8; filter:alpha(opacity=80); }

/* **************************** í•„ìˆ˜ CSS ìˆ˜ì&nbsp;• ë° ì‚­ì&nbsp;œ ë¶ˆê°€ **************************** */
@charset "utf-8";

/* ìƒë‹¨ */
#header {}
#header:after { content:""; display:block; clear:both; }

#wrap { position:relative; width:100%; height:auto; margin:0; padding:0;}
#wrap:after {
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}

/* ì¶”ê°€íŽ˜ì´ì§€ ë&nbsp;ˆì´ì•„ì›ƒ */
#contents_add { position:relative; width:100%; height:100%; min-height:auto !important; margin:0; padding:0;}
#contents_add:after {
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}

/* ë©”ì¸ ë&nbsp;ˆì´ì•„ì›ƒ */
#contents_main { position:relative; width:100%; height:auto; min-height:auto !important; margin:0; padding:0;}
#contents_main:after {
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}

/* ê³µí†µ ë&nbsp;ˆì´ì•„ì›ƒ */
#contents_layout { position:relative; width:100%; height:auto; min-height:auto !important; margin:0 auto; padding:0 0 50px; }
#contents_layout:after {
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}

/* PC í™”ë©´ */
/* ***************************************************************** */
@media only screen and (min-width: 1000px) {
    
/* ê³µí†µ ë&nbsp;ˆì´ì•„ì›ƒ */
#contents_layout { width:1000px; }
    
}
/* ***************************************************************** */
@media only screen and (min-width: 1300px) {
    
/* ê³µí†µ ë&nbsp;ˆì´ì•„ì›ƒ */
#contents_layout { width:1300px; }
    
}
/* ***************************************************************** */


#footer { width:100%; margin:30px auto 0; *zoom:1; }
#footer:after { content:""; display:block; clear:both; }







/* íƒìƒ‰ê²½ë¡œë°” */
.path { 
    position:relative;
    display: none;
    overflow:hidden; 
    height:30px; 
    line-height:30px; 
    *zoom:1; 
    margin:0; 
    padding: 20px 0 0;
}
.path span { 
    display: none;
}
.path ol { float:right; }
.path li {
    float:left; 
    padding:0 0 0 12px;
    margin:0 0 0 8px;
    color:#757575; 
    background:url("//img.echosting.cafe24.com/skin/base/layout/ico_path.gif") no-repeat 0 11px; 
    background-size: 5px auto;
}
.path li:first-child { background:none; }
.path li a { 
    color:#999; 
	text-decoration:none;
	font-size:12px;
}
.path li strong,
.path li strong a { 
    color:#333; 
	text-decoration:none;
	font-size:12px;
}

/* PC í™”ë©´ */
/* ***************************************************************** */
@media only screen and (min-width: 1000px) {

/* íƒìƒ‰ê²½ë¡œë°” */
.path {
    display: block;
    display: none;
}
    
}
/* ***************************************************************** */






/* íƒ€ì´í‹€ ë¶€ë¶„ ìƒë‹¨ ì´ë¯¸ì§€ */
#title_banner,
#title_banner img {
    position:relative;
    width:100%; 
    height:auto;
    padding:0; 
    margin:0;
}
#title_banner img {
    padding:0;
}

/* PC í™”ë©´ */
/* ***************************************************************** */
@media only screen and (min-width: 1000px) {

#title_banner img {
    padding:40px 0 0;
}
    
}
/* ***************************************************************** */





/* ê³µí†µ íƒ€ì´í‹€, ë’¤ë¡œê°€ê¸° ë²„íŠ¼ */
#titleArea {
    position:relative;
	overflow:hidden;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
    height:auto;
    padding:15px 12px; 
    margin:0;
	text-align:center;
    border-top: 0px !important;
    border-bottom: 0px solid #eee;
}
/* ë©”ì¸ ì&nbsp;„ìš© */
#titleArea.titleMain {
	text-align:left;
    padding:0 16px 20px; 
}
#titleArea h1 {
    position:relative;
    width:100%; 
    height:auto;
    line-height:22px !important;
    padding:0; 
    margin:0;
    letter-spacing:0px !important;
	font-weight:bold !important;
    font-size: 16px !important;
    color:#000 !important;
}
#titleArea h1 &gt; font { 
    letter-spacing:0px !important;
    color:#000 !important; 
	font-weight:bold !important;
    font-size: 16px !important;
}
#titleArea p {
    display: none;
    letter-spacing:0px; 
    line-height: 20px;
    color: #999 !important;
    font-size: 14px !important;
	font-weight:normal; 
    padding:5px 0 0; 
}

#titleArea.titleMain h1 {
    font-size: 18px !important;
}
#titleArea.titleMain h1 &gt; font { 
    font-size: 18px !important;
}
#titleArea.titleMain p {
	display:block;
    padding:10px 0 0; 
}


/* ë’¤ë¡œê°€ê¸° ë²„íŠ¼ */
#titleArea &gt; .Back_box {
    z-index:1;
    position:absolute; 
    top:0; 
    bottom:0;
    left:0; 
    width:40px;
    height:100%; 
    padding:0; 
    margin:0;
	font-size:0;
    
    background:rgba( 0, 0, 0, 0 ) url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/Back_box_bt.gif") center center no-repeat;
    background-size: 33px 29px;
}
#titleArea &gt; .Back_box &gt; a { 
    display: block !important;
	font-size:0 !important;
    width:100% !important;
    height: 100% !important;
    overflow: hidden !important;
    position:relative !important;
    left: auto !important;
    top: auto !important;
    font-size: 0px !important;
    line-height: 0 !important;
    color:rgba( 255, 255, 255, 0 ) !important;
    background:rgba( 255, 255, 255, 0 ) !important;
}
#titleArea &gt; .Back_box &gt; a &gt; img { 
    display: block !important;
    width:100% !important;
    height:100% !important;
    filter:alpha(opacity=0) !important;
    -moz-opacity:0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
}

/* íƒ€ì´í‹€ ë¶€ë¶„ì˜ ë°°ë„ˆ */
#banner_title,
#banner_title img {
    display: block;
    width:100%; 
    padding:0; 
    margin:0;
}

/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
#titleArea {
    width:100%; 
    padding:40px 0 40px 0; 
    border-bottom:0px;
}
/* ë©”ì¸ ì&nbsp;„ìš© */
#titleArea.titleMain {
	text-align:center;
    padding:0 0 30px; 
}
#titleArea.titleMain h1,
#titleArea h1 { 
    display:inline-block;
    width:auto; 
    line-height:35px !important;
    font-size: 20px !important;
}
#titleArea.titleMain h1 &gt; font,
#titleArea h1 &gt; font { 
    font-size: 20px !important;
}
#titleArea.titleMain p,
#titleArea p {
    display: block;
    line-height: 22px !important;
    padding:5px 0 0; 
}
    
    
/* ë’¤ë¡œê°€ê¸° ë²„íŠ¼ */
#titleArea &gt; .Back_box {
	display:none !important;
}
    
}
/* ***************************************************************** */








/* ì¢‹ì•„ìš” ë²„íŠ¼ */
#titleArea .likeButton {
    z-index:2;
	vertical-align:top;
    position:absolute; 
    top:50%; 
    right:10px; 
    width:34px;
    height:34px; 
    padding:0;
    margin:-17px 0 0 0;
	font-size:0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#titleArea .likeButton button { 
	vertical-align:top;
    position:relative;
    width:auto;
    height:auto; 
    border:0; 
    margin:0; 
    padding:0;
    outline:none;
    background:none; 
    font-size:0px;
    cursor:pointer; 
}
#titleArea .likeButton button img { 
	vertical-align:top;
    cursor:pointer; 
    border:0;
    width:20px;
    height:auto; 
    box-sizing: content-box;
    margin:0; 
    padding:6px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    
	border:1px solid rgba( 0, 0, 0, 0.05 );
    outline:none;
    background:rgba( 255, 255, 255, 1 );
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#titleArea .likeButton button strong {
	display:block;
	overflow:hidden;
	position:absolute;
    right:-5px;
	top:-5px;
    min-width:18px;
    width:auto;
    height:18px;
	margin:0;
	padding:0 5px;
    
    color:#fff;
	text-align:center;
    line-height:18px;
    letter-spacing: 0px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing:0px; 
    
    box-sizing: border-box;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background:#ddd;
    filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6;
}
#titleArea .likeButton.selected button strong {
    background: #333;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}












/* ì»¤ì„œê°€ ì—†ëŠ” í„°ì¹˜ìŠ¤í¬ë¦°ì—ì„œ ìž‘ë™ */
/*####################################################################################################################################################################################*/
@media (pointer:coarse) {
    
/* ìŠ¤ì™€ì´í”„ ìŠ¤í¬ë¡¤ë°” */
.swiper-scrollbar {
	display:none !important;
}
    
}
/*####################################################################################################################################################################################*/












/* ê´€ë¦¬ìž ì&nbsp;„ìš© ì•ˆë‚´ ë°•ìŠ¤ */
.admin_info_pg {
    position:relative;
	vertical-align:top;
	display:block;
    
    width: -moz-calc(100vw - 60px);
    width: -webkit-calc(100vw - 60px);
    width: -o-calc(100vw - 60px);
    width: calc(100vw - 60px);
    
    height:auto;
    padding:16px 12px;
    margin:10px 0 30px;
    
    margin-left: -moz-calc(-50vw + 50% + 30px);
    margin-left: -webkit-calc(-50vw + 50% + 30px);
    margin-left: -o-calc(-50vw + 50% + 30px);
    margin-left: calc(-50vw + 50% + 30px);
    
    outline:none;
    box-sizing: border-box;
    
    border:1px solid #e8e8e8;
    background:#f9f9f9;
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.admin_info_pg #admin_info {
    position:relative;
	vertical-align:top;
	display:block;
    width:100%;
    height:auto;
    line-height:24px;
    padding:0;
    margin:0;
    outline:none;
    box-sizing: border-box;
    
    font-size:14px; 
    color:#666; 
    font-weight: normal;
}
.admin_info_pg #admin_info strong {
    position:relative;
	vertical-align:top;
	display:block;
    font-size:16px; 
    color:#000; 
    margin:0 0 6px;
}
.admin_info_pg .admin_info_bt {
    position:relative;
	vertical-align:top;
	display:block;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    outline:none;
    box-sizing: border-box;
}
.admin_info_pg .admin_info_bt a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    line-height: 32px;
    padding: 0 20px;
    margin: 10px 0 0;
    font-size: 13px;
    color: #fff;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #111;
    background: #111;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
/* ***************************************************************** */
@media only screen and (min-width: 600px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
/* ê´€ë¦¬ìž ì&nbsp;„ìš© ìƒë‹¨ë°” */
.admin_info_pg {
    width:500px;
    padding:20px;
    margin:10px auto 40px;
}
.admin_info_pg .admin_info_bt a {
    line-height: 38px;
    padding: 0 25px;
    margin: 15px 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
    
}
/* ***************************************************************** */












/* ìƒí’ˆëª©ë¡ ìž¥ë°”êµ¬ë‹ˆ ì˜µì…˜ì„&nbsp;íƒ íŒì—…ì°½ */
#capp-shop-new-product-optionselect-layer {
    position: fixed !important;
    overflow:hidden !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin:0 !important;
    border: 0px !important;
    background: #fff !important;
    box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -webkit-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -moz-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
}
#capp-shop-new-product-optionselect-layer iframe {
	position:relative !important;
    overflow:hidden !important;
    width: 100% !important;
    height: 100% !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin:0 !important;
    border: 0px !important;
    background:rgba( 0,0,0,0 ) !important;
}



/* **************************************************************** */
@media only screen and (min-width: 1000px) {
    
#capp-shop-new-product-optionselect-layer {
    top: 20px !important;
    left: auto !important;
    bottom: 20px !important;
    right: 20px !important;
    
    min-width: 350px !important;
    width: 350px !important;
    
    height: -moz-calc(100% - 40px) !important;
    height: -webkit-calc(100% - 40px) !important;
    height: -o-calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    max-height: -moz-calc(100% - 40px) !important;
    max-height: -webkit-calc(100% - 40px) !important;
    max-height: -o-calc(100% - 40px) !important;
    max-height: calc(100% - 40px) !important;
    
	border:1px solid #e8e8e8 !important;
    background: #fff !important;
    
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    
    box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
    -webkit-box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
    -moz-box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
}
    
}
/* **************************************************************** */












/* í€µë·° ëª¨ë‹¬ */
#modalBackpanel { display:none; position:absolute; top:0; left:0; z-index:10000; width:100%; height:100%; background:#000; }
#modalContainer { display:none; position:absolute; top:100px; left:100px; z-index:10001; width:975px; height:720px; border:1px solid #333; background:#fff; }
#modalContainer #modalContent { width:100%; height:100%; }

/* Font */
.txtInfo { color:#999; }
.txtWarn { color:#f76560; }
.txtEm { color:#f76560; }

.txtDel, .strike, .discount { text-decoration:line-through; font-weight:normal; }
.strike strong, .discount strong { font-weight:normal; }
.txtNormal { font-weight:normal; font-style:normal; }
.txtNum { display:inline-block; font-size:12px; color:#999; word-break:normal; }
.txt11 { font-size:13px; }
.txt12 { font-size:13px; }
.txt14 { font-size:14px; }
.txt16 { font-size:14px; }
.txt18 { font-size:16px; letter-spacing:-1px; }
.txtIcon { font-size:12px; font-style:normal; }
.txtBreak { word-break:break-all; word-wrap:break-word; }
  /* JP, TW, CN */
  html:lang(ja) .txt11,
  html:lang(zh) .txt11,
  html:lang(zh-tw) .txt11 { font-size:12px; }

/* grid */
.gBlank5 { display:block; margin-top:5px; }
.gBlank10 { display:block; margin-top:10px; }
.gBlank20 { display:block; margin-top:20px; }
.gBlank30 { display:block; margin-top:30px; }
.gIndent10 { margin-left:10px; }
.gIndent20 { margin-left:20px; }
.gSpace10 { margin-right:10px; }
.gSpace20 { margin-right:20px; }
.gMerge { position:relative; z-index:1; margin-top:-1px; }

.gBlank5,
.gBlank10,
.gBlank20,
.gBlank30,
.gIndent10,
.gIndent20,
.gSpace10 ,
.gSpace20,
.gMerge {
    line-height:22px;
}

/* ec-base-qty */
.ec-base-qty { position:relative; display:inline-block; width:50px; margin:0 1px 0 0; text-align:left; }
.ec-base-qty input[type="text"] { width:22px; height:23px; padding:0 0 0 5px; line-height:25px; border:1px solid #e8e8e8; border-radius:3px 0 0 3px; }
.ec-base-qty .up { position:absolute; left:27px; top:0; }
.ec-base-qty .down { position:absolute; left:27px; bottom:0; }
.ec-base-qty .qtyUp {position:absolute; left:27px; top:0;}
.ec-base-qty .qtyDown { position:absolute; left:27px; bottom:0;}
.ec-base-qty .qtyUp .up { position:static; left:auto; top:auto; }
.ec-base-qty .qtyDown .down { position:static; left:auto; top:auto; }

/* ec-base-chk */
.ec-base-chk { display:inline-block; position:relative; margin:0 8px 0 0; width:22px; height:22px; vertical-align:top; cursor:pointer; }
.ec-base-chk input { z-index:1; position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.ec-base-chk .checkbox { position:absolute; top:0; left:0; width:100%; height:100%; background:url("//img.echosting.cafe24.com/skin/base/common/bg_join_check.png") no-repeat 0 0; }
.ec-base-chk input:checked + .checkbox { background-position:-34px 0; }






/* Form */
input,select,textarea { font-size:100%; vertical-align:middle; }



input[type=radio],
input[type=checkbox] { 
    width:20px; 
    height:20px; 
    border:0; 
}

input[type="checkbox"] { 
    width:20px; 
    height:20px; 
    border:0; 
    -webkit-appearance:none;
    cursor:pointer; 
    background:url('//img.echosting.cafe24.com/skin/dnd_ko_KR/common/layout/form/bg_checkbox.png') no-repeat 0 0; 
    background-size:20px auto; 
}
input[type="checkbox"]:checked { 
    background-image:url('//img.echosting.cafe24.com/skin/dnd_ko_KR/common/layout/form/bg_checkbox_checked.png'); 
}
input[type="checkbox"]:disabled { 
    background-image:url('//img.echosting.cafe24.com/skin/dnd_ko_KR/common/layout/form/bg_checkbox_disabled.png');
}
input[type="checkbox"]:readonly { 
    background-image:url('//img.echosting.cafe24.com/skin/dnd_ko_KR/common/layout/form/bg_checkbox_disabled.png'); 
}
input[type="checkbox"]:disabled + label { color:#aaa; }
input[type="checkbox"]:readonly + label { color:#aaa; }
input[type="checkbox"] { margin:0 4px 0 0; }


input[type=text],
input[type=password] {
	vertical-align:top;
    position:relative;
	overflow:hidden;
    height:34px !important;
    line-height:32px !important;
    padding:0 12px !important;
    margin:0;
    font-size:12px; 
    color:#000; 
    outline:none;
	font-weight:normal;
    border:1px solid #e8e8e8 !important;
    
    -webkit-appearance: none; /* ë„¤ì´í‹°ë¸Œ ì™¸í˜• ê°ì¶”ê¸° */ 
    -moz-appearance: none; 
    appearance: none; 
    
    box-sizing: border-box;
    
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

input[type=radio] + label, input[type=checkbox] + label { margin:0 4px 0 2px; }

select {
	vertical-align:top;
    position:relative;
	overflow:hidden;
    width:auto;
    min-width:80px;
    height:34px !important;
    line-height:32px !important;
    padding:0 30px 0 12px;
    margin:0;
    font-size:12px; 
    color:#000; 
    outline:none;
	font-weight:normal;
    border:1px solid #e8e8e8;
	cursor:pointer;
    
    -webkit-appearance: none; /* ë„¤ì´í‹°ë¸Œ ì™¸í˜• ê°ì¶”ê¸° */ 
    -moz-appearance: none; 
    appearance: none; 
    
    box-sizing: border-box;
    background:#fff url("//licotelife.com/web/upload/jwgimg/select_bt2.png") no-repeat right 50% !important;
    background-size: 25px 5px;
    
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
select:-ms-expand {
    display: none;
}
textarea { padding:5px 6px; border:1px solid #e8e8e8; line-height:1.5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#ccc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#ccc; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#ccc; opacity:1; }
legend { visibility:hidden; position:absolute; left:-9999px; top:-9999px; width:0; height:0; line-height:0; }














/* ìˆ˜ëŸ‰ ë²„íŠ¼ */
span.ec-base-qty,
span.quantity { 
    display:inline-block; 
    position:relative; 
    width:124px !important; 
    vertical-align:top;
    z-index:1;
    box-sizing: border-box;
    padding: 0 !important;
    margin:0 !important;
    border:1px solid #e8e8e8 !important; 
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
span.ec-base-qty input,
span.quantity input,
span.ec-base-qty input[type=text],
span.quantity input[type=text] {
	text-align:center;
    width:40px !important;  
    min-height:34px !important; 
    height:34px !important; 
    max-height:34px !important; 
    line-height:34px !important; 
    padding: 0 !important;
    color: #000 !important; 
    font-size: 12px !important; 
	font-weight:600 !important; 
    padding:0 !important;
    margin:0 0 0 40px !important;
	outline:none;
    box-sizing: border-box;
    border:0 !important; 
    border-radius:0 !important; 
    -moz-border-radius:0 !important; 
    -webkit-border-radius:0 !important; 
    z-index:1;
}
span.quantity a,
span.ec-base-qty a,
span.quantity a.down,
span.ec-base-qty a.down,
span.quantity a.QuantityDown,
span.ec-base-qty a.QuantityDown,
span.quantity input ~ a,
span.ec-base-qty input ~ a {
    position:absolute !important; 
    left:2px !important; 
    top:0 !important; 
	overflow:hidden;
	text-align:center;
    width:40px !important;  
    height:34px !important; 
    line-height:34px; 
    padding:0; 
    margin:0; 
    text-decoration:none; 
    box-sizing: border-box;
    border:0; 
    border-right:1px solid #e8e8e8; 
    z-index:2;
}
span.quantity a.up,
span.ec-base-qty a.up,
span.quantity a.QuantityUp,
span.ec-base-qty a.QuantityUp,
span.quantity input + a,
span.ec-base-qty input + a {
    left: auto !important; 
    right:2px !important; 
    top:0 !important; 
    border-right:0; 
    border-left:1px solid #e8e8e8; 
}
span.quantity a img,
span.ec-base-qty a img {
	position:relative !important;
    left: auto !important;
    top: auto !important;
    filter:alpha(opacity=0) !important;
    -moz-opacity:0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index:2;
}
span.ec-base-qty a:before,
span.quantity a:before,
span.ec-base-qty a:after,
span.quantity a:after {
    display:block; 
    position: absolute;
    left: 50%;
    top: 50%;
    float: left;
    content: "";
    font-size: 0px;
    width: 12px;
    height: 2px;
    padding: 0;
    margin: -1px 0 0 -6px;
    text-align: center;
    text-decoration: none;
    background: rgba( 0,0,0,1 );
    z-index:1;
}
span.ec-base-qty a:before,
span.quantity a:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
span.ec-base-qty a:before,
span.quantity a:before,
span.quantity a.down:before,
span.ec-base-qty a.down:before,
span.quantity a.QuantityDown:before,
span.ec-base-qty a.QuantityDown:before,
span.quantity input ~ a:before,
span.ec-base-qty input ~ a:before {
    display:none; 
}
span.quantity a.up:before,
span.ec-base-qty a.up:before,
span.quantity a.QuantityUp:before,
span.ec-base-qty a.QuantityUp:before,
span.quantity input + a:before,
span.ec-base-qty input + a:before {
    display:block; 
}







/* **************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
    
    
input[type=text],
input[type=password] {
    height:40px !important;
    line-height:38px !important;
    padding:0 15px !important;
    font-size:13px; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/* ì…€ë&nbsp;‰íŠ¸ ë°•ìŠ¤ */
select {
    height:40px !important;
    line-height:38px !important;
    padding:0 40px 0 15px;
    font-size:13px; 
    background:#fff url("//licotelife.com/web/upload/jwgimg/select_bt2.png") no-repeat right 50% !important;
    background-size: 25px 5px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
    
    
    
/* ìˆ˜ëŸ‰ ë²„íŠ¼ */
span.ec-base-qty,
span.quantity { 
    width:154px !important; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
span.ec-base-qty input,
span.quantity input,
span.ec-base-qty input[type=text],
span.quantity input[type=text] {
	text-align:center;
    width:50px !important;  
    min-height:40px !important; 
    height:40px !important; 
    max-height:40px !important; 
    line-height:40px !important; 
    margin:0 0 0 50px !important;
}
span.quantity a,
span.ec-base-qty a,
span.quantity a.down,
span.ec-base-qty a.down,
span.quantity a.QuantityDown,
span.ec-base-qty a.QuantityDown,
span.quantity input ~ a,
span.ec-base-qty input ~ a {
    width:50px !important;  
    height:40px !important; 
    line-height:40px; 
}
    
    
    
}
/* **************************************************************** */







table tr.radioType input,
span.noBorder input { border:none !important; width:auto !important; height:auto !important; margin:0 3px 0 0 !important; vertical-align:middle !important; background:none !important; }

.gLabel { display:inline-block; }
.gLabel label { margin-right:20px; line-height:22px; }
.fWidthFull input[type=text] { width:100%; height:24px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.fWidthFull textarea { width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.fWidthFull select { width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.fList.typeHor .gLabel { margin-right:20px; }
.fList.typeVer .gLabel { display:block; }

/* ec-base-radio */
.ec-base-radio.typeDelivery .ec-base-label{display:block;}

.ec-base-tooltip { display:none; z-index:2; position:absolute; top:24px; padding:15px; border:1px solid #565960; background:#fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}
.ec-base-tooltip h3 { margin:0 0 8px; padding:0 10px; font-size:12px; border-bottom:0; background:url("//img.echosting.cafe24.com/skin/base/common/ico_layer_title.gif") no-repeat 0 50%; }
.ec-base-tooltip h3 + p { margin:0 5px 10px; }
.ec-base-tooltip h4 { margin:15px 10px 8px 5px; font-size:12px; }
.ec-base-tooltip h4:before { display:inline-block; content:""; margin:0 5px 0 0; width:3px; height:3px; background:#666; vertical-align:middle; }
.ec-base-tooltip .btnClose { position:absolute; right:14px; top:14px; }
.ec-base-tooltip .edge { z-index:20; position:absolute; left:50%; top:-6px; display:block; margin:0 0 0 -5px; width:10px; height:6px; }
.ec-base-tooltip .edge:before,
.ec-base-tooltip .edge:after { display:inline-block; content:""; position:absolute; top:0; width:0; height:0; border:solid transparent; }
.ec-base-tooltip .edge:before { margin:1px 0 0; border-bottom-color:#565960; border-width:0 5px 5px 5px; }
.ec-base-tooltip .edge:after { left:1px; margin:2px 0 0; border-bottom-color:#fff; border-width:0 4px 4px 4px; }
.ec-base-tooltip table th,
.ec-base-tooltip table td { padding:8px 10px 7px 10px; border:1px solid #e8e8e8; line-height:1.5em; }
.ec-base-tooltip table th { padding-right:0; background:#fbf9fa; }
.ec-base-tooltip table thead th { text-align:center; }
.ec-base-tooltip table tbody th { text-align:left; }
.ec-base-tooltip table .left { text-align:left; }
.ec-base-tooltip table .center { text-align:center; }
.ec-base-tooltip table .right { text-align:right; }
.ec-base-tooltip table .info { padding:0; color:#757575; }
.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before { display:inline-block; content:""; margin:0 3px 0 0; width:4px; height:1px; background:#757575; vertical-align:middle; }
.ec-base-tooltip .info { padding:10px 10px 0; margin:5px 0 0; }
.ec-base-tooltip p.bullet,
.ec-base-tooltip ul.bullet { margin:8px 10px; }
.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before { display:inline-block; content:""; margin:-3px 3px 0 0; width:0; height:0; border:solid transparent; border-left-color:#333; border-width:2px 0 2px 2px; vertical-align:middle; }
.ec-base-tooltip ul.bullet li { line-height:1.5em; }
.ec-base-tooltip .txtEm { color:#008bcc; }
.ec-base-tooltip .txtWarn { color:#f65b54; }

/* typeUpper */
.ec-base-tooltip.typeUpper { top:auto; bottom:34px; }
.ec-base-tooltip.typeUpper .edge { top:auto; bottom:-6px; }
.ec-base-tooltip.typeUpper .edge:before { margin:0 0 -5px; border-top-color:#565960; border-width:5px 5px 0 5px; }
.ec-base-tooltip.typeUpper .edge:after { left:1px; margin:0 0 -4px; border-top-color:#fff; border-width:4px 4px 0 4px; }
span.ec-base-help,
p.ec-base-help,
ul.ec-base-help li { margin:2px 9px; padding:1px 0 1px 20px; line-height:1.4; background:url('//img.echosting.cafe24.com/skin/base/common/ico_info.gif') no-repeat 0 1px; }

div.ec-base-help {
    margin:20px 13px; 
    border:1px solid #e8e8e8; 
    line-height:18px;
}
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) { 
    
div.ec-base-help {
    margin:20px 0; 
}
    
}
/*####################################################################################################################################################################################*/

div.ec-base-help &gt; h2,
div.ec-base-help &gt; h3 { padding:9px 0 6px 10px; border-bottom:1px solid #e8e8e8; color:#101010; font-size:12px; background:#fff; }
div.ec-base-help .inner { padding:0 9px 12px; }
div.ec-base-help h4 { margin:22px 0 -4px; color:#404040; font-size:12px; font-weight:normal; }
div.ec-base-help h4:first-child { margin-top:13px; }
div.ec-base-help p { margin:15px 0 0 10px; color:#707070; }
div.ec-base-help ul,
div.ec-base-help ol { margin:15px 0 0 11px; }
div.ec-base-help li { color:#707070; }

/* number */
div.ec-base-help ol li { padding:0 0 0 25px; background:url('//img.echosting.cafe24.com/skin/base/common/ico_number.png') no-repeat; }
div.ec-base-help ol .item1 { background-position:-484px 0; }
div.ec-base-help ol .item2 { background-position:-434px -100px; }
div.ec-base-help ol .item3 { background-position:-384px -200px; }
div.ec-base-help ol .item4 { background-position:-334px -300px; }
div.ec-base-help ol .item5 { background-position:-284px -400px; }
div.ec-base-help ol .item6 { background-position:-234px -500px; }
div.ec-base-help ol .item7 { background-position:-184px -600px; }
div.ec-base-help ol .item8 { background-position:-134px -700px; }
div.ec-base-help ol .item9 { background-position:-84px -800px; }
div.ec-base-help ol .item10 { background-position:-34px -900px; }

/* typeDash */
div.ec-base-help ul li { padding:0 0 0 11px; background:url('//img.echosting.cafe24.com/skin/base/common/ico_dash.gif') no-repeat 0 7px; }
.ec-base-help.typeDash li { padding:0 0 0 11px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_dash.gif") no-repeat 0 7px; }
.ec-base-tooltip .ec-base-help.typeDash li { margin:2px 0; }





/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ì¸ë””ì¼€ì´í„°, ìŠ¬ë¼ì´ë“œ ë²„íŠ¼ */



/* ì¸ë””ì¼€ì´í„° */
.ec-base-product.product_swipe .ec-base-paginate {
	position:static;
    display:block;
    width:100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.ec-base-product.product_swipe .ec-base-paginate &gt; span {
	display:inline-block;
    position:relative;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
}
.ec-base-product.product_swipe .ec-base-paginate &gt; span &gt; .circle {
	overflow:hidden;
	display:inline-block;
    position:relative;
    width:50px;
    height:10px;
    padding:0;
    margin:0 3px;
	font-size:0;
	border:1px solid #eee;
    background:rgba( 255, 255, 255, 1 );
	outline:none;
	cursor:pointer;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ec-base-product.product_swipe .ec-base-paginate &gt; span &gt; .circle.selected {
    width:10px;
	border:1px solid #e8e8e8;
    background:#e8e8e8;
	cursor:default;
}

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
.ec-base-product.product_swipe .ec-base-paginate &gt; span &gt; .circle {
    width:60px;
    height:8px;
    margin:0 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.ec-base-product.product_swipe .ec-base-paginate &gt; span &gt; .circle.selected {
    width:8px;
}
    
}
/*####################################################################################################################################################################################*/





/* ê°€ë¡œ ë¡¤ë§ ë²„íŠ¼ */
.ec-base-product.product_swipe .ec-base-paginate .prev,
.ec-base-product.product_swipe .ec-base-paginate .next {
	display:block;
    position: absolute;
    top:50%;
    outline: 0;
    width:40px;
    height:40px;
    line-height:40px;
    
    font-size:0px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
    
    z-index:3;
    padding:0;
    margin:-20px 0 0 0;
    outline:none;
	border:1px solid #eee;
    
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ec-base-product.product_swipe .ec-base-paginate .prev {
    left:-10px;
    background:#fff url("//licotelife.com/web/upload/jwgimg/50px_left_bt.png") no-repeat center center;
    background-size: 26px 26px;
}
.ec-base-product.product_swipe .ec-base-paginate .next {
    right:-10px;
    background:#fff url("//licotelife.com/web/upload/jwgimg/50px_right_bt.png") no-repeat center center;
    background-size: 26px 26px;
}
/* ë¡¤ì˜¤ë²„ */
.ec-base-product.product_swipe:hover .ec-base-paginate .prev {
    left:10px;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}
.ec-base-product.product_swipe:hover .ec-base-paginate .next {
    right:10px;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}
/* ì»¤ì„œê°€ ì—†ëŠ” í„°ì¹˜ìŠ¤í¬ë¦°ì—ì„œ ìž‘ë™ */
/*####################################################################################################################################################################################*/
@media (pointer:coarse) {
    
.ec-base-product.product_swipe .ec-base-paginate .prev,
.ec-base-product.product_swipe .ec-base-paginate .next {
	display:none !important;
}
    
}
/*####################################################################################################################################################################################*/


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
  
/* ê°€ë¡œ ë¡¤ë§ ë²„íŠ¼ */
.ec-base-product.product_swipe .ec-base-paginate .prev,
.ec-base-product.product_swipe .ec-base-paginate .next {
    width:50px;
    height:50px;
    line-height:50px;
    margin:-25px 0 0 0;
}
.ec-base-product.product_swipe:hover .ec-base-paginate .prev {
    left:15px;
}
.ec-base-product.product_swipe:hover .ec-base-paginate .next {
    right:15px;
}
    
}
/*####################################################################################################################################################################################*/














.ec-base-product { 
	display: block;
    margin:0;
}
.ec-base-product:after {
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}
.ec-base-product img { vertical-align:top; }

/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ - ì¶”ì²œ, ì‹&nbsp;ìƒí’ˆ ì&nbsp;„ì²´ ë°•ìŠ¤ */
.ec-base-product.product_swipe {
	position:relative;
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: calc(100% - 26px);
    padding: 0px;
    margin:20px 12px; 
    border: 1px solid #e8e8e8;
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ - ì¶”ì²œ, ì‹&nbsp;ìƒí’ˆ ì&nbsp;„ì²´ ë°•ìŠ¤ */
.ec-base-product.product_swipe {
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    margin:40px 0;
}
    
}
/* ***************************************************************** */





/* íƒ€ì´í‹€ */
.ec-base-product .base_product_title {
    position:relative;
	overflow:hidden;
    width:100%;
    height:auto;
    padding:20px 0 15px; 
    margin:0;
	text-align:center;
    border-top: 0px !important;
    border-bottom: 0px solid #eee;
}
.ec-base-product .base_product_title h1 {
    position:relative;
    width:100%; 
    height:auto;
    line-height:22px !important;
    padding:0; 
    margin:0;
    letter-spacing:0px !important;
	font-weight:bold !important;
    font-size: 15px !important;
    color:#111 !important;
}
.ec-base-product .base_product_title h1 &gt; font { 
    letter-spacing:0px !important;
    color:#111 !important; 
	font-weight:bold !important;
    font-size: 18px !important;
}
.ec-base-product .base_product_title p {
    display: none;
    letter-spacing:0px; 
    line-height: 20px;
    color: #bbb !important;
    font-size: 13px !important;
	font-weight:normal; 
    padding:4px 0 0; 
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
.ec-base-product .base_product_title {
    padding:40px 0 35px; 
}
.ec-base-product .base_product_title h1 { 
    display:inline-block;
    width:auto; 
    line-height:32px !important;
    font-size: 17px !important;
}
.ec-base-product .base_product_title h1 &gt; font { 
    font-size: 17px !important;
}
.ec-base-product .base_product_title p {
    display: block;
    line-height: 25px !important;
}
    
}
/* ***************************************************************** */







.ec-base-product .prdList { 
    vertical-align:top; 
    position:relative; 
    display:block;
    width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    width: -o-calc(100% - 12px);
    width: calc(100% - 12px);
    margin:0 6px; 
	padding:0;
    font-size:0;
    line-height:0;
	text-align:left;
}
/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ */
#product_list.Sorting_View02 .ec-base-product .prdList {
    width:100%;
    margin:0;
}
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 {
    width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    width: -o-calc(100% - 12px);
    width: calc(100% - 12px);
    margin:0 6px;
}
.ec-base-product .prdList:after{
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}








.ec-base-product .prdList &gt; li {
    position:relative; 
    display:inline-block;
    margin:0 6px 40px; 
	padding:0;
    color:#333; 
    vertical-align:top; 
}
/* ë¡œì»¬ì&nbsp;€ìž¥ìš© 1ë²ˆ,2ë²ˆ - ì¼ë°˜ìƒí’ˆ ì´ˆê¸° ê°€ë¦¼ */
.ec-base-product.list_normal .prdList &gt; li {
    display:none;
}
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 &gt; li {
    margin:0;
}




/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 1ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ */
#product_list.Sorting_View01 .ec-base-product .prdList &gt; li {
    display:inline-block;
}
.ec-base-product .prdList.grid_S &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_S &gt; li {
    width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    width: -o-calc(100% - 12px);
    width: calc(100% - 12px);
}
.ec-base-product .prdList.grid_M &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_M &gt; li {
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -o-calc(50% - 12px);
    width: calc(50% - 12px);
}
.ec-base-product .prdList.grid_L &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_L &gt; li {
    width: -moz-calc(33.333% - 12px);
    width: -webkit-calc(33.333% - 12px);
    width: -o-calc(33.333% - 12px);
    width: calc(33.333% - 12px);
}
.ec-base-product .prdList.grid_XL &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_XL &gt; li {
    width: -moz-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: calc(25% - 12px);
}




/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li {
    display:inline-block;
    margin:0 12px 30px; 
	padding:30px 0 0;
	border-top:1px solid #e8e8e8;
}
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li:first-child {
	padding:0 0 0 !important;
	border-top:0px solid #e8e8e8 !important;
}

#product_list.Sorting_View02 .ec-base-product .prdList &gt; li {
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
}


/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 &gt; li {
    vertical-align:top; 
    display:inline-block;
    overflow: hidden;
    position: relative;
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -o-calc(50% - 12px);
    width: calc(50% - 12px);
    margin:0 6px 20px; 
	padding:0;
    outline: none;
    background: #fff;
}


/* ê°€ë¡œ í™”ë©´ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 1ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ*/
.ec-base-product .prdList.grid_S &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_S &gt; li {
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -o-calc(50% - 12px);
    width: calc(50% - 12px);
}
.ec-base-product .prdList.grid_M &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_M &gt; li {
    width: -moz-calc(33.333% - 12px);
    width: -webkit-calc(33.333% - 12px);
    width: -o-calc(33.333% - 12px);
    width: calc(33.333% - 12px);
}
.ec-base-product .prdList.grid_L &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_L &gt; li {
    width: -moz-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: calc(25% - 12px);
}
.ec-base-product .prdList.grid_XL &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_XL &gt; li {
    width: -moz-calc(20% - 12px);
    width: -webkit-calc(20% - 12px);
    width: -o-calc(20% - 12px);
    width: calc(20% - 12px);
}
    
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 &gt; li {
    width: -moz-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: calc(25% - 12px);
}
    
}
/*####################################################################################################################################################################################*/


/* íƒœë¸”ë&nbsp;› */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 650px) {
    
/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 1ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ*/
.ec-base-product .prdList.grid_S &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_S &gt; li {
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -o-calc(50% - 12px);
    width: calc(50% - 12px);
}
.ec-base-product .prdList.grid_M &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_M &gt; li {
    width: -moz-calc(33.333% - 12px);
    width: -webkit-calc(33.333% - 12px);
    width: -o-calc(33.333% - 12px);
    width: calc(33.333% - 12px);
}
.ec-base-product .prdList.grid_L &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_L &gt; li {
    width: -moz-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: calc(25% - 12px);
}
.ec-base-product .prdList.grid_XL &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_XL &gt; li {
    width: -moz-calc(20% - 12px);
    width: -webkit-calc(20% - 12px);
    width: -o-calc(20% - 12px);
    width: calc(20% - 12px);
}
    
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 &gt; li {
    width: -moz-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: calc(25% - 12px);
}
    
/* ///// */ /* íƒ€ë¸”ë&nbsp;› ê°€ë¡œí™”ë©´ */
@media only screen and (orientation:landscape){
    
/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 1ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ*/
.ec-base-product .prdList.grid_S &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_S &gt; li {
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -o-calc(50% - 12px);
    width: calc(50% - 12px);
}
.ec-base-product .prdList.grid_M &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_M &gt; li {
    width: -moz-calc(33.333% - 12px);
    width: -webkit-calc(33.333% - 12px);
    width: -o-calc(33.333% - 12px);
    width: calc(33.333% - 12px);
}
.ec-base-product .prdList.grid_L &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_L &gt; li {
    width: -moz-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: calc(25% - 12px);
}
.ec-base-product .prdList.grid_XL &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_XL &gt; li {
    width: -moz-calc(20% - 12px);
    width: -webkit-calc(20% - 12px);
    width: -o-calc(20% - 12px);
    width: calc(20% - 12px);
}
    
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 &gt; li {
    width: -moz-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: calc(25% - 12px);
}
    
}
/* ///// */
}
/*####################################################################################################################################################################################*/


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
.ec-base-product .prdList { 
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: calc(100% + 30px);
    margin:0 0 0 -15px;
}
.ec-base-product .prdList &gt; li {
    margin:0 15px 40px; 
}
    
    
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 {
    width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    width: -o-calc(100% - 12px);
    width: calc(100% - 30px);
    margin:0 15px;
}
.ec-base-product.product_swipe ul.grid2 &gt; li {
    margin:0 15px 40px;
}
    
    
/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 1ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ */
.ec-base-product .prdList.grid_S &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_S &gt; li {
    width: -moz-calc(33.333% - 30px);
    width: -webkit-calc(33.333% - 30px);
    width: -o-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
}
.ec-base-product .prdList.grid_M &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_M &gt; li {
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: -o-calc(25% - 30px);
    width: calc(25% - 30px);
}
.ec-base-product .prdList.grid_L &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_L &gt; li {
    width: -moz-calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: -o-calc(20% - 30px);
    width: calc(20% - 30px);
}
.ec-base-product .prdList.grid_XL &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_XL &gt; li {
    width: -moz-calc(16.666% - 30px);
    width: -webkit-calc(16.666% - 30px);
    width: -o-calc(16.666% - 30px);
    width: calc(16.666% - 30px);
}

    
/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ */
#product_list.Sorting_View02 .ec-base-product .prdList {
    width:100%;
    margin:0; 
}
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li {
    width:100%;
    margin:0 0 50px; 
	padding:50px 0 0;
}
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li:first-child {
	padding:0 0 0 !important;
	border-top:0px solid #e8e8e8 !important;
}
    
    
/* ìŠ¤ì™€ì´í”„ ì&nbsp;„ìš© ìƒíƒœ */
.ec-base-product.product_swipe ul.grid2 &gt; li {
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: -o-calc(25% - 30px);
    width: calc(25% - 30px);
}
    
    
}
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1300px) {
    
/* ê¸°ë³¸ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 1ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ */
.ec-base-product .prdList.grid_S &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_S &gt; li {
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: -o-calc(25% - 30px);
    width: calc(25% - 30px);
}
.ec-base-product .prdList.grid_M &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_M &gt; li {
    width: -moz-calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: -o-calc(20% - 30px);
    width: calc(20% - 30px);
}
.ec-base-product .prdList.grid_L &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_L &gt; li {
    width: -moz-calc(16.666% - 30px);
    width: -webkit-calc(16.666% - 30px);
    width: -o-calc(16.666% - 30px);
    width: calc(16.666% - 30px);
}
.ec-base-product .prdList.grid_XL &gt; li,
#product_list.Sorting_View01 .ec-base-product ul.grid_XL &gt; li {
    width: -moz-calc(14.2857% - 30px);
    width: -webkit-calc(14.2857% - 30px);
    width: -o-calc(14.2857% - 30px);
    width: calc(14.2857% - 30px);
}
    
}
/*####################################################################################################################################################################################*/








/* ì¸ë„¤ì¼ */
.ec-base-product .prdList .thumbnail,
.ec-base-product .prdList .thumbnail .prdImg,
.ec-base-product .prdList .thumbnail .prdImg a,
.ec-base-product .prdList .thumbnail .prdImg a img {
	vertical-align:top;
    display:block; 
    position:relative; 
    width:100%;
    margin:0; 
    padding:0;
    box-sizing:border-box;
    text-align:center; 
}

.ec-base-product .prdList .thumbnail .prdImg a img {
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
}

/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ì¸ë„¤ì¼ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .thumbnail {
	display:inline-block;
    width: -moz-calc(40% - 16px) !important;
    width: -webkit-calc(40% - 16px) !important;
    width: -o-calc(40% - 16px) !important;
    width: calc(40% - 16px) !important;
    margin:0 16px 0 0; 
    padding:0;
	float:left;
}

/* ê°€ë¡œ í™”ë©´ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ì¸ë„¤ì¼ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .thumbnail {
    width: -moz-calc(30% - 16px) !important;
    width: -webkit-calc(30% - 16px) !important;
    width: -o-calc(30% - 16px) !important;
    width: calc(30% - 16px) !important;
    margin:0 16px 0 0; 
}
    
}
/*####################################################################################################################################################################################*/


/* íƒœë¸”ë&nbsp;› */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 650px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ì¸ë„¤ì¼ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .thumbnail {
    width: -moz-calc(30% - 16px) !important;
    width: -webkit-calc(30% - 16px) !important;
    width: -o-calc(30% - 16px) !important;
    width: calc(30% - 16px) !important;
    margin:0 16px 0 0; 
}
    
/* ///// */ /* íƒ€ë¸”ë&nbsp;› ê°€ë¡œí™”ë©´ */
@media only screen and (orientation:landscape){
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ì¸ë„¤ì¼ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .thumbnail {
    width: -moz-calc(30% - 16px) !important;
    width: -webkit-calc(30% - 16px) !important;
    width: -o-calc(30% - 16px) !important;
    width: calc(30% - 16px) !important;
    margin:0 16px 0 0; 
}
    
}
/* ///// */
}
/*####################################################################################################################################################################################*/


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    

.ec-base-product .prdList .thumbnail .prdImg a img {
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ì¸ë„¤ì¼ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .thumbnail {
    width: -moz-calc(25% - 25px) !important;
    width: -webkit-calc(25% - 25px) !important;
    width: -o-calc(25% - 25px) !important;
    width: calc(25% - 25px) !important;
    margin:0 25px 0 0; 
}
    
}
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1300px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ì¸ë„¤ì¼ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .thumbnail {
    width: -moz-calc(20% - 25px) !important;
    width: -webkit-calc(20% - 25px) !important;
    width: -o-calc(20% - 25px) !important;
    width: calc(20% - 25px) !important;
    margin:0 25px 0 0; 
}
    
}
/*####################################################################################################################################################################################*/







/* ìƒí’ˆ ì´ë¯¸ì§€ ì¢Œì¸¡ìƒë‹¨ ì•„ì´ì½˜ */ 
.ec-base-product .prdList .thumbnail a img { max-width:100%; box-sizing:border-box; }
.ec-base-product .prdList .thumbnail .prdIcon { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; }













/* ìƒí’ˆ ì&nbsp;•ë³´ ì&nbsp;„ì²´ í‹€ */
.ec-base-product .prdList .description { 
	vertical-align:top;
    display: block;
    position:relative;
    padding:0;
    margin:0;
    font-size:13px;
    line-height:22px;
	text-align:center; /* í•˜ë‚˜ë¡œ ìƒí’ˆ í…ìŠ¤íŠ¸ ì¡°ì&nbsp;ˆ */
    letter-spacing:0;
}
#product_list.Sorting_View02 .ec-base-product .prdList .description {
	text-align:left; /* í•˜ë‚˜ë¡œ ìƒí’ˆ í…ìŠ¤íŠ¸ ì¡°ì&nbsp;ˆ */
}

/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì&nbsp;•ë³´ ì&nbsp;„ì²´ í‹€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description {
	display:inline-block;
    width:60%;
    padding:0;
    margin:0;
}

/* ê°€ë¡œ í™”ë©´ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì&nbsp;•ë³´ ì&nbsp;„ì²´ í‹€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description {
    width:70%;
}
    
}
/*####################################################################################################################################################################################*/


/* íƒœë¸”ë&nbsp;› */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 650px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì&nbsp;•ë³´ ì&nbsp;„ì²´ í‹€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description {
    width:70%;
    line-height:24px;
}
    
/* ///// */ /* íƒ€ë¸”ë&nbsp;› ê°€ë¡œí™”ë©´ */
@media only screen and (orientation:landscape){
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì&nbsp;•ë³´ ì&nbsp;„ì²´ í‹€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description {
    width:70%;
    line-height:24px;
}
    
}
/* ///// */
}
/*####################################################################################################################################################################################*/


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì&nbsp;•ë³´ ì&nbsp;„ì²´ í‹€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description {
    width:75%;
    line-height:24px;
}
    
}
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1300px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì&nbsp;•ë³´ ì&nbsp;„ì²´ í‹€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description {
    width:80%;
    line-height:24px;
}
    
}
/*####################################################################################################################################################################################*/







/* ìƒí’ˆ ì˜µì…˜ìš© ì»¬ëŸ¬ì¹© */
.ec-base-product .prdList .description .color {
	vertical-align:top;
    position:relative;
    display:block;
    height:auto;
    font-weight:normal;
    margin:0;
    padding:6px 0 2px;
    font-size:0px; 
}
.ec-base-product .prdList .description .color .chips {
	vertical-align:top;
    width:12px;
    height:4px;
	display:inline-block;
    padding:0;
    margin:0 4px 0 0;
    border:1px solid rgba( 0, 0, 0, 0.15 );
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}


/* ìƒí’ˆ ì´ë¦„ */
.ec-base-product .prdList .description .name {
	vertical-align:top;
    display:block;
    margin:0;
    padding:10px 0 4px;
}
.ec-base-product .prdList .description .name,
.ec-base-product .prdList .description .name a,
.ec-base-product .prdList .description .name a span {
    font-size: 14px !important;
    font-weight: bold !important;
    color:#000 !important;
    letter-spacing:0;
    text-decoration:none;
}


/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì´ë¦„ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name {
    padding:6px 0 4px;
}
/* ê°€ë¡œ í™”ë©´ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
}
/*####################################################################################################################################################################################*/


/* íƒœë¸”ë&nbsp;› */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 650px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì´ë¦„ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name,
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name a,
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name a span {
    font-size: 16px !important;
}
    
/* ///// */ /* íƒ€ë¸”ë&nbsp;› ê°€ë¡œí™”ë©´ */
@media only screen and (orientation:landscape){
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì´ë¦„ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name,
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name a,
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name a span {
    font-size: 16px !important;
}
    
}
/* ///// */
}
/*####################################################################################################################################################################################*/


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì´ë¦„ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name {
    padding:10px 0 4px;
}
    
}
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1300px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí’ˆ ì´ë¦„ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description .name {
    padding:10px 0 4px;
}
    
}
/*####################################################################################################################################################################################*/








/* ìƒí’ˆ ì&nbsp;•ë³´ */
.ec-base-product .prdList .description ul.spec {
    vertical-align:top;
    margin: 0;
    padding: 0;
    font-size: 0px;
}
.ec-base-product .prdList .description ul.spec &gt; li { 
    display: block;
    vertical-align:top;
    line-height:20px;
    margin: 0;
    padding:4px 0;
}
.ec-base-product .prdList .description ul.spec &gt; li span {
	display:inline-block;
    vertical-align:top;
    font-size: 13px !important;
    font-weight: normal !important;
    color:#666 !important;
    letter-spacing:0;
    text-decoration:none;
    margin: 0;
    padding:0;
}


/* ìƒí’ˆ ì&nbsp;•ë³´ íƒ€ì´í‹€ */
.ec-base-product .prdList .description ul.spec &gt; li .title {
	vertical-align:top;
    display:block;
    margin:0;
    padding:0;
    font-size: 0 !important;
}
.ec-base-product .prdList .description ul.spec &gt; li .title span {
    font-size: 14px !important;
    font-weight: bold !important;
    color:#000 !important;
}



/* ê°„ëžµì„¤ëª… / ìš”ì•½ì„¤ëª… */
.ec-base-product .prdList .description ul.spec &gt; li.summary .title {
    height:20px;
}
.ec-base-product .prdList .description ul.spec &gt; li.summary,
.ec-base-product .prdList .description ul.spec &gt; li.summary &gt; span {
    vertical-align:top;
    
    /* ê¸´ í…ìŠ¤íŠ¸ ìƒëžµí•˜ê¸° */
    overflow:hidden;
    
	display:inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -khtml-box;
    display: -ms-box;
    display: -o-box;
    
    -webkit-text-overflow: ellipsis;
       -moz-text-overflow: ellipsis;
       -moz-binding:url("//licotelife.com/ellipsis-xbl.xml#ellipsis");
     -khtml-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
         -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
    
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
     -khtml-box-orient: vertical;
        -ms-box-orient: vertical;
         -o-box-orient: vertical;
            box-orient: vertical;
    
    -webkit-word-break:break-all;
       -moz-word-break:break-all;
     -khtml-word-break:break-all;
        -ms-word-break:break-all;
         -o-word-break:break-all;
            word-break:break-all;
    
    
    -webkit-line-clamp: 2;
       -moz-line-clamp: 2;
     -khtml-line-clamp: 2;
        -ms-line-clamp: 2;
         -o-line-clamp: 2;
            line-clamp: 2;
}



/* ê°€ê²© í‘œì‹œ */
.ec-base-product .prdList .description ul.spec &gt; li.price,
/* ê°€ê²© í‘œì‹œ - í•&nbsp;ì¸ê°€ */
.ec-base-product .prdList .description ul.spec li.price.sale {
	display:inline-block;
    padding:4px 5px 4px 0;
}
/* ê°€ê²© í‘œì‹œ */
.ec-base-product .prdList .description ul.spec.sale_open &gt; li.price,
/* ê°€ê²© í‘œì‹œ - í•&nbsp;ì¸ê°€ */
.ec-base-product .prdList .description ul.spec.sale_open li.price.sale {
    padding:4px 5px 0 0;
}


/* íŒë§¤ê°€ (í•&nbsp;ì¸ê°€ ë¯¸ë…¸ì¶œ ìƒíƒœ) */
.ec-base-product .prdList .description ul.spec &gt; li.price &gt; span {
    font-size: 14px !important;
    font-weight: bold !important;
    color:#000 !important;
}
/* íŒë§¤ê°€ (í•&nbsp;ì¸ê°€ ë…¸ì¶œ ìƒíƒœ) */
.ec-base-product .prdList .description ul.spec.sale_open li.price &gt; span,
/* ì†Œë¹„ìžê°€ */
.ec-base-product .prdList .description ul.spec li.price.custom &gt; span {
    font-size: 12px !important;
    font-weight: normal !important;
    color:#999 !important;
}
/* í•&nbsp;ì¸ íŒë§¤ê°€ */
.ec-base-product .prdList .description ul.spec li.coupon_price.sale &gt; span,
.ec-base-product .prdList .description ul.spec li.price.sale &gt; span {
    font-size: 14px !important;
    font-weight: bold !important;
    color:#000 !important;
}
/* í•&nbsp;ì¸ìœ¨ */
.ec-base-product .prdList .description ul.spec li.price.sale span span {
	display:inline-block;
    font-size: 14px !important;
    font-weight: bold !important;
    color:#aaa !important;
    padding:0 5px 0 0;
	float:left;
}



/* íƒœë¸”ë&nbsp;› */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 650px) {
    
/* ë³€ê²½ ìƒíƒœ, ë¡œì»¬ì&nbsp;€ìž¥ 2ë²ˆ ì&nbsp;•ë&nbsp;¬ì‹œ - ìƒí”” ì&nbsp;•ë³´ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec &gt; li {
    line-height:22px;
    padding:4px 0;
}
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec &gt; li span {
    font-size: 14px !important;
}
/* ê°„ëžµì„¤ëª… / ìš”ì•½ì„¤ëª… */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec &gt; li.summary .title {
    height:22px;
}
/* ê°€ê²© í‘œì‹œ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec &gt; li.price,
/* ê°€ê²© í‘œì‹œ - í•&nbsp;ì¸ê°€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec li.price.sale {
    padding:4px 8px 4px 0;
}
/* íŒë§¤ê°€ (í•&nbsp;ì¸ê°€ ë¯¸ë…¸ì¶œ ìƒíƒœ) */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec &gt; li.price &gt; span {
    font-size: 16px !important;
}
/* íŒë§¤ê°€ (í•&nbsp;ì¸ê°€ ë…¸ì¶œ ìƒíƒœ) */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec.sale_open li.price &gt; span,
/* ì†Œë¹„ìžê°€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec li.price.custom &gt; span {
    font-size: 14px !important;
}
/* í•&nbsp;ì¸ íŒë§¤ê°€ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec li.coupon_price.sale &gt; span,
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec li.price.sale &gt; span {
    font-size: 16px !important;
}
/* í•&nbsp;ì¸ìœ¨ */
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .description ul.spec li.price.sale span span {
    font-size: 16px !important;
    padding:0 8px 0 0;
}

}
/*####################################################################################################################################################################################*/



















/* ì¼ë°˜ ì•„ì´ì½˜ */
.ec-base-product .prdList .icon { 
    vertical-align:top;
	position:relative;
	display:block;
    overflow:hidden; 
    width:100%;
    margin: 0 0 0 0; 
	padding:0;
	text-align:center;
}
.ec-base-product .prdList .icon img { 
	vertical-align:top;
	display:inline-block;
    width:auto;
    height:auto; 
    margin:6px 2px 0;
}
#product_list.Sorting_View02 .ec-base-product .prdList .icon {
    text-align: left;
}
#product_list.Sorting_View02 .ec-base-product .prdList .icon img {
    margin:6px 5px 0 0;
}







/* ìƒí’ˆë¹„êµ ì²´í¬ ë°•ìŠ¤ */
.ec-base-product .prdList .chk {
	position:relative;
    width:auto;
    height:auto; 
    border:0; 
    margin:0; 
    padding:0;
    font-size:0px; 
	text-align:center;
    background:rgba( 0, 0, 0, 0); 
}
#product_list.Sorting_View02 .ec-base-product .prdList .chk {
    text-align: left;
}

.ec-base-product .prdList .chk .compare_chk {
    display:none;
}
.ec-base-product .prdList .chk .compare_chk + #compare_chk_box {
	position:relative;
    display: inline-block;
	vertical-align:top;
    width:auto;
    height: 26px;
    line-height: 26px;
    padding:0 12px;
    margin:8px 0 2px 0;
    letter-spacing: 0;
    font-size: 12px;
	color:#000;
	font-weight:bold;
    text-align: center;
	cursor:pointer;
	border:1px solid #e8e8e8;
    background:#fff; 
    
    border-radius:14px;
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    
    box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -moz-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box {
	border:1px solid #333;
}
.ec-base-product .prdList .chk #compare_chk_box:before {	
    overflow:hidden;
    display:none;
	position:relative;
	vertical-align:top;
    width:auto;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding:0 3px 0 0;
	font-weight:bold;
    font-size: 12px;
	color:#000;
	text-align:left;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box:before {
    display: inline-block;
}

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

    
}
/*####################################################################################################################################################################################*/










/* í´ë¦­ ì•„ì´ì½˜ */
.ec-base-product .prdList .click_icon {
	vertical-align:top;
    position:relative;
	display:block;
    width:auto;
    height:40px; 
    border:0; 
    margin:0; 
    padding:0;
    outline:none;
	text-align:center;
    background:none; 
    font-size:0px;
}
#product_list.Sorting_View02 .ec-base-product .prdList .click_icon {
    text-align: left;
}
.ec-base-product .prdList .click_icon.icon_bt_none {
	display:none;
    height:auto; 
}

#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .click_icon  {
	display:inline-block;
    width: 60%;
	float:right;
}

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li .click_icon  {
    width: 75%;
}
    
}
/*####################################################################################################################################################################################*/



/* ì¸ë„¤ì¼ - ì¢‹ì•„ìš” ë²„íŠ¼ */
.ec-base-product .prdList .click_icon .likeButton {
    z-index:2;
	vertical-align:top;
	display:inline-block;
    width:32px;
    height:32px; 
    padding:0;
    margin:8px 4px 0; 
	font-size:0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#product_list.Sorting_View02 .ec-base-product .prdList .click_icon .likeButton {
    margin:8px 8px 0 0; 
}
.ec-base-product .prdList .click_icon .likeButton button { 
	vertical-align:top;
    position:relative;
    width:auto;
    height:auto; 
    border:0; 
    margin:0; 
    padding:0;
    outline:none;
    background:none; 
    font-size:0px;
    cursor:pointer; 
}
.ec-base-product .prdList .click_icon .likeButton button img { 
	vertical-align:top;
    cursor:pointer; 
    border:0;
    width:20px;
    height:auto; 
    box-sizing: content-box;
    margin:0; 
    padding:4px 5px 6px 5px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    
	border:1px solid #eee;
    outline:none;
    background:rgba( 255, 255, 255, 1 );
    
    box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -moz-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    
    -webkit-transition: all 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -moz-transition: all 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -ms-transition: all 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -o-transition: all 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    transition: all 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
}
.ec-base-product .prdList .click_icon .likeButton button strong {
	display:block;
	overflow:hidden;
	position:absolute;
    right:-5px;
	top:-5px;
    min-width:18px;
    width:auto;
    height:18px;
	margin:0;
	padding:0 5px;
    
    color:#fff;
	text-align:center;
    line-height:18px;
    letter-spacing: 0px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing:0px; 
    
    box-sizing: border-box;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background:#ddd;
    filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6;
}
.ec-base-product .prdList .click_icon .likeButton.selected button strong {
    background: #333;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* ì¸ë„¤ì¼ - ì¢‹ì•„ìš” ë²„íŠ¼ */
.ec-base-product .prdList .click_icon .likeButton {
    margin:0 4px 0; 
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.ec-base-product.product_swipe ul.grid2 &gt; li:hover .click_icon .likeButton,
.ec-base-product .prdList &gt; li:hover &gt; .click_icon .likeButton {
    margin:8px 4px 0; 
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}
    
}
/*####################################################################################################################################################################################*/



/* ì¸ë„¤ì¼ - ê´€ì‹¬ìƒí’ˆ - ìž¥ë°”êµ¬ë‹ˆ */
.ec-base-product .prdList .click_icon .Item_wish_icon,
.ec-base-product .prdList .click_icon .Item_basket_icon {
    z-index:2;
	vertical-align:top;
	display:inline-block;
    width:auto;
    height:auto; 
    padding:0;
    margin:0;
	font-size:0;
}
/* ìž¥ë°”êµ¬ë‹ˆ ì•„ì´ì½˜ì´ ìžˆì„ë•Œ - ê´€ì‹¬ìƒí’ˆ ë²„íŠ¼ */
.ec-base-product .prdList .click_icon.Item_basket_v .Item_wish_icon {
}
.ec-base-product .prdList .click_icon .Item_wish_icon &gt; img,
.ec-base-product .prdList .click_icon .Item_basket_icon &gt; img { 
	vertical-align:top;
    cursor:pointer; 
    border:0;
    width:20px;
    height:auto; 
    box-sizing: content-box;
    margin:8px 4px 0; 
    padding:5px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    
	border:1px solid #eee;
    outline:none;
    background:rgba( 255, 255, 255, 1 );
    
    box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -moz-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    
    -webkit-transition: all 0.2s 0.1s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -moz-transition: all 0.2s 0.1s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -ms-transition: all 0.2s 0.1s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -o-transition: all 0.2s 0.1s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    transition: all 0.2s 0.1s cubic-bezier(0.38, 1.4, 0.78, 1.26);
}
/* ìž¥ë°”êµ¬ë‹ˆ ì•„ì´ì½˜ì´ ìžˆì„ë•Œ - ê´€ì‹¬ìƒí’ˆ ë²„íŠ¼ */
.ec-base-product .prdList .click_icon.Item_basket_v .Item_wish_icon img {
    -webkit-transition: all 0.2s 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -moz-transition: all 0.2s 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -ms-transition: all 0.2s 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -o-transition: all 0.2s 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    transition: all 0.2s 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
}
#product_list.Sorting_View02 .ec-base-product .prdList .click_icon .Item_wish_icon &gt; img,
#product_list.Sorting_View02 .ec-base-product .prdList .click_icon .Item_basket_icon &gt; img {
    margin:8px 8px 0 0; 
}

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* ì¸ë„¤ì¼ - ê´€ì‹¬ìƒí’ˆ - ìž¥ë°”êµ¬ë‹ˆ */
.ec-base-product .prdList .click_icon .Item_wish_icon &gt; img,
.ec-base-product .prdList .click_icon .Item_basket_icon &gt; img {
    margin:0 4px 0; 
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.ec-base-product.product_swipe ul.grid2 &gt; li:hover .click_icon .Item_wish_icon &gt; img,
.ec-base-product.product_swipe ul.grid2 &gt; li:hover .click_icon .Item_basket_icon &gt; img,
.ec-base-product .prdList &gt; li:hover &gt; .click_icon .Item_wish_icon &gt; img,
.ec-base-product .prdList &gt; li:hover &gt; .click_icon .Item_basket_icon &gt; img {
    margin:8px 4px 0; 
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}


#product_list.Sorting_View02 .ec-base-product .prdList .click_icon .Item_wish_icon &gt; img,
#product_list.Sorting_View02 .ec-base-product .prdList .click_icon .Item_basket_icon &gt; img {
    margin:0 8px 0 0; 
}
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li:hover &gt; .click_icon .Item_wish_icon &gt; img,
#product_list.Sorting_View02 .ec-base-product .prdList &gt; li:hover &gt; .click_icon .Item_basket_icon &gt; img {
    margin:8px 8px 0 0; 
}
    
}
/*####################################################################################################################################################################################*/










/* module="product_ListItem" */
.ec-base-product .spec { margin:0; }
.ec-base-product .spec li { }
.ec-base-product .spec li .title { font-weight:normal; vertical-align:top; }
.ec-base-product .spec li .title span { vertical-align:top; }



/* í•&nbsp;ì¸ê¸°ê°„ ë¡¤ì˜¤ë²„ ì—†ì´ ë¯¸ë¦¬ë³´ê¸° */
.ec-base-product .discountPeriod {
	position:relative !important;
    vertical-align: top !important;
	display:block !important;
    width: 100% !important;
    height: auto !important;
}
.ec-base-product .discountPeriod &gt; a,
.ec-base-product .layerDiscountPeriod .title,
.ec-base-product .layerDiscountPeriod .edge,
.ec-base-product .layerDiscountPeriod .btnClose{ display:none !important; }

.ec-base-product .layerDiscountPeriod {
	position:relative !important;
    left: auto !important;
    top: auto !important;
	display:block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background:rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}
.ec-base-product .layerDiscountPeriod .content p {
    vertical-align: top !important;
    margin: 0 0 0 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #666 !important;
    letter-spacing: 0 !important;
}
.ec-base-product .layerDiscountPeriod .content p strong {
    vertical-align: top !important;
	font-weight:normal !important;
    font-size: 13px !important;
    color: #666 !important;
}


.ec-base-product .prdList .shippingFee { position:relative; display:inline-block; }
.ec-base-product .prdList .shippingFee .button { display:inline-block; float:none; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip { z-index:11; display:block; margin:0 0 0 -170px; width:360px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th { width:40px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,
.ec-base-product .prdList .shippingFee .ec-base-tooltip table td { padding:7px 10px 8px 10px; }

.ec-base-product .btnTooltip { position:relative; display:inline-block; }
.differentialShipping { display:none; overflow:hidden; position:absolute; left:50%; top:17px; z-index:100; width:350px; margin:0 0 0 -176px; }
.differentialShipping h3.title { margin:0; height:35px; padding:0 35px 0 19px; border:0; color:#fff; font-size:14px; line-height:35px; background:#495164; }
.differentialShipping .content { padding:12px 18px 14px 18px; border:1px solid #757575; border-top:0; text-align:center; background:#fff; }
.differentialShipping .close { position:absolute; right:14px; top:12px; }
.differentialShipping .close img { cursor:pointer; }
.differentialShipping .content ul { color:#757575; line-height:25px; }
.differentialShipping .content li { overflow:hidden; }
.differentialShipping .content li strong { float:left; font-weight:normal; }
.differentialShipping .content li span { float:right; color:#2e2e2e; }
.differentialShipping .content .info { margin:7px 0 0; padding:7px 0 0; border-top:1px dotted #b0b1b3; color:#80aeef; text-align:right; }

/* Thumbnail icon position */
.ec-product-bgLT { background-position:left top; }
.ec-product-bgLC { background-position:left center; }
.ec-product-bgLB { background-position:left bottom; }
.ec-product-bgRT { background-position:right top; }
.ec-product-bgRC { background-position:right center; }
.ec-product-bgRB { background-position:right bottom; }
.ec-product-bgCT { background-position:center top; }
.ec-product-bgCC { background-position:center center; }
.ec-product-bgCB { background-position:center bottom; }


.ec-base-paginate {
	position:relative;
    height:auto;
    margin:30px 0;
    padding:0;
    text-align:center; 
    font-size:0;
    line-height:0; 
}
.ec-base-paginate ol {
    display:inline-block; 
	position:relative;
    font-size:0; 
    line-height:0;
    vertical-align:top;
    *display:inline; 
    *zoom:1; 
    *margin:0;
    padding:0 5px;
}
.ec-base-paginate li {
    display:inline-block;
    margin:0;
    font-size:13px; 
    color:#999; 
    vertical-align:top; 
    *display:inline; 
    *zoom:1;
    border:0px; 
}



.ec-base-paginate &gt; a {
	position:relative;
    display:inline-block;
	overflow:hidden;
    width:32px;
    height:32px; 
    padding:0;
    margin:0;
    font-weight:bold; 
    color:#999; 
    line-height:32px; 
	border:0px solid #e8e8e8;
    filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.ec-base-paginate &gt; a:hover {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
}
.ec-base-paginate &gt; a img {
    vertical-align:top;
    width:24px;
    height:32px; 
    margin:0 4px;
}
.ec-base-paginate &gt; a:before {
    position: absolute;
    left:0;
    top:0;
    content: "";
    font-size: 0px;
    width: 22px;
    height: 30px;
    padding: 0;
    margin:0;
    z-index:1;
    text-align: center;
    text-decoration: none;
	border:5px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
    background: rgba( 0,0,0,0 );
}



.ec-base-paginate li a { 
    display:block; 
    width:32px;
    padding:0;
    font-weight:bold; 
    color:#999; 
    font-size:12px; 
    line-height:32px; 
    background:#fff;
}
.ec-base-paginate li a:hover { 
    color:#000; 
    text-decoration:none; 
}
.ec-base-paginate li a.this { 
    color:#000; 
}
.ec-base-paginate a.nolink { cursor:default; }













/* typeSub */
.ec-base-paginate.typeSub &gt; a img {
    vertical-align:top;
    width:20px;
    height:20px; 
    margin:6px;
}
.ec-base-paginate.typeSub &gt; a:before {
    width: 18px;
    height: 18px;
	border:7px solid #fff;
}







/* ë©”ì¸ í•˜ë‹¨ ë”ë³´ê¸° */
.ec-base-paginate.typeMoreview { 
	position:relative;
	display:block;
    width:100%;
	height:auto;
	padding:0;
    margin:0 auto 15px;
    text-align:center; 
	font-size:0px;
    background:rgba( 0, 0, 0, 0 );
}
  /* ìƒí’ˆë¶„ë¥˜ ì&nbsp;„ìš© */
.ec-base-paginate.typeMoreview a { 
	position:relative;
	display:inline-block;
    top: auto;
    left: auto;
	width:auto;
	height:auto;
    line-height: 25px;
    padding: 0 15px;
	margin:0 0 10px;
	text-align:center;
	text-decoration:none;
	font-size:0px;
    letter-spacing:0.5px; 
	color:rgba( 0, 0, 0, 0.8 );
	cursor:pointer;
	font-weight:bold;
	border:0px;
	text-decoration:none;
    
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    
    box-shadow: 0 0 0 rgba( 0,0,0,0 );
    -webkit-box-shadow: 0 0 0 rgba( 0,0,0,0 );
    -moz-box-shadow: 0 0 0 rgba( 0,0,0,0 );
    background: rgba( 0,0,0,0 );
}
.ec-base-paginate.typeMoreview &gt; a:before {
	display:none;
}
.ec-base-paginate.typeMoreview p { 
    display: block;
    font-size: 11px;
    letter-spacing:0px;
    padding: 0 13px;
    background: #eee;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
}    
.ec-base-paginate.typeMoreview p span { 
    padding: 0 5px; 
}
.ec-base-paginate.typeMoreview span.icoMore { 
	position:relative;
    display:inline-block; 
    margin:10px 0 0;
    width:20px;
    height:10px; 
    font-size:0; 
    line-height:0; 
    vertical-align:top; 
}
.ec-base-paginate.typeMoreview span.icoMore:after,
.ec-base-paginate.typeMoreview span.icoMore:before {
    position: absolute;
    left:50%;
    top:50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width:6px;
    height: 1px;
    margin: -1px 0 0;
    padding: 0;
    background: #444;
    -webkit-transition: transform 0.3s, background 0.3s ease-in-out;
    -moz-transition: transform 0.3s, background 0.3s ease-in-out;
    -ms-transition: transform 0.3s, background 0.3s ease-in-out;
    -o-transition: transform 0.3s, background 0.3s ease-in-out;
    transition: transform 0.3s, background 0.3s ease-in-out;
}
.ec-base-paginate.typeMoreview span.icoMore:after { margin: -2px 0 0 -5px; }
.ec-base-paginate.typeMoreview span.icoMore:before { margin:-2px 0 0 -1px; }

.ec-base-paginate.typeMoreview span.icoMore:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ec-base-paginate.typeMoreview span.icoMore:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ***************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
.ec-base-paginate.typeMoreview p { 
    font-size: 12px;
    padding: 0 16px;
}    
.ec-base-paginate.typeMoreview p span { 
    padding: 0 7px; 
}
.ec-base-paginate.typeMoreview a:hover span.icoMore:after {
    width:8px;
    margin: -2px 0 0 -4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ec-base-paginate.typeMoreview a:hover span.icoMore:before {
    width:8px;
    margin: -2px 0 0 -4px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
    
}
/* ***************************************************************** */









.ec-base-tab {
    z-index: 60;
    display:block;
	overflow:hidden;
	vertical-align:top;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    
    background:#f9f9f9; 
    border:0px; 
    border-bottom:1px solid #e8e8e8;
}
.ec-base-tab.on {
	position:fixed;
	left:0px;
	right:0px;
	top:46px;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
}







.swiper-tab-all {
	display:block;
    position: relative;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
    margin: 0 12px;
    padding: 0;
	font-size:0px;
	text-align:center;
    box-sizing: border-box;
}
.swiper-tab-all .swiper-scrollbar {
	vertical-align:top;
    height: 2px !important;
    z-index: 1;
	margin:0;
    box-sizing: border-box;
    background:rgba( 0,0,0,0 ) !important;
	cursor:pointer !important;
}

.swiper-tab-all .swiper-scrollbar-drag {
    height: 100%;
    position: relative;
    background:rgba( 0,0,0,0.2 );
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}





.ec-base-tab .menu {
    position: relative;
    width:100%;
    margin: 0;
    padding: 0 0 10px;
	font-size:0px;
    text-align: left;
    
    box-sizing: border-box;
}
.ec-base-tab .menu li { 
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.ec-base-tab .menu li a {
    vertical-align: top;
    display: block;
    position: relative;
    width: auto;
    line-height: 25px;
    padding: 0 15px 0 5px;
    margin: 0;
    color: #999;
    letter-spacing: 0px;
    text-decoration: none;
    outline: 0;
    white-space: nowrap;
    font-size: 13px;
	font-weight:normal;
    border:0px solid #e8e8e8;
    background: rgba( 0,0,0,0 );
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ec-base-tab .menu li.selected a {
    color:#000; 
    font-weight:bold; 
}  
.ec-base-tab .right { 
    position:absolute; 
    top:50%; 
    right:0; 
    line-height:24px; 
    color:#000; 
    z-index: 61;
    margin: -14px 0 0;
}
.ec-base-tab .right a {
    padding: 0 10px !important;
    line-height: 26px !important;
}








.ec-base-tab.s_on .menu {
    display: flex;
    cursor: default !important;
    padding: 0;
}
.ec-base-tab.on .menu {
    display: flex;
    cursor: default !important;
    padding: 0;
}
.ec-base-tab.s_on .menu li a {
    line-height: 43px;
    padding: 0 15px 0 5px;
}
/* ìŠ¤í¬ë¡¤ì‹œ */
.ec-base-tab.s_on.on .menu li a,
.ec-base-tab.on .menu li a {
    line-height: 43px;
    padding: 0 15px 0 5px;
}




/* PC í™”ë©´ */
/* ***************************************************************** */
@media only screen and (min-width: 1000px) {


.ec-base-tab {
	overflow:visible;
	text-align:center;
    padding:25px 0 0;
    margin: 0;
    
    background:#fff; 
    border:0px; 
    border-bottom:0px solid #e8e8e8;
}
.ec-base-tab.on {
	overflow:hidden;
    padding:0 0 0 !important;
    background:#f9f9f9; 
    border-bottom:1px solid #e8e8e8;
}
    
.ec-base-tab.on .swiper-tab-all {
    width:1020px;
    padding:0;
    margin: 0 auto;
    border: 0px solid #e8e8e8;
}
.swiper-tab-all .swiper-scrollbar {
    display:none !important;
}
    
    
.ec-base-tab.s_on .menu {
	display:inline-block;
    width:auto;
    padding:0 20px;
    margin: 0;
    white-space:normal;
	text-align:center;
    border: 1px solid #e8e8e8;
    
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    
    transition-duration: 0ms !important;
	-webkit-transition-duration: 0ms !important;
	-moz-transition-duration: 0ms !important;
	-ms-transition-duration: 0ms !important;
	-o-transition-duration: 0ms !important;
    
    transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
}
/* ìŠ¤í¬ë¡¤ì‹œ */
.ec-base-tab.on .menu {
    display: flex;
    padding:0;
    border: 0px solid #e8e8e8;
    
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
    
    
.ec-base-tab .menu li a {
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
}
.ec-base-tab .menu li:hover &gt; a,
.ec-base-tab .menu li.selected:hover &gt; a,
.ec-base-tab .menu li.selected &gt; a {
	color:#000;
    font-weight:bold; 
}
    
    
.ec-base-tab .right a {
    padding: 0 13px !important;
}
    
    
    
    
.ec-base-tab.s_on .menu li a {
    height: 44px;
    line-height: 43px;
    padding: 0 16px;
}
/* ìŠ¤í¬ë¡¤ì‹œ */
.ec-base-tab.s_on.on .menu li a,
.ec-base-tab.on .menu li a {
    height: 44px;
    line-height: 43px;
    padding: 0 16px;
}
    
    
    
    
}
/* ***************************************************************** */
@media only screen and (min-width: 1300px) {

.ec-base-tab.on .swiper-tab-all {
    width:1320px;
}
    
}
/* ***************************************************************** */




.ec-base-tab[class*="grid"],
.ec-base-tab.grid2,
.ec-base-tab.grid3,
.ec-base-tab.grid4,
.ec-base-tab.grid5,
.ec-base-tab.grid6,
.ec-base-tab.grid7,
.ec-base-tab.gFlex {
    display: block;
    position: relative;
    width: auto;
    height: auto;
}
.ec-base-tab[class*="grid"] .menu,
.ec-base-tab.grid2 .menu,
.ec-base-tab.grid3 .menu,
.ec-base-tab.grid4 .menu,
.ec-base-tab.grid5 .menu,
.ec-base-tab.grid6 .menu,
.ec-base-tab.grid7 .menu,
.ec-base-tab.gFlex .menu { display: none !important; }






/* reset */
li { list-style:none; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
h1, h3 { margin:0; }

/* common */
.ec-base-layer {
    z-index: 10600 !important;
    position: fixed !important;
    overflow:hidden !important;
    overflow-y:auto !important;
    top:0 !important;
    left:0 !important;
    bottom: 0 !important;
    right: 0 !important;
    min-width:340px;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin:0 !important;
    border: 0px !important;
    background: #fff !important;
    border-top: 1px solid #e8e8e8 !important;
    
    box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
    -webkit-box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
    -moz-box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
}
.ec-base-layer::-webkit-scrollbar {
    width:4px;
	height:4px;
}
.ec-base-layer::-webkit-scrollbar-thumb {
    background:rgba( 0, 0, 0, 0.2 );
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ec-base-layer::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0 );
}

.ec-base-layer .header { 
	position:relative;
	vertical-align:top;
	display:block;
    min-width:340px;
    padding:13px 43px 13px 13px;
    margin: 0;
    text-decoration: none;
    line-height: 30px;
    color:#000; 
    font-size: 16px;
    color: #000;
    font-weight: bold;
    background:#fff; 
    border-bottom:1px solid #e8e8e8;
    text-align:left;
    box-sizing: border-box;
}
.ec-base-layer .header &gt; h1,
.ec-base-layer .header &gt; h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}
.ec-base-layer .content { 
    padding:13px; 
    font-size:13px;
    line-height:20px;
}
.ec-base-layer div.ec-base-help { margin-top:0; }

.ec-base-layer .ec-base-button {
    padding:13px; 
    border-top:1px solid #e8e8e8; 
    text-align:center;
    background:#fff; 
}

/* ë‹«ê¸° */
.ec-base-layer .close { 
    position:absolute; 
    right:13px;
    top:13px; 
    cursor:pointer; 
    
	width:30px;
    height: 30px;
    padding:0; 
    margin: 0;
	border:0;
    font-size:0px;
	outline:none;
    text-align:center;
    background:#fff; 
    z-index:100;
}
.ec-base-layer .close img {
	width:100%;
    height: 100%;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
} 
.ec-base-layer .close:after, 
.ec-base-layer .close:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width: 30px;
    height: 2px;
    padding: 0;
    margin: -1px 0 0 -15px;
    background: #111;
}
.ec-base-layer .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ec-base-layer .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

.ec-base-layer {
    top:auto !important;
    left:auto !important;
    bottom: 20px !important;
    right: 20px !important;
    width:350px !important;
    max-height: -moz-calc(100% - 40px) !important;
    max-height: -webkit-calc(100% - 40px) !important;
    max-height: -o-calc(100% - 40px) !important;
    max-height: calc(100% - 40px) !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}
    
}
/*####################################################################################################################################################################################*/



/* popup */
#popup .ec-base-layer {
    position: relative !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    height:auto !important;
    max-height:auto !important;
    border-top: 0px solid #e8e8e8 !important;
    
    box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -webkit-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -moz-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    
    z-index: 0 !important;
}

#popup .ec-base-layer .header {
    padding:13px 43px 13px 13px;
}
#popup .ec-base-layer .close { top:13px; }

/* ec-base-table */
.ec-base-layer .content &gt; .ec-base-table table:first-child { margin-top:0; }
.ec-base-layer .ec-base-table table { line-height:1.4; }
.ec-base-layer .ec-base-table thead th { padding:9px 0 8px; }
.ec-base-layer .ec-base-table tbody th { padding:9px 0 8px 10px; }
.ec-base-layer .ec-base-table td { padding:9px 10px 8px; }
  /* horizontal - typeWrite */
    .ec-base-layer .ec-base-table.typeWrite td { padding:5px 10px 4px; }
  /* vertical - typeList */
    .ec-base-layer .ec-base-table.typeList tfoot td { padding:10px 10px 12px; }
  /* typeBorder */
    .ec-base-layer .ec-base-table.typeBorder tfoot td { padding:10px 10px 12px; }
  /* address */
    .ec-base-layer .ec-base-table .ec-address { margin:-6px -10px -4px; }
    .ec-base-layer .ec-base-table .ec-address &gt; li { padding:5px 10px 4px; }
    
    
    



    
/* ì„œë¸Œ íŒì—… */
.pop_calendar {
    z-index: 99999 !important;
    position: fixed !important;
    overflow:hidden !important;
    overflow-y:auto !important;
    top:0 !important;
    left:0 !important;
    bottom: 0 !important;
    right: 0 !important;
    min-width:340px;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin:0 !important;
    border: 0px !important;
    background: #fff !important;
    
    box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
    -webkit-box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
    -moz-box-shadow: 0 0 5px rgba( 0,0,0,0.1 ) !important;
}
/* ìƒë‹¨ */
.pop_calendar .calendar_header {
    vertical-align: top;
    display: block;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:10px;
    min-width: 30px;
	width:30px;
    height: 30px;
    line-height: 30px;
    padding:0;
    margin: 0;
    text-decoration: none;
    font-size:0px;
    background: #fff;
    border: 1px solid #e8e8e8;
    text-align: left;
    z-index:100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
}
/* ìƒë‹¨-ë‹«ê¸° */
.pop_calendar .calendar_header a,
.pop_calendar .calendar_header a.calendar_close_btn {
    position: relative;
    vertical-align: top;
    display: block;
    top:auto;
    right:auto;
    cursor:pointer;
	width:30px;
    height: 30px;
    padding:0; 
    margin: 0;
	border:0;
    font-size:0px;
	outline:none;
    text-align:center;
    background:#fff; 
    z-index:1;
}
.pop_calendar .calendar_header a img,
.pop_calendar .calendar_header a.calendar_close_btn img {
	width:100%;
    height: 100%;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
} 
.pop_calendar .calendar_header a:after,
.pop_calendar .calendar_header a:before,
.pop_calendar .calendar_header a.calendar_close_btn:after,
.pop_calendar .calendar_header a.calendar_close_btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width: 20px;
    height: 2px;
    padding: 0;
    margin: -1px 0 0 -10px;
    background: #111;
}
.pop_calendar .calendar_header a:after,
.pop_calendar .calendar_header a.calendar_close_btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pop_calendar .calendar_header a:before,
.pop_calendar .calendar_header a.calendar_close_btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* íŽ˜ì´ì§€ */
.pop_calendar .calendar_cont {
    padding: 13px !important;
    text-align: left !important;
}
.pop_calendar .calendar_cont ul.day_select {
    width: 100%;
    margin: 0;
    padding: 0;
}
.pop_calendar ul.day_select {
	position:relative;
	overflow:hidden;
	vertical-align:top;
}
.pop_calendar ul.day_select li {
	position:relative;
}
.pop_calendar ul.day_select li select.year_select {
    width:100px !important;
}
.pop_calendar ul.day_select li.prev,
.pop_calendar ul.day_select li.next {}

.pop_calendar ul.day_select li.prev a,
.pop_calendar ul.day_select li.next a {
	display:block;
    outline: 0;
    width:20px;
    height:34px;
    line-height:34px;
    font-size:0px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
    padding:0;
    outline:none;
	border:0px;
    background:rgba(0,0,0,0);
}
.pop_calendar ul.day_select li.prev a {
    background:#fff url("//licotelife.com/web/upload/jwgimg/50px_left_bt.png") no-repeat center center;
    background-size: 20px 20px;
}
.pop_calendar ul.day_select li.next a {
    right:-10px;
    background:#fff url("//licotelife.com/web/upload/jwgimg/50px_right_bt.png") no-repeat center center;
    background-size: 20px 20px;
}

.pop_calendar .calendar td a {
    line-height: 35px;
	text-decoration:none;
}
/* ë¡¤ì˜¤ë²„ */
.pop_calendar .calendar td a:hover {
	text-decoration:none;
}

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

/* ì„œë¸Œ íŒì—… */
.pop_calendar {
    top:auto !important;
    left:auto !important;
    bottom: 20px !important;
    right: 20px !important;
    width:350px !important;
    max-height: -moz-calc(100% - 40px) !important;
    max-height: -webkit-calc(100% - 40px) !important;
    max-height: -o-calc(100% - 40px) !important;
    max-height: calc(100% - 40px) !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}
.pop_calendar ul.day_select li.prev a,
.pop_calendar ul.day_select li.next a {
    height:40px;
    line-height:40px;
}
    
}
/*####################################################################################################################################################################################*/

    
    
    
    
    
    






/* button */
[class^='btnNormal'], 
a[class^='btnNormal'],
[class^='btnSubmit'],
a[class^='btnSubmit'],
[class^='btnEm'], 
a[class^='btnEm'],
[class^='btnBasic'], 
a[class^='btnBasic'],
[class^='btn'][class*='Fix'] {
    display:inline-block;
    vertical-align:middle;
    position:relative;
	overflow:hidden;
    width:auto !important;
    height:auto !important;
    line-height:32px !important;
    padding:0 20px !important;
    margin:0 2px;
    font-size:13px; 
    color:#333; 
    outline:none;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
    
	text-align:center;
    box-sizing: border-box;
    border:1px solid #e8e8e8;
    background:#fff;
    
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
/* **************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
/* button */
[class^='btnNormal'], 
a[class^='btnNormal'],
[class^='btnSubmit'],
a[class^='btnSubmit'],
[class^='btnEm'], 
a[class^='btnEm'],
[class^='btnBasic'], 
a[class^='btnBasic'],
[class^='btn'][class*='Fix'] {
    line-height:38px !important;
    padding:0 25px !important;
    font-size:13px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
    
}
/* **************************************************************** */


[class^='btnNormal'],
a[class^='btnNormal'] {
    color:#333 !important;
    border:1px solid #e8e8e8 !important;
    background-color:#fff !important;
}
[class^='btnSubmit'],
a[class^='btnSubmit'] {
    color:#fff !important;
    border:1px solid #000 !important;
    background-color:#000 !important;
}
[class^='btnEm'], 
a[class^='btnEm'] {
    color:#fff !important;
    border:1px solid #999 !important;
    background-color:#999 !important;
}
[class^='btnBasic'], 
a[class^='btnBasic'] {
    color:#000 !important;
    background-color:#f9f9f9 !important;
}

[class^='btnNormal'],
a[class^='btnNormal'],
[class^='btnSubmit'],
a[class^='btnSubmit'],
[class^='btnEm'], 
a[class^='btnEm'],
[class^='btnBasic'], 
a[class^='btnBasic'] {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

[class^='btnNormal']:not(.disabled):hover { background-color:#f9f9f9 !important; }
[class^='btnSubmit']:not(.disabled):hover { background-color:#333 !important; }
[class^='btnEm']:not(.disabled):hover { background-color:#aaa !important; }
[class^='btnBasic']:not(.disabled):hover { background-color:#e8e8e8 !important; }

  /* size */
    [class^='btn'].sizeS { padding:6px 8px; }
    [class^='btn'].sizeM { padding:10px 16px; }
    [class^='btn'].sizeL { padding:14px 16px; min-width:80px; font-weight:bold; }
  /* width Fix */
    [class^='btn'][class*='Fix'].sizeS { width:96px; }
    [class^='btn'][class*='Fix'].sizeM { width:120px; padding-left:8px; padding-right:8px; }
    [class^='btn'][class*='Fix'].sizeL { width:160px; padding-left:8px; padding-right:8px; }
 
/* icon button */
  a.btnLink { color:#222; }
  a.btnLink:hover { text-decoration:none; -webkit-box-shadow:0 1px 0 0 #222; -moz-box-shadow:0 1px 0 0 #222; box-shadow:0 1px 0 0 #222; }
  a.btnLink:after { content:""; display:inline-block; margin:-2px -2px 0 3px; vertical-align:middle; border:0 0 0 10px; border-style:solid;  border-color:transparent transparent transparent #77797d; }
  [class^='btn'] i { display:none \0/IE8; }
  [class^='btn'] .icoArrow { display:inline-block; width:3px; height:3px; margin:-2px 1px 0 1px; border:2px solid #77797d; border-width:0 2px 2px 0; vertical-align:middle;
    transform:rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg);
  }
    [class^='btnSubmit'] .icoArrow,
    [class^='btnEm'] .icoArrow { border-color:#f0f0f0; }
  [class^='btn'] .icoDelete { position:relative; overflow:hidden; display:inline-block; width:10px; height:10px; margin:-2px 2px 0 0; vertical-align:middle; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
  [class^='btn'] .icoDelete:before { content:""; position:absolute; top:0; right:4px; width:2px; height:10px; background:#77797d; }
  [class^='btn'] .icoDelete:after { content:""; position:absolute; top:4px; right:0; width:10px; height:2px; background:#77797d; }
    [class^='btnSubmit'] .icoDelete:before, [class^='btnSubmit'] .icoDelete:after,
    [class^='btnEm'] .icoDelete:before, [class^='btnEm'] .icoDelete:after { background:#f0f0f0; }
  [class^='btn'] .icoAdd, [class^='btn'] .icoRemove { position:relative; overflow:hidden; display:inline-block; width:8px; height:8px; margin:-2px 2px 0 0; vertical-align:middle; }
  [class^='btn'] .icoAdd:before, [class^='btn'] .icoAdd:after, [class^='btn'] .icoRemove:before { content:""; position:absolute; top:50%; left:50%; width:8px; height:8px; border-radius:2px; background:#77797d; }
  [class^='btn'] .icoAdd:before, [class^='btn'] .icoRemove:before { height:2px; margin:-1px 0 0 -4px; }
  [class^='btn'] .icoAdd:after { width:2px; margin:-4px 0 0 -1px; }
  [class^='btn'] img { margin:-2px 1px 0; vertical-align:middle; }
  [class^='btn'].addWidth { padding:2px 20px; }


                                                   /* unique */
    .btnLogin, a.btnLogin { display:inline-block; box-sizing:border-box; width:100px; height:70px; line-height:70px; border-radius:2px; text-align:center; font-size:12px; font-weight:bold; text-decoration:none; color:#fff; background-color:#333; }
    .btnLogin:hover { background-color:#43495a; }
    .btnAgree, a.btnAgree { display:inline-block; box-sizing:border-box; width:80px; height:70px; line-height:70px; border:1px solid #d1d1d1; border-radius:2px; text-align:center; font-size:12px; font-weight:bold; color:#222; text-decoration:none; background-color:#fff; }
    .btnAgree:hover { background-color:#f3f3f3; }
    .btnToggle { display:inline-block; font-size:0; line-height:0; }
    .btnToggle button { display:inline-block; box-sizing:border-box; border:1px solid #d1d1d1; margin:0 -1px 0 0; padding:0 7px; height:24px; line-height:24px; text-align:center; font-size:12px; outline:0; text-decoration:none; color:#222; background:#fff; }
    .btnToggle button:first-child { border-radius:2px 0 0 2px; }
    .btnToggle button:last-child { border-radius:0 2px 2px 0; }
    .btnToggle button.selected { position:relative; border:1px solid #84868b; color:#fff; background:#84868b; }
 
/* ec-base-button */
.ec-base-button { 
    padding:10px 12px; 
    text-align:center;
}
.ec-base-button.justify { position:relative; }
.ec-base-button:after { display:block; content:""; clear:both; }

.ec-base-button .gLeft,
.ec-base-button .gRight {
    display:block;
    text-align:center;
    padding:10px 0; 
}
.ec-base-button .gRight [class^='btnNormal'], 
.ec-base-button .gRight a[class^='btnNormal'],
.ec-base-button .gRight [class^='btnSubmit'],
.ec-base-button .gRight a[class^='btnSubmit'],
.ec-base-button .gRight [class^='btnEm'], 
.ec-base-button .gRight a[class^='btnEm'],
.ec-base-button .gRight [class^='btnBasic'], 
.ec-base-button .gRight a[class^='btnBasic'],
.ec-base-button .gRight [class^='btn'][class*='Fix'],
.ec-base-button .gLeft [class^='btnNormal'], 
.ec-base-button .gLeft a[class^='btnNormal'],
.ec-base-button .gLeft [class^='btnSubmit'],
.ec-base-button .gLeft a[class^='btnSubmit'],
.ec-base-button .gLeft [class^='btnEm'], 
.ec-base-button .gLeft a[class^='btnEm'],
.ec-base-button .gLeft [class^='btnBasic'], 
.ec-base-button .gLeft a[class^='btnBasic'],
.ec-base-button .gLeft [class^='btn'][class*='Fix'] {
    margin:0 2px 10px;
}
.ec-base-button.justify .gLeft { position:absolute; left:0; }
.ec-base-button.justify .gRight { position:absolute; right:0; }
.ec-base-button .text { margin:0 6px 0 10px; color:#353535; line-height:24px; }
  /* type */
    .ec-base-button.typeBorder,
    .ec-base-button.typeBG { 
        padding:12px;
        border:0px solid #e8e8e8; 
        background:#fff; 
}
  /* gColumn */
    .ec-base-button[class*="gColumn"] { margin:0 auto; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
    .ec-base-button[class*="gColumn"]:after { display:none; }
    .ec-base-button[class*="gColumn"] [class^='btn'] { margin:0 2px; padding-left:8px; padding-right:8px; word-break:keep-all; word-wrap:break-word; white-space:normal; -webkit-flex:1; -moz-flex:1; -ms-flex:1; flex:1; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
    .ec-base-button[class*="gColumn"] [class^='btn'][class*='Fix'] { -webkit-flex:none; -moz-flex:none; -ms-flex:none; flex:none; }
    /* gFlex */
      .ec-base-button[class*="gColumn"] .gFlex2 { -webkit-flex:2; -moz-flex:2; -ms-flex:2; flex:2; }
      .ec-base-button[class*="gColumn"] .gFlex3 { -webkit-flex:3; -moz-flex:3; -ms-flex:3; flex:3; }
      .ec-base-button[class*="gColumn"] .gFlex4 { -webkit-flex:4; -moz-flex:4; -ms-flex:4; flex:4; }



/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

.ec-base-button .gLeft {
    float:left;
    text-align:left;
    padding:0; 
}
.ec-base-button .gRight {
    float:right; 
    text-align:right;
    padding:0; 
}
.ec-base-button .gRight [class^='btnNormal'], 
.ec-base-button .gRight a[class^='btnNormal'],
.ec-base-button .gRight [class^='btnSubmit'],
.ec-base-button .gRight a[class^='btnSubmit'],
.ec-base-button .gRight [class^='btnEm'], 
.ec-base-button .gRight a[class^='btnEm'],
.ec-base-button .gRight [class^='btnBasic'], 
.ec-base-button .gRight a[class^='btnBasic'],
.ec-base-button .gRight [class^='btn'][class*='Fix'],
.ec-base-button .gLeft [class^='btnNormal'], 
.ec-base-button .gLeft a[class^='btnNormal'],
.ec-base-button .gLeft [class^='btnSubmit'],
.ec-base-button .gLeft a[class^='btnSubmit'],
.ec-base-button .gLeft [class^='btnEm'], 
.ec-base-button .gLeft a[class^='btnEm'],
.ec-base-button .gLeft [class^='btnBasic'], 
.ec-base-button .gLeft a[class^='btnBasic'],
.ec-base-button .gLeft [class^='btn'][class*='Fix'] {
    margin:0 2px;
}
    
/* ec-base-button */
.ec-base-button { 
    padding:10px 0 30px; 
}
    
}
/*####################################################################################################################################################################################*/



/* base */
.ec-base-box { 
	position:relative;
	overflow:hidden;
    padding:13px; 
    color:#000;
    border:1px solid #e8e8e8;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


.ec-base-box.gHalf { position:relative; padding:20px 0; }
.ec-base-box.gHalf:before { position:absolute; top:0; left:50%; display:block; content:""; width:1px; height:100%; background-color:#e8e8e8; }
.ec-base-box.typeBg { background-color:#f9f9f9; }
.ec-base-box.typeThin { border-width:1px; border-color:#e8e8e8; }
.ec-base-box.typeThin h3.boxTitle { margin:0 0 20px; font-size:20px; text-align:center; }
.ec-base-box.typeThinBg { border-width:1px; border-color:#e8e8e8; background-color:#fff; }
.ec-base-box.center { text-align:center; }
    /* ì•½ê´€ */
    .ec-base-box.typeThinBg &gt; .agree { padding:20px; border:1px solid #e8e8e8; background:#fff; }
    .ec-base-box.typeThinBg &gt; .agree p { padding:0 0 17px; }

/* typeMember */
.ec-base-box.typeMember { padding:0; }
.ec-base-box.typeMember .information { display:table; table-layout:fixed; padding:10px 0; width:100%; box-sizing:border-box; }
.ec-base-box.typeMember .information &gt; .title, .ec-base-box.typeMember .information &gt; .thumbnail { display:table-cell; padding:0 15px; width:70px; text-align:center; vertical-align:middle; }
.ec-base-box.typeMember .information &gt; .title {
    vertical-align:middle; 
    font-size: 14px;
}
.ec-base-box.typeMember .information &gt; .thumbnail img { max-width:70px; }
.ec-base-box.typeMember .information .description { display:table-cell; padding:0 10px; width:auto; line-height:1.5em; border-left:1px solid #e8e8e8; vertical-align:middle; }
    .ec-base-box.typeMember.gMessage { border-width:1px; border-color:#e8e8e8; }
.ec-base-box .message { display:block; padding:10px 0 10px 30px; border-bottom:1px solid #e8e8e8; background:#fff url("//img.echosting.cafe24.com/skin/base/common/ico_info.gif") no-repeat 10px center; }

/* typeProduct */
.ec-base-box.typeProduct { 
    display:table; 
    table-layout:fixed;
    padding:0; 
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
    margin:0 12px; 
    box-sizing:border-box; 
}
.ec-base-box.typeProduct .thumbnail, 
.ec-base-box.typeProduct .information {
    display:table-cell; 
    padding:15px; 
    vertical-align:top; 
}
.ec-base-box.typeProduct .thumbnail { 
    width:90px; 
}
.ec-base-box.typeProduct .thumbnail img { 
    width:90px; 
    border:1px solid #e8e8e8;
}
.ec-base-box.typeProduct .information { 
    padding-left:0; 
}
.ec-base-box.typeProduct .information img {
    padding:0 3px 5px; 
}

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {

/* typeProduct */
.ec-base-box.typeProduct {
    width:100%; 
    margin:0; 
}
.ec-base-box.typeProduct .thumbnail, 
.ec-base-box.typeProduct .information {
    padding:20px; 
}
.ec-base-box.typeProduct .information { 
    padding-left:0; 
}
    
}
/*####################################################################################################################################################################################*/



.ec-base-table table { position:relative; margin:10px 0 0; border:1px solid #d7d5d5; border-top:0; color:#fff; line-height:1.5; }
  .ec-base-table.gLayoutFixed table { table-layout:fixed; }
  .ec-base-table.gLayoutFixed .gLayoutAuto table { table-layout:auto; }
.ec-base-table table:before { position:absolute; top:0; left:0; display:block; content:""; width:100%; height:1px; background:#d7d5d5; }
.ec-base-table thead th { padding:11px 0 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; color:#353535; vertical-align:middle; font-weight:normal; background:#fbfafa; }
.ec-base-table tbody th { padding:11px 0 10px 18px; border:1px solid #dfdfdf; border-bottom-width:0; color:#353535; text-align:left; font-weight:normal; background-color:#fbfafa; }
.ec-base-table th { word-break:break-all; word-wrap:break-word; }
.ec-base-table th:first-child { border-left:0; }
.ec-base-table td { padding:11px 10px 10px; border-top:1px solid #dfdfdf; color:#353535; vertical-align:middle; word-break:break-all; word-wrap:break-word; }
.ec-base-table td.clear { padding:0 !important; border:0 !important; }
.ec-base-table tr.payDetail td { padding:21px 10px 20px 0; background:#fbfafa; }

/* horizontal */
  /* typeWrite */
    .ec-base-table.typeWrite td { padding:8px 10px 7px; }
    .ec-base-table.typeWrite img { max-width:100% !important; height:auto !important; }

/* vertical */
  /* typeList */
    .ec-base-table.typeList table { border-top:1px solid #d7d5d5; }
    .ec-base-table.typeList table:before { display:none; }
    .ec-base-table.typeList td { padding:8px 10px 7px; }
    .ec-base-table.typeList tfoot td { padding:15px 10px 17px; background:#fbfafa; }
    .ec-base-table .message { border-top:1px solid #e8e8e8; padding:50px 0; text-align:center; color:#666; font-weight:bold; }
    .ec-base-table table + .message { margin:-1px 0 0; }
    .ec-base-table table td.message { padding:50px 0; }
    .ec-base-table .scroll .message { border:0; }
  /* scroll */
    .ec-base-table.typeList .head td { padding:11px 0 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; color:#353535; vertical-align:middle; text-align:center; background:#fbfafa; }
    .ec-base-table.typeList .head td:first-child { border-left:0; }
    .ec-base-table.typeList .scroll { position:relative; overflow-x:hidden; overflow-y:scroll; max-height:185px; min-height:100px; border:1px solid #d7d5d5; border-top-width:0; margin-top:-1px; }
    .ec-base-table.typeList .scroll table { border:0; margin:0; }
    .ec-base-table.typeList .scroll table:before { display:none; }
    .ec-base-table.typeList .scroll .message { border: 0; }
  /* thead - blind */
    .ec-base-table thead.blind,
    .ec-base-table thead.blind th { display:none; }
    .ec-base-table thead.blind + tbody tr:first-child th,
    .ec-base-table thead.blind + tbody tr:first-child td { border-top-width:0; }
  /* Line */
    .ec-base-table.typeList.gLine table { border-width:0; border-bottom-width:1px; }

/* common */
  /* border, background style none */
    .ec-base-table.typeClear table:before { display:none; }
    .ec-base-table.typeClear table,
    .ec-base-table.typeClear th,
    .ec-base-table.typeClear td { border:0 none; background:none; }
    .ec-base-table.typeClear th { font-weight:bold; }
  /* border */
    .ec-base-table.gBorder td { border-left:1px solid #dfdfdf; }
    .ec-base-table.gBorder td:first-child { border-left:0; }
    .ec-base-table.gBorder td.gClearLine { border-left:0; }
    .ec-base-table.typeList.gBorder tbody td { border-color:#eee; }
  /* align */
    .ec-base-table .left { text-align:left; }
    .ec-base-table .center { text-align:center; }
    .ec-base-table .right { text-align:right; }
    .ec-base-table.typeList .center td,
    .ec-base-table.typeList td.center { padding-left:0; padding-right:0; }
    .ec-base-table.typeList .center td.left { padding-left:10px; }
    .ec-base-table.typeList .center td.right { padding-right:10px; }
    .ec-base-table .top th, .ec-base-table th.top,
    .ec-base-table .top td, .ec-base-table td.top { vertical-align:top; }
    .ec-base-table .middle th, .ec-base-table th.middle,
    .ec-base-table .middle td, .ec-base-table td.middle { vertical-align:middle; }
  /* form */
    .ec-base-table img { vertical-align:middle; }
  /* address */
    .ec-base-table .ec-address { margin:-9px -10px -7px; }
    .ec-base-table .ec-address &gt; li { padding:8px 10px 7px; border-top:1px solid #dfdfdf; }
    .ec-base-table .ec-address &gt; li input[type="text"] { width:373px; }
    .ec-base-table .ec-address &gt; li select { width:383px; }
    .ec-base-table .ec-address .ec-base-help { margin-left:0; }
    .ec-base-table .ec-address .ec-address-area select { display:block; }
    .ec-base-table .ec-address .ec-address-area select:not(:first-child) { margin-top:6px; }
    .ec-base-table .ec-address .ec-address-zipcode input[type="text"] { width:80px; margin-right:3px; }
    .ec-base-table .ec-address .ec-address-zipcode .btnBasic { margin-right:4px; }

@media print {
  .ec-base-table table:before { display:none; }
}
.ec-base-desc { overflow:hidden; text-align:left; }
.ec-base-desc:after { content:""; display:block; clear:both; }
.ec-base-desc dt, .ec-base-desc .term { float:left; width:100px; margin:0 0 2px; padding:0 4px 0 0; line-height:22px;-webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; font-weight:normal; }
.ec-base-desc dd, .ec-base-desc .desc { display:block; margin:0 0 2px; padding:0 5px 0 100px; min-height:22px; line-height:22px; word-wrap:break-word; word-break:break-all; }
.ec-base-desc dd:after, .ec-base-desc .desc:after { content:""; display:block; clear:left; }

/* size */
.ec-base-desc.gSmall dt, .ec-base-desc.gSmall .term { width:30%; }
.ec-base-desc.gSmall dd, .ec-base-desc.gSmall .desc { padding-left:30%; }
.ec-base-desc.gMedium dt, .ec-base-desc.gMedium .term { width:40%; }
.ec-base-desc.gMedium dd, .ec-base-desc.gMedium .desc { padding-left:40%; }
.ec-base-desc.gLarge dt, .ec-base-desc.gLarge .term { width:50%; }
.ec-base-desc.gLarge dd, .ec-base-desc.gLarge .desc { padding:0 0 0 50%; }

/* align */
.ec-base-desc.centerDT dt, .ec-base-desc.centerDD dd, .ec-base-desc.centerDT .term, .ec-base-desc.centerDD .desc,
.ec-base-desc.center, .ec-base-desc .center { text-align:center; }
.ec-base-desc.rightDT dt, .ec-base-desc.rightDD dd, .ec-base-desc.rightDT .term, .ec-base-desc.rightDD .desc,
.ec-base-desc.right, .ec-base-desc .right { text-align:right; }
.ec-base-desc.rightDD dd, .ec-base-desc.rightDD .desc { padding-right:0; }

/* typeBullet */
.ec-base-desc.typeBullet dt,
.ec-base-desc.typeBullet .term { padding:0 4px 0 10px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_arrow.png") no-repeat 0 7px; }

/* typeDot */
.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term { position:relative; padding:0 4px 0 10px; }
.ec-base-desc.typeDot dt:before,
.ec-base-desc.typeDot .term:before { position:absolute; top:50%; left:0; content:""; display:block; width:2px; height:2px; margin:-2px 0 0 0; background:#383838; }






/* (í•œêµ­ì–´) - ë‚˜ëˆ”ìŠ¤í€˜ì–´ë„¤ì˜¤ */
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}





/* (ì¼ë³¸ì–´, ì¤‘êµ­ì–´, ëŒ€ë§Œì–´, ì˜ì–´ ~ ë²&nbsp;íŠ¸ë‚¨ì–´ ~ ìŠ¤íŽ˜ì¸ì–´ ~ í¬ë£¨íˆ¬ê°ˆì–´) Inter / Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Noto+Sans+HK:wght@100;300;400;500;700;900&amp;family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;family=Noto+Sans+SC:wght@100;300;400;500;700;900&amp;display=swap');





/* ìˆ«ìž / ì˜ì–´ */
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    unicode-range: /* ìˆ«ìž */ U+0030-0039, /* ëŒ€ë¬¸ìž */ U+0041-005A, /* ì†Œë¬¸ìž */ U+0061-007A;
    font-weight: normal;
    font-style: normal;
}



@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical&gt;.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode&gt;.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode&gt;.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode&gt;.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered&gt;.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal&gt;.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical&gt;.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled&gt;.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical&gt;.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal&gt;.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical&gt;.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical&gt;.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode&gt;.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid&gt;.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column&gt;.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}




/* ë²„íŠ¼ í•˜ë‹¨ ê³&nbsp;ì&nbsp;• í‹€ */
#buttonFix_board, /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
#buttonFix { /* ê³µí†µ í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    vertical-align:top; 
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;
	height:50px;
    margin:0;
    padding:0;
	text-align:center;
	background:#fff;
	border-top:1px solid #e8e8e8;
    
    box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
}
#buttonFix {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
#buttonFix .ec-base-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width:100%;
}



/* ê³µí†µ í•˜ë‹¨ ê³&nbsp;ì&nbsp;• ë²„íŠ¼ */
#buttonFix &gt; a,
#buttonFix &gt; button,
#buttonFix &gt; span,
#buttonFix .ec-base-button &gt; a,
#buttonFix .ec-base-button &gt; button,
#buttonFix .ec-base-button &gt; span {
    flex:1;
	text-decoration:none;
	display:inline-block;
    vertical-align:top;
    position:relative;
	overflow:hidden;
    height:auto !important;
    line-height:50px !important;
    padding:0 !important;
    margin:0 !important;
    font-size:14px;
    color: #111 !important;
    outline:none;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
    box-sizing: border-box;
    border:0px !important;
	border-right:1px solid #e8e8e8 !important;
    background-color: #fff !important;
    
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    
    box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -webkit-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -moz-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
}
#buttonFix .gLeft *,
#buttonFix .gRight * {
	text-decoration:none;
	display:block;
    vertical-align:top;
    position:relative;
	overflow:hidden;
    height:auto !important;
    line-height:50px !important;
    padding:0 !important;
    margin:0 !important;
    font-size:14px;
    color: #111 !important;
    outline:none;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
    box-sizing: border-box;
    border:0px !important;
    background-color: #fff !important;
    
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    
    box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -webkit-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
    -moz-box-shadow: 0 0 0 rgba( 0,0,0,0 ) !important;
}
#buttonFix &gt; a[class^='btnSubmit'],
#buttonFix &gt; button[class^='btnSubmit'],
#buttonFix &gt; span[class^='btnSubmit'],
#buttonFix .ec-base-button &gt; a[class^='btnSubmit'],
#buttonFix .ec-base-button &gt; button[class^='btnSubmit'],
#buttonFix .ec-base-button &gt; span[class^='btnSubmit'],
#buttonFix .gLeft *[class^='btnSubmit'],
#buttonFix .gRight *[class^='btnSubmit'] {
    color: #fff !important;
    border: 0px solid #000 !important;
    background-color: #000 !important;
}

/* **************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix {
    z-index:0;
    position:relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: block;
    margin:0;
    padding:15px 0 30px;
	text-align:center;
	border-top:0px solid #e8e8e8;
    box-shadow: 0 0 0 rgba( 0,0,0,0 );
    -webkit-box-shadow: 0 0 0 rgba( 0,0,0,0 );
    -moz-box-shadow: 0 0 0 rgba( 0,0,0,0 );
}
#buttonFix .ec-base-button {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: block;
    width:100%;
	text-align:left;
}
   
/* ê³µí†µ í•˜ë‹¨ ê³&nbsp;ì&nbsp;• ë²„íŠ¼ */
#buttonFix &gt; a,
#buttonFix &gt; button,
#buttonFix .ec-base-button &gt; a,
#buttonFix .ec-base-button &gt; button {
    height:auto !important;
    line-height: 38px !important;
    padding: 0 20px !important;
    margin: 0 4px !important;
    color: #111 !important;
    font-weight: normal !important;
    font-size:13px;
    border: 1px solid #e8e8e8 !important;
    
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}
#buttonFix &gt; span,
#buttonFix .ec-base-button &gt; span {
    border: 0 !important;
}
#buttonFix .gLeft *,
#buttonFix .gRight * {
    height:auto !important;
    line-height: 38px !important;
    padding: 0 20px !important;
    margin: 0 4px !important;
    color: #111 !important;
    font-weight: normal !important;
    font-size:13px;
    border: 1px solid #e8e8e8 !important;
    
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}
    
    
}
/* **************************************************************** */











/* **************************************************************** */
@media only screen and (min-width: 700px) { /* *** íƒœë¸”ë¦¿ í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board .board_btn { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    display:inline-block;
    width:auto;
    padding:0 50px;
    margin:0;
}
    
}
/* **************************************************************** */

/* **************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board .board_btn { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    height:50px;
    line-height:48px; 
    padding:0 70px;
    
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
    
}
/* **************************************************************** */






























#buttonFix_board { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    z-index: 100;
	bottom:0;
	height:auto;
	background:rgba( 0,0,0,0 );
	border-top:0px;
    
    box-shadow: 0 0 0 rgba( 0,0,0,0 );
    -webkit-box-shadow: 0 0 0 rgba( 0,0,0,0 );
    -moz-box-shadow: 0 0 0 rgba( 0,0,0,0 );
}

/* **************************************************************** */
@media only screen and (min-width: 700px) { /* *** íƒœë¸”ë¦¿ í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
	bottom:15px;
    left: auto;
    right:70px;
    width:auto;
}
    
}
/* **************************************************************** */

/* **************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
	bottom:20px;
    right:90px;
}

}
/* **************************************************************** */

/* **************************************************************** */
@media only screen and (min-width: 1180px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    right:50%;
    margin:0 -500px 0 0;
}
    
}
/* **************************************************************** */

/* **************************************************************** */
@media only screen and (min-width: 1300px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    right:90px;
    margin:0;
}
    
}
/* **************************************************************** */

/* **************************************************************** */
@media only screen and (min-width: 1480px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    right:50%;
    margin:0 -650px 0 0;
}
    
}
/* **************************************************************** */










#buttonFix_board .board_btn { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• ë²„íŠ¼ */
	text-decoration:none;
    display:block;
    vertical-align:top;
    position:relative;
	overflow:hidden;
    height:40px;
    line-height:38px; 
    padding:0;
    margin:0 15px 15px;
    font-size:14px; 
    color:#fff; 
    outline:none;
	text-align:center;
	font-weight:normal;
	cursor:pointer;
    box-sizing: border-box;
    
    border:0px solid #000;
    background:#000;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
    box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0,0,0,0.1 );
}

/* **************************************************************** */
@media only screen and (min-width: 700px) { /* *** íƒœë¸”ë¦¿ í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board .board_btn { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    display:inline-block;
    width:auto;
    padding:0 50px;
    margin:0;
}
    
}
/* **************************************************************** */

/* **************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
#buttonFix_board .board_btn { /* ê²Œì‹œíŒ ì&nbsp;„ìš© í•˜ë‹¨ ê³&nbsp;ì&nbsp;• */
    height:50px;
    line-height:48px; 
    padding:0 70px;
    
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
    
}
/* **************************************************************** */









/* í•œêµ­ì–´ */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.ko &gt; a {
    font-family: 'NanumSquareNeo-Variable' !important;
    font-weight: 500 !important;
}
/* English */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.en &gt; a {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}
/* æ—¥æœ¬èªž */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.ja &gt; a {
    font-family: 'Noto Sans JP' !important;
    font-weight: 400 !important;
}
/* ä¸­æ–‡ */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.zh &gt; a {
    font-family: 'Noto Sans SC' !important;
    font-weight: 400 !important;
}
/* ç¹é«”ä¸­æ–‡ */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.tw &gt; a {
    font-family: 'Noto Sans HK' !important;
    font-weight: 400 !important;
}
/* Tiáº¿ng Viá»‡t */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.vi &gt; a {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}
/* EspaÃ±ol */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.es &gt; a {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}
/* PortuguÃªs */
.xans-layout-multishoplist .xans-layout-multishoplistitem li.pt &gt; a {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}

/* PortuguÃªs */
.xans-layout-multishoplist .xans-layout-multishoplistitem li &gt; a &gt; span.unit {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
}



/* ìŠ¤íƒ€ì¼3 ì&nbsp;„ì²´ ì¹´í…Œê³&nbsp;ë¦¬ ë©”ë‰´ ë¬¸êµ¬ */
#TOP_STYLE003 #logo_line_tll #menu_line &gt; .slide_category_bt:before {
    content: "ì&nbsp;„ì²´ ì¹´í…Œê³&nbsp;ë¦¬";
}


/* ìŠ¤íƒ€ì¼3 ìµœìƒë‹¨ ì•„ì´ì½˜ ë¬¸êµ¬ - ë§ˆì´íŽ˜ì´ì§€ */
#TOP_STYLE003 #logo_line_tll #logo_line &gt; #logo_line_add &gt; .my_page_bt:before {
    content: "ë§ˆì´ì‡¼í•‘";
}


/* ë©”ì¸ ì²«ë²ˆì§¸ ìŠ¬ë¼ì´ë“œ ë°°ë„ˆì˜ ë”ë³´ê¸° ë²„íŠ¼ */
#MainSlideBN .bx-viewport &gt; ul &gt; li a:before {
    content: "ìžì„¸ížˆ ë³´ê¸°";
}


/* ì‚¬ìš©í›„ê¸° ê²Œì‹œíŒ ìƒë‹¨ ë¶€ë¶„ - ê³&nbsp;ì&nbsp;• ê²Œì‹œë¬¼ ì¸ë„¤ì¼ì— í‘œê¸° */
#board_list &gt; ul &gt; li.fixed_post .txt_subject:before, /* ìƒí’ˆ ìƒì„¸ */
.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after {
    content: "ë²&nbsp;ìŠ¤íŠ¸";
}


/* ë§¤ê±°ì§„, ìƒí’ˆë¬¸ì˜ ê²Œì‹œíŒ ìƒë‹¨ ë¶€ë¶„ - ê³&nbsp;ì&nbsp;• ê²Œì‹œë¬¼ ì¸ë„¤ì¼ì— í‘œê¸° */
#board_list &gt; ul.prdQnA &gt; li.fixed_post .txt_subject:before, /* ìƒí’ˆ ìƒì„¸ */
.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after {
    content: "ê³&nbsp;ì&nbsp;•";
}


/* ë§¤ê±°ì§„, ì‚¬ìš©í›„ê¸° ê²Œì‹œê¸€ì— ìƒí’ˆ, ì²¨ë¶€ì´ë¯¸ì§€ ì&nbsp;„ë¶€ ì—†ì„ë•Œ ì¸ë„¤ì¼ ë°•ìŠ¤ì— ë…¸ì¶œ ë¬¸êµ¬ */
#MainRecentBL .board_list_box &gt; ul &gt; li &gt; div.thumbnail_attach_img &gt; .add_img_src:before,
#board_list &gt; ul &gt; li &gt; div.thumbnail_attach_img &gt; .add_img_src:before {
    content: "ë“±ë¡ëœ ì´ë¯¸ì§€ê°€ ì—†ìŠµë‹ˆë‹¤.";
}


/* ë§¤ê±°ì§„, ì‚¬ìš©í›„ê¸° ê²Œì‹œê¸€ì´ ë¹„ë°€ê¸€ë¡œ ë“±ë¡ëœ ê²½ìš° ì¸ë„¤ì¼/ë‚´ìš© ë°•ìŠ¤ì— ë…¸ì¶œ ë¬¸êµ¬ */
#MainRecentBL .board_list_box &gt; ul &gt; li.secret_message &gt; div.thumbnail_attach_img &gt; .add_img_src:before,
#MainRecentBL .board_list_box &gt; ul &gt; li.secret_message &gt; div.text_tll &gt; .content_text:before,
#board_list &gt; ul &gt; li.secret_message &gt; div.thumbnail_attach_img &gt; .add_img_src:before,
#board_list &gt; ul &gt; li.secret_message &gt; div.content_text .txt_content:before {
    content: "[ë¹„ë°€ê¸€] ë¯¸ë¦¬ë³´ê¸°ê°€ ì&nbsp;œí•œë©ë‹ˆë‹¤.";
}


/* ë§¤ê±°ì§„, ì‚¬ìš©í›„ê¸° ê²Œì‹œê¸€ ë“±ë¡ì‹œ ìƒí’ˆì„ ì„&nbsp;íƒ ì•ˆí•œ ê²½ìš° ìƒí’ˆì&nbsp;•ë³´ ë°•ìŠ¤ì— ë…¸ì¶œ ë¬¸êµ¬ */
.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail:after,
.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-list &gt; li &gt; div.thumbnail:after,
.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail:after,
.board_add101_on #board_list &gt; .xans-board-list &gt; li &gt; div.thumbnail:after {
    content: "ì„&nbsp;íƒí•œ ìƒí’ˆì´ ì—†ìŠµë‹ˆë‹¤.";
}


/* ìƒí’ˆëª©ë¡ - ìƒí’ˆë¹„êµ ë²„íŠ¼ ë¡¤ì˜¤ë²„ì‹œ ì¶œë&nbsp;¥ë˜ëŠ” ì•ˆë‚´ ë¬¸êµ¬ */
.compare_tll .compare:after {
    content: '2ê°œ ~ 4ê°œ ê¹Œì§€ ë¹„êµê°€ëŠ¥';
}


/* ìƒí’ˆëª©ë¡ - ê° ìƒí’ˆì˜ ìƒí’ˆë¹„êµ ë²„íŠ¼ í´ë¦­ì‹œ */
.ec-base-product .prdList .chk #compare_chk_box:before {	
    content: 'ì„&nbsp;íƒ -';
}


/* ìƒí’ˆëª©ë¡ - ê° ìƒí’ˆì˜ ìƒí’ˆë¹„êµ ë²„íŠ¼ */
.ec-base-product .prdList .chk #compare_chk_box:after {
    content: "ìƒí’ˆë¹„êµ";
}


/* ì¶”ê°€íŽ˜ì´ì§€ - ë§¤ìž¥ì°¾ê¸° ê²€ìƒ‰ ë²„íŠ¼ì— ì•ˆë‚´ ë¬¸êµ¬ */
#full_page_tab_menu &gt; .location_find_search_bt span:before {
    content:"ê²€ìƒ‰ìœ¼ë¡œ ë§¤ìž¥ì°¾ê¸°";
}


/* ì¶”ê°€íŽ˜ì´ì§€ - ë¸Œëžœë“œëª©ë¡ ê²€ìƒ‰ ë²„íŠ¼ì— ì•ˆë‚´ ë¬¸êµ¬ */
#full_page_tab_menu &gt; .brand_list_search_bt span:before {
    content:"ê²€ìƒ‰ìœ¼ë¡œ ë¸Œëžœë“œ ì°¾ê¸°"; 
}


/* ëª¨ë“&nbsp;íŽ˜ì´ì§€ - ì˜¤ë¥¸ìª½ í•˜ë‹¨ ì„¤ë¬¸ì¡°ì‚¬ ë²„íŠ¼ ë¡¤ì˜¤ë²„ì‹œ ì•ˆë‚´ ë¬¸êµ¬ */
.layout_poll_bt:hover:before { 
    content:"ì˜¨ë¼ì¸ ì„¤ë¬¸ì¡°ì‚¬"; 
}


/* íŒì—…ì°½ì˜ í•˜ë£¨ë™ì•ˆ ë‹«ëŠ” ë¬¸êµ¬ */
#top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box:before, /* ìµœìƒë‹¨ íŒì—… */
#multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box:before, /* ë©€í‹°íŒì—… v2 */
#left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box:before, /* ì¢Œì¸¡ í•˜ë‹¨ ìŠ¬ë¼ì´ë“œ íŒì—… */
#intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box:before { /* ì¸íŠ¸ë¡œ ë°°ë„ˆ íŒì—… */
    content:"ì˜¤ëŠ˜ í•˜ë£¨ ì´ ì°½ ì—´ì§€ ì•ŠìŒ"; 
}


/* ë§¤ìž¥ì°¾ê¸° - ê° ëª©ë¡ì˜ ë²„íŠ¼ */
.location_find_tll .location_find_list &gt; ul &gt; li &gt; .list_bt:before {
    content: "ì§€ë„ë³´ê¸°";
}


/* ë§¤ìž¥ì°¾ê¸° - ì§€ë„ íŽ˜ì´ì§€ì˜ ì§€ë„ê°€ ë¹„ë…¸ì¶œ ìƒíƒœì¼ë•Œ ì•ˆë‚´ ë¬¸êµ¬ */
.location_find_all_pg:before {
    content: "ê° ëª©ë¡ì„ í´ë¦­í•˜ë©´ ì§€ë„ê°€ ë‚˜íƒ€ë‚©ë‹ˆë‹¤.";
}
    
    
/* ì°¾ì•„ì˜¤ì‹œëŠ”ê¸¸ - ëª¨ë°”ì¼ í™”ë©´ì˜ í•˜ë‹¨ ë²„íŠ¼ */
.map_tll .map_google_bt:before {
    content: "ì§€ë„ë³´ê¸°";
}


/* ì°¾ì•„ì˜¤ì‹œëŠ”ê¸¸ - ëª¨ë°”ì¼ í™”ë©´ì˜ í•˜ë‹¨ ë²„íŠ¼ */
.map_tll.map_open .map_google_bt:before {
    content: "ë‹«ê¸°";
}


/* ì‚¬ìš©í›„ê¸° ê²Œì‹œê¸€ì˜ ìƒì„¸íŽ˜ì´ì§€ - ë²„íŠ¼ í´ë¦­ìœ¼ë¡œ ìƒì„¸ ì´ë¯¸ì§€ê°€ ë¹„ë…¸ì¶œ ë¬ì„ë•Œ */
#board_read_tll .detail .detail_image_open.open_on:before {
    content: "ê°€ë&nbsp;¤ì§„ ì´ë¯¸ì§€ ì—´ê¸°";
}


/* ì‚¬ìš©í›„ê¸° ê²Œì‹œê¸€ì˜ ìƒì„¸íŽ˜ì´ì§€ - ë²„íŠ¼ í´ë¦­ìœ¼ë¡œ ìƒì„¸ ì´ë¯¸ì§€ê°€ ë…¸ì¶œ ë¬ì„ë•Œ */
#board_read_tll .detail .detail_image_open.open_off:before {
    content: "ì´ë¯¸ì§€ ë‹«ê¸°";
}


/* íƒ€ìž„ì„¸ì¼ì˜ í”„ë¡œëª¨ì…˜ ì¢…ë£Œì‹œ ë…¸ì¶œ ë¬¸êµ¬ */
.time_sale .ec-base-product .prdList &gt; li .timer:before {
    content: "íƒ€ìž„ì„¸ì¼ì´ ì¢…ë£Œë˜ì—ˆìŠµë‹ˆë‹¤.";
}


/* ì£¼ë¬¸ë‚´ì—­ ì¡°íšŒ ê¸°ê°„ ì„&nbsp;íƒ ë‹¤ìŒì— ì˜¤ëŠ” ì¡°íšŒ ë²„íŠ¼ */
.xans-myshop-orderhistoryhead fieldset .submit_date_bt:after {
    content: "ì¡°íšŒ";
}


/* ì£¼ë¬¸ë‚´ì—­/ì£¼ë¬¸ìƒì„¸ ì¡°íšŒ ê° ìƒí’ˆì˜ ê°œìˆ˜(ìˆ«ìžì— ë¶™ëŠ” í…ìŠ¤íŠ¸ - ì™¼ìª½ ì˜¤ë¥¸ìª½ ìˆœì„œ) */
.xans-myshop-orderhistorylistitem.ec-base-table td.product + td:before,
.xans-myshop-orderhistorydetail .ec-base-table td.gClearLine + td:before,
.xans-myshop-orderhistorydetailgift td.left + td:before,
.xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td:before,
.xans-myshop-orderhistoryapplyexchange .ec-base-table .xans-myshop-products td.product + td:before,
.xans-myshop-orderhistoryapplyreturn .ec-base-table .xans-myshop-products td.product + td:before,
.xans-myshop-orderhistoryapplycancel .ec-base-table .xans-myshop-products td.product + td:before,
.xans-myshop-orderhistorydetail .productList &gt; ul &gt; li .quantity:before,
.xans-myshop-orderregularmanagelist.ec-base-table td.item_qty:before,
.xans-order-basketpackage .ec-base-table td.right .nplusevent_show:before {
    content: "ìˆ˜ëŸ‰";
}
.xans-myshop-orderhistorylistitem.ec-base-table td.product + td:after,
.xans-myshop-orderhistorydetail .ec-base-table td.gClearLine + td:after,
.xans-myshop-orderhistorydetailgift td.left + td:after,
.xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td:after,
.xans-myshop-orderhistoryapplyexchange .ec-base-table .xans-myshop-products td.product + td:after,
.xans-myshop-orderhistoryapplyreturn .ec-base-table .xans-myshop-products td.product + td:after,
.xans-myshop-orderhistoryapplycancel .ec-base-table .xans-myshop-products td.product + td:after,
.xans-myshop-orderhistorydetail .productList &gt; ul &gt; li .quantity:after,
.xans-myshop-orderregularmanagelist.ec-base-table td.item_qty:after,
.xans-order-basketpackage .ec-base-table td.right .nplusevent_show:after {
    content: "ê°œ";
}


/* ì£¼ë¬¸ë‚´ì—­ì˜ ì£¼ë¬¸ë²ˆí˜¸ ë¶€ë¶„ ìƒì„¸ë³´ê¸° ë²„íŠ¼ */
.xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after {
    content: "ìƒì„¸ë³´ê¸°";
}



/* ì£¼ë¬¸ìƒì„¸ì—ì„œ êµí™˜ì‹&nbsp;ì²­ &gt; êµí™˜ìƒí’ˆ ì„&nbsp;íƒì‹œ */
.xans-myshop-selectedproduct td.total strong:before {
    content: "ì´ ê¸ˆì•¡";
}

    
/* ì‚¬ìš©í›„ê¸° ëª©ë¡ì˜ ê²Œì‹œê¸€ ë‚´ìš© ë”ë³´ê¸° ì&nbsp;‘ê¸° ë²„íŠ¼ */
#board_list &gt; ul &gt; li &gt; div.content_text .content_btn span.more:before {
    content: "ë”ë³´ê¸°";
}
#board_list &gt; ul &gt; li &gt; div.content_text .content_btn span.more_off:before {
    content: "ì&nbsp;‘ê¸°";
}

    
/* ìƒí’ˆìƒì„¸ ìƒí’ˆë¬¸ì˜ì˜ ê²Œì‹œê¸€ íŽ¼ì¹¨ì‹œ ë¹„ë°€ê¸€ì˜ í™•ì¸ ë²„íŠ¼ */
#board_list .prdReview .contentView .contentView_pg_password button:before,
#board_list .prdQnA .contentView .contentView_pg_password button:before {
    content: "í™•ì¸";
}
    
    
/* ìƒí’ˆ í›„ê¸° íŒì—… */
.Search_Board_List ul:after {
    content: "ê²€ìƒ‰ ê²°ê³¼ê°€ ì—†ìŠµë‹ˆë‹¤.";
}


/* ì¿&nbsp;í° ë‹¤ìš´ë¡œë“œ */
.xans-coupon-productpopup .couponSkinArea .coupon .button a:before,
.xans-coupon-zonepackage .couponSkinArea .coupon .button a:before,
.xans-coupon-productdetailajax .couponSkinArea .coupon .button a:before {
    content: "ë‹¤ìš´ë°›ê¸°";
}


/* ìƒí’ˆ ìƒì„¸ì˜ ì¶”ê°€ ìƒí’ˆ */
#totalProducts table tr.add_product &gt; td &gt; .product:before {
    content: "(ì¶”ê°€)";
}











/* ---------------------------------------------------- */
/* ì´ˆê¸°ìƒíƒœ ê°€ë¦¼ */
/* ---------------------------------------------------- */


/* ON / OFF */
.Select_ON {}
.Select_OFF { display:none !important; }


.TEXT_ON .bx-pager .bx-pager-item .bx-pager-link:before,
.TEXT_ON .bx-viewport &gt; ul &gt; li:before,
.TEXT_ON .bx-viewport &gt; ul &gt; li:after,
.TEXT_ON .bx-viewport &gt; ul &gt; li a:before {
    display:block !important;
}
.TEXT_OFF .bx-pager .bx-pager-item .bx-pager-link:before,
.TEXT_OFF .bx-viewport &gt; ul &gt; li:before,
.TEXT_OFF .bx-viewport &gt; ul &gt; li:after,
.TEXT_OFF .bx-viewport &gt; ul &gt; li a:before {
	display:none !important;
}





    
    
/* [ë©”ì¸] ì¸íŠ¸ë¡œ ë°°ë„ˆ íŒì—… */    
.intro_bn_pop_none,
/* [ë©”ì¸] ìµœìƒë‹¨ í…ìŠ¤íŠ¸ ë°°ë„ˆ íŒì—… */
.top_tx_sd_pop_none,
/* [ë©”ì¸] ì¢Œì¸¡ í•˜ë‹¨ ë°°ë„ˆ íŒì—… */ 
.left_low_pop_none,
/* [ë©”ì¸] ë©€í‹° ë°°ë„ˆ íŒì—… V2 */   
.multi_bn_pop_none,
/* [ê³µí†µ] ì¢Œì¸¡ ìŠ¬ë¼ì´ë“œ ë©”ë‰´ë°” ìƒë‹¨ ë°°ë„ˆ */    
.left_category_Banner_none,
/* [ë©”ì¸] 100% ìŠ¬ë¼ì´ë“œ ë°°ë„ˆ */
.MainBN001_none,
/* [ë©”ì¸] ìŠ¬ë¼ì´ë“œ ë©”ì¸ì§„ì—´ */
.MainMP001_none,
/* [ë©”ì¸] ìƒí’ˆ ê°•ì¡°í˜• ë°°ë„ˆ ë©”ì¸ì§„ì—´ */
.MainAC_MP001_none,
/* [ë©”ì¸] í¬ê¸°ë³„ ë°°ë„ˆ ë°•ìŠ¤ */
.MainBN_B001_none,
/* [ë©”ì¸] íƒ­ ë©”ì¸ì§„ì—´ */
.MainTMP001_none,
/* [ë©”ì¸] ì„œë¸Œ - 100% ìŠ¬ë¼ì´ë“œ ë°°ë„ˆ */
.MainSBN001_none,
/* [ë©”ì¸] ì¼ë°˜ ë©”ì¸ì§„ì—´001 */
.MainLMP001_none,
/* [ë©”ì¸] 2ê°œ ë°°ë„ˆ ë‚˜ì—´ */
.Main2BN001_none,
/* [ë©”ì¸] ì¼ë°˜ ë©”ì¸ì§„ì—´002 */
.MainLMP002_none,
/* [ë©”ì¸] ì˜ìƒ - ìš”ì•½ ë©”ì¸ì§„ì—´ */
.MainVMP001_none,
/* [ë©”ì¸] ìµœê·¼ ê²Œì‹œíŒ (ê°¤ëŸ¬ë¦¬-8ë²ˆ) */
.MainRBL001_none,
/* [ë©”ì¸] ìµœê·¼ ê²Œì‹œíŒ (ë§¤ê±°ì§„-101ë²ˆ) */
.MainRBL002_none,
/* [ë©”ì¸] ìµœê·¼ ê²Œì‹œíŒ (ì‚¬ìš©í›„ê¸°-4ë²ˆ) */
.MainRBL003_none,
/* [ê³µí†µ] íšŒì‚¬ì†Œê°œ */
.add_company_none,
/* [ê³µí†µ] ì°¾ì•„ì˜¤ì‹œëŠ”ê¸¸ */
.add_location_none,
/* [ê³µí†µ] ë§¤ìž¥ì°¾ê¸° */
.add_store_list_none,
/* [ê³µí†µ] ì¹´íƒˆë¡œê·¸ */
.add_pt_list_none,
/* [ê³µí†µ] ë¸Œëžœë“œ ëª©ë¡ */
.add_brand_list_none,
/* [ê³µí†µ] íƒ€ìž„ì„¸ì¼ */
.add_time_sale_none,
/* [ê³µí†µ] ìƒë‹¨ ìŠ¤íƒ€ì¼3 - ì‚¬ìš©í›„ê¸° ë²„íŠ¼ */
.board4_menu_none,
/* [ê³µí†µ] ìƒë‹¨ ìŠ¤íƒ€ì¼3 - ìƒí’ˆë¬¸ì˜ ë²„íŠ¼ */
.board6_menu_none,
/* [ê³µí†µ] ìƒë‹¨ ìŠ¤íƒ€ì¼3 - ì´ë²¤íŠ¸ ë²„íŠ¼ */
.board8_menu_none,
/* [ê³µí†µ] ì¸ìŠ¤íƒ€ê·¸ëž¨ ìœ„ì&nbsp;¯ */
.InstagramWidget_none,
/* [ê³µí†µ] ì€í–‰ ì&nbsp;•ë³´ */
.bank_info_none,  
/* [ê³µí†µ] í•˜ë‹¨ SNS - íŽ˜ì´ìŠ¤ë¶ ì•„ì´ì½˜ ë²„íŠ¼ */
.facebook_bg_none,
/* [ê³µí†µ] í•˜ë‹¨ SNS - ì¸ìŠ¤íƒ€ê·¸ëž¨ ì•„ì´ì½˜ ë²„íŠ¼ */
.Instagram_bg_none,
/* [ê³µí†µ] í•˜ë‹¨ SNS - ìœ&nbsp;íŠœë¸Œ ì•„ì´ì½˜ ë²„íŠ¼ */
.youtube_bg_none,
/* [ê³µí†µ] í•˜ë‹¨ SNS - íŠ¸ìœ„í„° ì•„ì´ì½˜ ë²„íŠ¼ */
.twitter_bg_none,
/* [ê³µí†µ] í•˜ë‹¨ SNS - ì¹´ì¹´ì˜¤ ì•„ì´ì½˜ ë²„íŠ¼ */
.kakao_bg_none,
/* [ê³µí†µ] í•˜ë‹¨ SNS - ë„¤ì´ë²„ ì•„ì´ì½˜ ë²„íŠ¼ */
.naver_bg_none,
/* [ê³µí†µ] í•˜ë‹¨ SNS - ì&nbsp;„ì²´ í‹€ */
.sns_ico_none,
/* [ê³µí†µ] ìµœí•˜ë‹¨ ì„œë¹„ìŠ¤ ë¡œê³&nbsp; - ì¹´íŽ˜24 í˜¸ìŠ¤íŒ… */
.cafe24_hosting_none,
/* [ê³µí†µ] ìµœí•˜ë‹¨ ì„œë¹„ìŠ¤ ë¡œê³&nbsp; - ë³´ì•ˆ í”„ë¡œí†&nbsp;ì½œ */
.ssl_protocol_none,
/* [ê³µí†µ] ìµœí•˜ë‹¨ ì„œë¹„ìŠ¤ ë¡œê³&nbsp; - ê³µì&nbsp;•ê±°ëž˜ìœ„ì›íšŒ */
.fair_trade_none,
/* [ê³µí†µ] ìµœí•˜ë‹¨ ì„œë¹„ìŠ¤ ë¡œê³&nbsp; - í˜„ê¸ˆì˜ìˆ˜ì¦ */
.cash_receipts_none,
/* [ê³µí†µ] ìµœí•˜ë‹¨ ì„œë¹„ìŠ¤ ë¡œê³&nbsp; - ì´ë‹ˆì‹œìŠ¤ */
.inicis_none,
/* [ê³µí†µ] ìµœí•˜ë‹¨ ì„œë¹„ìŠ¤ ë¡œê³&nbsp; - í†&nbsp;ìŠ¤íŽ˜ì´ë¨¼ì¸&nbsp; */
.tosspayments_none,
/* [ê³µí†µ] ìµœí•˜ë‹¨ ì„œë¹„ìŠ¤ ë¡œê³&nbsp; - ì&nbsp;„ì²´ í‹€ */
.footer_low_bnico_none { display:none !important; }



/* ###################################################################################################################
######################################################################################################################


     ####################################################################################
     ####################################################################################
     ######                                                                        ######
     ######                           ì‚¬ì´íŠ¸ í¬ì¸íŠ¸ ìƒ‰ìƒ                           ######
     ######                                                                        ######
     ####################################################################################
     ####################################################################################
     


     â˜… ìˆ˜ì&nbsp;• ì&nbsp;„ ì£¼ì˜ì‚¬í•­

     í•´ë‹¹ íŽ˜ì´ì§€ ë‚´ì—ë„ ì½”ë“œëŠ” ì¡´ìž¬í•©ë‹ˆë‹¤.
     ì•ˆë‚´ë“œë¦¬ëŠ” ë¶€ë¶„ ì™¸ì—ëŠ” ìˆ˜ì&nbsp;•ì„ ìžì&nbsp;œ ë°”ëžë‹ˆë‹¤.
     ìˆ˜ì&nbsp;•ì¤‘ ì˜¤ë¥˜ ë°œìƒì‹œ ì±…ìž„ì€ ìˆ˜ì&nbsp;•ì„ ì§„í–‰í•œ ìž‘ì—…ìžì—ê²Œ ìžˆìŠµë‹ˆë‹¤.
     ì‚¬ì´íŠ¸ì˜ ë°±ì—… ë˜ëŠ” í•´ë‹¹ íŽ˜ì´ì§€ë¥¼ ì&nbsp;„ì²´ ë³µì‚¬í•˜ì—¬ ë³„ë„ë¡œ ë³´ê´€ í›„ ìˆ˜ì&nbsp;•í•˜ëŠ”ê²ƒì„ ê¶Œìž¥í•©ë‹ˆë‹¤.



     â˜… í¬ì¸íŠ¸ ìƒ‰ìƒ ìˆ˜ì&nbsp;•
     
     ìƒ˜í”Œì‚¬ì´íŠ¸ ê¸°ì¤€ í¬ì¸íŠ¸ ì»¬ëŸ¬ëŠ” #ffd793 í•´ë‹¹ ì»¬ëŸ¬ ì½”ë“œë¥¼ ì‚¬ìš©ì¤‘ìž…ë‹ˆë‹¤.
     #(ìƒµ) ë’¤ì— ë¶™ëŠ” ffd793 í•´ë‹¹ ë¶€ë¶„ì´ ìƒ‰ìƒì½”ë“œì´ë©°
     ìƒ‰ìƒ ì½”ë“œëŠ” ê·¸ë¦¼íŒì´ë‚˜ í¬í†&nbsp;ìƒµë“±ì—ì„œ ì›í•˜ì‹œëŠ” ìƒ‰ìƒ ì½”ë“œë¥¼ ë³¼ ìˆ˜ ìžˆìŠµë‹ˆë‹¤.

     ì›í•˜ì‹œëŠ” ìƒ‰ìƒ ì½”ë“œë¥¼ ë³µì‚¬í•œ í›„ ì•„ëž˜ì˜ ê¸°ì¡´ ìƒ‰ìƒ ì½”ë“œë¥¼ ì§€ìš°ê³&nbsp; ë¶™ì—¬ë„£ê¸° í•©ë‹ˆë‹¤.
     
     
     
     â€» ìˆ˜ì&nbsp;• ì™„ë£Œ í›„ ìƒë‹¨ì˜ "ì&nbsp;€ìž¥"ì„ ëˆ„ë¥´ê³&nbsp; ì‚¬ì´íŠ¸ì— ë°˜ì˜ëœ ì‚¬í•­ì„ í™•ì¸ ë°”ëžë‹ˆë‹¤.



     â–¼â–¼ ì‹¤ì&nbsp;œ ë°˜ì˜ë˜ëŠ” ì½”ë“œìž…ë‹ˆë‹¤. â–¼â–¼



######################################################################################################################
#################################################################################################################### */
.Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count, .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .Point_Color.Point_ON #intro_bn_pop_bt, .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .Point_Color.Point_ON .layout_poll_bt, .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .Point_Color.Point_ON .compare_tll.chk_box .compare a, .Point_Color.Point_ON .time_sale #titleArea:after, .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .Point_Color.Point_ON .map_tll .map_google_bt:before, .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .Point_Color.Point_ON #left_low_pop_bt, .Point_Color.Point_ON #multi_bn_pop_bt, .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .Point_Color.Point_ON #buttonFix_board .board_btn, .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .Point_Color.Point_ON .xans-project-list &gt; h3, .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, #userStyle #header .headerMenu .btnBasket .count, #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, #userStyle .shippingFee .wrap h3, #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], #userStyle #header .titleArea h1, #userStyle #titleArea &gt; h1, #userStyle #mCafe24Order.xans-order-result .btnSubmit, .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .Point_Color.Point_ON .xans-member-join &gt; h3, .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ffd793
                                  
                                   
!important; }/* #################################################################################################### */
.Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .Point_Color.Point_ON .txtEm, .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, #userStyle #mCafe24Order .ec-base-button.gFixed .price em, #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, #userStyle #mCafe24Order .ec-base-prdInfo .status, #userStyle #mCafe24Order .txtEm, #userStyle #mCafe24Order .txtStrong, #userStyle #mCafe24Order .deliveryDate .ec-base-help, #userStyle #mCafe24Order .discountDetail .control .inputTypeText, #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, #userStyle #mCafe24Order .product_detail .totalPrice .total, #userStyle .supplyInfo h3, #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .Point_Color.Point_ON .ec-base-tooltip .txtEm, .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .Point_Color.Point_ON .xans-board-product .information .price, .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .Point_Color.Point_ON .xans-layout-info li.tel, .Point_Color.Point_ON .xans-layout-logotop a, .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .Point_Color.Point_ON .xans-product-additional .minor strong, .Point_Color.Point_ON .xans-product-listcompare .description, .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .Point_Color.Point_ON .xans-product-detail .eventArea h3, .Point_Color.Point_ON #totalProducts table .right, .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .Point_Color.Point_ON .totalPrice .total, .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .Point_Color.Point_ON .xans-search-form .searchResult .record, .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .Point_Color.Point_ON #totalProducts table .right, .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .Point_Color.Point_ON .totalPrice .total, .Point_Color.Point_ON .intro .alert .txtEm, .Point_Color.Point_ON .xans-order-form .payArea .total .price, .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .Point_Color.Point_ON .xans-order-result .orderInfo p a, .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .Point_Color.Point_ON .compare_tll.chk_box .compare a, .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, #userStyle #mCafe24Order .btnSubmit, .Point_Color.Point_ON .xans-member-join .agreeArea .check, .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ffd793
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ffd793
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */








.add_menu.add_menu_none {
	display:none !important;
}







/* ########################################################################### */
/* ######## ê°€ë¡œ 1000px ì´ìƒ í™”ë©´ì—ì„œë§Œ ìž‘ë™ë˜ëŠ” ìŠ¤í¬ë¡¤ ì•&nbsp;ë‹ˆë©”ì´ì…˜ íš¨ê³¼ ######## */
/* ########################################################################### */
@media only screen and (min-width: 1000px) { /* ############################## */
/* ########################################################################### */
    
    /* ///////////////////////////////////////////////////////////////
    
    home_fade_in (ìŠ¤í¬ë¡¤ ì—†ì´ ë°”ë¡œ ì‹¤í–‰ - ì„œì„œížˆ ë‚˜íƒ€ë‚¨) 
    home_up_and_down (ìŠ¤í¬ë¡¤ ì—†ì´ ë°”ë¡œ ì‹¤í–‰ - ì„œì„œížˆ ìœ„ì—ì„œ ì•„ëž˜ë¡œ ë‚˜íƒ€ë‚¨)
    home_down_and_up (ìŠ¤í¬ë¡¤ ì—†ì´ ë°”ë¡œ ì‹¤í–‰ - ì„œì„œížˆ ì•„ëž˜ì—ì„œ ìœ„ë¡œ ë‚˜íƒ€ë‚¨) 
    home_left_and_right (ìŠ¤í¬ë¡¤ ì—†ì´ ë°”ë¡œ ì‹¤í–‰ - ì„œì„œížˆ ì™¼ìª½ì—ì„œ ì˜¤ë¥¸ìª½ìœ¼ë¡œ ë‚˜íƒ€ë‚¨) 
    home_right_and_left (ìŠ¤í¬ë¡¤ ì—†ì´ ë°”ë¡œ ì‹¤í–‰ - ì„œì„œížˆ ì˜¤ë¥¸ìª½ì—ì„œ ì™¼ìª½ìœ¼ë¡œ ë‚˜íƒ€ë‚¨) 
    
    /////////////////////////////////////////////////////////////// */
    
    
    
/* ì²«ë²ˆì§¸ ëª¨ë“ˆ (ë°”ë¡œ ì‹¤í–‰) */
#contents_main &gt; div:nth-child(1) {
    -moz-animation: animateleft 1s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -webkit-animation: animateleft 1s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    animation: animateleft 1s cubic-bezier(0.38, 0.4, 0.42, 0.96);

    -moz-animation-name: home_fade_in;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: home_fade_in;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: home_fade_in;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
/* ë‘ë²ˆì§¸ ëª¨ë“ˆ (ë°”ë¡œ ì‹¤í–‰) */
#contents_main &gt; div:nth-child(2) {
    -moz-animation: animateleft 1s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -webkit-animation: animateleft 1s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    animation: animateleft 1s cubic-bezier(0.38, 0.4, 0.42, 0.96);

    -moz-animation-name: home_down_and_up;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: home_down_and_up;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: home_down_and_up;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
/* ì²«ë²ˆì§¸, ë‘ë²ˆì§¸ ëª¨ë“ˆ - íƒ€ì´í‹€ (ë°”ë¡œ ì‹¤í–‰) */
#contents_main &gt; div:nth-child(1) #titleArea,
#contents_main &gt; div:nth-child(2) #titleArea {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    
    -moz-animation: animateleft 1s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -webkit-animation: animateleft 1s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    animation: animateleft 1s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -moz-animation-name: home_up_and_down;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: home_up_and_down;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: home_up_and_down;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
    
    
    
/* ########################################################################### */
    
    
    
/* ë°”ë¡œ ì‹¤í–‰ë˜ëŠ” ì½”ë“œ ì&nbsp;•ë¦¬ */
@keyframes home_fade_in {
	0% {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}
@keyframes home_up_and_down {
	0% {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	transform: translateY(-50px) translateX(0);
	-webkit-transform: translateY(-50px) translateX(0);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(-50px) translateX(0);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(-50px) translateX(0);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(-50px) translateX(0);       /* ì˜¤íŽ˜ë¼ */
    }
	100% {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(0);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(0);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(0);       /* ì˜¤íŽ˜ë¼ */
	}  
}
@keyframes home_down_and_up {
	0% {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	transform: translateY(50px) translateX(0);
	-webkit-transform: translateY(50px) translateX(0);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(50px) translateX(0);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(50px) translateX(0);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(50px) translateX(0);       /* ì˜¤íŽ˜ë¼ */
    }
	100% {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(0);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(0);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(0);       /* ì˜¤íŽ˜ë¼ */
	}  
}
@keyframes home_left_and_right {
	0% {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	transform: translateY(0) translateX(-50px);
	-webkit-transform: translateY(0) translateX(-50px);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(-50px);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(-50px);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(-50px);       /* ì˜¤íŽ˜ë¼ */
    }
	100% {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(0);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(0);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(0);       /* ì˜¤íŽ˜ë¼ */
	}  
}
@keyframes home_right_and_left {
	0% {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	transform: translateY(0) translateX(50px);
	-webkit-transform: translateY(0) translateX(50px);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(50px);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(50px);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(50px);       /* ì˜¤íŽ˜ë¼ */
    }
	100% {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(0);     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(0);      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(0);       /* ì˜¤íŽ˜ë¼ */
	}  
}
    
    
    
/* ########################################################################### */
/* ########################################################################### */
    
    
    
/* ê·¸ì™¸ ì&nbsp;„ì²´ ëª¨ë“ˆ (ìŠ¤í¬ë¡¤ì‹œ ì‹¤í–‰) */
/* ìŠ¤í¬ë¡¤ ì&nbsp;„ */
/* ì²«ë²ˆì§¸ì™€ ë‘ë²ˆì§¸ ëª¨ë“ˆì„ ì&nbsp;œì™¸í•œ ëª¨ë“&nbsp; ëª¨ë“ˆ ì„&nbsp;íƒ */
    
/* íƒ€ì´í‹€ / íƒ­ ë²„íŠ¼ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #titleArea,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #titleArea,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .tab_bt_tll &gt; ul,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .tab_bt_tll &gt; ul,
    
/* [ë©”ì¸] ìŠ¬ë¼ì´ë“œ ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideMP #slider-PG_TL,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideMP #slider-PG_TL,
    
/* [ë©”ì¸] í¬ê¸°ë³„ ë°°ë„ˆ ë°•ìŠ¤ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideBN_Box .BN_Box .BN_Box001,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box001,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideBN_Box .BN_Box .BN_Box002,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box002,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideBN_Box .BN_Box .BN_Box003,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box003,
    
/* [ë©”ì¸] ìƒí’ˆ ê°•ì¡°í˜• ë°°ë„ˆ ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainAccentBN_MP #slider-PG_DT,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainAccentBN_MP #slider-PG_DT,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainAccentBN_MP #slider-PG_TL,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainAccentBN_MP #slider-PG_TL,
    
/* [ë©”ì¸] ì¼ë°˜ ë©”ì¸ì§„ì—´ - 001, 002 */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainListMP .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainListMP .prdList &gt; li,
    
/* [ë©”ì¸] ë§¤ê±°ì§„ / ì´ë²¤íŠ¸ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainRecentBL .board_list_box &gt; ul &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainRecentBL .board_list_box &gt; ul &gt; li,
     
/* [ë©”ì¸] íƒ­ ë©”ì¸ì§„ì—´ */
/* ìŠ¤íƒ€ì¼1 ì™¼ìª½ li */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:first-child,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:first-child,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:nth-child(3n+1),
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:nth-child(3n+1),
/* ìŠ¤íƒ€ì¼1 ì˜¤ë¥¸ìª½ li */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList &gt; li:last-child,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList &gt; li:last-child,
/* ìŠ¤íƒ€ì¼2 */    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li:last-child,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li:last-child,
    
/* [ë©”ì¸] ì„œë¸Œ 100% ìŠ¬ë¼ì´ë“œ ë°°ë„ˆ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideSBN,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideSBN,
    
/* [ë©”ì¸] 2ê°œ ë°°ë„ˆ ë‚˜ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #Main2things_BN .BN_Box &gt; div.BN_Box001,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #Main2things_BN .BN_Box &gt; div.BN_Box001,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #Main2things_BN .BN_Box &gt; div.BN_Box002,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #Main2things_BN .BN_Box &gt; div.BN_Box002,
    
/* [ë©”ì¸] ì˜ìƒ - ìš”ì•½ ë©”ì¸ì§„ì—´ */
/* ì˜ìƒ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainVideoMP .video_box,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainVideoMP .video_box,
/* ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainVideoMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainVideoMP .ec-base-product .prdList &gt; li,

/* í•˜ë‹¨ ë²„íŠ¼ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box .typeMoreview,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) .typeMoreview

/* ì‹œìž‘ */ {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    
    -webkit-transition: opacity 1s, transform 1.5s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -moz-transition: opacity 1s, transform 1.5s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -ms-transition: opacity 1s, transform 1.5s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -o-transition: opacity 1s, transform 1.5s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    transition: opacity 1s, transform 1.5s cubic-bezier(0.38, 0.4, 0.42, 0.96);
/* ë */ }
    
    
    
/* ########################################################################### */
    
    
    
/* íƒ€ì´í‹€ / íƒ­ ë²„íŠ¼ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #titleArea,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #titleArea,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .tab_bt_tll &gt; ul,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .tab_bt_tll &gt; ul {
	transform: translateY(-50px) translateX(0) !important;
	-webkit-transform: translateY(-50px) translateX(0) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(-50px) translateX(0) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(-50px) translateX(0) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(-50px) translateX(0) !important;       /* ì˜¤íŽ˜ë¼ */
}
/* [ë©”ì¸] ìŠ¬ë¼ì´ë“œ ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideMP #slider-PG_TL,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideMP #slider-PG_TL {
	transform: translateY(50px) translateX(0) !important;
	-webkit-transform: translateY(50px) translateX(0) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(50px) translateX(0) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(50px) translateX(0) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(50px) translateX(0) !important;       /* ì˜¤íŽ˜ë¼ */
}
/* [ë©”ì¸] í¬ê¸°ë³„ ë°°ë„ˆ ë°•ìŠ¤ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideBN_Box .BN_Box .BN_Box001,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box001 {
	transform: translateY(0) translateX(-50px) !important;
	-webkit-transform: translateY(0) translateX(-50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(-50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(-50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(-50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideBN_Box .BN_Box .BN_Box002,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box002,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideBN_Box .BN_Box .BN_Box003,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box003 {
	transform: translateY(0) translateX(50px) !important;
	-webkit-transform: translateY(0) translateX(50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideBN_Box .BN_Box .BN_Box003,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box003 {
    -webkit-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -moz-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -ms-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -o-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
}
    
    
/* [ë©”ì¸] ìƒí’ˆ ê°•ì¡°í˜• ë°°ë„ˆ ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainAccentBN_MP #slider-PG_DT,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainAccentBN_MP #slider-PG_DT {
	transform: translateY(0) translateX(-50px) !important;
	-webkit-transform: translateY(0) translateX(-50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(-50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(-50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(-50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainAccentBN_MP #slider-PG_TL,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainAccentBN_MP #slider-PG_TL {
    -webkit-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -moz-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -ms-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -o-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    
	transform: translateY(0) translateX(50px) !important;
	-webkit-transform: translateY(0) translateX(50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
    
/* [ë©”ì¸] ì¼ë°˜ ë©”ì¸ì§„ì—´ - 001, 002 */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainListMP .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainListMP .prdList &gt; li {
	transform: translateY(50px) translateX(0) !important;
	-webkit-transform: translateY(50px) translateX(0) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(50px) translateX(0) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(50px) translateX(0) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(50px) translateX(0) !important;       /* ì˜¤íŽ˜ë¼ */
}
    
/* [ë©”ì¸] ë§¤ê±°ì§„ / ì´ë²¤íŠ¸ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainRecentBL .board_list_box &gt; ul &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainRecentBL .board_list_box &gt; ul &gt; li {
	transform: translateY(50px) translateX(0) !important;
	-webkit-transform: translateY(50px) translateX(0) !important;
	-moz-transform: translateY(50px) translateX(0) !important;
	-ms-transform: translateY(50px) translateX(0) !important;
	-o-transform: translateY(50px) translateX(0) !important;
}
     
    
/* [ë©”ì¸] íƒ­ ë©”ì¸ì§„ì—´ */
/* ìŠ¤íƒ€ì¼1 ì™¼ìª½ li */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:first-child,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:first-child,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:nth-child(3n+1),
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:nth-child(3n+1) {
	transform: translateY(0) translateX(-50px) !important;
	-webkit-transform: translateY(0) translateX(-50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(-50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(-50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(-50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
/* ìŠ¤íƒ€ì¼1 ì˜¤ë¥¸ìª½ li */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList &gt; li:last-child,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList &gt; li:last-child {
    -webkit-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -moz-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -ms-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -o-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    
	transform: translateY(0) translateX(50px) !important;
	-webkit-transform: translateY(0) translateX(50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
/* ìŠ¤íƒ€ì¼2 */    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li:last-child,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li:last-child {
	transform: translateY(50px) translateX(0) !important;
	-webkit-transform: translateY(50px) translateX(0) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(50px) translateX(0) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(50px) translateX(0) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(50px) translateX(0) !important;       /* ì˜¤íŽ˜ë¼ */
}
    
/* [ë©”ì¸] ì„œë¸Œ 100% ìŠ¬ë¼ì´ë“œ ë°°ë„ˆ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainSlideSBN,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainSlideSBN {
	transform: translateY(50px) translateX(0) !important;
	-webkit-transform: translateY(50px) translateX(0) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(50px) translateX(0) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(50px) translateX(0) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(50px) translateX(0) !important;       /* ì˜¤íŽ˜ë¼ */
}
    
/* [ë©”ì¸] 2ê°œ ë°°ë„ˆ ë‚˜ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #Main2things_BN .BN_Box &gt; div.BN_Box001,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #Main2things_BN .BN_Box &gt; div.BN_Box001 {	
    transform: translateY(0) translateX(-50px) !important;
	-webkit-transform: translateY(0) translateX(-50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(-50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(-50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(-50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #Main2things_BN .BN_Box &gt; div.BN_Box002,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #Main2things_BN .BN_Box &gt; div.BN_Box002 {
	transform: translateY(0) translateX(50px) !important;
	-webkit-transform: translateY(0) translateX(50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
    
/* [ë©”ì¸] ì˜ìƒ - ìš”ì•½ ë©”ì¸ì§„ì—´ */
/* ì˜ìƒ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainVideoMP .video_box,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainVideoMP .video_box {	
    transform: translateY(0) translateX(-50px) !important;
	-webkit-transform: translateY(0) translateX(-50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(-50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(-50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(-50px) !important;       /* ì˜¤íŽ˜ë¼ */
}
/* ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box #MainVideoMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) #MainVideoMP .ec-base-product .prdList &gt; li {
    -webkit-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -moz-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -ms-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -o-transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    transition: opacity 1s 0.3s, transform 1.5s 0.3s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    
    transform: translateY(0) translateX(50px) !important;
	-webkit-transform: translateY(0) translateX(50px) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(50px) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(50px) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(50px) !important;       /* ì˜¤íŽ˜ë¼ */
}

/* í•˜ë‹¨ ë²„íŠ¼ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box .typeMoreview,
#contents_main &gt; div.scroll_animation_box:not(:nth-child(1)):not(:nth-child(2)) .typeMoreview {
    -webkit-transition: opacity 1s 0.6s, transform 1.5s 0.6s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -moz-transition: opacity 1s 0.6s, transform 1.5s 0.6s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -ms-transition: opacity 1s 0.6s, transform 1.5s 0.6s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    -o-transition: opacity 1s 0.6s, transform 1.5s 0.6s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    transition: opacity 1s 0.6s, transform 1.5s 0.6s cubic-bezier(0.38, 0.4, 0.42, 0.96);
    
	transform: translateY(50px) translateX(0) !important;
	-webkit-transform: translateY(50px) translateX(0) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(50px) translateX(0) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(50px) translateX(0) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(50px) translateX(0) !important;       /* ì˜¤íŽ˜ë¼ */
}
    
    
    
/* ########################################################################### */
    
    
    
/* ìŠ¤í¬ë¡¤ í›„ */
/* ì²«ë²ˆì§¸ì™€ ë‘ë²ˆì§¸ ëª¨ë“ˆì„ ì&nbsp;œì™¸í•œ ëª¨ë“&nbsp; ëª¨ë“ˆ ì„&nbsp;íƒ */

/* íƒ€ì´í‹€ / íƒ­ ë²„íŠ¼ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #titleArea,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #titleArea,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainTabMP .tab_bt_tll &gt; ul,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .tab_bt_tll &gt; ul,
    
/* [ë©”ì¸] ìŠ¬ë¼ì´ë“œ ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainSlideMP #slider-PG_TL,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainSlideMP #slider-PG_TL,
    
/* [ë©”ì¸] í¬ê¸°ë³„ ë°°ë„ˆ ë°•ìŠ¤ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainSlideBN_Box .BN_Box .BN_Box001,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box001,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainSlideBN_Box .BN_Box .BN_Box002,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box002,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainSlideBN_Box .BN_Box .BN_Box003,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainSlideBN_Box .BN_Box .BN_Box003,
    
/* [ë©”ì¸] ìƒí’ˆ ê°•ì¡°í˜• ë°°ë„ˆ ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainAccentBN_MP #slider-PG_DT,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainAccentBN_MP #slider-PG_DT,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainAccentBN_MP #slider-PG_TL,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainAccentBN_MP #slider-PG_TL,
    
/* [ë©”ì¸] ì¼ë°˜ ë©”ì¸ì§„ì—´ - 001, 002 */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainListMP .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainListMP .prdList &gt; li,
    
/* [ë©”ì¸] ë§¤ê±°ì§„ / ì´ë²¤íŠ¸ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainRecentBL .board_list_box &gt; ul &gt; li,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainRecentBL .board_list_box &gt; ul &gt; li,
     
/* [ë©”ì¸] íƒ­ ë©”ì¸ì§„ì—´ */
/* ìŠ¤íƒ€ì¼1 ì™¼ìª½ li */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:first-child,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:first-child,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:nth-child(3n+1),
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style001 &gt; li:nth-child(3n+1),
/* ìŠ¤íƒ€ì¼1 ì˜¤ë¥¸ìª½ li */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainTabMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainTabMP .ec-base-product .prdList &gt; li:last-child,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList &gt; li:last-child,
/* ìŠ¤íƒ€ì¼2 */    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li,
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li:last-child,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainTabMP .ec-base-product .prdList.grid_style002 &gt; li:last-child,
    
/* [ë©”ì¸] ì„œë¸Œ 100% ìŠ¬ë¼ì´ë“œ ë°°ë„ˆ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainSlideSBN,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainSlideSBN,
    
/* [ë©”ì¸] 2ê°œ ë°°ë„ˆ ë‚˜ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #Main2things_BN .BN_Box &gt; div.BN_Box001,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #Main2things_BN .BN_Box &gt; div.BN_Box001,
    
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #Main2things_BN .BN_Box &gt; div.BN_Box002,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #Main2things_BN .BN_Box &gt; div.BN_Box002,
    
/* [ë©”ì¸] ì˜ìƒ - ìš”ì•½ ë©”ì¸ì§„ì—´ */
/* ì˜ìƒ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainVideoMP .video_box,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainVideoMP .video_box,
/* ë©”ì¸ì§„ì—´ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open #MainVideoMP .ec-base-product .prdList &gt; li,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) #MainVideoMP .ec-base-product .prdList &gt; li,

/* í•˜ë‹¨ ë²„íŠ¼ */
#contents_main &gt; div:not(:nth-child(1)):not(:nth-child(2)) .scroll_animation_box.scroll_animation_open .typeMoreview,
#contents_main &gt; div.scroll_animation_box.scroll_animation_open:not(:nth-child(1)):not(:nth-child(2)) .typeMoreview
    
/* ì‹œìž‘ */ {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
    
	transform: translateY(0) translateX(0) !important;
	-webkit-transform: translateY(0) translateX(0) !important;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬ */
	-moz-transform: translateY(0) translateX(0) !important;     /* íŒŒì´ì–´í­ìŠ¤ */
	-ms-transform: translateY(0) translateX(0) !important;      /* ìµìŠ¤í”Œë¡œëŸ¬ */
	-o-transform: translateY(0) translateX(0) !important;       /* ì˜¤íŽ˜ë¼ */
/* ë */ }
    
    
    
/* ########################################################################### */
    
    
    
/* ########################################################################### */
}/* ########################################################################## */
/* ################################## ì¢…ë£Œ ################################### */
/* ########################################################################### */



#seller_only {}
#seller_only.seller_only_none {
	display:none !important;
}







/* í¬ì¸íŠ¸ ì»¬ëŸ¬ ì»¨íŠ¸ë¡¤ëŸ¬ ë…¸ì¶œì—¬ë¶€ */
.point_color_controller_add_off .point_color_save_bt { display:none !important; }/* ì¶”ê°€íŽ˜ì´ì§€ */
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
.point_color_controller_add_off .point_color_save_bt { display:block !important; }
    
}
/*####################################################################################################################################################################################*/






/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë²„íŠ¼ */
.point_color_save_bt {
	display:block;
    position:fixed; 
    right: 15px;
    bottom:15px; 
    width:40px;
    height:40px;
    z-index:200;
	text-align:center;
    text-decoration:none;
    padding:0; 
    margin:0; 
    border:0;
    cursor: pointer;
    
    background:rgba( 0, 0, 0, 0 );
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    -webkit-transition: bottom 0.3s, background 0.3s ease-in-out;
    -moz-transition: bottom 0.3s, background 0.3s ease-in-out;
    -ms-transition: bottom 0.3s, background 0.3s ease-in-out;
    -o-transition: bottom 0.3s, background 0.3s ease-in-out;
    transition: bottom 0.3s, background 0.3s ease-in-out;
}
/* ì„¤ë¬¸ì¡°ì‚¬, í•˜ë‹¨ê³&nbsp;ì&nbsp;• ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.poll_on .point_color_save_bt {
    bottom:65px;
}
/* í•˜ë‹¨ ê³&nbsp;ì&nbsp;• ìœ&nbsp;ë¬´ ì²´í¬ */
.buttonFix_board_on .point_color_save_bt,
.buttonFix_on .point_color_save_bt {
    bottom:65px;
}
.poll_on.buttonFix_board_on .point_color_save_bt,
.poll_on.buttonFix_on .point_color_save_bt {
    bottom:115px;
}





.point_color_save_bt span {
	vertical-align:top;
	overflow:hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    font-size: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    text-decoration: none;
	border:0;
    background:#fff url("//licotelife.com/web/upload/jwgimg/point_color2_100.png") no-repeat center center;
    background-size: 100% 100%;
    z-index:1;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
    
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
} 
.point_color_save_bt:hover span {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -khtml-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}





/*####################################################################################################################################################################################*/
@media only screen and (min-width: 700px) {
    
/* í•˜ë‹¨ ê³&nbsp;ì&nbsp;• ìœ&nbsp;ë¬´ ì²´í¬ */
.buttonFix_board_on .point_color_save_bt {
    bottom: 15px;
}
.poll_on.buttonFix_board_on .point_color_save_bt {
    bottom:65px;
}
    
}
/*####################################################################################################################################################################################*/



/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë²„íŠ¼ */
.point_color_save_bt {
	right:20px;
	bottom:20px;
	width:50px;
	height:50px;
	padding:0;
}
    
    
/* í•˜ë‹¨ ê³&nbsp;ì&nbsp;• ìœ&nbsp;ë¬´ ì²´í¬ */
.buttonFix_board_on .point_color_save_bt {
	bottom:20px;
}
.poll_on.buttonFix_board_on .point_color_save_bt {
    bottom:85px;
}
    
/* ì„¤ë¬¸ì¡°ì‚¬, í•˜ë‹¨ê³&nbsp;ì&nbsp;• ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.poll_on .point_color_save_bt {
    bottom:85px;
}
.buttonFix_on .point_color_save_bt {
    bottom:20px;
}
.poll_on.buttonFix_on .point_color_save_bt {
    bottom:85px;
}
    
.point_color_save_bt:before {
    width:150px;
	line-height:36px;
	font-size:13px;
}
    
}
/*####################################################################################################################################################################################*/

/* ë¡¤ì˜¤ë²„ì‹œ ëª…ì¹­ ì•ˆë‚´ */
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
.point_color_save_bt:hover:before { 
	display:inline-block;
    position:absolute; 
    right:100%;
    top:50%;
    width:auto;
    height:26px; 
    line-height:26px; 
	text-align:center;
    font-size:11px;
    color:rgba( 0, 0, 0, 1 );
    margin:-13px 10px 0 0;
    padding:0 15px;
    background:rgba( 0, 0, 0, 0.05 );
    
    border: 1px solid #e8e8e8;
    background:#fff;
    
    z-index:1;
    
    white-space : nowrap; /* ê°€ë¡œ í¬ê¸° ì—†ì´ ì¤„ë„˜ì¹¨ ë°©ì§€ */
    
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );

    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
}
.point_color_save_bt:hover:before { 
    content:"í¬ì¸íŠ¸ ìƒ‰ìƒ ë¯¸ë¦¬ë³´ê¸°"; 
    -moz-animation-name: point_color_save_bt_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: point_color_save_bt_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: point_color_save_bt_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
/* ì„œë¸Œë©”ë‰´ ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì‹¤í–‰ */
@keyframes point_color_save_bt_before {
	0% {
    margin:-13px 0px 0 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin:-13px 10px 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}

}/* **************************************************************** */
/* ***************************************************************** */


















/* ë°±ê·¸ë¼ìš´ë“œ */
.point_color_save_bg {
    z-index: 8990;
    display:none;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    padding: 0;
    margin: 0;
    border: 0px;
    background:rgba( 255,255,255,0.01 );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);

    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    
    -moz-animation-name: left_category_bg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: left_category_bg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: left_category_bg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
.point_color_save_bg.on { display:block; }

@keyframes left_category_bg {
	0% {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}







/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ */
#point_color_save {
    z-index:10502;
    display:none;
    position: fixed;
    overflow: hidden;
    bottom:0;
    right:0;
    width: 100%;
    height:310px;
    padding: 0;
    margin: 0;
    border: 0px;
    background:#fff;
    border-top:1px solid #e8e8e8; 
    
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    
    -moz-animation-name: point_color_save;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: point_color_save;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: point_color_save;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
#point_color_save.on { display:block; }

@keyframes point_color_save {
	0% {
    margin: 0 0 -15px 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin: 0 0 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}
/* ê°€ë¡œ í™”ë©´ ì´ë¯¸ì§€ ê³&nbsp;ì&nbsp;•ê°’ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){

/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ */
#point_color_save {
    width: 60%;
    height:100%;
    border-top:0px solid #e8e8e8; 
    border-left:1px solid #e8e8e8; 
} 
@keyframes point_color_save {
	0% {
    margin: 0 -15px 0 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin: 0 0 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}
    
}
/*####################################################################################################################################################################################*/


/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
#point_color_save {
    bottom:20px;
    right:20px;
    width: 340px;
    height:auto;
    padding: 0;
    margin: 0;
    border: 0px;
    background:#fff;
    border:1px solid #e8e8e8; 
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
} 
    
}
/*####################################################################################################################################################################################*/
   



/* ë‹«ê¸° */
#point_color_save .point_color_save_close {
	position:absolute;
    right:0px; 
    top:0px; 
    width:50px; 
    height:50px; 
    margin:0; 
    padding:0;
    outline-style:none; 
    cursor:pointer;
    font-size:0px; 
    text-align:center;
    border:0px solid #e8e8e8; 
    border-right:0px; 
    border-top:0px; 
    background:rgba( 255,255,255,0 );
    z-index:10505;
}
#point_color_save .point_color_save_close:after,
#point_color_save .point_color_save_close:before {
    position: absolute;
	left:50%;
    top:50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width:34px;
    height: 2px;
    padding: 0;
    margin: 0px 0 0 -17px;
    background: #111;
}
#point_color_save .point_color_save_close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#point_color_save .point_color_save_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* íƒ€ì´í‹€ */
#point_color_save .point_color_save_title {
	display:block;
	position:relative;
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: calc(100% - 26px);
	line-height:50px;
    padding: 0 13px;
    margin: 0;
	text-decoration:none;
	font-size:16px;
	color:#000;
    font-weight: bold;
	outline:none;
	border-bottom:1px solid #e8e8e8;
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* íƒ€ì´í‹€ */
#point_color_save .point_color_save_title {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 0 20px;
}
    
}
/*####################################################################################################################################################################################*/
   




/* ì•ˆë‚´ ë¬¸êµ¬ */
#point_color_save .point_color_save_text {
	display:block;
	position:relative;
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: calc(100% - 26px);
	line-height:20px;
    padding: 13px 13px;
    margin: 0;
	text-decoration:none;
	font-size:14px;
	color:#999;
    font-weight:500;
	outline:none;
	border-bottom:1px solid #e8e8e8;
	background:#f9f9f9;
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* ì•ˆë‚´ ë¬¸êµ¬ */
#point_color_save .point_color_save_text {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	line-height:20px;
    padding: 13px 20px;
	font-size:13px;
}
    
}
/*####################################################################################################################################################################################*/
   




/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ íŽ˜ì´ì§€ */
#point_color_save ul.point_color_save_pg {
	display:block;
    overflow: hidden;
    overflow-x: auto;
	position:relative;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    
    height: -moz-calc(100% - 138px);
    height: -webkit-calc(100% - 138px);
    height: -o-calc(100% - 138px);
    height: calc(100% - 138px);
    padding:3px;
    margin: 7px;
	outline:none;
	text-align:left;
	font-size:0px;
    white-space: nowrap;
	background:#fff;
}
#point_color_save ul.point_color_save_pg::-webkit-scrollbar {
	width:4px;
    height:4px;
}
#point_color_save ul.point_color_save_pg::-webkit-scrollbar-thumb {
    background:rgba( 0, 0, 0, 0.2 );
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#point_color_save ul.point_color_save_pg::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0 );
}
/* ê°€ë¡œ í™”ë©´ ì´ë¯¸ì§€ ê³&nbsp;ì&nbsp;•ê°’ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){

/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ íŽ˜ì´ì§€ */
#point_color_save ul.point_color_save_pg {
    overflow: hidden;
    overflow-y: auto;
    height: -moz-calc(100% - 148px);
    height: -webkit-calc(100% - 148px);
    height: -o-calc(100% - 148px);
    height: calc(100% - 148px);
    padding:3px 3px 13px;
    white-space: normal;
}
    
}
/*####################################################################################################################################################################################*/

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ íŽ˜ì´ì§€ */
#point_color_save ul.point_color_save_pg {
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: -o-calc(100% - 32px);
    width: calc(100% - 32px);
    height: -moz-calc(100% - 152px);
    height: -webkit-calc(100% - 152px);
    height: -o-calc(100% - 152px);
    height: calc(100% - 152px);
    padding:0 6px 20px;
    margin:7px 10px;
}
    
}
/*####################################################################################################################################################################################*/
   



#point_color_save ul.point_color_save_pg li {
	vertical-align:top;
	display:inline-block;
	position:relative;
    width:38px;
    height:38px;
    padding:0;
    margin: 3px;
	outline:none;
	background:#fff;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#point_color_save ul.point_color_save_pg li.point_color_save_pg_tt {
	display:block;
    overflow: hidden;
	position:relative;
    width: -moz-calc(100% - 6px);
    width: -webkit-calc(100% - 6px);
    width: -o-calc(100% - 6px);
    width: calc(100% - 6px);
    height:auto;
    padding:0;
    margin: 10px 3px 5px;
    line-height:20px;
	text-decoration:none;
	font-size:15px;
	color:#111;
    font-weight:bold;
	outline:none;
	background:#fff;
}
#point_color_save ul.point_color_save_pg li button.point_color_bt {
	position:relative;
	overflow:hidden;
    width:100%;
    height:100%;
    padding:0;
    margin: 0;
	font-size:0px;
	outline:none;
	background:#fff;
	border:2px solid rgba( 0, 0, 0, 0);
    box-sizing: border-box;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#point_color_save ul.point_color_save_pg li:hover button.point_color_bt{
    width: -moz-calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    width: -o-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -o-calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px 0 0 -2px;
	border:2px solid #000;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
#point_color_save ul.point_color_save_pg li.point_color_save_pg_tt {
    width: -moz-calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    width: -o-calc(100% - 4px);
    width: calc(100% - 4px);
    margin: 15px 2px 8px;
    line-height:20px;
}
#point_color_save ul.point_color_save_pg li {
    width:24px;
    height:24px;
    margin: 2px;
}
    
}
/*####################################################################################################################################################################################*/
   

/* ì¶”ì²œ ìƒ‰ìƒ ë¯¸ë¦¬ë³´ê¸° */
#point_color_save ul.point_color_save_pg li button#point_color_w_001 { background:#ff7171; }
#point_color_save ul.point_color_save_pg li button#point_color_w_002 { background:#ff694c; }
#point_color_save ul.point_color_save_pg li button#point_color_w_003 { background:#ff7c3b; }
#point_color_save ul.point_color_save_pg li button#point_color_w_004 { background:#ffa03b; }
#point_color_save ul.point_color_save_pg li button#point_color_w_005 { background:#ddeb46; }
#point_color_save ul.point_color_save_pg li button#point_color_w_006 { background:#aeed5c; }
#point_color_save ul.point_color_save_pg li button#point_color_w_007 { background:#89e06b; }
#point_color_save ul.point_color_save_pg li button#point_color_w_008 { background:#52e88a; }
#point_color_save ul.point_color_save_pg li button#point_color_w_009 { background:#4cebb9; }
#point_color_save ul.point_color_save_pg li button#point_color_w_010 { background:#50e7e5; }
#point_color_save ul.point_color_save_pg li button#point_color_w_011 { background:#6ed1ff; }
#point_color_save ul.point_color_save_pg li button#point_color_w_012 { background:#70a2ff; }
#point_color_save ul.point_color_save_pg li button#point_color_w_013 { background:#9085ff; }
#point_color_save ul.point_color_save_pg li button#point_color_w_014 { background:#b889ff; }
#point_color_save ul.point_color_save_pg li button#point_color_w_015 { background:#d875f1; }
#point_color_save ul.point_color_save_pg li button#point_color_w_016 { background:#f16ae6; }
#point_color_save ul.point_color_save_pg li button#point_color_w_017 { background:#f16ab6; }
#point_color_save ul.point_color_save_pg li button#point_color_w_018 { background:#f27290; }


#point_color_save ul.point_color_save_pg li button#point_color_w_019 { background:#d1c0a5; }
#point_color_save ul.point_color_save_pg li button#point_color_w_020 { background:#ba9575; }
#point_color_save ul.point_color_save_pg li button#point_color_w_021 { background:#cea875; }
#point_color_save ul.point_color_save_pg li button#point_color_w_022 { background:#d49b53; }
#point_color_save ul.point_color_save_pg li button#point_color_w_023 { background:#aaaaaa; }
#point_color_save ul.point_color_save_pg li button#point_color_w_024 { background:#959595; }

/* RGB ì›ìƒ‰ ë¯¸ë¦¬ë³´ê¸° */
#point_color_save ul.point_color_save_pg li button#point_color_c_001 { background:#ff0000; }
#point_color_save ul.point_color_save_pg li button#point_color_c_002 { background:#ffff00; }
#point_color_save ul.point_color_save_pg li button#point_color_c_003 { background:#00ff00; }
#point_color_save ul.point_color_save_pg li button#point_color_c_004 { background:#00ffff; }
#point_color_save ul.point_color_save_pg li button#point_color_c_005 { background:#0000ff; }
#point_color_save ul.point_color_save_pg li button#point_color_c_006 { background:#ff00ff; }




/* ìƒ‰ìƒí‘œ ì„&nbsp;íƒ ìƒíƒœ */
.point_color_w_001 #point_color_save ul.point_color_save_pg li button#point_color_w_001,
.point_color_w_002 #point_color_save ul.point_color_save_pg li button#point_color_w_002,
.point_color_w_003 #point_color_save ul.point_color_save_pg li button#point_color_w_003,
.point_color_w_004 #point_color_save ul.point_color_save_pg li button#point_color_w_004,
.point_color_w_005 #point_color_save ul.point_color_save_pg li button#point_color_w_005,
.point_color_w_006 #point_color_save ul.point_color_save_pg li button#point_color_w_006,
.point_color_w_007 #point_color_save ul.point_color_save_pg li button#point_color_w_007,
.point_color_w_008 #point_color_save ul.point_color_save_pg li button#point_color_w_008,
.point_color_w_009 #point_color_save ul.point_color_save_pg li button#point_color_w_009,
.point_color_w_010 #point_color_save ul.point_color_save_pg li button#point_color_w_010,
.point_color_w_011 #point_color_save ul.point_color_save_pg li button#point_color_w_011,
.point_color_w_012 #point_color_save ul.point_color_save_pg li button#point_color_w_012,
.point_color_w_013 #point_color_save ul.point_color_save_pg li button#point_color_w_013,
.point_color_w_014 #point_color_save ul.point_color_save_pg li button#point_color_w_014,
.point_color_w_015 #point_color_save ul.point_color_save_pg li button#point_color_w_015,
.point_color_w_016 #point_color_save ul.point_color_save_pg li button#point_color_w_016,
.point_color_w_017 #point_color_save ul.point_color_save_pg li button#point_color_w_017,
.point_color_w_018 #point_color_save ul.point_color_save_pg li button#point_color_w_018,
.point_color_w_019 #point_color_save ul.point_color_save_pg li button#point_color_w_019,
.point_color_w_020 #point_color_save ul.point_color_save_pg li button#point_color_w_020,
.point_color_w_021 #point_color_save ul.point_color_save_pg li button#point_color_w_021,
.point_color_w_022 #point_color_save ul.point_color_save_pg li button#point_color_w_022,
.point_color_w_023 #point_color_save ul.point_color_save_pg li button#point_color_w_023,
.point_color_w_024 #point_color_save ul.point_color_save_pg li button#point_color_w_024,
.point_color_w_025 #point_color_save ul.point_color_save_pg li button#point_color_w_025,
.point_color_w_026 #point_color_save ul.point_color_save_pg li button#point_color_w_026,
.point_color_w_027 #point_color_save ul.point_color_save_pg li button#point_color_w_027,
.point_color_w_028 #point_color_save ul.point_color_save_pg li button#point_color_w_028,
.point_color_w_029 #point_color_save ul.point_color_save_pg li button#point_color_w_029,
.point_color_w_030 #point_color_save ul.point_color_save_pg li button#point_color_w_030,

.point_color_c_001 #point_color_save ul.point_color_save_pg li button#point_color_c_001,
.point_color_c_002 #point_color_save ul.point_color_save_pg li button#point_color_c_002,
.point_color_c_003 #point_color_save ul.point_color_save_pg li button#point_color_c_003,
.point_color_c_004 #point_color_save ul.point_color_save_pg li button#point_color_c_004,
.point_color_c_005 #point_color_save ul.point_color_save_pg li button#point_color_c_005,
.point_color_c_006 #point_color_save ul.point_color_save_pg li button#point_color_c_006,
.point_color_c_007 #point_color_save ul.point_color_save_pg li button#point_color_c_007,
.point_color_c_008 #point_color_save ul.point_color_save_pg li button#point_color_c_008,
.point_color_c_009 #point_color_save ul.point_color_save_pg li button#point_color_c_009,
.point_color_c_010 #point_color_save ul.point_color_save_pg li button#point_color_c_010,
.point_color_c_011 #point_color_save ul.point_color_save_pg li button#point_color_c_011,
.point_color_c_012 #point_color_save ul.point_color_save_pg li button#point_color_c_012,
.point_color_c_013 #point_color_save ul.point_color_save_pg li button#point_color_c_013,
.point_color_c_014 #point_color_save ul.point_color_save_pg li button#point_color_c_014,
.point_color_c_015 #point_color_save ul.point_color_save_pg li button#point_color_c_015,
.point_color_c_016 #point_color_save ul.point_color_save_pg li button#point_color_c_016,
.point_color_c_017 #point_color_save ul.point_color_save_pg li button#point_color_c_017,
.point_color_c_018 #point_color_save ul.point_color_save_pg li button#point_color_c_018,
.point_color_c_019 #point_color_save ul.point_color_save_pg li button#point_color_c_019,
.point_color_c_020 #point_color_save ul.point_color_save_pg li button#point_color_c_020,
.point_color_c_021 #point_color_save ul.point_color_save_pg li button#point_color_c_021,
.point_color_c_022 #point_color_save ul.point_color_save_pg li button#point_color_c_022,
.point_color_c_023 #point_color_save ul.point_color_save_pg li button#point_color_c_023,
.point_color_c_024 #point_color_save ul.point_color_save_pg li button#point_color_c_024,
.point_color_c_025 #point_color_save ul.point_color_save_pg li button#point_color_c_025,
.point_color_c_026 #point_color_save ul.point_color_save_pg li button#point_color_c_026,
.point_color_c_027 #point_color_save ul.point_color_save_pg li button#point_color_c_027,
.point_color_c_028 #point_color_save ul.point_color_save_pg li button#point_color_c_028,
.point_color_c_029 #point_color_save ul.point_color_save_pg li button#point_color_c_029,
.point_color_c_030 #point_color_save ul.point_color_save_pg li button#point_color_c_030 {
    width: -moz-calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    width: -o-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -o-calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px 0 0 -2px;
	border:2px solid #000;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
}




/* ìƒ‰ìƒ ì—†ìŒ */
#point_color_save ul.point_color_save_pg li button#point_color_x_000 { 
    background:#fff; 
    border:1px solid #ddd; 
}
#point_color_save ul.point_color_save_pg li:hover button#point_color_x_000 { 
    width: -moz-calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    width: -o-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -o-calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px 0 0 -2px;
    background:#fff;
	border:1px solid #ddd;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
}
#point_color_save ul.point_color_save_pg li button#point_color_x_000:before {
    position: absolute;
    left:-50%;
    top:50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width: 200%;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #fd3c41;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.point_color_x_000 #point_color_save ul.point_color_save_pg li button#point_color_x_000 {
    width: -moz-calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    width: -o-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -o-calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px 0 0 -2px;
	border:2px solid #000;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
}














.point_color_w_001 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_001 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_001 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_001 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_001 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_001 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_001 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_001 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_001 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_001 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_001 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_001 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_001 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_001 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_001 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_001 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_001 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_001 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_001 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_001 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_001 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_001 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_001 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_001 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_001 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_001 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_001 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_001 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_001 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_001 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_001 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_001 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_001 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_001 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_001 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_001 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_001 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_001 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_001 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_001 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_001 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_001 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_001 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_001 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_001 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_001 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_001 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_001 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_001 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_001 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_001 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_001 #userStyle .shippingFee .wrap h3, .point_color_w_001 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_001 #userStyle #header .titleArea h1, .point_color_w_001 #userStyle #titleArea &gt; h1, .point_color_w_001 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_001 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_001 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_001 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_001 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_001 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_001 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ff7171
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_001 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_001 .Point_Color.Point_ON .txtEm, .point_color_w_001 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_001 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_001 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_001 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_001 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_001 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_001 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_001 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_001 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_001 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_001 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_001 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_001 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_001 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_001 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_001 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_001 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_001 #userStyle #mCafe24Order .txtEm, .point_color_w_001 #userStyle #mCafe24Order .txtStrong, .point_color_w_001 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_001 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_001 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_001 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_001 #userStyle .supplyInfo h3, .point_color_w_001 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_001 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_001 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_001 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_001 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_001 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_001 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_001 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_001 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_001 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_001 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_001 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_001 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_001 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_001 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_001 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_001 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_001 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_001 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_001 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_001 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_001 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_001 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_001 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_001 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_001 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_001 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_001 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_001 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_001 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_001 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_001 .Point_Color.Point_ON .totalPrice .total, .point_color_w_001 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_001 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_001 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_001 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_001 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_001 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_001 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_001 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_001 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_001 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_001 .Point_Color.Point_ON .totalPrice .total, .point_color_w_001 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_001 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_001 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_001 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_001 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_001 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_001 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_001 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_001 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_001 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_001 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_001 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_001 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_001 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ff7171
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_001 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_001 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_001 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_001 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_001 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_001 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_001 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_001 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_001 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_001 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_001 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_001 #userStyle #mCafe24Order .btnSubmit, .point_color_w_001 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_001 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ff7171
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_001 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ff7171
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_002 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_002 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_002 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_002 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_002 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_002 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_002 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_002 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_002 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_002 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_002 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_002 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_002 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_002 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_002 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_002 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_002 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_002 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_002 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_002 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_002 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_002 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_002 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_002 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_002 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_002 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_002 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_002 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_002 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_002 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_002 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_002 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_002 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_002 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_002 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_002 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_002 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_002 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_002 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_002 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_002 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_002 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_002 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_002 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_002 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_002 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_002 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_002 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_002 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_002 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_002 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_002 #userStyle .shippingFee .wrap h3, .point_color_w_002 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_002 #userStyle #header .titleArea h1, .point_color_w_002 #userStyle #titleArea &gt; h1, .point_color_w_002 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_002 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_002 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_002 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_002 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_002 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_002 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ff694c
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_002 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_002 .Point_Color.Point_ON .txtEm, .point_color_w_002 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_002 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_002 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_002 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_002 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_002 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_002 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_002 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_002 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_002 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_002 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_002 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_002 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_002 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_002 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_002 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_002 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_002 #userStyle #mCafe24Order .txtEm, .point_color_w_002 #userStyle #mCafe24Order .txtStrong, .point_color_w_002 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_002 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_002 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_002 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_002 #userStyle .supplyInfo h3, .point_color_w_002 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_002 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_002 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_002 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_002 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_002 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_002 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_002 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_002 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_002 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_002 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_002 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_002 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_002 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_002 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_002 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_002 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_002 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_002 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_002 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_002 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_002 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_002 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_002 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_002 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_002 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_002 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_002 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_002 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_002 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_002 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_002 .Point_Color.Point_ON .totalPrice .total, .point_color_w_002 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_002 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_002 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_002 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_002 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_002 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_002 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_002 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_002 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_002 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_002 .Point_Color.Point_ON .totalPrice .total, .point_color_w_002 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_002 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_002 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_002 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_002 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_002 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_002 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_002 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_002 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_002 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_002 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_002 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_002 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_002 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ff694c
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_002 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_002 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_002 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_002 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_002 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_002 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_002 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_002 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_002 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_002 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_002 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_002 #userStyle #mCafe24Order .btnSubmit, .point_color_w_002 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_002 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ff694c
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_002 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ff694c
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_003 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_003 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_003 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_003 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_003 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_003 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_003 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_003 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_003 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_003 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_003 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_003 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_003 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_003 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_003 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_003 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_003 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_003 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_003 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_003 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_003 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_003 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_003 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_003 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_003 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_003 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_003 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_003 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_003 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_003 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_003 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_003 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_003 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_003 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_003 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_003 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_003 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_003 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_003 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_003 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_003 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_003 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_003 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_003 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_003 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_003 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_003 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_003 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_003 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_003 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_003 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_003 #userStyle .shippingFee .wrap h3, .point_color_w_003 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_003 #userStyle #header .titleArea h1, .point_color_w_003 #userStyle #titleArea &gt; h1, .point_color_w_003 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_003 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_003 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_003 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_003 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_003 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_003 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ff7c3b
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_003 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_003 .Point_Color.Point_ON .txtEm, .point_color_w_003 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_003 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_003 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_003 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_003 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_003 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_003 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_003 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_003 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_003 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_003 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_003 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_003 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_003 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_003 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_003 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_003 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_003 #userStyle #mCafe24Order .txtEm, .point_color_w_003 #userStyle #mCafe24Order .txtStrong, .point_color_w_003 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_003 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_003 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_003 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_003 #userStyle .supplyInfo h3, .point_color_w_003 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_003 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_003 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_003 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_003 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_003 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_003 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_003 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_003 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_003 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_003 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_003 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_003 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_003 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_003 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_003 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_003 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_003 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_003 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_003 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_003 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_003 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_003 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_003 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_003 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_003 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_003 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_003 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_003 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_003 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_003 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_003 .Point_Color.Point_ON .totalPrice .total, .point_color_w_003 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_003 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_003 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_003 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_003 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_003 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_003 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_003 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_003 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_003 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_003 .Point_Color.Point_ON .totalPrice .total, .point_color_w_003 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_003 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_003 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_003 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_003 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_003 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_003 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_003 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_003 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_003 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_003 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_003 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_003 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_003 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ff7c3b
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_003 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_003 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_003 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_003 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_003 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_003 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_003 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_003 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_003 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_003 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_003 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_003 #userStyle #mCafe24Order .btnSubmit, .point_color_w_003 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_003 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ff7c3b
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_003 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ff7c3b
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_004 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_004 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_004 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_004 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_004 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_004 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_004 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_004 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_004 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_004 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_004 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_004 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_004 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_004 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_004 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_004 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_004 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_004 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_004 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_004 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_004 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_004 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_004 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_004 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_004 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_004 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_004 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_004 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_004 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_004 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_004 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_004 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_004 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_004 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_004 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_004 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_004 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_004 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_004 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_004 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_004 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_004 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_004 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_004 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_004 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_004 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_004 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_004 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_004 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_004 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_004 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_004 #userStyle .shippingFee .wrap h3, .point_color_w_004 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_004 #userStyle #header .titleArea h1, .point_color_w_004 #userStyle #titleArea &gt; h1, .point_color_w_004 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_004 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_004 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_004 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_004 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_004 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_004 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ffa03b
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_004 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_004 .Point_Color.Point_ON .txtEm, .point_color_w_004 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_004 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_004 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_004 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_004 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_004 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_004 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_004 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_004 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_004 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_004 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_004 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_004 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_004 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_004 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_004 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_004 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_004 #userStyle #mCafe24Order .txtEm, .point_color_w_004 #userStyle #mCafe24Order .txtStrong, .point_color_w_004 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_004 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_004 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_004 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_004 #userStyle .supplyInfo h3, .point_color_w_004 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_004 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_004 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_004 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_004 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_004 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_004 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_004 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_004 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_004 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_004 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_004 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_004 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_004 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_004 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_004 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_004 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_004 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_004 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_004 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_004 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_004 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_004 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_004 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_004 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_004 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_004 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_004 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_004 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_004 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_004 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_004 .Point_Color.Point_ON .totalPrice .total, .point_color_w_004 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_004 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_004 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_004 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_004 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_004 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_004 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_004 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_004 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_004 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_004 .Point_Color.Point_ON .totalPrice .total, .point_color_w_004 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_004 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_004 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_004 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_004 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_004 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_004 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_004 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_004 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_004 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_004 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_004 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_004 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_004 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ffa03b
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_004 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_004 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_004 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_004 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_004 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_004 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_004 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_004 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_004 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_004 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_004 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_004 #userStyle #mCafe24Order .btnSubmit, .point_color_w_004 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_004 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ffa03b
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_004 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ffa03b
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_005 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_005 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_005 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_005 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_005 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_005 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_005 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_005 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_005 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_005 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_005 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_005 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_005 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_005 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_005 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_005 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_005 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_005 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_005 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_005 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_005 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_005 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_005 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_005 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_005 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_005 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_005 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_005 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_005 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_005 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_005 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_005 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_005 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_005 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_005 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_005 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_005 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_005 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_005 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_005 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_005 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_005 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_005 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_005 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_005 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_005 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_005 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_005 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_005 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_005 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_005 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_005 #userStyle .shippingFee .wrap h3, .point_color_w_005 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_005 #userStyle #header .titleArea h1, .point_color_w_005 #userStyle #titleArea &gt; h1, .point_color_w_005 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_005 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_005 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_005 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_005 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_005 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_005 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ddeb46
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_005 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_005 .Point_Color.Point_ON .txtEm, .point_color_w_005 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_005 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_005 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_005 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_005 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_005 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_005 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_005 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_005 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_005 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_005 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_005 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_005 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_005 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_005 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_005 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_005 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_005 #userStyle #mCafe24Order .txtEm, .point_color_w_005 #userStyle #mCafe24Order .txtStrong, .point_color_w_005 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_005 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_005 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_005 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_005 #userStyle .supplyInfo h3, .point_color_w_005 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_005 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_005 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_005 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_005 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_005 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_005 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_005 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_005 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_005 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_005 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_005 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_005 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_005 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_005 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_005 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_005 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_005 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_005 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_005 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_005 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_005 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_005 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_005 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_005 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_005 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_005 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_005 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_005 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_005 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_005 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_005 .Point_Color.Point_ON .totalPrice .total, .point_color_w_005 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_005 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_005 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_005 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_005 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_005 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_005 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_005 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_005 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_005 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_005 .Point_Color.Point_ON .totalPrice .total, .point_color_w_005 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_005 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_005 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_005 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_005 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_005 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_005 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_005 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_005 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_005 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_005 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_005 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_005 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_005 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ddeb46
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_005 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_005 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_005 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_005 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_005 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_005 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_005 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_005 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_005 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_005 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_005 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_005 #userStyle #mCafe24Order .btnSubmit, .point_color_w_005 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_005 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ddeb46
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_005 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ddeb46
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_006 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_006 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_006 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_006 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_006 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_006 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_006 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_006 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_006 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_006 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_006 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_006 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_006 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_006 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_006 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_006 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_006 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_006 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_006 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_006 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_006 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_006 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_006 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_006 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_006 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_006 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_006 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_006 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_006 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_006 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_006 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_006 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_006 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_006 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_006 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_006 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_006 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_006 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_006 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_006 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_006 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_006 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_006 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_006 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_006 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_006 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_006 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_006 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_006 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_006 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_006 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_006 #userStyle .shippingFee .wrap h3, .point_color_w_006 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_006 #userStyle #header .titleArea h1, .point_color_w_006 #userStyle #titleArea &gt; h1, .point_color_w_006 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_006 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_006 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_006 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_006 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_006 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_006 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #aeed5c
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_006 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_006 .Point_Color.Point_ON .txtEm, .point_color_w_006 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_006 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_006 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_006 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_006 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_006 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_006 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_006 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_006 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_006 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_006 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_006 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_006 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_006 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_006 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_006 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_006 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_006 #userStyle #mCafe24Order .txtEm, .point_color_w_006 #userStyle #mCafe24Order .txtStrong, .point_color_w_006 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_006 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_006 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_006 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_006 #userStyle .supplyInfo h3, .point_color_w_006 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_006 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_006 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_006 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_006 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_006 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_006 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_006 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_006 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_006 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_006 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_006 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_006 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_006 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_006 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_006 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_006 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_006 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_006 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_006 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_006 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_006 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_006 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_006 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_006 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_006 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_006 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_006 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_006 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_006 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_006 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_006 .Point_Color.Point_ON .totalPrice .total, .point_color_w_006 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_006 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_006 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_006 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_006 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_006 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_006 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_006 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_006 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_006 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_006 .Point_Color.Point_ON .totalPrice .total, .point_color_w_006 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_006 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_006 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_006 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_006 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_006 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_006 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_006 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_006 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_006 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_006 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_006 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_006 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_006 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #aeed5c
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_006 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_006 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_006 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_006 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_006 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_006 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_006 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_006 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_006 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_006 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_006 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_006 #userStyle #mCafe24Order .btnSubmit, .point_color_w_006 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_006 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #aeed5c
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_006 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #aeed5c
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_007 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_007 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_007 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_007 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_007 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_007 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_007 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_007 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_007 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_007 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_007 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_007 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_007 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_007 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_007 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_007 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_007 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_007 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_007 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_007 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_007 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_007 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_007 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_007 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_007 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_007 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_007 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_007 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_007 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_007 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_007 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_007 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_007 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_007 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_007 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_007 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_007 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_007 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_007 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_007 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_007 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_007 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_007 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_007 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_007 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_007 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_007 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_007 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_007 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_007 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_007 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_007 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_007 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_007 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_007 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_007 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_007 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_007 #userStyle .shippingFee .wrap h3, .point_color_w_007 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_007 #userStyle #header .titleArea h1, .point_color_w_007 #userStyle #titleArea &gt; h1, .point_color_w_007 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_007 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_007 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_007 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_007 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_007 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_007 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #89e06b
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_007 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_007 .Point_Color.Point_ON .txtEm, .point_color_w_007 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_007 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_007 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_007 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_007 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_007 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_007 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_007 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_007 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_007 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_007 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_007 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_007 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_007 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_007 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_007 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_007 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_007 #userStyle #mCafe24Order .txtEm, .point_color_w_007 #userStyle #mCafe24Order .txtStrong, .point_color_w_007 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_007 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_007 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_007 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_007 #userStyle .supplyInfo h3, .point_color_w_007 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_007 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_007 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_007 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_007 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_007 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_007 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_007 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_007 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_007 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_007 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_007 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_007 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_007 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_007 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_007 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_007 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_007 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_007 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_007 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_007 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_007 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_007 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_007 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_007 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_007 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_007 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_007 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_007 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_007 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_007 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_007 .Point_Color.Point_ON .totalPrice .total, .point_color_w_007 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_007 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_007 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_007 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_007 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_007 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_007 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_007 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_007 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_007 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_007 .Point_Color.Point_ON .totalPrice .total, .point_color_w_007 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_007 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_007 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_007 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_007 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_007 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_007 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_007 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_007 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_007 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_007 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_007 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_007 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_007 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #89e06b
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_007 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_007 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_007 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_007 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_007 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_007 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_007 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_007 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_007 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_007 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_007 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_007 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_007 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_007 #userStyle #mCafe24Order .btnSubmit, .point_color_w_007 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_007 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #89e06b
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_007 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #89e06b
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_008 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_008 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_008 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_008 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_008 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_008 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_008 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_008 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_008 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_008 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_008 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_008 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_008 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_008 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_008 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_008 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_008 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_008 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_008 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_008 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_008 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_008 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_008 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_008 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_008 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_008 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_008 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_008 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_008 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_008 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_008 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_008 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_008 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_008 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_008 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_008 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_008 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_008 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_008 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_008 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_008 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_008 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_008 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_008 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_008 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_008 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_008 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_008 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_008 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_008 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_008 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_008 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_008 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_008 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_008 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_008 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_008 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_008 #userStyle .shippingFee .wrap h3, .point_color_w_008 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_008 #userStyle #header .titleArea h1, .point_color_w_008 #userStyle #titleArea &gt; h1, .point_color_w_008 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_008 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_008 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_008 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_008 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_008 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_008 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #52e88a
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_008 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_008 .Point_Color.Point_ON .txtEm, .point_color_w_008 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_008 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_008 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_008 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_008 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_008 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_008 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_008 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_008 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_008 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_008 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_008 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_008 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_008 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_008 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_008 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_008 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_008 #userStyle #mCafe24Order .txtEm, .point_color_w_008 #userStyle #mCafe24Order .txtStrong, .point_color_w_008 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_008 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_008 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_008 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_008 #userStyle .supplyInfo h3, .point_color_w_008 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_008 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_008 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_008 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_008 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_008 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_008 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_008 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_008 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_008 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_008 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_008 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_008 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_008 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_008 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_008 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_008 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_008 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_008 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_008 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_008 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_008 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_008 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_008 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_008 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_008 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_008 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_008 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_008 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_008 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_008 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_008 .Point_Color.Point_ON .totalPrice .total, .point_color_w_008 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_008 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_008 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_008 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_008 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_008 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_008 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_008 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_008 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_008 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_008 .Point_Color.Point_ON .totalPrice .total, .point_color_w_008 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_008 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_008 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_008 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_008 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_008 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_008 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_008 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_008 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_008 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_008 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_008 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_008 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_008 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #52e88a
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_008 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_008 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_008 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_008 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_008 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_008 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_008 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_008 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_008 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_008 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_008 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_008 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_008 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_008 #userStyle #mCafe24Order .btnSubmit, .point_color_w_008 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_008 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #52e88a
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_008 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #52e88a
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_009 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_009 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_009 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_009 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_009 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_009 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_009 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_009 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_009 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_009 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_009 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_009 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_009 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_009 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_009 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_009 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_009 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_009 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_009 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_009 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_009 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_009 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_009 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_009 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_009 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_009 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_009 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_009 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_009 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_009 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_009 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_009 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_009 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_009 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_009 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_009 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_009 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_009 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_009 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_009 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_009 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_009 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_009 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_009 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_009 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_009 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_009 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_009 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_009 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_009 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_009 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_009 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_009 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_009 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_009 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_009 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_009 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_009 #userStyle .shippingFee .wrap h3, .point_color_w_009 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_009 #userStyle #header .titleArea h1, .point_color_w_009 #userStyle #titleArea &gt; h1, .point_color_w_009 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_009 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_009 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_009 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_009 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_009 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_009 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #4cebb9
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_009 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_009 .Point_Color.Point_ON .txtEm, .point_color_w_009 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_009 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_009 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_009 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_009 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_009 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_009 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_009 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_009 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_009 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_009 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_009 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_009 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_009 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_009 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_009 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_009 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_009 #userStyle #mCafe24Order .txtEm, .point_color_w_009 #userStyle #mCafe24Order .txtStrong, .point_color_w_009 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_009 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_009 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_009 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_009 #userStyle .supplyInfo h3, .point_color_w_009 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_009 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_009 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_009 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_009 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_009 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_009 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_009 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_009 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_009 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_009 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_009 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_009 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_009 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_009 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_009 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_009 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_009 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_009 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_009 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_009 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_009 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_009 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_009 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_009 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_009 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_009 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_009 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_009 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_009 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_009 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_009 .Point_Color.Point_ON .totalPrice .total, .point_color_w_009 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_009 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_009 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_009 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_009 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_009 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_009 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_009 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_009 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_009 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_009 .Point_Color.Point_ON .totalPrice .total, .point_color_w_009 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_009 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_009 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_009 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_009 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_009 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_009 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_009 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_009 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_009 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_009 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_009 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_009 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_009 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #4cebb9
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_009 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_009 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_009 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_009 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_009 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_009 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_009 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_009 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_009 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_009 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_009 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_009 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_009 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_009 #userStyle #mCafe24Order .btnSubmit, .point_color_w_009 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_009 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #4cebb9
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_009 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #4cebb9
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_010 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_010 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_010 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_010 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_010 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_010 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_010 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_010 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_010 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_010 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_010 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_010 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_010 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_010 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_010 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_010 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_010 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_010 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_010 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_010 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_010 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_010 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_010 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_010 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_010 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_010 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_010 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_010 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_010 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_010 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_010 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_010 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_010 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_010 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_010 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_010 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_010 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_010 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_010 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_010 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_010 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_010 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_010 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_010 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_010 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_010 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_010 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_010 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_010 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_010 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_010 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_010 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_010 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_010 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_010 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_010 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_010 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_010 #userStyle .shippingFee .wrap h3, .point_color_w_010 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_010 #userStyle #header .titleArea h1, .point_color_w_010 #userStyle #titleArea &gt; h1, .point_color_w_010 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_010 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_010 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_010 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_010 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_010 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_010 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #50e7e5
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_010 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_010 .Point_Color.Point_ON .txtEm, .point_color_w_010 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_010 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_010 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_010 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_010 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_010 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_010 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_010 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_010 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_010 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_010 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_010 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_010 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_010 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_010 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_010 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_010 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_010 #userStyle #mCafe24Order .txtEm, .point_color_w_010 #userStyle #mCafe24Order .txtStrong, .point_color_w_010 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_010 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_010 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_010 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_010 #userStyle .supplyInfo h3, .point_color_w_010 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_010 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_010 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_010 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_010 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_010 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_010 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_010 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_010 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_010 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_010 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_010 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_010 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_010 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_010 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_010 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_010 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_010 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_010 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_010 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_010 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_010 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_010 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_010 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_010 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_010 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_010 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_010 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_010 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_010 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_010 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_010 .Point_Color.Point_ON .totalPrice .total, .point_color_w_010 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_010 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_010 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_010 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_010 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_010 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_010 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_010 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_010 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_010 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_010 .Point_Color.Point_ON .totalPrice .total, .point_color_w_010 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_010 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_010 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_010 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_010 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_010 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_010 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_010 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_010 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_010 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_010 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_010 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_010 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_010 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #50e7e5
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_010 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_010 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_010 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_010 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_010 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_010 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_010 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_010 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_010 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_010 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_010 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_010 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_010 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_010 #userStyle #mCafe24Order .btnSubmit, .point_color_w_010 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_010 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #50e7e5
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_010 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #50e7e5
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_011 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_011 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_011 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_011 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_011 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_011 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_011 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_011 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_011 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_011 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_011 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_011 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_011 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_011 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_011 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_011 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_011 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_011 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_011 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_011 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_011 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_011 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_011 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_011 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_011 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_011 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_011 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_011 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_011 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_011 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_011 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_011 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_011 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_011 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_011 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_011 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_011 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_011 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_011 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_011 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_011 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_011 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_011 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_011 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_011 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_011 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_011 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_011 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_011 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_011 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_011 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_011 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_011 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_011 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_011 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_011 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_011 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_011 #userStyle .shippingFee .wrap h3, .point_color_w_011 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_011 #userStyle #header .titleArea h1, .point_color_w_011 #userStyle #titleArea &gt; h1, .point_color_w_011 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_011 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_011 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_011 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_011 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_011 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_011 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #6ed1ff
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_011 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_011 .Point_Color.Point_ON .txtEm, .point_color_w_011 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_011 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_011 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_011 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_011 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_011 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_011 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_011 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_011 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_011 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_011 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_011 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_011 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_011 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_011 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_011 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_011 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_011 #userStyle #mCafe24Order .txtEm, .point_color_w_011 #userStyle #mCafe24Order .txtStrong, .point_color_w_011 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_011 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_011 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_011 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_011 #userStyle .supplyInfo h3, .point_color_w_011 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_011 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_011 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_011 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_011 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_011 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_011 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_011 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_011 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_011 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_011 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_011 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_011 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_011 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_011 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_011 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_011 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_011 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_011 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_011 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_011 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_011 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_011 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_011 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_011 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_011 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_011 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_011 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_011 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_011 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_011 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_011 .Point_Color.Point_ON .totalPrice .total, .point_color_w_011 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_011 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_011 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_011 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_011 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_011 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_011 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_011 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_011 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_011 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_011 .Point_Color.Point_ON .totalPrice .total, .point_color_w_011 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_011 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_011 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_011 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_011 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_011 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_011 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_011 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_011 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_011 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_011 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_011 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_011 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_011 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #6ed1ff
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_011 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_011 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_011 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_011 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_011 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_011 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_011 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_011 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_011 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_011 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_011 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_011 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_011 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_011 #userStyle #mCafe24Order .btnSubmit, .point_color_w_011 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_011 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #6ed1ff
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_011 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #6ed1ff
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_012 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_012 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_012 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_012 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_012 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_012 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_012 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_012 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_012 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_012 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_012 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_012 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_012 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_012 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_012 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_012 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_012 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_012 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_012 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_012 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_012 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_012 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_012 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_012 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_012 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_012 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_012 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_012 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_012 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_012 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_012 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_012 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_012 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_012 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_012 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_012 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_012 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_012 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_012 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_012 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_012 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_012 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_012 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_012 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_012 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_012 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_012 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_012 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_012 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_012 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_012 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_012 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_012 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_012 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_012 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_012 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_012 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_012 #userStyle .shippingFee .wrap h3, .point_color_w_012 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_012 #userStyle #header .titleArea h1, .point_color_w_012 #userStyle #titleArea &gt; h1, .point_color_w_012 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_012 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_012 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_012 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_012 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_012 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_012 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #70a2ff
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_012 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_012 .Point_Color.Point_ON .txtEm, .point_color_w_012 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_012 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_012 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_012 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_012 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_012 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_012 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_012 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_012 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_012 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_012 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_012 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_012 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_012 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_012 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_012 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_012 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_012 #userStyle #mCafe24Order .txtEm, .point_color_w_012 #userStyle #mCafe24Order .txtStrong, .point_color_w_012 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_012 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_012 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_012 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_012 #userStyle .supplyInfo h3, .point_color_w_012 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_012 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_012 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_012 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_012 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_012 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_012 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_012 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_012 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_012 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_012 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_012 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_012 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_012 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_012 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_012 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_012 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_012 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_012 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_012 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_012 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_012 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_012 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_012 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_012 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_012 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_012 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_012 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_012 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_012 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_012 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_012 .Point_Color.Point_ON .totalPrice .total, .point_color_w_012 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_012 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_012 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_012 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_012 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_012 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_012 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_012 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_012 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_012 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_012 .Point_Color.Point_ON .totalPrice .total, .point_color_w_012 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_012 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_012 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_012 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_012 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_012 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_012 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_012 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_012 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_012 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_012 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_012 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_012 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_012 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #70a2ff
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_012 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_012 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_012 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_012 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_012 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_012 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_012 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_012 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_012 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_012 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_012 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_012 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_012 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_012 #userStyle #mCafe24Order .btnSubmit, .point_color_w_012 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_012 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #70a2ff
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_012 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #70a2ff
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_013 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_013 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_013 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_013 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_013 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_013 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_013 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_013 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_013 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_013 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_013 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_013 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_013 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_013 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_013 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_013 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_013 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_013 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_013 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_013 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_013 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_013 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_013 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_013 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_013 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_013 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_013 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_013 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_013 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_013 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_013 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_013 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_013 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_013 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_013 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_013 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_013 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_013 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_013 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_013 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_013 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_013 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_013 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_013 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_013 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_013 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_013 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_013 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_013 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_013 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_013 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_013 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_013 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_013 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_013 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_013 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_013 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_013 #userStyle .shippingFee .wrap h3, .point_color_w_013 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_013 #userStyle #header .titleArea h1, .point_color_w_013 #userStyle #titleArea &gt; h1, .point_color_w_013 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_013 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_013 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_013 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_013 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_013 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_013 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #9085ff
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_013 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_013 .Point_Color.Point_ON .txtEm, .point_color_w_013 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_013 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_013 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_013 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_013 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_013 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_013 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_013 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_013 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_013 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_013 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_013 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_013 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_013 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_013 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_013 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_013 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_013 #userStyle #mCafe24Order .txtEm, .point_color_w_013 #userStyle #mCafe24Order .txtStrong, .point_color_w_013 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_013 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_013 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_013 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_013 #userStyle .supplyInfo h3, .point_color_w_013 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_013 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_013 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_013 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_013 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_013 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_013 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_013 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_013 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_013 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_013 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_013 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_013 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_013 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_013 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_013 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_013 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_013 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_013 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_013 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_013 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_013 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_013 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_013 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_013 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_013 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_013 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_013 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_013 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_013 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_013 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_013 .Point_Color.Point_ON .totalPrice .total, .point_color_w_013 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_013 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_013 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_013 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_013 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_013 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_013 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_013 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_013 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_013 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_013 .Point_Color.Point_ON .totalPrice .total, .point_color_w_013 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_013 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_013 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_013 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_013 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_013 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_013 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_013 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_013 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_013 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_013 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_013 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_013 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_013 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #9085ff
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_013 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_013 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_013 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_013 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_013 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_013 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_013 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_013 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_013 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_013 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_013 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_013 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_013 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_013 #userStyle #mCafe24Order .btnSubmit, .point_color_w_013 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_013 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #9085ff
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_013 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #9085ff
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_014 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_014 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_014 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_014 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_014 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_014 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_014 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_014 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_014 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_014 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_014 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_014 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_014 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_014 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_014 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_014 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_014 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_014 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_014 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_014 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_014 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_014 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_014 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_014 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_014 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_014 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_014 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_014 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_014 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_014 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_014 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_014 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_014 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_014 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_014 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_014 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_014 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_014 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_014 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_014 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_014 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_014 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_014 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_014 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_014 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_014 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_014 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_014 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_014 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_014 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_014 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_014 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_014 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_014 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_014 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_014 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_014 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_014 #userStyle .shippingFee .wrap h3, .point_color_w_014 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_014 #userStyle #header .titleArea h1, .point_color_w_014 #userStyle #titleArea &gt; h1, .point_color_w_014 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_014 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_014 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_014 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_014 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_014 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_014 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #b889ff
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_014 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_014 .Point_Color.Point_ON .txtEm, .point_color_w_014 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_014 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_014 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_014 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_014 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_014 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_014 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_014 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_014 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_014 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_014 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_014 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_014 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_014 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_014 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_014 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_014 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_014 #userStyle #mCafe24Order .txtEm, .point_color_w_014 #userStyle #mCafe24Order .txtStrong, .point_color_w_014 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_014 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_014 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_014 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_014 #userStyle .supplyInfo h3, .point_color_w_014 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_014 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_014 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_014 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_014 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_014 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_014 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_014 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_014 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_014 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_014 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_014 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_014 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_014 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_014 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_014 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_014 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_014 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_014 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_014 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_014 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_014 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_014 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_014 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_014 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_014 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_014 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_014 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_014 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_014 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_014 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_014 .Point_Color.Point_ON .totalPrice .total, .point_color_w_014 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_014 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_014 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_014 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_014 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_014 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_014 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_014 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_014 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_014 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_014 .Point_Color.Point_ON .totalPrice .total, .point_color_w_014 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_014 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_014 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_014 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_014 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_014 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_014 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_014 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_014 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_014 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_014 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_014 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_014 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_014 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #b889ff
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_014 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_014 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_014 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_014 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_014 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_014 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_014 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_014 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_014 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_014 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_014 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_014 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_014 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_014 #userStyle #mCafe24Order .btnSubmit, .point_color_w_014 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_014 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #b889ff
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_014 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #b889ff
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_015 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_015 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_015 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_015 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_015 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_015 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_015 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_015 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_015 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_015 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_015 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_015 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_015 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_015 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_015 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_015 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_015 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_015 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_015 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_015 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_015 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_015 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_015 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_015 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_015 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_015 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_015 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_015 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_015 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_015 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_015 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_015 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_015 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_015 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_015 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_015 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_015 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_015 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_015 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_015 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_015 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_015 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_015 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_015 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_015 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_015 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_015 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_015 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_015 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_015 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_015 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_015 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_015 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_015 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_015 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_015 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_015 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_015 #userStyle .shippingFee .wrap h3, .point_color_w_015 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_015 #userStyle #header .titleArea h1, .point_color_w_015 #userStyle #titleArea &gt; h1, .point_color_w_015 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_015 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_015 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_015 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_015 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_015 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_015 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #d875f1
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_015 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_015 .Point_Color.Point_ON .txtEm, .point_color_w_015 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_015 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_015 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_015 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_015 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_015 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_015 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_015 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_015 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_015 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_015 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_015 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_015 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_015 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_015 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_015 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_015 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_015 #userStyle #mCafe24Order .txtEm, .point_color_w_015 #userStyle #mCafe24Order .txtStrong, .point_color_w_015 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_015 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_015 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_015 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_015 #userStyle .supplyInfo h3, .point_color_w_015 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_015 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_015 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_015 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_015 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_015 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_015 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_015 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_015 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_015 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_015 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_015 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_015 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_015 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_015 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_015 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_015 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_015 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_015 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_015 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_015 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_015 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_015 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_015 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_015 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_015 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_015 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_015 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_015 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_015 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_015 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_015 .Point_Color.Point_ON .totalPrice .total, .point_color_w_015 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_015 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_015 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_015 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_015 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_015 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_015 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_015 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_015 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_015 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_015 .Point_Color.Point_ON .totalPrice .total, .point_color_w_015 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_015 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_015 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_015 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_015 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_015 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_015 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_015 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_015 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_015 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_015 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_015 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_015 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_015 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #d875f1
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_015 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_015 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_015 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_015 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_015 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_015 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_015 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_015 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_015 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_015 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_015 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_015 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_015 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_015 #userStyle #mCafe24Order .btnSubmit, .point_color_w_015 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_015 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #d875f1
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_015 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #d875f1
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_016 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_016 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_016 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_016 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_016 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_016 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_016 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_016 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_016 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_016 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_016 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_016 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_016 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_016 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_016 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_016 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_016 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_016 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_016 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_016 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_016 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_016 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_016 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_016 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_016 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_016 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_016 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_016 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_016 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_016 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_016 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_016 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_016 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_016 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_016 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_016 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_016 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_016 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_016 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_016 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_016 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_016 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_016 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_016 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_016 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_016 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_016 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_016 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_016 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_016 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_016 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_016 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_016 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_016 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_016 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_016 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_016 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_016 #userStyle .shippingFee .wrap h3, .point_color_w_016 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_016 #userStyle #header .titleArea h1, .point_color_w_016 #userStyle #titleArea &gt; h1, .point_color_w_016 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_016 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_016 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_016 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_016 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_016 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_016 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #f16ae6
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_016 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_016 .Point_Color.Point_ON .txtEm, .point_color_w_016 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_016 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_016 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_016 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_016 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_016 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_016 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_016 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_016 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_016 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_016 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_016 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_016 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_016 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_016 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_016 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_016 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_016 #userStyle #mCafe24Order .txtEm, .point_color_w_016 #userStyle #mCafe24Order .txtStrong, .point_color_w_016 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_016 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_016 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_016 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_016 #userStyle .supplyInfo h3, .point_color_w_016 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_016 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_016 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_016 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_016 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_016 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_016 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_016 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_016 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_016 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_016 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_016 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_016 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_016 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_016 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_016 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_016 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_016 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_016 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_016 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_016 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_016 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_016 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_016 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_016 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_016 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_016 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_016 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_016 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_016 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_016 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_016 .Point_Color.Point_ON .totalPrice .total, .point_color_w_016 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_016 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_016 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_016 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_016 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_016 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_016 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_016 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_016 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_016 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_016 .Point_Color.Point_ON .totalPrice .total, .point_color_w_016 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_016 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_016 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_016 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_016 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_016 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_016 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_016 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_016 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_016 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_016 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_016 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_016 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_016 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #f16ae6
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_016 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_016 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_016 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_016 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_016 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_016 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_016 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_016 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_016 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_016 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_016 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_016 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_016 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_016 #userStyle #mCafe24Order .btnSubmit, .point_color_w_016 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_016 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #f16ae6
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_016 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #f16ae6
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_017 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_017 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_017 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_017 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_017 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_017 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_017 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_017 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_017 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_017 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_017 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_017 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_017 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_017 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_017 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_017 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_017 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_017 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_017 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_017 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_017 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_017 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_017 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_017 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_017 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_017 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_017 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_017 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_017 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_017 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_017 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_017 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_017 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_017 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_017 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_017 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_017 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_017 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_017 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_017 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_017 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_017 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_017 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_017 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_017 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_017 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_017 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_017 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_017 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_017 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_017 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_017 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_017 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_017 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_017 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_017 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_017 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_017 #userStyle .shippingFee .wrap h3, .point_color_w_017 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_017 #userStyle #header .titleArea h1, .point_color_w_017 #userStyle #titleArea &gt; h1, .point_color_w_017 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_017 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_017 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_017 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_017 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_017 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_017 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #f16ab6
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_017 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_017 .Point_Color.Point_ON .txtEm, .point_color_w_017 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_017 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_017 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_017 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_017 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_017 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_017 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_017 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_017 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_017 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_017 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_017 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_017 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_017 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_017 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_017 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_017 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_017 #userStyle #mCafe24Order .txtEm, .point_color_w_017 #userStyle #mCafe24Order .txtStrong, .point_color_w_017 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_017 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_017 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_017 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_017 #userStyle .supplyInfo h3, .point_color_w_017 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_017 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_017 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_017 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_017 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_017 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_017 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_017 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_017 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_017 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_017 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_017 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_017 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_017 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_017 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_017 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_017 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_017 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_017 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_017 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_017 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_017 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_017 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_017 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_017 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_017 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_017 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_017 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_017 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_017 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_017 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_017 .Point_Color.Point_ON .totalPrice .total, .point_color_w_017 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_017 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_017 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_017 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_017 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_017 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_017 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_017 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_017 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_017 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_017 .Point_Color.Point_ON .totalPrice .total, .point_color_w_017 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_017 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_017 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_017 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_017 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_017 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_017 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_017 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_017 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_017 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_017 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_017 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_017 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_017 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #f16ab6
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_017 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_017 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_017 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_017 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_017 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_017 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_017 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_017 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_017 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_017 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_017 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_017 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_017 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_017 #userStyle #mCafe24Order .btnSubmit, .point_color_w_017 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_017 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #f16ab6
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_017 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #f16ab6
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_018 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_018 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_018 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_018 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_018 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_018 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_018 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_018 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_018 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_018 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_018 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_018 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_018 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_018 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_018 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_018 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_018 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_018 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_018 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_018 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_018 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_018 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_018 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_018 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_018 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_018 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_018 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_018 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_018 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_018 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_018 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_018 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_018 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_018 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_018 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_018 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_018 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_018 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_018 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_018 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_018 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_018 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_018 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_018 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_018 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_018 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_018 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_018 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_018 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_018 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_018 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_018 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_018 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_018 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_018 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_018 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_018 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_018 #userStyle .shippingFee .wrap h3, .point_color_w_018 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_018 #userStyle #header .titleArea h1, .point_color_w_018 #userStyle #titleArea &gt; h1, .point_color_w_018 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_018 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_018 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_018 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_018 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_018 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_018 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #f27290
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_018 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_018 .Point_Color.Point_ON .txtEm, .point_color_w_018 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_018 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_018 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_018 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_018 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_018 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_018 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_018 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_018 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_018 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_018 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_018 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_018 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_018 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_018 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_018 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_018 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_018 #userStyle #mCafe24Order .txtEm, .point_color_w_018 #userStyle #mCafe24Order .txtStrong, .point_color_w_018 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_018 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_018 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_018 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_018 #userStyle .supplyInfo h3, .point_color_w_018 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_018 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_018 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_018 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_018 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_018 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_018 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_018 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_018 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_018 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_018 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_018 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_018 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_018 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_018 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_018 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_018 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_018 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_018 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_018 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_018 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_018 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_018 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_018 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_018 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_018 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_018 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_018 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_018 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_018 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_018 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_018 .Point_Color.Point_ON .totalPrice .total, .point_color_w_018 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_018 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_018 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_018 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_018 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_018 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_018 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_018 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_018 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_018 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_018 .Point_Color.Point_ON .totalPrice .total, .point_color_w_018 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_018 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_018 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_018 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_018 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_018 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_018 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_018 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_018 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_018 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_018 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_018 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_018 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_018 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #f27290
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_018 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_018 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_018 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_018 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_018 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_018 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_018 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_018 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_018 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_018 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_018 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_018 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_018 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_018 #userStyle #mCafe24Order .btnSubmit, .point_color_w_018 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_018 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #f27290
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_018 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #f27290
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_019 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_019 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_019 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_019 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_019 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_019 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_019 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_019 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_019 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_019 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_019 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_019 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_019 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_019 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_019 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_019 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_019 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_019 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_019 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_019 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_019 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_019 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_019 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_019 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_019 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_019 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_019 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_019 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_019 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_019 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_019 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_019 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_019 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_019 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_019 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_019 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_019 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_019 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_019 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_019 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_019 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_019 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_019 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_019 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_019 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_019 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_019 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_019 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_019 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_019 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_019 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_019 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_019 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_019 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_019 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_019 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_019 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_019 #userStyle .shippingFee .wrap h3, .point_color_w_019 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_019 #userStyle #header .titleArea h1, .point_color_w_019 #userStyle #titleArea &gt; h1, .point_color_w_019 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_019 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_019 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_019 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_019 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_019 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_019 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #d1c0a5
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_019 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_019 .Point_Color.Point_ON .txtEm, .point_color_w_019 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_019 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_019 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_019 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_019 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_019 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_019 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_019 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_019 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_019 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_019 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_019 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_019 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_019 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_019 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_019 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_019 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_019 #userStyle #mCafe24Order .txtEm, .point_color_w_019 #userStyle #mCafe24Order .txtStrong, .point_color_w_019 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_019 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_019 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_019 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_019 #userStyle .supplyInfo h3, .point_color_w_019 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_019 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_019 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_019 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_019 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_019 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_019 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_019 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_019 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_019 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_019 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_019 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_019 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_019 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_019 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_019 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_019 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_019 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_019 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_019 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_019 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_019 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_019 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_019 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_019 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_019 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_019 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_019 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_019 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_019 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_019 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_019 .Point_Color.Point_ON .totalPrice .total, .point_color_w_019 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_019 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_019 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_019 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_019 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_019 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_019 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_019 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_019 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_019 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_019 .Point_Color.Point_ON .totalPrice .total, .point_color_w_019 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_019 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_019 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_019 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_019 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_019 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_019 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_019 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_019 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_019 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_019 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_019 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_019 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_019 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #d1c0a5
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_019 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_019 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_019 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_019 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_019 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_019 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_019 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_019 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_019 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_019 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_019 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_019 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_019 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_019 #userStyle #mCafe24Order .btnSubmit, .point_color_w_019 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_019 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #d1c0a5
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_019 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #d1c0a5
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_020 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_020 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_020 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_020 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_020 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_020 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_020 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_020 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_020 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_020 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_020 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_020 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_020 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_020 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_020 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_020 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_020 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_020 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_020 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_020 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_020 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_020 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_020 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_020 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_020 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_020 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_020 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_020 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_020 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_020 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_020 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_020 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_020 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_020 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_020 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_020 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_020 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_020 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_020 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_020 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_020 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_020 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_020 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_020 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_020 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_020 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_020 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_020 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_020 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_020 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_020 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_020 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_020 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_020 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_020 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_020 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_020 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_020 #userStyle .shippingFee .wrap h3, .point_color_w_020 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_020 #userStyle #header .titleArea h1, .point_color_w_020 #userStyle #titleArea &gt; h1, .point_color_w_020 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_020 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_020 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_020 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_020 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_020 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_020 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ba9575
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_020 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_020 .Point_Color.Point_ON .txtEm, .point_color_w_020 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_020 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_020 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_020 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_020 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_020 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_020 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_020 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_020 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_020 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_020 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_020 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_020 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_020 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_020 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_020 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_020 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_020 #userStyle #mCafe24Order .txtEm, .point_color_w_020 #userStyle #mCafe24Order .txtStrong, .point_color_w_020 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_020 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_020 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_020 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_020 #userStyle .supplyInfo h3, .point_color_w_020 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_020 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_020 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_020 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_020 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_020 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_020 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_020 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_020 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_020 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_020 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_020 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_020 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_020 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_020 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_020 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_020 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_020 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_020 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_020 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_020 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_020 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_020 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_020 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_020 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_020 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_020 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_020 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_020 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_020 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_020 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_020 .Point_Color.Point_ON .totalPrice .total, .point_color_w_020 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_020 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_020 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_020 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_020 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_020 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_020 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_020 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_020 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_020 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_020 .Point_Color.Point_ON .totalPrice .total, .point_color_w_020 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_020 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_020 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_020 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_020 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_020 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_020 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_020 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_020 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_020 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_020 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_020 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_020 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_020 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ba9575
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_020 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_020 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_020 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_020 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_020 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_020 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_020 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_020 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_020 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_020 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_020 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_020 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_020 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_020 #userStyle #mCafe24Order .btnSubmit, .point_color_w_020 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_020 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ba9575
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_020 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ba9575
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_021 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_021 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_021 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_021 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_021 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_021 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_021 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_021 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_021 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_021 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_021 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_021 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_021 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_021 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_021 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_021 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_021 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_021 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_021 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_021 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_021 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_021 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_021 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_021 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_021 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_021 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_021 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_021 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_021 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_021 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_021 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_021 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_021 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_021 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_021 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_021 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_021 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_021 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_021 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_021 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_021 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_021 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_021 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_021 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_021 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_021 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_021 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_021 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_021 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_021 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_021 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_021 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_021 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_021 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_021 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_021 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_021 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_021 #userStyle .shippingFee .wrap h3, .point_color_w_021 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_021 #userStyle #header .titleArea h1, .point_color_w_021 #userStyle #titleArea &gt; h1, .point_color_w_021 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_021 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_021 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_021 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_021 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_021 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_021 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #cea875
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_021 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_021 .Point_Color.Point_ON .txtEm, .point_color_w_021 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_021 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_021 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_021 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_021 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_021 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_021 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_021 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_021 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_021 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_021 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_021 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_021 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_021 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_021 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_021 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_021 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_021 #userStyle #mCafe24Order .txtEm, .point_color_w_021 #userStyle #mCafe24Order .txtStrong, .point_color_w_021 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_021 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_021 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_021 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_021 #userStyle .supplyInfo h3, .point_color_w_021 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_021 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_021 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_021 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_021 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_021 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_021 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_021 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_021 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_021 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_021 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_021 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_021 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_021 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_021 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_021 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_021 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_021 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_021 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_021 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_021 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_021 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_021 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_021 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_021 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_021 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_021 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_021 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_021 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_021 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_021 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_021 .Point_Color.Point_ON .totalPrice .total, .point_color_w_021 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_021 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_021 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_021 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_021 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_021 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_021 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_021 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_021 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_021 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_021 .Point_Color.Point_ON .totalPrice .total, .point_color_w_021 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_021 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_021 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_021 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_021 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_021 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_021 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_021 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_021 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_021 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_021 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_021 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_021 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_021 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #cea875
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_021 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_021 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_021 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_021 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_021 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_021 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_021 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_021 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_021 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_021 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_021 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_021 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_021 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_021 #userStyle #mCafe24Order .btnSubmit, .point_color_w_021 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_021 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #cea875
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_021 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #cea875
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_022 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_022 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_022 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_022 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_022 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_022 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_022 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_022 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_022 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_022 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_022 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_022 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_022 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_022 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_022 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_022 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_022 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_022 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_022 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_022 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_022 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_022 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_022 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_022 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_022 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_022 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_022 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_022 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_022 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_022 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_022 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_022 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_022 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_022 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_022 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_022 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_022 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_022 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_022 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_022 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_022 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_022 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_022 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_022 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_022 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_022 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_022 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_022 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_022 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_022 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_022 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_022 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_022 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_022 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_022 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_022 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_022 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_022 #userStyle .shippingFee .wrap h3, .point_color_w_022 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_022 #userStyle #header .titleArea h1, .point_color_w_022 #userStyle #titleArea &gt; h1, .point_color_w_022 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_022 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_022 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_022 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_022 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_022 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_022 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #d49b53
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_022 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_022 .Point_Color.Point_ON .txtEm, .point_color_w_022 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_022 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_022 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_022 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_022 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_022 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_022 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_022 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_022 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_022 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_022 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_022 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_022 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_022 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_022 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_022 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_022 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_022 #userStyle #mCafe24Order .txtEm, .point_color_w_022 #userStyle #mCafe24Order .txtStrong, .point_color_w_022 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_022 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_022 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_022 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_022 #userStyle .supplyInfo h3, .point_color_w_022 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_022 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_022 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_022 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_022 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_022 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_022 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_022 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_022 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_022 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_022 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_022 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_022 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_022 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_022 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_022 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_022 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_022 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_022 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_022 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_022 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_022 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_022 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_022 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_022 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_022 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_022 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_022 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_022 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_022 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_022 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_022 .Point_Color.Point_ON .totalPrice .total, .point_color_w_022 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_022 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_022 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_022 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_022 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_022 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_022 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_022 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_022 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_022 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_022 .Point_Color.Point_ON .totalPrice .total, .point_color_w_022 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_022 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_022 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_022 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_022 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_022 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_022 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_022 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_022 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_022 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_022 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_022 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_022 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_022 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #d49b53
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_022 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_022 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_022 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_022 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_022 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_022 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_022 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_022 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_022 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_022 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_022 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_022 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_022 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_022 #userStyle #mCafe24Order .btnSubmit, .point_color_w_022 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_022 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #d49b53
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_022 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #d49b53
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_023 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_023 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_023 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_023 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_023 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_023 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_023 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_023 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_023 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_023 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_023 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_023 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_023 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_023 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_023 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_023 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_023 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_023 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_023 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_023 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_023 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_023 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_023 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_023 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_023 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_023 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_023 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_023 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_023 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_023 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_023 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_023 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_023 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_023 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_023 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_023 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_023 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_023 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_023 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_023 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_023 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_023 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_023 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_023 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_023 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_023 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_023 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_023 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_023 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_023 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_023 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_023 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_023 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_023 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_023 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_023 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_023 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_023 #userStyle .shippingFee .wrap h3, .point_color_w_023 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_023 #userStyle #header .titleArea h1, .point_color_w_023 #userStyle #titleArea &gt; h1, .point_color_w_023 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_023 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_023 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_023 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_023 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_023 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_023 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #aaaaaa
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_023 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_023 .Point_Color.Point_ON .txtEm, .point_color_w_023 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_023 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_023 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_023 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_023 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_023 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_023 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_023 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_023 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_023 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_023 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_023 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_023 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_023 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_023 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_023 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_023 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_023 #userStyle #mCafe24Order .txtEm, .point_color_w_023 #userStyle #mCafe24Order .txtStrong, .point_color_w_023 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_023 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_023 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_023 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_023 #userStyle .supplyInfo h3, .point_color_w_023 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_023 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_023 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_023 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_023 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_023 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_023 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_023 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_023 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_023 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_023 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_023 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_023 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_023 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_023 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_023 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_023 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_023 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_023 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_023 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_023 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_023 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_023 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_023 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_023 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_023 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_023 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_023 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_023 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_023 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_023 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_023 .Point_Color.Point_ON .totalPrice .total, .point_color_w_023 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_023 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_023 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_023 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_023 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_023 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_023 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_023 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_023 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_023 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_023 .Point_Color.Point_ON .totalPrice .total, .point_color_w_023 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_023 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_023 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_023 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_023 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_023 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_023 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_023 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_023 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_023 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_023 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_023 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_023 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_023 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #aaaaaa
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_023 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_023 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_023 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_023 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_023 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_023 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_023 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_023 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_023 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_023 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_023 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_023 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_023 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_023 #userStyle #mCafe24Order .btnSubmit, .point_color_w_023 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_023 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #aaaaaa
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_023 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #aaaaaa
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_w_024 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_w_024 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_w_024 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_w_024 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_w_024 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_w_024 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_w_024 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_w_024 .Point_Color.Point_ON .layout_poll_bt, .point_color_w_024 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_w_024 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_w_024 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_w_024 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_w_024 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_w_024 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_w_024 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_024 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_w_024 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_w_024 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_w_024 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_w_024 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_w_024 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_w_024 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_w_024 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_w_024 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_w_024 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_024 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_024 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_w_024 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_w_024 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_w_024 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_w_024 .Point_Color.Point_ON #left_low_pop_bt, .point_color_w_024 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_w_024 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_w_024 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_w_024 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_w_024 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_w_024 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_024 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_w_024 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_024 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_024 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_w_024 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_024 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_w_024 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_w_024 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_w_024 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_w_024 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_w_024 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_024 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_w_024 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_w_024 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_w_024 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_w_024 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_w_024 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_w_024 #userStyle #header .headerMenu .btnBasket .count, .point_color_w_024 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_024 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_w_024 #userStyle .shippingFee .wrap h3, .point_color_w_024 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_w_024 #userStyle #header .titleArea h1, .point_color_w_024 #userStyle #titleArea &gt; h1, .point_color_w_024 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_w_024 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_w_024 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_w_024 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_w_024 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_w_024 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_w_024 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #959595
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_w_024 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_w_024 .Point_Color.Point_ON .txtEm, .point_color_w_024 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_w_024 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_024 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_w_024 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_w_024 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_w_024 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_w_024 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_w_024 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_w_024 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_w_024 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_w_024 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_w_024 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_w_024 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_w_024 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_w_024 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_w_024 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_w_024 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_w_024 #userStyle #mCafe24Order .txtEm, .point_color_w_024 #userStyle #mCafe24Order .txtStrong, .point_color_w_024 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_w_024 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_w_024 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_w_024 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_w_024 #userStyle .supplyInfo h3, .point_color_w_024 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_w_024 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_024 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_w_024 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_w_024 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_w_024 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_w_024 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_w_024 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_w_024 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_w_024 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_w_024 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_w_024 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_w_024 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_w_024 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_w_024 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_w_024 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_w_024 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_w_024 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_w_024 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_w_024 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_w_024 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_w_024 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_w_024 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_w_024 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_w_024 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_w_024 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_w_024 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_w_024 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_w_024 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_w_024 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_024 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_024 .Point_Color.Point_ON .totalPrice .total, .point_color_w_024 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_w_024 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_w_024 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_w_024 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_w_024 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_w_024 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_w_024 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_w_024 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_w_024 .Point_Color.Point_ON #totalProducts table .right, .point_color_w_024 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_w_024 .Point_Color.Point_ON .totalPrice .total, .point_color_w_024 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_w_024 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_w_024 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_w_024 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_w_024 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_w_024 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_w_024 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_w_024 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_w_024 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_w_024 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_w_024 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_w_024 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_w_024 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_w_024 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #959595
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_024 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_w_024 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_w_024 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_w_024 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_w_024 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_w_024 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_024 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_w_024 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_w_024 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_w_024 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_w_024 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_w_024 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_w_024 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_w_024 #userStyle #mCafe24Order .btnSubmit, .point_color_w_024 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_w_024 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #959595
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_w_024 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #959595
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_c_001 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_c_001 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_c_001 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_c_001 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_c_001 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_c_001 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_c_001 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_c_001 .Point_Color.Point_ON .layout_poll_bt, .point_color_c_001 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_c_001 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_c_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_c_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_c_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_c_001 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_c_001 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_001 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_c_001 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_c_001 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_c_001 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_c_001 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_c_001 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_c_001 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_c_001 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_c_001 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_c_001 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_001 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_001 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_c_001 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_c_001 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_c_001 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_c_001 .Point_Color.Point_ON #left_low_pop_bt, .point_color_c_001 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_c_001 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_c_001 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_c_001 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_c_001 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_c_001 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_001 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_c_001 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_001 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_c_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_001 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_c_001 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_c_001 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_c_001 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_c_001 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_c_001 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_001 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_c_001 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_c_001 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_c_001 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_c_001 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_c_001 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_c_001 #userStyle #header .headerMenu .btnBasket .count, .point_color_c_001 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_001 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_c_001 #userStyle .shippingFee .wrap h3, .point_color_c_001 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_c_001 #userStyle #header .titleArea h1, .point_color_c_001 #userStyle #titleArea &gt; h1, .point_color_c_001 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_c_001 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_c_001 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_c_001 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_c_001 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_c_001 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_c_001 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ff0000
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_c_001 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_c_001 .Point_Color.Point_ON .txtEm, .point_color_c_001 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_c_001 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_001 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_c_001 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_c_001 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_c_001 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_c_001 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_c_001 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_c_001 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_c_001 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_c_001 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_c_001 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_c_001 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_c_001 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_c_001 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_c_001 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_c_001 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_c_001 #userStyle #mCafe24Order .txtEm, .point_color_c_001 #userStyle #mCafe24Order .txtStrong, .point_color_c_001 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_c_001 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_c_001 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_c_001 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_c_001 #userStyle .supplyInfo h3, .point_color_c_001 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_c_001 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_001 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_001 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_c_001 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_c_001 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_c_001 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_c_001 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_c_001 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_c_001 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_c_001 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_c_001 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_c_001 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_c_001 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_c_001 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_c_001 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_c_001 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_c_001 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_c_001 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_001 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_c_001 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_c_001 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_c_001 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_c_001 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_c_001 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_c_001 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_c_001 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_c_001 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_c_001 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_c_001 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_001 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_001 .Point_Color.Point_ON .totalPrice .total, .point_color_c_001 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_c_001 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_c_001 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_c_001 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_c_001 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_c_001 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_c_001 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_c_001 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_c_001 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_001 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_001 .Point_Color.Point_ON .totalPrice .total, .point_color_c_001 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_c_001 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_c_001 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_c_001 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_c_001 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_c_001 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_c_001 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_c_001 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_c_001 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_c_001 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_c_001 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_c_001 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_c_001 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_c_001 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ff0000
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_001 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_001 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_001 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_001 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_001 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_001 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_001 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_c_001 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_001 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_001 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_c_001 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_c_001 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_001 #userStyle #mCafe24Order .btnSubmit, .point_color_c_001 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_c_001 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ff0000
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_001 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ff0000
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_c_002 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_c_002 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_c_002 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_c_002 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_c_002 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_c_002 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_c_002 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_c_002 .Point_Color.Point_ON .layout_poll_bt, .point_color_c_002 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_c_002 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_c_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_c_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_c_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_c_002 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_c_002 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_002 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_c_002 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_c_002 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_c_002 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_c_002 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_c_002 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_c_002 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_c_002 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_c_002 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_c_002 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_002 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_002 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_c_002 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_c_002 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_c_002 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_c_002 .Point_Color.Point_ON #left_low_pop_bt, .point_color_c_002 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_c_002 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_c_002 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_c_002 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_c_002 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_c_002 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_002 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_c_002 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_002 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_c_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_002 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_c_002 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_c_002 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_c_002 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_c_002 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_c_002 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_002 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_c_002 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_c_002 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_c_002 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_c_002 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_c_002 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_c_002 #userStyle #header .headerMenu .btnBasket .count, .point_color_c_002 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_002 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_c_002 #userStyle .shippingFee .wrap h3, .point_color_c_002 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_c_002 #userStyle #header .titleArea h1, .point_color_c_002 #userStyle #titleArea &gt; h1, .point_color_c_002 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_c_002 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_c_002 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_c_002 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_c_002 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_c_002 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_c_002 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ffff00
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_c_002 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_c_002 .Point_Color.Point_ON .txtEm, .point_color_c_002 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_c_002 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_002 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_c_002 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_c_002 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_c_002 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_c_002 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_c_002 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_c_002 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_c_002 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_c_002 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_c_002 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_c_002 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_c_002 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_c_002 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_c_002 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_c_002 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_c_002 #userStyle #mCafe24Order .txtEm, .point_color_c_002 #userStyle #mCafe24Order .txtStrong, .point_color_c_002 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_c_002 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_c_002 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_c_002 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_c_002 #userStyle .supplyInfo h3, .point_color_c_002 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_c_002 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_002 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_002 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_c_002 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_c_002 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_c_002 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_c_002 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_c_002 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_c_002 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_c_002 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_c_002 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_c_002 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_c_002 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_c_002 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_c_002 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_c_002 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_c_002 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_c_002 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_002 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_c_002 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_c_002 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_c_002 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_c_002 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_c_002 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_c_002 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_c_002 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_c_002 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_c_002 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_c_002 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_002 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_002 .Point_Color.Point_ON .totalPrice .total, .point_color_c_002 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_c_002 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_c_002 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_c_002 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_c_002 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_c_002 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_c_002 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_c_002 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_c_002 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_002 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_002 .Point_Color.Point_ON .totalPrice .total, .point_color_c_002 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_c_002 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_c_002 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_c_002 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_c_002 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_c_002 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_c_002 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_c_002 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_c_002 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_c_002 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_c_002 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_c_002 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_c_002 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_c_002 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ffff00
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_002 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_002 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_002 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_002 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_002 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_002 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_002 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_c_002 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_002 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_002 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_c_002 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_c_002 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_002 #userStyle #mCafe24Order .btnSubmit, .point_color_c_002 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_c_002 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ffff00
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_002 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ffff00
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_c_003 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_c_003 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_c_003 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_c_003 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_c_003 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_c_003 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_c_003 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_c_003 .Point_Color.Point_ON .layout_poll_bt, .point_color_c_003 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_c_003 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_c_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_c_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_c_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_c_003 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_c_003 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_003 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_c_003 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_c_003 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_c_003 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_c_003 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_c_003 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_c_003 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_c_003 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_c_003 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_c_003 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_003 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_003 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_c_003 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_c_003 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_c_003 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_c_003 .Point_Color.Point_ON #left_low_pop_bt, .point_color_c_003 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_c_003 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_c_003 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_c_003 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_c_003 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_c_003 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_003 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_c_003 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_003 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_c_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_003 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_c_003 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_c_003 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_c_003 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_c_003 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_c_003 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_003 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_c_003 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_c_003 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_c_003 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_c_003 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_c_003 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_c_003 #userStyle #header .headerMenu .btnBasket .count, .point_color_c_003 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_003 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_c_003 #userStyle .shippingFee .wrap h3, .point_color_c_003 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_c_003 #userStyle #header .titleArea h1, .point_color_c_003 #userStyle #titleArea &gt; h1, .point_color_c_003 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_c_003 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_c_003 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_c_003 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_c_003 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_c_003 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_c_003 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #00ff00
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_c_003 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_c_003 .Point_Color.Point_ON .txtEm, .point_color_c_003 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_c_003 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_003 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_c_003 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_c_003 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_c_003 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_c_003 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_c_003 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_c_003 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_c_003 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_c_003 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_c_003 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_c_003 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_c_003 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_c_003 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_c_003 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_c_003 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_c_003 #userStyle #mCafe24Order .txtEm, .point_color_c_003 #userStyle #mCafe24Order .txtStrong, .point_color_c_003 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_c_003 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_c_003 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_c_003 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_c_003 #userStyle .supplyInfo h3, .point_color_c_003 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_c_003 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_003 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_003 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_c_003 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_c_003 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_c_003 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_c_003 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_c_003 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_c_003 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_c_003 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_c_003 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_c_003 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_c_003 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_c_003 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_c_003 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_c_003 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_c_003 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_c_003 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_003 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_c_003 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_c_003 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_c_003 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_c_003 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_c_003 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_c_003 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_c_003 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_c_003 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_c_003 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_c_003 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_003 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_003 .Point_Color.Point_ON .totalPrice .total, .point_color_c_003 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_c_003 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_c_003 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_c_003 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_c_003 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_c_003 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_c_003 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_c_003 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_c_003 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_003 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_003 .Point_Color.Point_ON .totalPrice .total, .point_color_c_003 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_c_003 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_c_003 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_c_003 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_c_003 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_c_003 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_c_003 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_c_003 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_c_003 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_c_003 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_c_003 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_c_003 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_c_003 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_c_003 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #00ff00
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_003 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_003 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_003 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_003 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_003 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_003 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_003 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_c_003 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_003 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_003 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_c_003 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_c_003 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_003 #userStyle #mCafe24Order .btnSubmit, .point_color_c_003 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_c_003 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #00ff00
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_003 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #00ff00
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_c_004 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_c_004 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_c_004 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_c_004 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_c_004 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_c_004 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_c_004 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_c_004 .Point_Color.Point_ON .layout_poll_bt, .point_color_c_004 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_c_004 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_c_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_c_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_c_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_c_004 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_c_004 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_004 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_c_004 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_c_004 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_c_004 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_c_004 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_c_004 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_c_004 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_c_004 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_c_004 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_c_004 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_004 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_004 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_c_004 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_c_004 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_c_004 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_c_004 .Point_Color.Point_ON #left_low_pop_bt, .point_color_c_004 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_c_004 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_c_004 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_c_004 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_c_004 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_c_004 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_004 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_c_004 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_004 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_c_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_004 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_c_004 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_c_004 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_c_004 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_c_004 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_c_004 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_004 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_c_004 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_c_004 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_c_004 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_c_004 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_c_004 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_c_004 #userStyle #header .headerMenu .btnBasket .count, .point_color_c_004 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_004 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_c_004 #userStyle .shippingFee .wrap h3, .point_color_c_004 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_c_004 #userStyle #header .titleArea h1, .point_color_c_004 #userStyle #titleArea &gt; h1, .point_color_c_004 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_c_004 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_c_004 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_c_004 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_c_004 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_c_004 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_c_004 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #00ffff
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_c_004 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_c_004 .Point_Color.Point_ON .txtEm, .point_color_c_004 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_c_004 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_004 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_c_004 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_c_004 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_c_004 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_c_004 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_c_004 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_c_004 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_c_004 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_c_004 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_c_004 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_c_004 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_c_004 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_c_004 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_c_004 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_c_004 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_c_004 #userStyle #mCafe24Order .txtEm, .point_color_c_004 #userStyle #mCafe24Order .txtStrong, .point_color_c_004 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_c_004 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_c_004 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_c_004 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_c_004 #userStyle .supplyInfo h3, .point_color_c_004 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_c_004 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_004 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_004 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_c_004 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_c_004 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_c_004 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_c_004 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_c_004 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_c_004 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_c_004 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_c_004 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_c_004 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_c_004 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_c_004 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_c_004 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_c_004 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_c_004 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_c_004 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_004 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_c_004 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_c_004 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_c_004 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_c_004 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_c_004 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_c_004 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_c_004 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_c_004 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_c_004 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_c_004 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_004 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_004 .Point_Color.Point_ON .totalPrice .total, .point_color_c_004 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_c_004 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_c_004 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_c_004 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_c_004 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_c_004 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_c_004 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_c_004 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_c_004 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_004 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_004 .Point_Color.Point_ON .totalPrice .total, .point_color_c_004 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_c_004 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_c_004 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_c_004 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_c_004 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_c_004 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_c_004 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_c_004 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_c_004 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_c_004 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_c_004 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_c_004 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_c_004 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_c_004 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #00ffff
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_004 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_004 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_004 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_004 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_004 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_004 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_004 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_c_004 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_004 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_004 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_c_004 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_c_004 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_004 #userStyle #mCafe24Order .btnSubmit, .point_color_c_004 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_c_004 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #00ffff
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_004 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #00ffff
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_c_005 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_c_005 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_c_005 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_c_005 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_c_005 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_c_005 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_c_005 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_c_005 .Point_Color.Point_ON .layout_poll_bt, .point_color_c_005 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_c_005 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_c_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_c_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_c_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_c_005 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_c_005 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_005 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_c_005 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_c_005 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_c_005 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_c_005 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_c_005 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_c_005 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_c_005 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_c_005 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_c_005 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_005 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_005 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_c_005 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_c_005 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_c_005 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_c_005 .Point_Color.Point_ON #left_low_pop_bt, .point_color_c_005 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_c_005 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_c_005 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_c_005 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_c_005 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_c_005 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_005 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_c_005 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_005 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_c_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_005 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_c_005 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_c_005 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_c_005 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_c_005 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_c_005 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_005 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_c_005 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_c_005 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_c_005 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_c_005 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_c_005 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_c_005 #userStyle #header .headerMenu .btnBasket .count, .point_color_c_005 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_005 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_c_005 #userStyle .shippingFee .wrap h3, .point_color_c_005 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_c_005 #userStyle #header .titleArea h1, .point_color_c_005 #userStyle #titleArea &gt; h1, .point_color_c_005 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_c_005 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_c_005 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_c_005 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_c_005 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_c_005 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_c_005 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #0000ff
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_c_005 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_c_005 .Point_Color.Point_ON .txtEm, .point_color_c_005 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_c_005 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_005 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_c_005 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_c_005 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_c_005 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_c_005 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_c_005 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_c_005 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_c_005 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_c_005 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_c_005 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_c_005 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_c_005 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_c_005 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_c_005 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_c_005 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_c_005 #userStyle #mCafe24Order .txtEm, .point_color_c_005 #userStyle #mCafe24Order .txtStrong, .point_color_c_005 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_c_005 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_c_005 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_c_005 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_c_005 #userStyle .supplyInfo h3, .point_color_c_005 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_c_005 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_005 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_005 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_c_005 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_c_005 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_c_005 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_c_005 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_c_005 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_c_005 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_c_005 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_c_005 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_c_005 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_c_005 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_c_005 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_c_005 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_c_005 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_c_005 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_c_005 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_005 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_c_005 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_c_005 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_c_005 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_c_005 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_c_005 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_c_005 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_c_005 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_c_005 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_c_005 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_c_005 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_005 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_005 .Point_Color.Point_ON .totalPrice .total, .point_color_c_005 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_c_005 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_c_005 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_c_005 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_c_005 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_c_005 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_c_005 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_c_005 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_c_005 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_005 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_005 .Point_Color.Point_ON .totalPrice .total, .point_color_c_005 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_c_005 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_c_005 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_c_005 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_c_005 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_c_005 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_c_005 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_c_005 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_c_005 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_c_005 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_c_005 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_c_005 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_c_005 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_c_005 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #0000ff
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_005 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_005 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_005 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_005 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_005 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_005 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_005 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_c_005 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_005 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_005 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_c_005 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_c_005 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_005 #userStyle #mCafe24Order .btnSubmit, .point_color_c_005 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_c_005 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #0000ff
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_005 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #0000ff
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */






.point_color_c_006 .Point_Color.Point_ON #logo_line_tll #logo_line &gt; #logo_line_add &gt; .cart_bt a .count,.point_color_c_006 .Point_Color.Point_ON #intro_bn_pop .intro_bn_pop_local_close .pop_today4 + #pop_today4_box, .point_color_c_006 .Point_Color.Point_ON #intro_bn_pop_bt, .point_color_c_006 .Point_Color.Point_ON #logo_line &gt; #logo_line_right &gt; .cart_bt a .count, .point_color_c_006 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .btnSubmit, .point_color_c_006 .Point_Color.Point_ON #logo_line &gt; .cart_bt a .count, .point_color_c_006 .Point_Color.Point_ON #menu_line &gt; .cart_bt a .count, .point_color_c_006 .Point_Color.Point_ON .layout_poll_bt, .point_color_c_006 .Point_Color.Point_ON .map .map_google_info_tll.info_none .map_info_none, .point_color_c_006 .Point_Color.Point_ON .location_find_tll .location_find_list &gt; ul &gt; li.list_vw &gt; .list_bt:before, .point_color_c_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:after, .point_color_c_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .location_find_search_bt span:before, .point_color_c_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:after, .point_color_c_006 .Point_Color.Point_ON #full_page_tab_menu &gt; .brand_list_search_bt span:before, .point_color_c_006 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_006 .Point_Color.Point_ON #top_text_slider_pop .slider-close .pop_today1 + #pop_today1_box, .point_color_c_006 .Point_Color.Point_ON #titleArea .likeButton.selected button strong, .point_color_c_006 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01, .point_color_c_006 .Point_Color.Point_ON #product_list.Sorting_View02 #btnSorting #Sorting_View02, .point_color_c_006 .Point_Color.Point_ON #product_list.Sorting_View01 #btnSorting #Sorting_View01 &gt; span:before, .point_color_c_006 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01, .point_color_c_006 .Point_Color.Point_ON #board_list.Board_Sorting_View02 #board_btnSorting #Board_Sorting_View02, .point_color_c_006 .Point_Color.Point_ON #board_list.Board_Sorting_View01 #board_btnSorting #Board_Sorting_View01 &gt; span:before, .point_color_c_006 .Point_Color.Point_ON .ec-base-product .prdList .likeButton.selected button strong, .point_color_c_006 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_006 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_006 .Point_Color.Point_ON .time_sale #titleArea:after, .point_color_c_006 .Point_Color.Point_ON .time_sale .ec-base-product .prdList &gt; li.time_period_box_on .timer, .point_color_c_006 .Point_Color.Point_ON .map_tll .map_google_bt:before, .point_color_c_006 .Point_Color.Point_ON #brand_list .brand_list_keyword_bt, .point_color_c_006 .Point_Color.Point_ON #left_low_pop_bt, .point_color_c_006 .Point_Color.Point_ON #multi_bn_pop_bt, .point_color_c_006 .Point_Color.Point_ON #left_low_pop .left_low_pop_local_close .pop_today2 + #pop_today2_box, .point_color_c_006 .Point_Color.Point_ON #multi_bn_pop .multi_bn_pop_local_close .pop_today3 + #pop_today3_box, .point_color_c_006 .Point_Color.Point_ON #buttonFix_board .board_btn, .point_color_c_006 .Point_Color.Point_ON .main_on_off_save_bt.point_color_bs, .point_color_c_006 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_006 .Point_Color.Point_ON #board_list &gt; ul &gt; li.fixed_post .txt_subject:before, .point_color_c_006 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_006 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; h1:after, .point_color_c_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_006 .Point_Color.Point_ON #MainSlideMP .slider-container:hover .slider-dots button.slider-dot.active, .point_color_c_006 .Point_Color.Point_ON #MainAccentBN_MP .slider-container:hover .slider-wrapper .slider-slide .description .link_bt:after, .point_color_c_006 .Point_Color.Point_ON #MainTabMP .ec-base-product .prdList &gt; li:hover .description .link_bt:after, .point_color_c_006 .Point_Color.Point_ON #MainTabMP .tab_bt_tll &gt; ul &gt; li.selected:after, .point_color_c_006 .Point_Color.Point_ON #menu_line &gt; .my_page_bt a.my_logon_bt:after, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table tfoot .gLeft, .point_color_c_006 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_006 .Point_Color.Point_ON .xans-product-detail  #buttonFix .soldout_bt, .point_color_c_006 .Point_Color.Point_ON #popup #product_detail_option_layer.ec-base-layer .xans-product-action .ec-base-button &gt; .soldout_bt, .point_color_c_006 .Point_Color.Point_ON .xans-order-basketpackage .ec-base-table tfoot td .gLeft, .point_color_c_006 .Point_Color.Point_ON .xans-project-list &gt; h3, .point_color_c_006 .Point_Color.Point_ON .xans-product-sizeguide .guideBoard tbody th strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-searchdata .searchField .keywordArea .heading, .point_color_c_006 .Point_Color.Point_ON .xans-poll-result .result p.graph span.box span, .point_color_c_006 #userStyle #header .headerMenu .btnBasket .count, .point_color_c_006 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_006 #userStyle #mCafe24Order .autoDiscountLayer &gt; h1, .point_color_c_006 #userStyle .shippingFee .wrap h3, .point_color_c_006 #userStyle #orderFixItem.ec-base-button.gFull [class*="btn"], .point_color_c_006 #userStyle #header .titleArea h1, .point_color_c_006 #userStyle #titleArea &gt; h1, .point_color_c_006 #userStyle #mCafe24Order.xans-order-result .btnSubmit, .point_color_c_006 .Point_Color.Point_ON .xans-member-login .login fieldset &gt; a.btnLogin, .point_color_c_006 .Point_Color.Point_ON .xans-member-join &gt; h3, .point_color_c_006 .Point_Color.Point_ON .xans-member-join .agreeArea .content::-webkit-scrollbar-thumb, .point_color_c_006 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:after, .point_color_c_006 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt:before, .point_color_c_006 .Point_Color.Point_ON .ec-base-paginate.typeMoreview p {background: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** ë°°ê²½ ** â–¼ */                                  
         
    
  #ff00ff
                                  
                                   
!important; }/* #################################################################################################### */
.point_color_c_006 .Point_Color.Point_ON .xans-product-detail .productSet .information .salePrice, .point_color_c_006 .Point_Color.Point_ON .txtEm, .point_color_c_006 .Point_Color.Point_ON #menu_line &gt; .my_page_bt.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a strong, .point_color_c_006 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_006 .Point_Color.Point_ON .header_search &gt; .bestKeyword ul &gt; li:hover &gt; a, .point_color_c_006 .Point_Color.Point_ON #menu_line &gt; .header_multishop.lol_on &gt; .sub_manu_box &gt; ul &gt; li &gt; a .unit, .point_color_c_006 .Point_Color.Point_ON .left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit, .point_color_c_006 .Point_Color.Point_ON .left_category_pg #MYCateList ul li span.count, .point_color_c_006 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; .title, .point_color_c_006 .Point_Color.Point_ON .left_category_pg #slideProjectList &gt; .title, .point_color_c_006 .Point_Color.Point_ON .layout_poll_pg ul li input[type=checkbox]:checked + label, .point_color_c_006 .Point_Color.Point_ON .layout_poll_pg ul li input[type=radio]:checked + label, .point_color_c_006 .Point_Color.Point_ON .ec-base-product .prdList .description ul.spec li.price.sale span span, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderhistorylistitem.ec-base-table td.number p a.line:after, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-asyncbankbook .use, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.gClearLine ~ td.state .txtInfo, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .ec-base-table td.thumb + td.left + td + td + td .txtInfo, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-selectedproduct td.total strong:before, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderhistorydetail .totalDetail .content p, .point_color_c_006 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_optimum_discount_price span, .point_color_c_006 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_coupon_dc_price span, .point_color_c_006 .Point_Color.Point_ON .infoArea .xans-product-detaildesign tbody tr #span_product_price_sale span, .point_color_c_006 #userStyle #mCafe24Order .ec-base-button.gFixed .price em, .point_color_c_006 #userStyle #mCafe24Order .ec-base-prdInfo .description .info li.point, .point_color_c_006 #userStyle #mCafe24Order .ec-base-prdInfo .status, .point_color_c_006 #userStyle #mCafe24Order .txtEm, .point_color_c_006 #userStyle #mCafe24Order .txtStrong, .point_color_c_006 #userStyle #mCafe24Order .deliveryDate .ec-base-help, .point_color_c_006 #userStyle #mCafe24Order .discountDetail .control .inputTypeText, .point_color_c_006 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label, .point_color_c_006 #userStyle #mCafe24Order .product_detail .totalPrice .total, .point_color_c_006 #userStyle .supplyInfo h3, .point_color_c_006 #userStyle #mCafe24Order .ec-area-shipping-companies .segment ul.ec-base-help li.txtEm, .point_color_c_006 #userStyle #mCafe24Order #ec-shop_orderConfirmLayer .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_006 #userStyle #mCafe24Order.xans-order-result .orderArea .totalPrice .ec-base-table .txtStrong, .point_color_c_006 .Point_Color.Point_ON #footer #footer_low .jwg_toggle.fixing .jwg_toggle_bt, .xans-layout-category .sub-category a:hover, .xans-layout-category .sub-category li.selected a, .point_color_c_006 .Point_Color.Point_ON #product_detail_option_layer #totalProducts table .right, .point_color_c_006 .Point_Color.Point_ON #product_detail_option_layer #totalProducts tbody td p.product span.soldOut, .point_color_c_006 .Point_Color.Point_ON #product_detail_option_layer .totalPrice .total, .point_color_c_006 .Point_Color.Point_ON .ec-base-tooltip .txtEm, .point_color_c_006 .Point_Color.Point_ON .xans-board-inquiryhead .information .price, .point_color_c_006 .Point_Color.Point_ON .xans-board-product .information .price, .point_color_c_006 .Point_Color.Point_ON .xans-layout-categorysupplylist .position a:hover, .point_color_c_006 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li &gt; a:hover, .point_color_c_006 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.selected &gt; a, .point_color_c_006 .Point_Color.Point_ON .xans-layout-category .position &gt; ul &gt; li.on &gt; a, .point_color_c_006 .Point_Color.Point_ON .xans-layout-category .sub-category a:hover, .point_color_c_006 .Point_Color.Point_ON .xans-layout-category .sub-category li.selected a, .point_color_c_006 .Point_Color.Point_ON .xans-layout-info li.tel, .point_color_c_006 .Point_Color.Point_ON .xans-layout-logotop a, .point_color_c_006 .Point_Color.Point_ON .xans-layout-searchside .bestKeyword a:hover, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-depositrefundform table .price1, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .desc em, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .order .count, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-orderstate .cs .count, .point_color_c_006 .Point_Color.Point_ON .xans-order-layerbasket.content .totalCount strong, .point_color_c_006 .Point_Color.Point_ON .xans-myshop-layerwish .content p strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-optionselectlayer .productNormal .txtByte strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-optionselectlayer .productSet .txtByte strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts table .right, .point_color_c_006 .Point_Color.Point_ON .xans-product-optionselectlayer #totalProducts tbody td p.product span.soldOut, .point_color_c_006 .Point_Color.Point_ON .xans-product-optionselectlayer .totalPrice .total, .point_color_c_006 .Point_Color.Point_ON .xans-product-recentlist table td.product strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-restocksms .smsArea strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-restockemail .emailArea strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-searchdata .searchResult .record, .point_color_c_006 .Point_Color.Point_ON .xans-product-searchdata .noData &gt; strong.warning, .point_color_c_006 .Point_Color.Point_ON .xans-product-additional .memoCont .text span, .point_color_c_006 .Point_Color.Point_ON .xans-product-additional .minor strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-listcompare .description, .point_color_c_006 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-addoption .txtByte strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-detail .mileage_tooltip .mileage_layer p strong, .point_color_c_006 .Point_Color.Point_ON .xans-product-detail .eventArea h3, .point_color_c_006 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_006 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_006 .Point_Color.Point_ON .totalPrice .total, .point_color_c_006 .Point_Color.Point_ON .xans-product-normalmenu .function .btnCompare:hover, .point_color_c_006 .Point_Color.Point_ON .xans-product-normalmenu .prdCount, .point_color_c_006 .Point_Color.Point_ON .xans-product-normalmenu ul#type li a:hover, .point_color_c_006 .Point_Color.Point_ON .xans-product-recommmail .infomation .price, .point_color_c_006 .Point_Color.Point_ON .xans-search-form .noData &gt; strong.warning, .point_color_c_006 .Point_Color.Point_ON .xans-search-form .searchResult .record, .point_color_c_006 .Point_Color.Point_ON .xans-search-form .searchResult .listType li:hover, .point_color_c_006 .Point_Color.Point_ON .xans-product-zoom .infoArea .xans-product-addoption .txtByte strong, .point_color_c_006 .Point_Color.Point_ON #totalProducts table .right, .point_color_c_006 .Point_Color.Point_ON #totalProducts tbody td p.product span.soldOut, .point_color_c_006 .Point_Color.Point_ON .totalPrice .total, .point_color_c_006 .Point_Color.Point_ON .intro .alert .txtEm, .point_color_c_006 .Point_Color.Point_ON .xans-order-form .payArea .total .price, .point_color_c_006 .Point_Color.Point_ON .xans-order-form .payArea .total .price input#total_price, .point_color_c_006 .Point_Color.Point_ON .xans-order-dcinfo .description .mileage li strong, .point_color_c_006 .Point_Color.Point_ON .xans-order-result .orderInfo p a, .point_color_c_006 .Point_Color.Point_ON .xans-order-result .totalDetail .content p, .point_color_c_006 .Point_Color.Point_ON .xans-coupon-productdetail &gt; .title h3, .point_color_c_006 .Point_Color.Point_ON .xans-member-checkpassword .confirm .info strong, .point_color_c_006 .Point_Color.Point_ON .xans-member-checkunderfourteen .info span, .point_color_c_006 .Point_Color.Point_ON .xans-member-join .joinConfirm .content p strong, .point_color_c_006 .Point_Color.Point_ON .xans-member-joinmapping .boxTitle em, .point_color_c_006 .Point_Color.Point_ON .xans-member-findidresult .findId p.info, .point_color_c_006 .Point_Color.Point_ON .xans-member-findpasswdresult .findPw .desc, .point_color_c_006 .Point_Color.Point_ON .xans-member-joincomplete .joinComplete .desc {color: 
/* ################################################################################################################# */
/* â–¼ ê¸°ë³¸ìƒíƒœ / ë§ˆìš°ìŠ¤ ë¡¤ì˜¤ë²„ - ** í…ìŠ¤íŠ¸ ** â–¼ */
                 
                               
  #ff00ff
                                  
                                   
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_006 .Point_Color.Point_ON #menu_line &gt; .header_multishop:hover &gt; a, .point_color_c_006 .Point_Color.Point_ON #brand_list .keyword_list_tll ul#keyword_list li.on, .point_color_c_006 .Point_Color.Point_ON .ec-base-product .prdList .chk &gt; .compare_chk:checked ~ #compare_chk_box, .point_color_c_006 .Point_Color.Point_ON .compare_tll.chk_box .compare a, .point_color_c_006 .Point_Color.Point_ON #board_list &gt; ul &gt; li &gt; div.content_text .content_btn, .point_color_c_006 .Point_Color.Point_ON.board_review_on #board_list.Board_Sorting_View01 &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_006 .Point_Color.Point_ON.board_add101_on #board_list &gt; .xans-board-fixed &gt; li &gt; div.thumbnail_attach_img:after, .point_color_c_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list, .point_color_c_006 .Point_Color.Point_ON .boardMain &gt; ul &gt; li.best_list &gt; ul &gt; li &gt; span:before, .point_color_c_006 .Point_Color.Point_ON .xans-product-detail .infoArea .xans-product-action .ec-base-button .btnSubmit.soldout_bt, .point_color_c_006 #userStyle #mCafe24Order .payMethod &gt; li.selected &gt; .inner, .point_color_c_006 #userStyle #mCafe24Order .payMethod &gt; li .inner &gt; .ec-base-label &gt; input:checked ~ label , .point_color_c_006 #userStyle #mCafe24Order .ec-order-button-list .ec-base-label input:checked + .text, .point_color_c_006 #userStyle #mCafe24Order .btnSubmit, .point_color_c_006 .Point_Color.Point_ON .xans-member-join .agreeArea .check, .point_color_c_006 .Point_Color.Point_ON .xans-member-join .agreeArea .content {border: 1px solid
/* ################################################################################################################# */
/* â–¼ ** í…Œë‘ë¦¬ ì&nbsp;„ì²´ ë¼ì¸ 1px ** â–¼ */                    
                                  
                                  
  #ff00ff
                                  
                                  
!important; }/* #################################################################################################### */
/* ################################################################################################################# */
.point_color_c_006 .Point_Color.Point_ON .left_category_pg #slideCateList &gt; ul li.selected &gt; a.view { background:
/* ################################################################################################################# */
/* â–¼ ** ì¶”ê°€ ** â–¼ */                    
                                  
                                  
  #ff00ff
                                    
                                  
url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico_w.png") no-repeat center center !important; background-size:9px 9px; }/* ######### */
/* ################################################################################################################ */











/* í¬ì¸íŠ¸ ì»¬ëŸ¬ ì»¨íŠ¸ë¡¤ëŸ¬ ë…¸ì¶œì—¬ë¶€ */
.main_on_off_controller_add_off .main_on_off_save_bt, /* ì¶”ê°€íŽ˜ì´ì§€ */
.main_on_off_controller_off .main_on_off_save_bt { display:none !important; }/* ê³µí†µíŽ˜ì´ì§€ */

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
.main_on_off_controller_add_off .main_on_off_save_bt, /* ì¶”ê°€íŽ˜ì´ì§€ */
.main_on_off_controller_off .main_on_off_save_bt { display:none !important; }/* ê³µí†µíŽ˜ì´ì§€ */
    
}
/*####################################################################################################################################################################################*/






/* ì˜¨ ì˜¤í”„ ë¯¸ë¦¬ë³´ê¸° ë²„íŠ¼ */
.main_on_off_save_bt {
	display:block;
    position:fixed; 
    right: 15px;
    bottom:15px; 
    width:40px;
    height:26px;
    z-index:200;
	text-align:center;
    text-decoration:none;
    padding:7px 0; 
    margin:0; 
    border:0;
    cursor: pointer;
    background: rgba( 255,255,255,1 );
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -ms-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
}


/* ì„¤ë¬¸ì¡°ì‚¬ ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.poll_on .main_on_off_save_bt {
    bottom:65px;
}
/* ìƒ‰ìƒ íŒ”ë&nbsp;ˆíŠ¸ ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.point_color_save_on .main_on_off_save_bt {
    bottom:65px;
}
/* ì„¤ë¬¸ì¡°ì‚¬/ìƒ‰ìƒ íŒ”ë&nbsp;ˆíŠ¸ ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.poll_on.point_color_save_on .main_on_off_save_bt {
    bottom:115px;
}







.main_on_off_save_bt &gt; span {
	position:relative;
	display:block;
	vertical-align:top;
    width:20px;
    height:10px;
    line-height:10px;
	margin:2px 10px;
	padding:0 2px;
	font-size:10px;
	font-size:0px;
	color:rgba( 0, 0, 0, 0.8 );
    font-weight:bold;
	text-align:right;
	border:1px solid rgba( 0, 0, 0, 0.7 );
    background:rgba( 0, 0, 0, 0 );
    box-sizing: border-box;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.main_on_off_save_bt &gt; span.save_bt02 {
	border:1px solid rgba( 0, 0, 0, 0.3 );
}
.main_on_off_save_bt:hover &gt; span {
	border:1px solid rgba( 0, 0, 0, 0.3 );
}
.main_on_off_save_bt:hover &gt; span.save_bt02 {
	border:1px solid rgba( 0, 0, 0, 0.7 );
}
.main_on_off_save_bt &gt; span:after {
	vertical-align:top;
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    font-size: 0px;
    width: 6px;
    height: 6px;
    padding: 0;
    text-align: center;
    text-decoration: none;
	border:0;
    background:rgba( 0, 0, 0, 0.7 );
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    
    -moz-animation: animateleft 0.2s ease-in-out;
    -webkit-animation: animateleft 0.2s ease-in-out;
    animation: animateleft 0.2s ease-in-out;

    -moz-animation-name: on_off_save_button_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: on_off_save_button_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: on_off_save_button_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
.main_on_off_save_bt:hover &gt; span:after {
    left: -moz-calc(100% - 7px);
    left: -webkit-calc(100% - 7px);
    left: -o-calc(100% - 7px);
    left: calc(100% - 7px);
    background:rgba( 0, 0, 0, 0.3 );
}
.main_on_off_save_bt &gt; span.save_bt02:after {
    left:auto;
    right:1px;
    background:rgba( 0, 0, 0, 0.3 );
}
.main_on_off_save_bt:hover &gt; span.save_bt02:after {
    right: -moz-calc(100% - 7px);
    right: -webkit-calc(100% - 7px);
    right: -o-calc(100% - 7px);
    right: calc(100% - 7px);
    background:rgba( 0, 0, 0, 0.7 );
}

    
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë²„íŠ¼ */
.main_on_off_save_bt {
	right:20px;
	bottom:20px;
    width:50px;
    height:26px;
	padding:12px 0;
}
/* ì„¤ë¬¸ì¡°ì‚¬ ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.poll_on .main_on_off_save_bt {
    bottom:85px;
}
/* ìƒ‰ìƒ íŒ”ë&nbsp;ˆíŠ¸ ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.point_color_save_on .main_on_off_save_bt {
    bottom:85px;
}
/* ì„¤ë¬¸ì¡°ì‚¬/ìƒ‰ìƒ íŒ”ë&nbsp;ˆíŠ¸ ë…¸ì¶œ ìœ&nbsp;ë¬´ ì²´í¬ */
.poll_on.point_color_save_on .main_on_off_save_bt {
    bottom:150px;
}
    
    
    
    
    

.main_on_off_save_bt &gt; span {
	margin:2px 15px;
}
    
    
    
    
    
.main_on_off_save_bt:before {
    width:128px;
	line-height:36px;
	font-size:13px;
}
    
}
/*####################################################################################################################################################################################*/

/* ë¡¤ì˜¤ë²„ì‹œ ëª…ì¹­ ì•ˆë‚´ */
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { /* *** PC í™”ë©´ ì‹œìž‘ *** */
    
.main_on_off_save_bt:hover:before { 
	display:inline-block;
    position:absolute; 
    right:100%;
    top:50%;
    width:auto;
    height:26px; 
    line-height:26px; 
	text-align:center;
    font-size:11px;
    color:rgba( 0, 0, 0, 1 );
    margin:-13px 10px 0 0;
    padding:0 15px;
    background:rgba( 0, 0, 0, 0.05 );
    
    border: 1px solid #e8e8e8;
    background:#fff;
    
    z-index:1;
    
    white-space : nowrap; /* ê°€ë¡œ í¬ê¸° ì—†ì´ ì¤„ë„˜ì¹¨ ë°©ì§€ */
    
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );

    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
}
.main_on_off_save_bt:hover:before { 
    content:"ì˜¨ ì˜¤í”„ ë¯¸ë¦¬ë³´ê¸°"; 
    -moz-animation-name: main_on_off_save_bt_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: main_on_off_save_bt_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: main_on_off_save_bt_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
/* ì„œë¸Œë©”ë‰´ ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì‹¤í–‰ */
@keyframes main_on_off_save_bt_before {
	0% {
    margin:-13px 0px 0 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin:-13px 10px 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}

}/* **************************************************************** */
/* ***************************************************************** */







/* ì˜¨ì˜¤í”„ ë¯¸ë¦¬ë³´ê¸° ë°•ìŠ¤ */
#main_on_off_save {
    z-index: 750;
    display:none;
    position: fixed;
    overflow: hidden;
    bottom:0;
    right:0;
    width:70%;
    height:100%;
    padding: 0;
    margin: 0;
    border: 0px;
    background:#fff;
    border-left:1px solid #e8e8e8; 
    
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    
    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    
    -moz-animation-name: main_on_off_save;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: main_on_off_save;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: main_on_off_save;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
#main_on_off_save.on { display:block; }

@keyframes main_on_off_save {
	0% {
    margin: 0 -15px 0 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin: 0 0 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}
/* ê°€ë¡œ í™”ë©´ ì´ë¯¸ì§€ ê³&nbsp;ì&nbsp;•ê°’ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
#main_on_off_save {
    width:60%;
}
    
}
/*####################################################################################################################################################################################*/


/* íƒœë¸”ë¦¿ í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 450px) {
    
#main_on_off_save {
    width:280px;
}
    
}
/*####################################################################################################################################################################################*/
  

/* íƒœë¸”ë¦¿ í™”ë©´ - ê°€ë¡œ í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 450px) {
@media only screen and (orientation:landscape){
    
#main_on_off_save {
    width:300px;
}
    
} 
}
/*####################################################################################################################################################################################*/
  

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
#main_on_off_save {
    width: 300px;
} 
    
}
/*####################################################################################################################################################################################*/
   



/* ë‹«ê¸° */
#main_on_off_save .main_on_off_save_close {
	position:absolute;
    right:0px; 
    top:0px; 
    width:50px; 
    height:50px; 
    margin:0; 
    padding:0;
    outline-style:none; 
    cursor:pointer;
    font-size:0px; 
    text-align:center;
    border:0px solid #e8e8e8; 
    border-right:0px; 
    border-top:0px; 
    background:rgba( 255,255,255,0 );
    z-index:10505;
}
#main_on_off_save .main_on_off_save_close:after,
#main_on_off_save .main_on_off_save_close:before {
    position: absolute;
	left:50%;
    top:50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width:34px;
    height: 2px;
    padding: 0;
    margin: 0px 0 0 -17px;
    background: #111;
}
#main_on_off_save .main_on_off_save_close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main_on_off_save .main_on_off_save_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* íƒ€ì´í‹€ */
#main_on_off_save .main_on_off_save_title {
	display:block;
	position:relative;
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: calc(100% - 26px);
	line-height:50px;
    padding: 0 13px;
    margin: 0;
	text-decoration:none;
	font-size:16px;
	color:#000;
    font-weight: bold;
	outline:none;
	border-bottom:1px solid #e8e8e8;
}
/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* íƒ€ì´í‹€ */
#main_on_off_save .main_on_off_save_title {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 0 20px;
}
    
}
/*####################################################################################################################################################################################*/
   




/* ì•ˆë‚´ ë¬¸êµ¬ */
#main_on_off_save .main_on_off_save_text {
	display:block;
    overflow: hidden;
    overflow-x: auto;
	position:relative;
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: calc(100% - 26px);
    height:auto;
	line-height:10px;
    padding: 13px;
    margin: 0;
	text-decoration:none;
	font-size:14px;
	color:#999;
    font-weight:500;
	outline:none;
	border-bottom:1px solid #e8e8e8;
	background:#f9f9f9;
    white-space: nowrap;
}
#main_on_off_save .main_on_off_save_text::-webkit-scrollbar {
	width:4px;
    height:4px;
}
#main_on_off_save .main_on_off_save_text::-webkit-scrollbar-thumb {
    background:rgba( 0, 0, 0, 0.8 );
}
#main_on_off_save .main_on_off_save_text::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0 );
}
#main_on_off_save .main_on_off_save_text .br_none { display:none; }
/* ê°€ë¡œ í™”ë©´ ì´ë¯¸ì§€ ê³&nbsp;ì&nbsp;•ê°’ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
/* ì•ˆë‚´ ë¬¸êµ¬ */
#main_on_off_save .main_on_off_save_text {
	line-height:20px;
}
#main_on_off_save .main_on_off_save_text br { display:none; }
    
}
/*####################################################################################################################################################################################*/

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* ì•ˆë‚´ ë¬¸êµ¬ */
#main_on_off_save .main_on_off_save_text {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	line-height:20px;
    padding: 13px 20px;
	font-size:13px;
    white-space: normal;
}
#main_on_off_save .main_on_off_save_text br { display:inline-block; line-height:8px; }
#main_on_off_save .main_on_off_save_text .br_none { display:block; line-height:20px; }
    
}
/*####################################################################################################################################################################################*/
   




/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ íŽ˜ì´ì§€ */
#main_on_off_save ul.main_on_off_save_pg {
	display:block;
    overflow: hidden;
    overflow-y: auto;
	position:relative;
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: calc(100% - 26px);
    height: -moz-calc(100% - 162px);
    height: -webkit-calc(100% - 162px);
    height: -o-calc(100% - 162px);
    height: calc(100% - 162px);
    padding:15px 13px;
    margin:0;
	outline:none;
	text-align:left;
	font-size:0px;
	background:#fff;
}
#main_on_off_save ul.main_on_off_save_pg::-webkit-scrollbar {
	width:4px;
    height:4px;
}
#main_on_off_save ul.main_on_off_save_pg::-webkit-scrollbar-thumb {
    background:rgba( 0, 0, 0, 0.8 );
}
#main_on_off_save ul.main_on_off_save_pg::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0 );
}
/* ê°€ë¡œ í™”ë©´ ì´ë¯¸ì§€ ê³&nbsp;ì&nbsp;•ê°’ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ íŽ˜ì´ì§€ */
#main_on_off_save ul.main_on_off_save_pg {
    height: -moz-calc(100% - 132px);
    height: -webkit-calc(100% - 132px);
    height: -o-calc(100% - 132px);
    height: calc(100% - 132px);
}
    
}
/*####################################################################################################################################################################################*/

/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
/* í¬ì¸íŠ¸ ìƒ‰ìƒ ë°•ìŠ¤ íŽ˜ì´ì§€ */
#main_on_off_save ul.main_on_off_save_pg {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -moz-calc(100% - 274px);
    height: -webkit-calc(100% - 274px);
    height: -o-calc(100% - 274px);
    height: calc(100% - 274px);
    padding:20px;
}
    
}
/*####################################################################################################################################################################################*/
   



#main_on_off_save ul.main_on_off_save_pg li {
	display:block;
    overflow: hidden;
	position:relative;
    width:100%;
    height:auto;
    padding:20px 0;
    margin:0;
	outline:none;
	font-size:0px;
	text-align:left;
	border-top:1px solid #e8e8e8;
	background:#fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
}
#main_on_off_save ul.main_on_off_save_pg li:first-child {
    padding:5px 0 20px;
	border-top:0px solid #e8e8e8;
}
#main_on_off_save ul.main_on_off_save_pg li &gt; img {
	display:inline-block;
    overflow: hidden;
	position:relative;
    width:100px;
    height:auto;
    padding:0;
    margin:0 10px 0 0;
	outline:none;
	border:2px solid #111;
	background:#fff;
    box-sizing: border-box;
    
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#main_on_off_save ul.main_on_off_save_pg li.module001_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module002_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module003_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module004_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module005_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module006_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module007_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module008_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module009_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module010_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module011_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module012_off &gt; img,
#main_on_off_save ul.main_on_off_save_pg li.module013_off &gt; img {
	border:2px solid #ccc;
    
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
#main_on_off_save ul.main_on_off_save_pg li &gt; span {
	vertical-align:top;
	display:inline-block;
    overflow: hidden;
	position:relative;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: calc(100% - 110px);
    height:auto;
    padding:4px 0 0;
    margin:0;
	outline:none;
	background:#fff;

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#main_on_off_save ul.main_on_off_save_pg li.module001_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module002_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module003_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module004_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module005_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module006_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module007_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module008_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module009_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module010_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module011_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module012_off &gt; span,
#main_on_off_save ul.main_on_off_save_pg li.module013_off &gt; span {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
#main_on_off_save ul.main_on_off_save_pg li &gt; span &gt; p.text_p01 {
	vertical-align:top;
	display:inline-block;
    overflow: hidden;
	position:relative;
    width:auto;
    height:auto;
    line-height:20px;
    padding:0 5px;
    margin:0;
	text-decoration:none;
	font-size:12px;
	color:#fff;
    font-weight:normal;
	outline:none;
	border:0px solid #e8e8e8;
	background:#111;
    
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
#main_on_off_save ul.main_on_off_save_pg li &gt; span &gt; p.text_p02 {
	vertical-align:top;
	display:block;
    overflow: hidden;
	position:relative;
    width:auto;
    height:auto;
    line-height:20px;
    padding:0;
    margin:0;
	text-decoration:none;
	font-size:13px;
	color:#111;
    font-weight:bold;
	outline:none;
	background:#fff;
}
#main_on_off_save ul.main_on_off_save_pg li button {
    display:block;
	vertical-align:top;
    overflow: hidden;
	position:absolute;
	left:110px;
	bottom:24px;
    width:70px;
    height:26px;
    line-height:22px;
    padding:0 5px;
    margin: 0;
	text-decoration:none;
	font-size:13px;
	color:#fff;
    font-weight:bold;
	outline:none;
    text-align:left;
	border:2px solid #111;
    background:#111;
    box-sizing: border-box;
    
    border-radius:13px;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    
    -moz-animation: animateleft 0.2s ease-in-out;
    -webkit-animation: animateleft 0.2s ease-in-out;
    animation: animateleft 0.2s ease-in-out;

    -moz-animation-name: on_off_save_button;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: on_off_save_button;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: on_off_save_button;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
@keyframes on_off_save_button {
	0% {
	border:2px solid #ccc;
    background:#ccc;
    }
	100% {
	border:2px solid #111;
    background:#111;
	}  
}
#main_on_off_save ul.main_on_off_save_pg li button:nth-last-child(2) {
    display:none;
	text-align:right;
	border:2px solid #ccc;
    background:#ccc;
    
    -moz-animation-name: on_off_save_button2;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: on_off_save_button2;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: on_off_save_button2;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
@keyframes on_off_save_button2 {
	0% {
	border:2px solid #111;
    background:#111;
    }
	100% {
	border:2px solid #ccc;
    background:#ccc;
	}  
}

#main_on_off_save ul.main_on_off_save_pg li button:before {
	vertical-align:top;
    position: absolute;
    left: -moz-calc(100% - 20px);
    left: -webkit-calc(100% - 20px);
    left: -o-calc(100% - 20px);
    left: calc(100% - 20px);
    top: 3px;
    content: "";
    font-size: 0px;
    width: 16px;
    height: 16px;
    padding: 0;
    text-align: center;
    text-decoration: none;
	border:0;
    background:#fff;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    -moz-animation: animateleft 0.2s ease-in-out;
    -webkit-animation: animateleft 0.2s ease-in-out;
    animation: animateleft 0.2s ease-in-out;

    -moz-animation-name: on_off_save_button_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: on_off_save_button_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: on_off_save_button_before;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
@keyframes on_off_save_button_before {
	0% {
    left:3px;
    }
	100% {
    left: -moz-calc(100% - 20px);
    left: -webkit-calc(100% - 20px);
    left: -o-calc(100% - 20px);
    left: calc(100% - 20px);
	}  
}
#main_on_off_save ul.main_on_off_save_pg li button:nth-last-child(2):before {
    left: 3px;
    -moz-animation-name: on_off_save_button_before2;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: on_off_save_button_before2;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: on_off_save_button_before2;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
@keyframes on_off_save_button_before2 {
	0% {
    left: -moz-calc(100% - 20px);
    left: -webkit-calc(100% - 20px);
    left: -o-calc(100% - 20px);
    left: calc(100% - 20px);
    }
	100% {
    left:3px;
	}  
}

/* ê°€ë¡œ í™”ë©´ ì´ë¯¸ì§€ ê³&nbsp;ì&nbsp;•ê°’ */ 
/*####################################################################################################################################################################################*/
@media only screen and (orientation:landscape){
    
}
/*####################################################################################################################################################################################*/





/* ë¡œì»¬ ì&nbsp;€ìž¥ì‹œ - ì˜¨ ì˜¤í”„ ë²„íŠ¼ */
#main_on_off_save ul.main_on_off_save_pg li.module001_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module001_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module002_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module002_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module003_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module003_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module004_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module004_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module005_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module005_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module006_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module006_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module007_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module007_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module008_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module008_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module009_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module009_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module010_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module010_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module011_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module011_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module012_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module012_on button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module013_off button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module013_on button:nth-last-child(2) { display:none; }

#main_on_off_save ul.main_on_off_save_pg li.module001_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module001_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module002_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module002_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module003_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module003_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module004_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module004_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module005_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module005_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module006_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module006_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module007_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module007_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module008_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module008_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module009_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module009_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module010_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module010_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module011_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module011_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module012_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module012_off button:nth-last-child(2),
#main_on_off_save ul.main_on_off_save_pg li.module013_on button:nth-last-child(1),
#main_on_off_save ul.main_on_off_save_pg li.module013_off button:nth-last-child(2) { display:block; }





/* ë¡œì»¬ ì&nbsp;€ìž¥ì‹œ - ë©”ì¸ ëª¨ë“ˆ */
#main_module:nth-child(1) {z-index:3;}
#main_module:nth-child(2) {z-index:2;}
#main_module:nth-child(3) {z-index:1;}
#main_module {
    position:relative;
    top:auto;
    left:0;
	display:block;
	width:100%;
    padding:0;
    margin:0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#main_module.module001_off,
#main_module.module002_off,
#main_module.module003_off,
#main_module.module004_off,
#main_module.module005_off,
#main_module.module006_off,
#main_module.module007_off,
#main_module.module008_off,
#main_module.module009_off,
#main_module.module010_off,
#main_module.module011_off,
#main_module.module012_off,
#main_module.module013_off {
    position: absolute;
    top:0;
    left:-100%;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}







/* PC í™”ë©´ */
/*####################################################################################################################################################################################*/
@media only screen and (min-width: 1000px) {
    
    
}
/*####################################################################################################################################################################################*/
   











/* ë‹«ê¸° */
.left_category_close {
    display:none;
    position:fixed; 
    right:15px; 
    top:15px; 
    width:50px; 
    height:50px; 
    margin:0; 
    padding:0;
    outline-style:none; 
    cursor:pointer;
    font-size:0px; 
    text-align:center;
    border:0px solid #ddd; 
    background: rgba( 0,0,0,0.1 );
    z-index:10505;
    
    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    
    -moz-animation-name: left_category_close;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: left_category_close;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: left_category_close;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
.left_category_close.fixing { display:block; }

@keyframes left_category_close {
	0% {
    margin: -15px 0 0 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin:0 0 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}
/* ***************************************************************** */
@media only screen and (min-width: 420px) { 
    
.left_category_close {
    top:10px;
    right:auto;
    left:350px; 
    margin:0 0 0 10px; 
    background: rgba( 0,0,0,0.8 );
}
@keyframes left_category_close {
	0% {
    margin: -15px 0 0 10px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin:0 0 0 10px;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}
    
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
.left_category_close {
}
    
}
/* ***************************************************************** */
.left_category_close:after,
.left_category_close:before {
    position: absolute;
	left:50%;
    top:50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width:34px;
    height: 2px;
    padding: 0;
    margin: 0px 0 0 -17px;
    background: #111;
}
/* ***************************************************************** */
@media only screen and (min-width: 420px) { 
    
.left_category_close:after,
.left_category_close:before {
    background: #fff;
}
    
}
/* ***************************************************************** */
.left_category_close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left_category_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* ë°±ê·¸ë¼ìš´ë“œ */
.left_category_bg {
    z-index: 8990;
    display:none;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    padding: 0;
    margin: 0;
    border: 0px;
    background:rgba( 255,255,255,0.01 );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);

    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    
    -moz-animation-name: left_category_bg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: left_category_bg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: left_category_bg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
.left_category_bg.fixing { display:block; }

@keyframes left_category_bg {
	0% {
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}



/* íŽ˜ì´ì§€ */
.left_category_pg { 
    z-index:10502;
    display:none;
    
    position: fixed;
    overflow: hidden;
    overflow-y:auto; 
    top: 50%;
    left: 0;
    width: 100%;
    
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -o-calc(100% - 50px);
    height: calc(100% - 50px);
    
    max-height: -moz-calc(100% - 50px);
    max-height: -webkit-calc(100% - 50px);
    max-height: -o-calc(100% - 50px);
    max-height: calc(100% - 50px);
    padding: 0 0 50px;
    margin: 0 0 0 0;
    border: 0px;
    background:#fff;
    
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    
    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    
    -moz-animation-name: left_category_pg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: left_category_pg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: left_category_pg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
} 
.left_category_pg.fixing { display:block; }

@keyframes left_category_pg {
	0% {
    margin: -15px 0 0 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin: 0 0 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}

.left_category_pg::-webkit-scrollbar {
	width:2px;
}
.left_category_pg::-webkit-scrollbar-thumb {
    background:rgba( 0, 0, 0, 0.2 );
}
.left_category_pg::-webkit-scrollbar-track {
    background:rgba( 0, 0, 0, 0.05 );
}

/* ***************************************************************** */
@media only screen and (min-width:420px) { 

.left_category_pg {
    width:350px; 
    left:0;
    margin: 0;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
    -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.1 );
}
@keyframes left_category_pg {
	0% {
    margin: 0 0 0 -50px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin: 0 0 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}
    
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
.left_category_pg { 
}
    
}
/* ***************************************************************** */









/* ë©€í‹°ìƒµ */
.left_category_pg &gt; .multishop {
    position: relative;
	display:block;
    width: 100%;
    height: 30px;
    padding: 20px 0 0;
    margin: 0;
    border:0px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.left_category_pg &gt; .multishop a.multishop_bt {
    position: relative;
    float: left;
    width: auto;
    height: 30px;
    margin: 0;
    padding:0 20px;
    text-align: center;
	cursor:pointer;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    
    border: rgba(0,0,0,0.15) solid 0px;
    background: rgba(0,0,0,0.0);
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.left_category_pg &gt; .multishop.fixing a.multishop_bt {
}
.left_category_pg &gt; .multishop a.multishop_bt &gt; strong {
	position:relative;
	vertical-align:top;
	display:inline-block;
    line-height: 30px;
}
.left_category_pg &gt; .multishop a.multishop_bt &gt; span {
	position:relative;
	vertical-align:top;
	display:inline-block;
    width: 18px;
    height: 30px;
    margin:0 0 0 3px;
    padding: 0;   
}
.left_category_pg &gt; .multishop a.multishop_bt &gt; span:after,
.left_category_pg &gt; .multishop a.multishop_bt &gt; span:before {
    position: absolute;
	left:50%;
    top:50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width:8px;
    height: 1px;
    padding: 0;
    margin: 0 0 0 -6px;
    background: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.left_category_pg &gt; .multishop a.multishop_bt &gt; span:after {
    margin: 0px 0 0 -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left_category_pg &gt; .multishop a.multishop_bt &gt; span:before {
    margin: 0px 0 0 -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left_category_pg &gt; .multishop.fixing a.multishop_bt &gt; span:after {
    width:14px;
    margin: 0 0 0 -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left_category_pg &gt; .multishop.fixing a.multishop_bt &gt; span:before {
    width:14px;
    margin: 0 0 0 -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* ì„œë¸ŒíŽ˜ì´ì§€ */
.left_category_pg &gt; .multishop &gt; ul {
    z-index: 2;
	display:none;
	position:absolute;
    top:55px;
    left: 7px;
    width: 160px;
    height: auto;
    padding: 10px 0;
    margin: 0;
    border: 0px solid rgba( 0,0,0,0.1);
    border-top: 1px solid rgba( 0,0,0,0.08);
    
    border-radius:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    
    -webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 );
    -moz-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 );
    box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 );
    
    background:rgba( 255, 255, 255, 1 );
    
    -moz-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    -webkit-animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    animation: animateleft 0.2s cubic-bezier(0.38, 1.4, 0.78, 1.26);
    
    -moz-animation-name: m_multishop_pg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    -webkit-animation-name: m_multishop_pg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
    animation-name: m_multishop_pg;/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì´ë¦„ */
}
.left_category_pg &gt; .multishop.fixing &gt; ul { display:block; }

/* ì„œë¸Œë©”ë‰´ ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì‹¤í–‰ */
@keyframes m_multishop_pg {
	0% {
    margin:15px 0 0 0;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    }
	100% {
    margin:0 0 0 0;
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}  
}

.left_category_pg &gt; .multishop &gt; ul &gt; li {
	position:relative;
	margin:0;
	padding:0;
	vertical-align:top;
	display:block;
    width: 100%;
}
.left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a {
	position:relative;
	vertical-align:top;
	display:block;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
	margin:0;
    padding: 0 16px;
    color: #333;
    font-weight: 400;
    text-align: left;
}
.left_category_pg &gt; .multishop &gt; ul &gt; li &gt; a .unit {
    position: absolute;
    right: 15px;
    top: 1px;
    font-size: 11px;
    color: #999;
}



















.left_category_pg #MYCateList { 
	display:block;
    position:relative;  
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height:auto; 
    margin:0; 
    padding:20px 20px 30px; 
    background:#fff;
	border-bottom:6px solid #e8e8e8;
}
.left_category_pg #MYCateList:after{
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}

.left_category_pg #MYCateList .title {
	display:block;
    position:relative;  
    line-height:45px; 
    font-size:16px; 
    color:#111;
    font-weight: bold;
    text-decoration:none;  
    text-align:left; 
    margin:0 0 5px; 
    padding:0; 
}
.left_category_pg #MYCateList ul {
	display:block;
    position:relative;  
    width:100%;
    height:auto; 
    margin:0; 
    padding:0; 
    font-size:0px; 
    text-align:left; 
}
.left_category_pg #MYCateList ul li { 
	vertical-align:top;
	display:inline-block;

    position:relative;
    width:33.333%;
    height:auto; 
    padding:0;
    margin:0; 
    text-align:left; 
}
.left_category_pg #MYCateList ul li a {
	vertical-align:top;
	display:inline-block;
    position:relative;  
    line-height:40px; 
    font-size: 14px;
    color:#333;
    font-weight: bold;
    text-decoration:none;  
    text-align:left; 
    margin:0; 
    padding:0; 
}
.left_category_pg #MYCateList ul li span.count {
	vertical-align:top;
	display:inline-block;
    position:relative;  
    line-height:40px; 
    font-size:14px; 
    color:#333;
    font-weight: 500;
    text-decoration:none;  
    text-align:left; 
    margin:0; 
    padding:0 0 0 5px; 
}
.left_category_pg #MYCateList .low_bt a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    margin: 15px 0 0;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;

    -webkit-transition: color 0.2s, border 0.2s ease-in-out;
    -moz-transition: color 0.2s, border 0.2s ease-in-out;
    -ms-transition: color 0.2s, border 0.2s ease-in-out;
    -o-transition: color 0.2s, border 0.2s ease-in-out;
    transition: color 0.2s, border 0.2s ease-in-out;
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
.left_category_pg #MYCateList .low_bt a:hover {
    border: 1px solid #111;
}
    
}
/* ***************************************************************** */



/* ì¶”ê°€ ë²„íŠ¼ë“¤ */
.left_category_pg #MYCateList .add_Layout_Banner {
    display:none;
    margin:15px 0 0; 
    padding:20px 0; 
    border: 1px solid #e8e8e8;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
}
.left_category_pg #MYCateList .add_Layout_Banner.on { display:block; }

.left_category_pg #MYCateList .add_Layout_Banner &gt; li {
	text-align:center;
    padding:12px 0 17px; 
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a {
	position:relative;
    display: block;
    width: 100%;
    font-size: 13px;
	text-align:center;
    line-height:20px; 
    padding:0 10px; 
    box-sizing: border-box;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a &gt; span {
	position:relative;
    display: block;
    width: 100%;
    height:35px; 
    margin:0; 
    padding:0 0 5px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.giftBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/gift_ico_m_80.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.opdiaryBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/opdiary_ico_m_80.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.sosBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/sos_ico_m_80.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.attendBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/attend_ico_m_80.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.couponzoneBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/coupon_ico_m_80.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.calendarBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/calendar_ico_m_80.png") no-repeat center top;
    background-size: 35px 35px;
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.giftBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/gift_ico_35.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.opdiaryBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/opdiary_ico_35.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.sosBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/sos_ico_35.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.attendBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/attend_ico_35.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.couponzoneBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/coupon_ico_35.png") no-repeat center top;
    background-size: 35px 35px;
}
.left_category_pg #MYCateList .add_Layout_Banner &gt; li &gt; a.calendarBanner &gt; span {
    background: rgba( 0,0,0,0 ) url("//licotelife.com/web/upload/jwgimg/calendar_ico_35.png") no-repeat center top;
    background-size: 35px 35px;
}
    
}
/* ***************************************************************** */









.left_category_pg #slideCateList {
	display:block;
    position:relative;  
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height:auto; 
    margin:0; 
    padding:30px 20px 20px; 
    
    background: #fff;
    border-bottom: 6px solid #e8e8e8;
}
.left_category_pg #slideCateList:after{
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}

.left_category_pg #slideCateList &gt; .title {
	display:block;
    position:relative;  
    line-height:20px; 
    font-size:15px; 
    color:#111;
    font-weight: 500;
    text-decoration:none;  
    text-align:left; 
    margin:0 0 20px; 
    padding:0; 
}
.left_category_pg #slideCateList &gt; ul {
	display:block;
    position:relative;  
    width:100%;
    height:auto; 
    margin:0; 
    padding:0; 
    font-size:0px; 
    text-align:left; 
}
.left_category_pg #slideCateList &gt; ul li { 
	vertical-align:top;
	display:block;
    position:relative;
    width:100%%;
    height:auto; 
    padding:0;
    margin:0; 
    font-size:0px; 
    text-align:left; 
}
.left_category_pg #slideCateList &gt; ul li &gt; a {
	overflow:hidden;
	vertical-align:top;
	display:block;
    position:relative;  
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    line-height:50px; 
    font-size:14px; 
    color:#111;
    font-weight: bold;
    text-decoration:none;  
    text-align:left; 
    margin:0; 
    padding:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a { padding:0 0 0 19px; }
    
/* í´ë¦­ìƒíƒœ ìƒ‰ìƒ */
.left_category_pg #slideCateList &gt; ul li.selected &gt; a {}
.left_category_pg #slideCateList &gt; ul li &gt; a.view {
	position:absolute;
	right:0;
	top:6px;
    width:28px;
    height:28px;
    margin:0 0 0 0; 
    padding:0; 
    font-size:0px !important; 
    background:#eee url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico.png") no-repeat center center; 
    background-size:9px 9px; 
    border:0px solid #e8e8e8; 
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.left_category_pg #slideCateList &gt; ul li.selected &gt; a.view {
    background:#ccc url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico.png") no-repeat center center; 
    background-size:9px 9px; 
}
.left_category_pg #slideCateList &gt; ul li.noChild &gt; a {
    background:rgba( 0, 0, 0, 0 ) url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico.png") no-repeat 3px center; 
    background-size:9px 9px; 
}
.left_category_pg #slideCateList &gt; ul li.noChild &gt; a.view {
    z-index:1;
	display:block;
	position:absolute;
	right:auto;
	left:0;
	top:0;
    width:100%;
    height:100%;
    font-size:0px; 
    margin:0; 
    background:rgba( 0, 0, 0, 0 );
    border:0px solid #e8e8e8; 
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* ì¤‘ë¶„ë¥˜ */
.left_category_pg #slideCateList &gt; ul &gt; li ul {
	position:relative;
	display:block;
    height: auto;
    padding: 5px 0 20px 7px;
    margin: 0;
	border-bottom:0px solid #e8e8e8;
}
.left_category_pg #slideCateList &gt; ul &gt; li ul.slideSubMenu li { 
	vertical-align:top;
	display:block;
    position:relative;
    width:100%;
    height:auto; 
    padding:0;
    margin:0; 
    text-align:left; 
}
.left_category_pg #slideCateList &gt; ul &gt; li ul.slideSubMenu li &gt; a {
    font-size:14px; 
    line-height:40px; 
    font-weight:normal;
}

.left_category_pg #slideCateList &gt; ul &gt; li ul.slideSubMenu li &gt; a.view {
    top: 7px;
}
.left_category_pg #slideCateList &gt; ul &gt; li ul.slideSubMenu li.noChild &gt; a {
    top: 0px;
    background:rgba( 0, 0, 0, 0 ) url("//ecimg.cafe24img.com/pg439b66684556086/braintech77/web/upload/jwgimg/cate01_ico.png") no-repeat 3px center; 
    background-size:9px 9px; 
}
.left_category_pg #slideCateList &gt; ul &gt; li ul.slideSubMenu li.noChild &gt; a.view {
    background:rgba( 0, 0, 0, 0 ); 
}
/* ì¤‘ - í•˜ìœ„ë¶„ë¥˜ */
.left_category_pg #slideCateList &gt; ul &gt; li ul.slideSubMenu li &gt; ul { 
	display:none;
}
.left_category_pg #slideCateList &gt; ul &gt; li ul.slideSubMenu li.selected &gt; ul { 
	display:block;
}






/* ë²„íŠ¼ ì•„ì´ì½˜ */
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a:after,
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a:before {
    position: absolute;
	left:0;
    top:50%;
    z-index: 1;
    content: "";
    font-size: 0px;
    width:6px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #222;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.left_category_pg #slideCateList &gt; ul.xans-layout-category li.noChild &gt; a:after,
.left_category_pg #slideCateList &gt; ul.xans-layout-category li.noChild &gt; a:before,
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a.view:after,
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a.view:before {
	display:none;
}
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a:after {
    margin: 0 0 0 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a:before {
    margin: 0 0 0 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left_category_pg #slideCateList &gt; ul.xans-layout-category li.selected &gt; a:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left_category_pg #slideCateList &gt; ul.xans-layout-category li.selected &gt; a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a.view:after {
    margin: 1px 0 0 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.left_category_pg #slideCateList &gt; ul.xans-layout-category li &gt; a.view:before {
    margin: 1px 0 0 6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}









/* ê¸°íšì&nbsp;„ */
.left_category_pg #slideProjectList {
	display:block;
    position:relative;  
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height:auto; 
    margin:0; 
    padding:30px 20px 20px; 
    
    background: #fff;
    border-bottom: 6px solid #e8e8e8;
}
.left_category_pg #slideProjectList:after{
    /* float ì‚¬ìš©ì‹œ ë¶€ëª¨ì˜ height ìž¡ê¸° */
	content: "";
	display: block;
	clear: both;
}
.left_category_pg #slideProjectList &gt; .title {
	display:block;
    position:relative;  
    line-height:20px; 
    font-size:15px; 
    color:#111;
    font-weight: 500;
    text-decoration:none;  
    text-align:left; 
    margin:0 0 20px; 
    padding:0; 
}
.left_category_pg #slideProjectList &gt; ul {
	display:block;
    position:relative;  
    width:100%;
    height:auto; 
    margin:0; 
    padding:0; 
    font-size:0px; 
    text-align:left; 
}
.left_category_pg #slideProjectList &gt; ul li { 
	vertical-align:top;
	display:block;
    position:relative;
    width:100%%;
    height:auto; 
    padding:0;
    margin:0; 
    font-size:0px; 
    text-align:left; 
}
.left_category_pg #slideProjectList &gt; ul li &gt; a {
	overflow:hidden;
	vertical-align:top;
	display:block;
    position:relative;  
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    line-height:50px; 
    font-size:14px; 
    color:#111;
    font-weight: bold;
    text-decoration:none;  
    text-align:left; 
    margin:0; 
    padding:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}












/* ìµœê·¼ ë³¸ ìƒí’ˆ */
.left_category_pg #slideCateList.productRecentList {
	display:block;
    position:relative;  
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height:auto; 
    margin:0; 
    padding:30px 20px; 
    background: #fff;
    border-bottom: 6px solid #e8e8e8;
}
.left_category_pg #slideCateList.productRecentList &gt; ul {
    display: block;
    position: relative;
    width: -moz-calc(100% + 16px);
    width: -webkit-calc(100% + 16px);
    width: -o-calc(100% + 16px);
    width: calc(100% + 16px);
    height: auto;
    margin:10px 0 0 -8px; 
    padding: 0;
    font-size: 0px;
    text-align: left;
}
.left_category_pg #slideCateList.productRecentList &gt; ul &gt; li { 
    vertical-align: top;
	display:inline-block;
	overflow:hidden;
    position: relative;
    width: -moz-calc(25% - 16px);
    width: -webkit-calc(25% - 16px);
    width: -o-calc(25% - 16px);
    width: calc(25% - 16px);
    height: auto;
    padding: 0;
    margin: 0 8px;
    font-size: 0px;
	text-align:center;
}
.left_category_pg #slideCateList.productRecentList &gt; ul &gt; li &gt; a { 
    vertical-align: top;
	display:block;
	overflow:hidden;
    position: relative;
    width:100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 0px;
	text-align:center;
}
.left_category_pg #slideCateList.productRecentList &gt; ul &gt; li img { 
    vertical-align: top;
	display:inline-block;
    position: relative;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    height:auto;
    padding: 0;
    margin: 0;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.left_category_pg #slideCateList.productRecentList &gt; a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    margin: 20px 0 0;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;

    -webkit-transition: color 0.2s, border 0.2s ease-in-out;
    -moz-transition: color 0.2s, border 0.2s ease-in-out;
    -ms-transition: color 0.2s, border 0.2s ease-in-out;
    -o-transition: color 0.2s, border 0.2s ease-in-out;
    transition: color 0.2s, border 0.2s ease-in-out;
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
.left_category_pg #slideCateList.productRecentList &gt; a:hover {
    border: 1px solid #111;
}
    
}
/* ***************************************************************** */










/* ê³&nbsp;ê°ì„¼í„° */
.left_category_pg #slideCateList.CS_CateList {
	display:block;
    position:relative;  
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height:auto; 
    margin:0; 
    padding:30px 20px; 
    background: #fff;
    border-bottom: 6px solid #e8e8e8;
}
.left_category_pg #slideCateList.CS_CateList ul {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0px;
    text-align: left;
}
.left_category_pg #slideCateList.CS_CateList ul &gt; li { 
    vertical-align: top;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
}
.left_category_pg #slideCateList.CS_CateList ul &gt; li h1 {
	display:inline-block;
    position:relative;
    width:auto;
    line-height:30px; 
    padding:0; 
    margin:0; 
    letter-spacing:0;
    font-weight: bold;
    font-size:20px;
    color: #333;
    text-decoration: none;
    text-align:left; 
}
.left_category_pg #slideCateList.CS_CateList ul &gt; li span {
	display:inline-block;
    position:relative;
    width:auto;
    line-height:25px; 
    padding:0; 
    margin:0; 
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align:left; 
}
.left_category_pg #slideCateList.CS_CateList ul &gt; li a {
    display: block;
    font-size: 14px;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    line-height: 40px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    margin: 15px 0 0;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;

    -webkit-transition: color 0.2s, border 0.2s ease-in-out;
    -moz-transition: color 0.2s, border 0.2s ease-in-out;
    -ms-transition: color 0.2s, border 0.2s ease-in-out;
    -o-transition: color 0.2s, border 0.2s ease-in-out;
    transition: color 0.2s, border 0.2s ease-in-out;
}
/* ***************************************************************** */
@media only screen and (min-width: 1000px) { 
    
.left_category_pg #slideCateList.CS_CateList ul &gt; li a:hover {
    border: 1px solid #111;
}
    
}
/* ***************************************************************** */











/* ì€í–‰ì&nbsp;•ë³´ */
.left_category_pg #slideCateList.bank_info {
	display:block;
    position:relative;  
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height:auto; 
    margin:0; 
    padding:30px 20px 20px; 
    background: #fff;
    border-bottom: 0px solid #e8e8e8;
}
.left_category_pg #slideCateList.bank_info .bank_info_tll {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0px;
    text-align: left;
}
.left_category_pg #slideCateList.bank_info .bank_info_tll span { 
    vertical-align: top;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    line-height:25px; 
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: left;
}







.slideProductRecentArea { margin:0 0 10px; padding:0 16px 18px; border-bottom:1px solid #e5e9f2; background:#fff; }
.slideProductRecentArea h2 { padding:25px 0 8px; font-size:15px; }
.slideProductRecentArea .product { overflow:hidden; height:81px; margin:0 0 0 -4px; }
.slideProductRecentArea .product:after { content:''; display:block; clear:both; }
.slideProductRecentArea .product li { float:left; width:25%; padding:4px 0 0 4px; box-sizing:border-box; }
.slideProductRecentArea .product .link { display:block; overflow:hidden; max-width:77px; height:77px; border:1px solid #e5e9f2; box-sizing:border-box; }
.slideProductRecentArea .product .image { max-width:100%; max-height:100%; }
.slideProductRecentArea .product li.horizontal .image { max-width: none; max-height: none; height: 100%; width: auto; }
.slideProductRecentArea .product li.vertical .image { max-width: none; max-height: none; width: 100%; height: auto; }














/* í™ë³´ ë°°ë„ˆ */
.left_category_pg .left_category_Banner {
	position:relative;
	overflow:hidden;
    width:100%;
    height:auto; 
    margin:0; 
    padding:15px 0 0; 
}
.left_category_pg .left_category_Banner img {
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0; margin: 0; }






html, body { 
    width:100% !important;
    height:100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background:rgba(0,0,0,0)!important;
}




body,
#wrap {
    overflow: hidden;
    width: 100% !important;
    height:100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


.xans-layout-multishopshipping { display:none; }
.xans-layout-multishopshipping .worldshipLayer { top:303px; left:50%; width:448px; margin:0 0 0 -225px; }
.xans-layout-multishopshipping .worldshipLayer .content { padding:153px 20px 30px;  line-height:1.8; background:url("//img.echosting.cafe24.com/skin/base/link/bg_worldship.gif") center 21px no-repeat; }
.xans-layout-multishopshipping .worldshipLayer .content .desc { display:block; margin:4px 0 14px; }
.xans-layout-multishopshipping .worldshipLayer .select { margin:10px 0 0; }
.xans-layout-multishopshipping .worldshipLayer .select select { width:100%; }
</pre></body></html>