﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.main_tpnm_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.6);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_tpnm_bar.mobile {
    bottom: 48%;
    padding: 6px 0;
}
.layout {max-width: 1120px;}
/*.user_top_fixed {
    margin-top: 100px;
}*/

/* 상단바 */
.user_top_left {
    float: left;
    margin-top: 6px;
}
.user_top_left a {
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #2E2E2E;
}
.user_top_left a:first-child {margin-right: 20px;}

.user_top_num {float:left; margin-top: 4px;}
.user_top_num span {
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -0.045em;
    color: #FFFFFF;
    padding-top: 4px;
    padding-right: 1px;
}
.user_top_num a:first-child {margin-right: 15px; }
.user_top_num .user_top_text {
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #2E2E2E;
    display: inline-block;
}
.user_top .user_top_right ul li.welcome{
    margin-top: 5px;
	color: #2E2E2E;
	font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    text-align: right;
    margin-left: 30px;
}
.user_top ul li:first-child span{
    font-family: 'NotoKrM';
    margin-right: 0px;
	color: #00559D;
    font-size: 12px;
    font-weight: 700;
}

.user_top ul li.top_btn{
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 4.5px 12px;
    text-align: center;
    margin-left: 10px;
    line-height: 13px;
}
.user_top ul li.top_btn a {
    color: #2E2E2E;
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 12px;
}
.user_top ul li.top_btn:hover {
    border: 1px solid #008AFF;
}
.user_top ul li.top_btn:hover a {
    color: #008AFF;
}
.user_top ul li.top_btn:active {
    border: 1px solid #00559D;
    background: #00559D;
}
.user_top ul li.top_btn:active a {
    color: #fff;
}

/* 스크롤 시 고정 헤더*/
#scroll_user_menu {
    display: none; background: lightgray !important; position: fixed; left: 0; top: 0; width: 100%; z-index: 9;
}
#user_hidden_category.scroll {position: fixed; top: 50px; z-index: 99999999;}
#user_hidden_category.scroll .layout .cate2_wrap .cate3_wrap {top: 50px !important;}
#user_hidden_category.scroll .layout .cate3_wrap .cate4_wrap {top: 50px !important;}
#scroll_searchProdTopTxt {
    position: fixed;
    width: 500px;
    left: calc(50% - 250px);
    height: 34px;
    top: 10px;
    border-radius: 15px;
    padding: 15px;
}
#scroll_searchProdTopTxt:focus {border: 2px solid #0E2E5E;}
#scroll_searchProdTopLbl{
    position: fixed;
    left: calc(50% + 210px);
    top: 14px;
    width: 25px;
    height: 25px;
    background: url(../../images/web_searchzone_ic_search_nomal.png) no-repeat center center;
    cursor: pointer;
}



/* 검색창(헤더 상단) */
.user_search
{
    position:relative;
    width:100%;
    border-bottom:1px solid #dadada;
    background:#fff;
    height: 132px;
}
.user_search .user_search_middle {padding-top: 15px;}
.user_search .user_search_middle .layout
{
    text-align: center;
}
.user_search button.categoryOpener
{
    display: none;
}
.user_search h1 /* 로고 */
{
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
}
.logoimage {
    /*max-width: 234px;*/
    max-width: 150px;
    max-height: 87px;
}
.logoimage.big-logo {
    margin-top: 10px;
    max-width: 190px;
    max-height: 87px;
}
.logoimage.big-logo2 {
    max-width: 250px;
}
.logoimage.big-logo3 {
    max-width: 230px;
}
.user_search a.basketMobile
{
    display: none;
}
.user_search .user_search_middle form
{
    display:inline;
}
.user_search input
{
    width: 478px;
    height: 45px;
    border: 1px solid #fff;
    border-bottom: 2px solid #595959;
    display: inline-block;
    position: relative;
}
.user_search input:focus {border-bottom: 2px solid #008AFF;}
.user_search input#searchProdTopTxt {
    padding-right: 45px;
    font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #595959;
    padding-left: 15px;
}
.user_search input + label
{
    position:absolute;
    cursor:pointer
}
.user_search input + label:after
{
    content:'';
    position:absolute;
    right: 8px;
    top: 7px;
    width: 30px;
    height: 30px;
    background:url(../../images/web_searchzone_ic_search_nomal.png) no-repeat;
}
.user_search input:focus + label:after
{
    background:url(../../images/web_searchzone_ic_search_press.png) no-repeat;
}
.header__searchbox2 .d-block .form-search-wrap .addSearch { /* 상세검색 영역 */
    width: 107px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #595959;
}
.header__searchbox2 .d-block .form-search-wrap .addSearch:focus{border: 2px solid #008AFF;}
#reclearbtn {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../../images/web_searchzone_ic_reset_nomal.png);
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    top: 12px;
    margin-left: 1px;
}
#reclearbtn:hover {background: url(../../images/web_searchzone_ic_reset_press.png);}
/* 검색창 */

/* 관리자 메뉴 버튼 */
.manager_menu_btn {
    position: absolute;
    right: 195px;
    top: 0;
    font-size: 13px;
    font-weight: 600;
    width: 90px;
    height: 103px;
    padding: 33px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #00559D;
    background: url(../../images/buy_icon.png) no-repeat center center;
    background-size: 70px;
}
.manager_menu_btn#back_manager_btn{padding: 30px 19px;}
#mb_mall_btn {
    background: #fff url(../../images/buy_icon.png) no-repeat center center;
    background-size: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 25%);
    border-radius: 50%;
    z-index: 9999;
}

/* 담당자+주문배송조회 */
.header_infobox {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    width: 175px;
    height: 103px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.header_infobox .manager_infobox {
    border-right: 1px solid #D3D3D3;
    width: 105px;
    padding: 0px 8px 0px 8px;
    position: absolute;
}
.header_infobox .manager_infobox div, .header_infobox .order_infobox div:first-child{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #2E2E2E;

    font-size: 12px;
}
.header_infobox .manager_infobox div:first-child, .header_infobox .order_infobox div:first-child {font-weight: 800;}
.header_infobox .manager_infobox div:last-child {margin-top: 2px;}
.header_infobox .manager_infobox img {width: 40px; height: 40px; margin-top: 5px; margin-bottom: 5px;}
.header_infobox .order_infobox{
    position:absolute;
    right: 0px;
    width: 174px;
    padding: 0px 15px;
}
.header_infobox .order_infobox div:first-child {margin-bottom: 5px;}
.header_infobox .order_infobox .order_info_list {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}
.header_infobox .order_infobox .order_info_list a, .header_infobox .order_infobox .order_info_list span{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #2E2E2E;
}
.header_infobox .order_infobox .order_info_list a {color: #008AFF; font-weight: 800;}


/* 상단메뉴(1차카테고리) */
.user_menu
{
    position:relative;
    width:100%;
    height:54px;
    display:table;
    background-color: rgba(255, 255, 255, 0.7);
    border-top: 2px solid #444444;
    border-bottom: 1px solid #E8E8E8;
}
.user_menu .layout
{
    height:100%;
	/*max-width: 1120px;*/
}
/* /상단메뉴(1차카테고리) */


/* 전체카테고리 버튼 */
.user_m_ca
{
    cursor:pointer;
    position: absolute;
    left: 0;
    top: 0;
    width:185px;    
    background: #0E2E5E;
    color: #FFFFFF;
    height: 52px;
    padding:17px 16px;    
    border-top: none;
    border-bottom:0 !important;
    text-align:center;

}

.user_m_ca .user_m_span img{
    vertical-align: top;
    margin-top: -2px;
}
.user_m_ca .user_m_span span
{
    font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
/* /전체카테고리 버튼 */


/* 카테고리 4단계 */
#user_hidden_category {
    padding: 0;
    margin: 0;
    background: transparent;
    margin: 0 auto;
    height: 350px;
}
#user_hidden_category .layout { margin: 0; display:inline-block; padding: 0;}

/* cate1 */
#user_hidden_category .layout .cate1_wrap {
    background: #1A1A1A; height: 350px; margin-bottom: 0; max-height: unset; padding: 0;
    display: inline-block; width:185px;
    padding-top: 7px;
}
#user_hidden_category .layout .cate1_wrap .cate1 {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#user_hidden_category .layout .cate1_wrap .cate1 a {
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 45px; padding-top: 15px;
    display: block;
}
#user_hidden_category .layout .cate1_wrap .cate1:hover {background: unset;}
#user_hidden_category .layout .cate1_wrap .cate1:hover a, 
#user_hidden_category .layout .cate1_wrap .cate1.current a {
    font-family: 'NotoKrM';
    font-weight: 800;
    color: #008AFF;
}
#user_hidden_category .layout .cate1_wrap .cate1:hover::after, #user_hidden_category .layout .cate1_wrap .cate1.current::after { 
      position: absolute;
      top: 15px;
      right: -3px;
      content: "";
      height: 0;
      z-index: 9;
      border-bottom: 17px solid;
      border-left: 11px solid rgba(0, 0, 0, 0);
      border-right: 11px solid rgba(0, 0, 0, 0);
      color: #fff;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
}
#user_hidden_category .layout .cate1_wrap.hidden .cate1:hover::after,
#user_hidden_category .layout .cate1_wrap.hidden .cate1.current::after {display: none;}

/* cate2*/
#user_hidden_category .cate1_wrap .cate1.current + .cate2_wrap { display: inline-block; }
#user_hidden_category .layout .cate2_wrap {
    margin-bottom: 0;
    max-height: unset;
    padding: 0;
    display: none;
    position: absolute;
    left: 185px;
    top: 0px;
    overflow-y: scroll;
    margin-top: unset;
    margin-bottom: unset;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    width: 220px;
}
#user_hidden_category .layout .cate2_wrap.hidden,
#user_hidden_category .layout .cate2_wrap .cate3_wrap.hidden { width: 0; overflow-y: hidden; min-width: 0; border:none; }
#user_hidden_category .layout .cate2_wrap .cate2 a {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #2E2E2E;
    display: inline-block;
    padding: 8px 5px 8px 30px;
    min-height:34px;
    height: auto;
    width: 100%;
}
#user_hidden_category .layout .cate2_wrap .cate2:hover,
#user_hidden_category .layout .cate2_wrap .cate2.current {background: #E3F2FF;}
#user_hidden_category .layout .cate2_wrap .cate2:hover a,
#user_hidden_category .layout .cate2_wrap .cate2.current a {
    font-family: 'NotoKrM';
    font-weight: 800;
    color: #008AFF;
}

/* cate3*/
#user_hidden_category .layout .cate2_wrap .cate2.current + .cate3_wrap { display: inline-block; }
#user_hidden_category .layout .cate2_wrap .cate3_wrap {
    border-left: 1px solid #DADADA;
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    display: none;
    overflow-y: scroll;
    margin-top: unset;
    padding-top: 15px;
    position: fixed;
    left: calc(50% - 155px);
    top: 295px;
    height: 350px;
    width: 220px;

}
#user_hidden_category .layout .cate2_wrap .cate3_wrap .cate3 a {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #2E2E2E;
    height: 34px;
    display:inline-block;
    padding: 8px 5px 8px 30px;
    width: 100%;
}
#user_hidden_category .layout .cate3_wrap .cate3:hover {background: #E3F2FF;}
#user_hidden_category .layout .cate3_wrap .cate3:hover a {
    font-family: 'NotoKrM';
    font-weight: 800;
    color: #008AFF;
}

/* cate4 */
#user_hidden_category .layout .cate3_wrap .cate3.current > .cate4_wrap { display: inline-block; }
#user_hidden_category .layout .cate3_wrap .cate4_wrap {
    border-left: 1px solid #DADADA;
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    display: none;
    overflow-y: scroll;
    margin-top: unset;
    padding-top: 15px;
    position: fixed;
    width: 220px;
    height: 350px;
    left: calc(50% + 65px);
    top: 324px;
}
#user_hidden_category .layout .cate3_wrap .cate4_wrap .cate4 a {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #2E2E2E;
    height: 34px; padding-top: 8px;
    display: inline-block;
    padding: 8px 5px 8px 30px;
    width: 100%;
}
#user_hidden_category .layout .cate4_wrap .cate4:hover {background: #E3F2FF;}
#user_hidden_category .layout .cate4_wrap .cate4:hover a {
    font-family: 'NotoKrM';
    font-weight: 800;
    color: #008AFF;
}


/* 카테고리/메뉴 드롭다운 */
#dropdownbrand1 {height: 100%; display:none;}
#dropdownbrand1.brand {display:block;}
#user_hidden_menu {
    background: rgba(0,0,0,0.85);
    box-shadow: -4px 5px 5px 1px #f1f1f1;
}
#user_hidden_menu .user_hidden_close_btn {display: none;position:absolute; padding: 20px; z-index: 99;}
.user_hidden_menu {		
    position:relative;
    display:none;
    overflow-y:scroll;
    background: #0E2E5E;
    height: 312px;
    width: 1120px;
    margin: 0 auto;

    position: absolute;
    z-index: 2;
    left: calc(50% - 560px);
}
.user_hidden_menu::-webkit-scrollbar-track { background-color:#ccc; }
.user_hidden_menu::-webkit-scrollbar{ display:none;}
.user_hidden_menu::-webkit-scrollbar-thumb { background-color:#167dda; }
.user_hidden_menu::-webkit-scrollbar-button { display: none; }
.user_hidden_menu .layout { height: 100%; max-width: 100%; padding: 0;}
.user_hidden_menu .layout > ul > li {
    padding-top: 20px;
    height: 100%;
}
.user_hidden_menu .layout > ul > li
{
    display:inline-block;
    vertical-align:top;
    /*margin-bottom:29px;*/
    width: 150px;
    text-align: center;
}
.user_hidden_menu .layout > ul > li:first-child {margin-left: 370px;}
.user_hidden_menu .layout > ul > li::-webkit-scrollbar{ display:none; }
.user_hidden_menu .layout > ul > li > ul::-webkit-scrollbar{ display:none; }
.user_hidden_menu .layout > ul > li h1
{
    font-family:'Verdana', Malgun Gothic;
    color:#fff;
    font-weight:bold;
    line-height:20px;
    text-overflow:ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
	
}
.user_hidden_menu .layout > ul > li h1 a
{
    font-size:15px;
	letter-spacing:-0.12em;
}

.user_hidden_menu .layout > ul > li > ul > li
{
    padding:5px 0;
    color:#FFFFFF;
    font-size:13px;
    line-height:22px;
    position:relative;
    text-overflow:ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    height: 32px;
}
.user_hidden_menu .layout > ul > li > ul > li:last-child{
    margin-bottom:20px;
}
.user_hidden_menu .layout > ul > li > ul > li:hover
{
    background: #008AFF;
}
.user_hidden_menu .layout > ul > li > ul > li:hover + .user_hidden_menu .layout > ul > li > ul {
    background: yellow;
}
.user_hidden_menu .layout > ul > li > ul > li:hover ul
{
    display:block;
}
.user_hidden_menu .layout > ul > li > ul > li > a
{
    display:block;
    font-size: 15px;
}
.user_hidden_menu .layout > ul > li > ul > li > ul
{
    display:none;
    width:200px;
    z-index:1;
    padding:16px 19px;
    max-height:400px;
    overflow-y:scroll;
}
.user_hidden_menu .layout > ul > li > ul > li > ul::-webkit-scrollbar-track { background-color:#fff; }
.user_hidden_menu .layout > ul > li > ul > li > ul::-webkit-scrollbar{ width:3px;}
.user_hidden_menu .layout > ul > li > ul > li > ul::-webkit-scrollbar-thumb { background-color:#ccc; }
.user_hidden_menu .layout > ul > li > ul > li > ul::-webkit-scrollbar-button { display: none; }
.user_hidden_menu .layout > ul > li > ul > li > ul > li > a
{
    display:block
}

.user_hidden_menu .layout > ul > li > ul > li > ul > li
{
    display:block;
    margin-bottom:5px;
	color:#999
}
.user_hidden_menu .layout > ul > li > ul > li > ul > li:hover > a{
    
	color:#000
}
.user_hidden_menu .layout > ul > li > ul > li > ul > li:last-child
{
    margin-bottom:0;
}
.user_hidden_menu .layout > ul > li > ul > li > ul > li > a
{
    letter-spacing:-0.05em
}
/* /카테고리/메뉴 드롭다운 */


/* 메뉴 */
ul.main_menu
{
    position: absolute;
    left: 185px;
    top: 0;
	
}
ul.main_menu li
{
    float: left;
}
ul.main_menu li:hover {background: #0E2E5E;}
ul.main_menu li:hover a {color: #FFFFFF;}
ul.main_menu li:first-child{background: #008AFF; height: 52px; }
ul.main_menu li:first-child a {color: #FFFFFF;}
ul.main_menu li a
{
    text-align:center;
    display: block;
    padding: 15px 18px;
    letter-spacing: -0.025em;
    width: 150px;
    height: 52px;

    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #2E2E2E;
}
ul.main_menu > li:first-child a{
    width: 185px; height: 54px;
}
ul.main_menu li a:hover
{
    transition:all .5s;
    cursor: pointer;
}
ul.main_menu > li:first-child a span {
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}


/* 브랜드 상품 */
#hiddenBrand {display: none; font-size: 0px; height: 100%; width: 100%; margin: 0 auto; background: rgba(255,255,255, 0.98); padding: 30px; overflow-y: auto;}
#hiddenBrand .brandsearchtab {display: none;}
.bdselector {list-style: none; display:block;  }
/*.bdselector li.bdtextli button{padding: 5px 15px;}*/
.bdselector ul{margin: 0 auto;display: inline-block;list-style:none;padding:0px;}
.bdselector ul.char1{overflow: hidden;text-align: center;}
.bdselector ul.char2{overflow: hidden;text-align: center;}
.bdselector ul.char3{overflow: hidden;text-align: center;}
.bdselector li{float: left; color: #595959;background: #fff;margin-right: 5px;margin-top: 10px;}
.bdselector li button{ font-family: 'NotoKrM'; font-size: 13px; line-height: 13px; font-weight: 700; padding: 4px 10px 5px 10px; color: #595959;vertical-align: top;background:#fff;border:1px solid #9D9D9D; }
.bdselector li button:hover .bdlist li{background: #009de4; color:#fff; border: 1px solid #008AFF;}
.bdselector li.active button{color: #fff;background: #008AFF; border: 1px solid #008AFF; }

.bdlistbox {margin-top: 15px;}
.bdlisttit { border-bottom:1px solid #D9D9D9; width:100%;padding-top:15px; padding-bottom: 10px;}
.bdlisttit span {font-size: 15px; font-family: 'NotoKrM'; font-size:15px; font-weight: 800; color:#2E2E2E;}
.bdlist {list-style: none;padding:0px; padding-top: 10px;}
.bdlist li {
    padding: 5px;
    padding-left: 0;
    float:left;
    width: calc(100% / 6);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration:none;
}
.bdlist li a{letter-spacing:-0.5px;font-size:13px;color:#757575;line-height:1.2;padding:5px 5px;padding-left: 0;text-decoration:none;font-weight:400;}
.bdlist > li a:hover {text-decoration:underline; font-weight: 700;}
.bdselectormo {display:none;}


/* 모바일 메뉴 */
#mobile_menu {display: none; z-index: 99999; width: 100%; height: 100%; position:fixed; overflow-y:scroll; background: #F6F6F6; top: 0; }
.mobile_menu_btns {height: 54px; text-align: right; padding: 15px;}
.mobile_menu_btns a { width: 24px; height: 24px; display: inline-block; }
.mobile_menu_btns a:first-child {margin-right: 15px;}
.mobile_userinfo {height: 66px; color: white; padding: 12px; font-size: 0px;}
.mobile_userinfo #userimg { display: inline-block; width:42px; height: 42px; border-radius: 50%;  
background: url(../../images/mobile_main_ic_profile.png) no-repeat center; background-size:contain; vertical-align: middle; margin-right: 20px;}
.usermsg {width: calc(100% - 62px); color: #fff; font-family: 'NotoKrM';font-weight: 400;font-size: 12px;line-height: 13px;letter-spacing: 0.095em; display: inline-block;}
.usermsg span, .usermsg div {color: #fff;}
.usermsg#login_status {display: none; vertical-align: top;}
.usermsg#login_status div:first-child {margin-bottom: 9px;font-size: 16px;line-height: 18px;letter-spacing: 0.095em;}
.usermsg#login_status div:first-child span {font-size: 16px;line-height: 18px;letter-spacing: 0.095em;}
.usermsg ul li:nth-child(3) {display: none;}
.usermsg .login-extra {font-weight: 800; margin-right: 1px;}
.mobile-break {
    display:none;
}
.mobile_userinfo .userbtn { display: inline-block; background: #8696AE; border-radius: 5px; height: 23px; float:right; margin-top: -5px; text-align:center; padding: 3px 10px; }
.mobile_userinfo #userjoin { margin-right: 5px; padding-top: 5px; width: 70px;}
.mobile_userinfo .userbtn#mb_manager_btn, .mobile_userinfo .userbtn#mb_back_manager_btn {margin-right: 95px; padding-top: 5px; color: #0E2E5E; font-weight: 700;}
.mobile_userinfo .usermsg#login_status .userbtn {margin-top: -30px; cursor: pointer; }
.mobile_userinfo .userbtn span {font-family: 'NotoKrM'; font-weight: 700;font-size: 12px;color: #0E2E5E;}
.mobile_userinfo .userbtn img { width: 17px; height: 17px; margin-right: 3px; vertical-align: sub; }
.mobile_usermenu {height: 50px; font-size: 0px; }
.mobile_usermenu a {height: 100%; width: calc(100% / 3); display:inline-block; text-align: center; padding: 15px;
font-family: 'NotoKrM';font-weight: 400;font-size: 12px;line-height: 13px;color: #FFFFFF;}
.mobile_usermenu img {width: 20px; height: 20px; margin-right:3px; }
.mobile_category { background: #FFFFFF; font-size: 0px;}
.mobile_category .cate1 { width: 25%; display: inline-block; text-align: center; height: 85px; padding-top: 15px; cursor:pointer; background: #fff; position: absolute;
font-family: 'NotoKrM';font-weight: 400;font-size: 12px;line-height: 13px;color: #2E2E2E; }
.mobile_category .cate1.blank {cursor:default;}
.mobile_category .cate1.line0 {top: 170px;}
.mobile_category .cate1.line1 {top: 255px;}
.mobile_category .cate1.line0.current + .cate2_wrap {position:absolute; top: 255px; width: 100%; background: #fff;}
.mobile_category .cate1.line1.current + .cate2_wrap {position:absolute; top: 340px; width: 100%; background: #fff;}
.mobile_category .cate1.back {background: #F6F6F6; }
.mobile_category .cate1.current {background: #FFFFFF; color: #008AFF; font-weight: 800;}
.mobile_category .cate1 .img_div { width: 40px; height: 40px; margin: 0 auto; margin-bottom:3px; }
.mobile_category .cate1 #img0 {background: url(../../images/mobile_categorylist_ic_01.png) no-repeat center; background-size: contain;}
.mobile_category .cate1 #img1 {background: url(../../images/mobile_categorylist_ic_02.png) no-repeat center; background-size: contain;}
.mobile_category .cate1 #img2 {background: url(../../images/mobile_categorylist_ic_03.png) no-repeat center; background-size: contain;}
.mobile_category .cate1 #img3 {background: url(../../images/mobile_categorylist_ic_04.png) no-repeat center; background-size: contain;}
.mobile_category .cate1 #img4 {background: url(../../images/mobile_categorylist_ic_05.png) no-repeat center; background-size: contain;}
.mobile_category .cate1 #img5 {background: url(../../images/mobile_categorylist_ic_06.png) no-repeat center; background-size: contain;}
.mobile_category .cate1 #img6 {background: url(../../images/mobile_categorylist_ic_07.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current #img0 {background: url(../../images/mobile_categorylist_ic_01_select.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current #img1 {background: url(../../images/mobile_categorylist_ic_02_select.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current #img2 {background: url(../../images/mobile_categorylist_ic_03_select.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current #img3 {background: url(../../images/mobile_categorylist_ic_04_select.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current #img4 {background: url(../../images/mobile_categorylist_ic_05_select.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current #img5 {background: url(../../images/mobile_categorylist_ic_06_select.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current #img6 {background: url(../../images/mobile_categorylist_ic_07_select.png) no-repeat center; background-size: contain;}
.mobile_category .cate1.current + .cate2_wrap { display: unset;} 
.mobile_category .cate2.current + li .cate3_wrap { display: unset;}
.mobile_category .cate2 { height: 52px; border:1px solid #E8E8E8; cursor: pointer;}
.mobile_category .cate2:first-child {border-top: none;}
.mobile_category .cate2.nochild .arrow_img {display: none;}
.mobile_category .cate2 .arrow_img {float: right; width:14px; height: 14px; margin-right: 20px; margin-top: 19px; background: url(../../images/mobile_category_list_ic_open.png); background-size: contain;}
.mobile_category .cate2.current .arrow_img {background: url(../../images/mobile_category_list_ic_closed.png); background-size: contain;}
.mobile_category .cate2 h1 {display: inline-block; height:100%; width: calc(100% - 34px);}
.mobile_category .cate2 h1 a {font-family: 'NotoKrM';font-weight: 400;font-size: 12px; line-height: 13px; color: #2E2E2E; height: 100%; padding-top:20px; padding-left: 20px; display:inline-block; width: 100%;}
.mobile_category .cate2.current h1 a {font-family: 'NotoKrM';font-weight: 800;font-size: 12px; line-height: 13px; color: #008AFF; }
.mobile_category .cate3 { height: 40px; } 
.mobile_category .cate3 a {width: 100%; display: inline-block; padding-top: 14px; padding-left: 35px; height: 100%;}
.mobile_category .cate3:hover {background:#E3F2FF; }
.mobile_category .cate2_wrap {display: none; } 
.mobile_category .cate3_wrap {display: none; }

/* Backdrop 모바일메뉴 뒤에 background */
.backdrop {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1000;
    display:none;
}

.backdrop a {
    position:absolute;
    top:10px;
    right:10px;
    width:30px;
    height:30px;
    display:block;
}

.backdrop a span {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    display:block;
    width:30px;
    height:2px;
    border-top:1px solid #fff;
    transform-origin:0 0;
}

.backdrop a span:first-child {
    transform:rotate(-45deg) translate(-50%, -50%);
}

.backdrop a span:last-child {
    transform:rotate(45deg) translate(-50%, -50%);
}

/* topright - image */
.imageslide .swiper-container {
    position:absolute; top:50%; right:0; width:250px; height:80%; max-width:25%; transform:translateY(-50%);
}
.topslideimg, .topslideimg img { height:100%; }

#hiddenMenu {font-size: 0px; height: 100%; width:1120px; margin: 0 auto;}
#hiddenMenu > li > ul { float:left; width:100%; }
.user_top { background-color: #F9F9F9; padding-top: 7px; padding-bottom: 7px; border-bottom:none;}
.user_top ul li { color:#2E2E2E; font-size:12px; padding:2px 0; margin-left: 0px;}
.user_top ul li:not(:last-child):after { content:unset; }
#list_container { margin:0px auto 0 !important; }
div.container_sub { margin-top:10px !important; }
div.login_box { padding: 20px;}
div.login_box h3 { padding-top:20px }
.con_wrapper_right h2 { width:100%; }


/*.choice_list2.a li .image_wrap #md_img {
    border: 1px solid #d3d8d9;
}
#categorybest .wrap_div .tab_content .right_content li .image_wrap #best_img {
    border: 1px solid #d3d8d9;
}
.choice_list > li div.img_wrap img {
    border: 1px solid #d3d8d9;
}*/

.footer .footer_bottom ul {margin-left: 80px;}
#delv_notice_pop {
    background: #ffffff;
    width: 100%; 
    max-width: 600px; 
    height: auto; 
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    border: 2px solid #dddddd;
}

#delv_notice_pop .title {
    font-family: 'NotoKrM' !important;
    font-weight: 700;
    font-size: 30px;
    height: auto;
    padding: 25px;
    color: #333333;
    border-bottom: 1px solid #dddddd; 
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-top:10px;
    text-align: left;
}

#delv_notice_pop .delv_notice{
    padding:10px;
}

#delv_notice_pop span{
    font-family: 'NotoKrM' !important;
    color: #555555;
    font-size: 15px !important;
}

.delv_notice_close {
    text-align: center;
}

.delv_notice_close .close_btn {
    padding: 15px 45px 15px;
    font-size: 14px;
    margin-top:20px;
    background: #474747 !important;
    color: #fff !important
}

/* media */
@media screen and (max-width:1140px) {
    .user_top {padding-left: 15px;}
    .user_menu .layout {max-width: 100%;}
    #user_hidden_category .layout .cate2_wrap .cate3_wrap { left: 405px; }
    #user_hidden_category .layout .cate3_wrap .cate4_wrap { left: 625px; }
    ul.main_menu li a { width: unset; }
    ul.main_menu li { width: calc(100% / 6); }
    ul.main_menu > li:first-child a { width: unset; }
    .user_m_ca { width: 16%; }
    ul.main_menu { left: 16%; width: 84%;}

    #hiddenMenu {margin-left: 16%; width: unset;}
    .user_hidden_menu .layout > ul > li:first-child {  margin-left: calc(100% / 6);}
    .user_hidden_menu .layout > ul > li { width: calc(100% / 6); }
    .user_hidden_menu {width: 100%; left: 0;}
}
@media screen and (max-width:1120px)
{
    .user_search h1 { left: 10px; }
    .user_search input#searchProdTopTxt { width: 40%; margin-left: -40px; }
    .header__searchbox2 .d-block .form-search-wrap .addSearch {width: 96px;}

    #user_hidden_category .layout .cate2_wrap.on {overflow-x: hidden;}
}
@media screen and (max-width: 1024px)
{
    #itemcdSearch { margin-left: -20px;}
    .header__searchbox2 .d-block .form-search-wrap .addSearch {width: 71px;}
    ul.main_menu > li:first-child a span {display:none;}
    .user_m_ca .user_m_span span {display: none;}
}
@media screen and (max-width:900px) {
    .user_search input#searchProdTopTxt{ margin-top: 23px; margin-left: 150px;}
    .user_search input + label:after{ top: 30px; }

    .user_m_ca { width: 10%; }
    ul.main_menu li:first-child { width: 10%; }
    ul.main_menu { left: 10%; width: 90%; }
    ul.main_menu li { width: calc(90% / 5); }
    ul.main_menu li a { padding: 15px 5px;}

    .manager_menu_btn {right: 20px;}
    .header_infobox { display:none; }
    .form-search-wrap { display:none; }

    #hiddenMenu {margin-left: 10%; width: unset;}
    .user_hidden_menu .layout > ul > li:first-child {  margin-left: 10%;}
    .user_hidden_menu .layout > ul > li { width: calc(90% / 5); }

    #user_hidden_category .layout .cate1_wrap {width: 130px;}
    #user_hidden_category .layout .cate2_wrap {left: 130px;}
    #user_hidden_category .layout .cate2_wrap .cate3_wrap { left: 350px; }
    #user_hidden_category .layout .cate3_wrap .cate4_wrap { left: 570px; }
}
@media screen and (max-width:850px) {
    #user_hidden_category .layout .cate1_wrap {width: 112px;}
    #user_hidden_category .layout .cate2_wrap {left: 112px;}

    #user_hidden_category .layout .cate2_wrap {width:150px;}
    #user_hidden_category .layout .cate2_wrap .cate2 a { width: 134px;}
    #user_hidden_category .layout .cate2_wrap .cate3_wrap .cate3 a {width: 150px;}
    #user_hidden_category .layout .cate2_wrap .cate3_wrap { left: 262px; width: 160px; }
    #user_hidden_category .layout .cate3_wrap .cate4_wrap { left: 422px; width: 160px;}


}

/* 모바일 - 상단 */
@media screen and (max-width:610px) { 

    /*#scroll_user_menu {display: none !important;}*/

    #scroll_searchProdTopTxt {
        margin-left:40px;
    }

    #scroll_searchProdTopLbl {
        margin-left: 40px;
    }

    /* 검색창 */
    .user_search .user_search_middle .layout {
        padding: 49px 15px 10px 15px;
    }
    .user_search input + label:after {margin-top: -23px; }

    .user_search button.categoryOpener {
        display: block;
        position: absolute;
        left: 20px;
        top: 10px;
        z-index: 2;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
    .user_search button.categoryOpener::before,
    .user_search button.categoryOpener::after
    {
        content: "";
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 2px;
        background: #222;
    }
    .user_search button.categoryOpener::before { top: 0; }
    .user_search button.categoryOpener::after { bottom: 0; }
    .user_search button.categoryOpener span {
        display: block;
        width: 100%;
        height: 2px;
        font-size: 0;
        overflow: hidden;
        background: #222;
    }
    .user_search h1 {
        top: -5px;
        left:50%;
        transform:translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .user_search h1 img {
        height: 54px;
    }
    .user_search a.basketMobile {
        display: block;
        position: absolute;
        right: 20px;
        top: 5px;
    }
    .user_search a.basketMobile img {
        width:30px;
    }
    .user_search a.basketMobile span {
        width: 23px;
        height: 22px;
        background: #FF2C2C;
        color: #FFFFFF;
        font-family: 'NotoKrM';
        font-weight: 800;
        font-size: 9px;
        line-height: 14px;
        border-radius: 50%;
        position: absolute;
        display: inline-block;
        margin-left: -9px;
        margin-top:10px;
        padding: 3px;
    }
    .user_search input {
        width: 100%;
        height: 40px;
        margin-left: 0;
		margin-top:-20px;
    }
    .user_search input#searchProdTopTxt {width: 100%; margin: 0; padding: 3px 15px; height: 34px; margin-top: 6px; font-size: 11px;}
    .user_search input + label:after {margin-top: -29px; margin-right: -1px;}
    .manager_menu_btn {display: none !important;}

    .prod_detail_tab_view div h4 {font-size: 17px;}
    .del_notice_left {padding: 10px;}

    #itemTable thead tr th {font-size: 13px; padding: 10px 0; font-weight: normal;}



    /* 카테고리메뉴 */
    ul.main_menu li a {font-size: 13px !important;}
    .user_hidden_menu .layout > ul > li > ul > li a {font-size: 11px;}
    .user_m_ca {
        width: 20%;
    }
    .user_m_ca .user_m_span span {
        margin-left:-5px;
        display: block;
        font-size: 13px;
    }
    .user_m_ca .user_m_span img { display: none; }

    ul.main_menu { left: 20%; width: 80%; }
    ul.main_menu li:first-child, ul.main_menu li:nth-child(6) { display: none;}

    ul.main_menu > li:first-child a span {display: unset;}
    ul.main_menu > li:first-child a img {display: none;}
    ul.main_menu li, ul.main_menu li:first-child {width: calc(100% / 4);}
    ul.main_menu > li:first-child a span { font-size: 13px; }
    #hiddenMenu {margin-left: 0;}
    .user_hidden_menu .layout > ul > li:nth-child(5) {
        display:none;
    }
    .user_hidden_menu .layout > ul > li:first-child {margin-left: calc(100% / 5);}
    .user_hidden_menu .layout > ul > li {width: calc(100% / 5);}
    .user_hidden_close_btn {padding: 15px !important;}
}

/* ㄴheader */



/* r main.css */
.tab_title_area_wrap { padding-top: 30px; background: #f9f9f9; }

.main_slide {
    position: relative;
    width: 100%;
    font-size: 350px;
    background: #f9f9f9;
    padding-bottom: 10px;
    overflow: hidden;
}
.main_slide .layout { /*max-width:100%;*/max-width: 1120px; padding: 0; } 
.main_slide div { font-size:inherit; }

.main_slide .main_slide_banner2
{
    text-align:center;
    margin:0 auto;
    width: 90%; 
}

.main_slide .main_slide_banner3
{
    text-align:center;
    margin:0 auto;
    width: 90%; 
}

.main_slide .main_slide_default
{
    text-align:center;
    margin:0 auto;
    width: 100%; 
}
.main_slide .main_slide_default .swiper-main-prev,
.main_slide .main_slide_default .swiper-main-next
{
    display: none;
}
.main_slide .main_slide_default .swiper-main-prev
{
    background:rgba(0,0,0,0.2) url(../../images/user/main/test_left.png) no-repeat 17px center !important;
    width:60px;
    height:60px;
    display:block;
    z-index:4;
    opacity:1;
    transition:all .5s;
    left:calc((100% - 1100px) / 2);
}
.main_slide .main_slide_default .swiper-main-next
{
    background:rgba(0,0,0,0.2) url(../../images/user/main/test_right.png) no-repeat 22px center !important;
    width:60px;
    height:60px;
    display:block;
    z-index:4;
    opacity:1;
    transition:all .5s;
    right:calc((100% - 1100px) / 2);
}
.main_slide .main_slide_default .swiper-main-prev:hover
{
    background:rgba(0,0,0,0.6) url(../../images/user/main/test_left.png) no-repeat 17px center !important;
}
.main_slide .main_slide_default .swiper-main-next:hover
{
    background:rgba(0,0,0,0.6) url(../../images/user/main/test_right.png) no-repeat 22px center !important;
}

.main_content
{
    position:relative;
    width:100%;
    background: #F9F9F9;
}
.tab_title_area {
    background: #fff;
    height: 53px;
    max-width: 1100px;
    max-width: 1120px;
    width: 74%;
    margin: 0 auto;
    padding-top: 13px;
    border: 1px solid #E3E3E3;
}
.tab_title_area span {
    font-family: 'NotoKrM';
    font-weight: 400;   
    font-size: 19px;
    line-height: 145.5%;
    color: #868686;
    cursor: pointer;
    padding: 0px 15px 14px 15px;
}
.tab_title_area span.current{
    font-weight: 800;
    color: #2E2E2E;
    background: url(../../images/web_cardview01_tab_selectbar.png) no-repeat bottom center;
}

.tab_title_area span:nth-child(2).current::after {
    left: 519px;
}
.tab_title_area span:nth-child(3).current::after {
    left: 670px;
}
.tab_title_area span:first-child {margin-left: 30px;}

.main_common_padding {border-bottom: 1px solid #f1f1f1;}
.main_common_padding.bannerdiv {padding: 0;}
.main_common_padding.topbannerdiv {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}
.main_common_padding.tab_div{
    background: #F9F9F9;
    padding-top: 0px;
    padding-bottom: 25px;
    border-top: none;
}

.tab_div .prev_icon {
    position: absolute;
    top: 33%;
    left: 180px;
    cursor: pointer;
    z-index: 99;
    left: 6%;

    left: calc(50% - 560px);
    width: 30px;
}
.tab_div .prev_icon:hover, .tab_div .prev_icon:active,
.tab_div .next_icon:hover, .tab_div .next_icon:active { background: rgba(241,241,241,0.2); box-shadow: 0px 0px 3px 1px #f1f1f1;}
.tab_div .next_icon {
    position: absolute;
    top: 33%;
    right: 180px;
    cursor: pointer;
    z-index: 99;
    right: 6%;

    right: calc(50% - 560px);
    width: 30px;
}
.tab_div .layout {
    /*max-width: 1100px;*/
    max-width: 1120px;
    margin: 0 auto;
    background: #fff;
    width: 74%;
    border: 1px solid #E3E3E3;
    /*height: 354px;*/
}

.main_common_padding
{
    position:relative;
    padding:40px 0 10px;
    overflow:hidden;
}
.main_common_padding2
{
    position:relative;
    padding:30px 0 0px;
    overflow:hidden;
	margin-top:60px;
}
.main_common_title h1
{	
	height:30px;
    border-left: 5px solid #2E2E2E;
    padding-left: 15px;
    font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #2E2E2E;
}
.main_common_title h1 span
{
    font-family:'NotoKrM';
    font-size:20px;
	
}
.main_common_title span.line
{
    position:relative;
    text-align:center;
    font-size:16px;
    color:#999;
    display:block;
    margin:-5px 0 20px;
    letter-spacing:-0.1em;    


}

.option_wrap
{
    position:absolute;
    top:50%;
    left:0;
    transform:translate(-50%, -50%);
    opacity:0;
    z-index:100;
}
.more_btn_area2 {
    position: absolute; top: 45px; right: 15px;
}
.more_btn_area2 .more_btn2 {
    color: gray;
    font-family: 'NotoKrM';
    font-size: 16px;
    display: none;
    cursor: pointer;
}


/* tab_div */
.tab_div#back_div .content {
    text-align: center;
    font-size: 15px;
    font-family: 'NotoKrM';
    /*margin-top: 160px;*/
    padding: 30px 0px;
}

.tab_div .choice_list {display:none; padding: 15px;}
.tab_div .choice_list.current {display: block;}

.tab_div .choice_list > li {
    width: 37%;
    height: 230px;
    /*margin: 1.5%;*/
    margin-left: 0px;
    margin-bottom: 0;
    height: auto;
}

/*.tab_div .choice_list > li:nth-child(2), .tab_div .choice_list > li:nth-child(3) { margin-top: 0%; }*/
.tab_div .choice_list > li a {font-size: 0px; height: auto;}
.tab_div .choice_list > li .img_wrap {
    display: inline-block;
    width: 44%;
    /*height: 200px;*/
    border: none;
    vertical-align: top;

    height: 150px;
}
.tab_div .choice_list > li .price_wrap {
    display: inline-block;
    width: 56%;
    height: 198px;
    border: none;
    padding: 10%;
    padding-right: 0;
    text-align: left;

    height: 150px;
    padding: 0;
    padding-top: 10px;
    padding-left: 10px;
}
.tab_div .choice_list > li .price_wrap .brandnm, .tab_div .choice_list > li .price_wrap .low {
    margin: 0px;
}
.tab_div .choice_list > li .price_wrap .low { text-align: right;}
.tab_div .choice_list > li .price_wrap .sell{
    margin-bottom: 2px;
    height: 17px;
    display: inline-block;
    float: left;
}
.tab_div .choice_list > li .price_wrap .brandnm span{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #2E2E2E;
    color: #a1a1a1;
} 
.tab_div .choice_list > li .price_wrap .itemnm span{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #2E2E2E;
    height: 35px;
}
.tab_div .choice_list > li .price_wrap .sell span{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0.04em;
    text-decoration-line: line-through;
    color: #9D9D9D;
}
.tab_div .choice_list > li div.price_wrap ul .low span.last_low {
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #2E2E2E;
}
.choice_list > li div.price_wrap ul li.percent {
    display: inline-block;
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 14px;
    color: #FF2C2C;
    width: 31%;
}
.choice_list > li div.price_wrap ul li.price{
    display: inline-block;
    margin-top: 3px;
    width: 65%;
    text-align: right;
}
.tab_div .choice_list > li .price_wrap .itemnm {
    margin: 5px 0px;
}
.tab_div .choice_list > li .price_wrap .itemnm span{
    -webkit-line-clamp: 2;
}
.tab_div .choice_list > li .option_wrap{
    top:50%;
}
.tab_div .choice_list > li:hover .option_wrap {
    left: 22%;
}
.tab_div .choice_list > li {
    width: 20%;
    height: 100%;
    margin: 1.5%;
    margin-top: 2%;
    width: calc(20% - 30px);
    margin: 15px;
}
.tab_div .choice_list > li .img_wrap {
    width: 100%;
    height: 320px;

    height: auto;
}
.tab_div .choice_list > li .price_wrap {
    width: 100%;
    height: 140px;
    padding: 10px 0px;
}
.tab_div .choice_list > li .price_wrap .brandnm span{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #2E2E2E;
    color: #a1a1a1;
} 
.tab_div .choice_list > li .price_wrap .itemnm span{
    -webkit-line-clamp: 2;
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #2E2E2E;
}
.tab_div .choice_list > li .price_wrap .itemnm .nm_nomobile{
    display:inline;
}
.tab_div .choice_list > li .price_wrap .sell span{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0.04em;
    text-decoration-line: line-through;
    color: #9D9D9D;
}
.tab_div .choice_list > li div.price_wrap ul li.low span.last_low {
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #2E2E2E;
}
.tab_div .choice_list > li .option_wrap{
    top:33%;
}
.tab_div .choice_list > li:hover .option_wrap {
    left: 50%;
}

.maindiv .pager_area {
    font-size: 0px;
    margin-top: -25px;
    width: 100%;
    float: left;
    text-align: center;
    position:absolute;
    z-index:1;
}

.pager_area.main .swiper-pagination-bullet  {
    width: 15px;
    height: 15px;
    margin:5px;
}

.tab_div .pager_area {font-size: 0px; margin-top: 25px; width: 100%; float: left; text-align: center;}
.tab_div .pager_area .tab_pager {
    width: 15px; height: 15px; background: pink; display: inline-block;
    margin-left: 6px; margin-right: 6px;
    background: url(../../images/web_cardview01_ic_pager.png) no-repeat;
}
.tab_div .pager_area .tab_pager.current {
    background: url(../../images/web_cardview01_ic_pager_select.png) no-repeat;
}

.tab_div .more_btn_area {
    padding-top: 25px;
    text-align: center;   
}
.tab_div .more_btn_area.none{display: none !important;}
.tab_div .more_btn {
    display: none;
    padding: 10px;
    padding-top: 11px;
    cursor: pointer;
    font-family: 'NotoKrM';
    background: #fff; color: gray; font-size: 14px; border: 1px solid silver; border-radius: 20px; width: 90px;
}


/* 카테고리별 인기상품 */
#categorybest { padding-bottom: 50px;}
#categorybest .wrap_div { width: 100%; margin-top: 44px; font-size: 0px; background: #fff;}
#categorybest .wrap_div .tab {
    cursor:pointer; text-align: center; width: calc(100% / 7); height: 85px; display:inline-block;
    background: #EEEEEE; position:absolute; top: 60px; box-shadow: 1px 1px 3px 3px #f1f1f1;
}
#categorybest .wrap_div .tab span {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #2E2E2E;
}
#categorybest .wrap_div .tab.active span {color: #008AFF; font-weight: 800; }
#categorybest .wrap_div .tab.active {background: #FFFFFF;}
#categorybest .wrap_div .tab#tab2 {left: calc(100% / 7) ;}
#categorybest .wrap_div .tab#tab3 {left: calc(200% / 7);}
#categorybest .wrap_div .tab#tab4 {left: calc(300% / 7);}
#categorybest .wrap_div .tab#tab5 {left: calc(400% / 7);}
#categorybest .wrap_div .tab#tab6 {left: calc(500% / 7);}
#categorybest .wrap_div .tab#tab7 {left: calc(600% / 7);}
#categorybest .wrap_div .tab .img_div {margin: 5px auto; margin-bottom:0; width: 50px; height: 50px; background: url(../../images/web_cardview03_ic_01.png);}
#categorybest .wrap_div .tab .img_div#img1 { background: url(../../images/web_cardview03_ic_01.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab .img_div#img2 { background: url(../../images/web_cardview03_ic_02.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab .img_div#img3 { background: url(../../images/web_cardview03_ic_03.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab .img_div#img4 { background: url(../../images/web_cardview03_ic_04.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab .img_div#img5 { background: url(../../images/web_cardview03_ic_05.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab .img_div#img6 { background: url(../../images/web_cardview03_ic_06.png) center center no-repeat;  background-size: contain; width: 44px;}
#categorybest .wrap_div .tab .img_div#img7 { background: url(../../images/web_cardview03_ic_07.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab.active .img_div#img1 { background: url(../../images/web_cardview03_ic_01_select.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab.active .img_div#img2 { background: url(../../images/web_cardview03_ic_02_select.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab.active .img_div#img3 { background: url(../../images/web_cardview03_ic_03_select.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab.active .img_div#img4 { background: url(../../images/web_cardview03_ic_04_select.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab.active .img_div#img5 { background: url(../../images/web_cardview03_ic_05_select.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab.active .img_div#img6 { background: url(../../images/web_cardview03_ic_06_select.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab.active .img_div#img7 { background: url(../../images/web_cardview03_ic_07_select.png) center center no-repeat;  background-size: contain;}
#categorybest .wrap_div .tab_content { font-size: 0px;  display: none; margin-top: 115px; box-shadow: 1px 1px 3px 3px #f1f1f1;}
#categorybest .wrap_div .tab_content .content_tr {height: 604px;}
#categorybest .wrap_div .tab_content .left_content { padding: 15px 5px 5px 25px; float:left; width: 20%; height: 100%; border-right: 1px solid #E6E6E6; }
#categorybest .wrap_div .tab_content .right_content { padding-top: 35px;border-left: 1px solid #E6E6E6;}
#categorybest .left_content .catenum {
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 0.04em;
    color: #2E2E2E;
}
#categorybest .left_content .catenm {
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 0.04em;
    color: #2E2E2E;
    margin-bottom:15px;
}
#categorybest .left_content .category2 li{
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #2E2E2E;
    cursor: pointer;
    margin-bottom: 7px;
}
#categorybest .left_content .category2 li:hover, #categorybest .left_content .category2 li.active,
#categorybest .left_content .category2 li:active {color: #008AFF; font-weight: 800; }
#categorybest .wrap_div .tab_content .right_content {float:right; width: 80%; height: 100%; padding: 15px; padding-bottom: 0;}
#categorybest .wrap_div .tab_content .right_content ul {font-size: 0px;}
#categorybest .wrap_div .tab_content .right_content li {display: inline-block; width: 17%; margin-right: 3.7%; margin-bottom: 5%;}
#categorybest .wrap_div .tab_content .right_content li:nth-child(5n) {margin-right: 0;}
#categorybest .wrap_div .tab_content .right_content li .image_wrap { width: 100%; text-align: center; }
#categorybest .wrap_div .tab_content .right_content li .image_wrap img {width: auto; height: 150px;}
#categorybest .wrap_div .tab_content .right_content li.noitem_li {margin-top: 15%; width: 100%; height: 100%; text-align: center;}
#categorybest .wrap_div .tab_content .right_content li.noitem_li img {width: 35%; margin-bottom: 10px;}
#categorybest .wrap_div .tab_content .right_content li.noitem_li span { font-size: 14px;}


/* 신상품 */
.choice#new { padding: 0px; }
.choice#new .left_div {display: inline-block; vertical-align: top; padding-top: 40px; height: 426px; width: 13%; margin-right: 2%;}
.choice#new .right_div {display: inline-block; width: 85%; float: right; padding: 30px 0; padding-left: 13px;}
.choice#new .choice_list > li {
    position: relative;
    /*float: left;*/
    width: 31%;
    height: 100%;
    margin: 0px;
    margin: 3% 1%;
}
.choice#new .choice_list > li a { font-size: 0px; }
/*.choice#new .choice_list > li:first-child, .choice#new .choice_list > li:nth-child(2) { margin-bottom: 6%; }*/
/*.choice#new .choice_list > li:first-child, .choice#new .choice_list > li:nth-child(3) { margin-right: 5%; }*/
.choice#new .left_div .main_title div {
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: 0.07em;
    color: #2E2E2E;
}
.choice#new .left_div .main_title div:last-child {display:inline-block; border-bottom: 1px solid #2E2E2E;} 
.choice#new .left_div button {
    bottom: 40px; position: absolute;
    width: 13%; height: 44px; background: #008AFF;
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.135em;
    color: #FFFFFF;
}
.choice#new .right_div .img_wrap { width:125px; height: 125px; border: none; display: inline-block; vertical-align: top; border-radius: 0; }
.choice#new .right_div .img_wrap img { border: 1px solid #D3D3D3; border-radius: 100%; /*height: unset;*/ }
.choice#new .right_div .price_wrap { 
    width: 56%; height: 100%; display: inline-block; text-align: left; background: transparent;
    padding: 0px; padding-top: 19px; padding-left: 15px; 
}
.choice#new .right_div .price_wrap .brandnm {margin: 0px}
.choice#new .right_div .price_wrap .brandnm span {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2E2E2E;
    color: #a1a1a1;
}
.choice#new .right_div .price_wrap .itemnm { margin: 0; margin-top: 5px; }
.choice#new .right_div .price_wrap .itemnm span {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2E2E2E;
    -webkit-line-clamp: 2;
}
.choice#new .right_div .price_wrap .sell { margin: 0px; }
.choice#new .right_div .price_wrap .sell span { 
    margin: 0px;
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #9D9D9D;
}
.choice#new .right_div .price_wrap .low { margin: 0px; margin-top: 2px; }
.choice#new .right_div .price_wrap .low .last_low { 
    margin: 0px;
    font-family: 'NotoKrM';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #2E2E2E;
}
.choice#new .right_div li .option_wrap {top: 48%;}
.choice#new .right_div li:hover .option_wrap {left: 21%;}


/* BEST10 */
.choice#hot {padding: 40px 10px;}
/*.choice#hot*/ a.more {
    float: right;
    font-family: 'NotoKrM';
    /*font-weight: 800;*/
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.04em;
    position: absolute;
    top: 6px;
    right: 5px;
    color: gray;
    cursor: pointer;
}
/*.choice#hot*/ a.more img {margin-left: 6px;}
.choice#hot .choice_list2_wrap {overflow-x:scroll; overflow-y: hidden; width: 100%; padding-top: 30px;}
#hot .choice_list2 .list_box {padding: 0;}
.choice#hot .choice_list2 > li {width: 200px; margin-right: 17px; border: 1px solid #D3D3D3; margin-bottom: 19px;}
.choice#hot .choice_list2 li > div.list_box .list_num {
    z-index:1; position: absolute; width: 50px; height: 50px; background: #008AFF;
    font-family: 'NotoKrM'; text-align: center; padding-top: 16px;
    font-weight: 800;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.choice#hot .choice_list2 li > div.list_box div.text_wrap { padding: 0px 10px;}
.choice#hot .choice_list2_wrap::-webkit-scrollbar { width: 6px;  height: 6px; }
.choice#hot .choice_list2_wrap::-webkit-scrollbar-thumb { height: 6px;  background: #008AFF; border-radius: 6px;}
.choice#hot .choice_list2_wrap::-webkit-scrollbar-track { background: #E2E2E2; }


/* 1.choice_list */
.choice_list > li{
    position:relative;
    float:left;
    width:calc(20% - 10px);
    height:310px;    	
}
.choice_list > li a{
    display:block;
    height:100%;
}
.choice_list > li div.img_wrap{
    position:relative;
    width:100%;
    height:200px;
    text-align:center;
    white-space:nowrap;
    font:0/0 a;
	border:1px solid #d3d8d9;
    overflow: hidden;
}
.choice_list > li div.img_wrap:before { content:""; display:inline-block; vertical-align:middle; height:100%; }
.choice_list > li div.img_wrap img{
    vertical-align:middle;
    display:inline-block;
    max-height:100%;
    max-width:100%;
    /*height: 150px;*/
}

.choice_list > li div.price_wrap{
    position:relative;
    width:100%;
    height:108px;
    overflow:hidden;
    background:#fff;
    padding:10px 22px;   
	text-align:center;
}
.choice_list > li div.price_wrap ul li{
    margin:5px 0 10px;
}
.choice_list > li div.price_wrap ul li.itemnm span{font-family:'nanum_basicB'; font-size:15px; letter-spacing:-0.05; color:#000; overflow: hidden;    display: -webkit-box;  -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.choice_list > li div.price_wrap ul li.sell span{
    font-family:'nanum_basicR';
    font-size:14px;
    color:#999;
    display:inline-block;    
	text-decoration: line-through;
	margin-top:7px;
}

.choice_list > li div.price_wrap ul li.low{font-family:'nanum_basicR'; color:#000;margin-top:-5px;}

.choice_list > li div.price_wrap ul li.low span.last_low{
    letter-spacing:-0.05em;
    font-family:'nanum_basicR';
    font-size:21px;    
	font-weight:600;
}
.choice_list > li div.price_wrap ul li.low span.low_won{
	position:relative;  
	top:-1px; left:2px;
	font-size:12px;
}

.choice_list > li:hover div.img_wrap img{
    opacity:.3;
    transition:all .5s;
}


#choiceimg {
    position:absolute; 
    top:50%; bottom:50%;
    transform:translate(-50%, -50%);
}
.choice_list .option_wrap
{
    position:absolute;
    top:33%;
    left:30%;
    transform:translate(-50%, -50%);
    opacity:0;
    z-index:1;
}

.choice_list > li:hover div.option_wrap,
.new ul li:hover div.option_wrap,
.swiper-best div.swiper-slide a:hover div.option_wrap
{
    left:50%;
    transform:translate(-50%, -50%);
    opacity:1;
    transition:all .5s;
    z-index:1;
}
.option_wrap button
{
    display:inline-block;
    width:36px;
    height:36px;
    background:#fff;
    border:2px solid #000;
    border-radius:100%;
    text-align:center;
    vertical-align: bottom;
}
.option_wrap button:hover
{
    background:#000;
}

.choice_list > li div.option_wrap button:hover i,
.new ul li div.option_wrap button:hover i,
.swiper-best div.swiper-slide-active a:hover div.option_wrap
{
    color:white;
}
.option_wrap button i
{
    color:black;
}
.option_wrap button:first-child i
{
    font-size:22px;
    margin-left:0px;
}
.option_wrap button:nth-child(2) i
{
    font-size:25px;
}
.choice_list > li.loading img
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}

.swiper-choice-prev
{
    background:url(../../images/user/main/choice_left.png) no-repeat center center !important;
    background-size:17px !important
}
.swiper-choice-next
{
    background:url(../../images/user/main/choice_right.png) no-repeat center center !important;
    background-size:17px !important
}
.swiper-choice-pagination
{
    position:absolute;
    bottom:inherit !important;
    top:20px;
    left:21px !important;
    text-align:left !important

}
.swiper-choice-pagination .swiper-pagination-bullet
{
    width:10px;
    height:10px;
    margin:0 3px !important;
    background:#f3f7fa;
    opacity:1;
}
.swiper-choice-pagination .swiper-pagination-bullet-active
{
    background:#000
}


.choice_list > li div.hot_percent
{
    position:absolute;
    top:12px;
    left:12px;
    width:65px;
    height:64px;
    z-index:1;
    background-position:center center;
    background-size:65px;
}
.choice_list > li div.hot_percent > span
{
    display:block;
    position:absolute;
    top:21px;
    left:48%;
    transform:translateX(-50%);
    color:#fff;
    font-family:'pt_B';
    font-size:14px;
    text-align:center
}
.choice_list > li div.hot_percent > span > span
{
    font-family:'pt_B';
    font-size:19px;
    color:#fff;
    letter-spacing:-0.08em
}


/* 1-1.choice_list2 */   /* 파격할인 */
.list_Outbox{width:100%; float:left;margin-top:30px;}
.list_Outbox .md_img { height:399px; }
.list_Outbox.full { width:100%; }

.choice_list2 > li {
    position: relative;
    float: left;
    width: 23%;
    height: 286px;
    margin-right: 2%;
    margin-bottom: 1%;
    width: 18%;
}
.choice_list2 > li:nth-child(5n){margin-right: 0px;}
.choice_list2 .list_box{width:100%; height:100%; overflow:hidden; padding: 1%; }
.choice_list2 > li a {display:block;}
.choice_list2 li > div.list_box div.hot_percent{position:absolute; top:0px; left:0px; width:55px; height:55px; background:#167dda; z-index:1;}

.choice_list2 .hot_percent > p{position:absolute; display:block;color:#fff;top:10px;left:23%;font-size:11px; letter-spacing:-0.05em; opacity:0.6;}
.choice_list2 .hot_percent > span{position:absolute; display:block;color:#fff;top:27px;left:20%;font-size:20px; font-family:'nanum_basicR'; letter-spacing:-0.1em; }
.choice_list2 .hot_percent > span > span{font-size:14px; font-family:'pt_B'; margin-left:2px;}


.choice_list2 li > div.list_box div.image_wrap{
    font:0/0 a; width: 260px; height: 260px; margin-bottom: 10px; text-align: center; padding-top: 15px;
    position: relative; overflow: hidden;
}
.choice_list2 li > div.list_box div.image_wrap:before { content:""; display:inline-block; vertical-align:middle; height:100%; }
.choice_list2 li > div.list_box div.image_wrap img{
    max-width:100%; 
    max-height:100%;
    display:inline-block;
    vertical-align:top;
}

.choice_list2 li > div.list_box div.text_wrap {
    position: absolute;
    color: #777;
    text-align: left;
    width: 100%;
    /*padding:20px;*/
    height: calc(100% - 160px);
} 
.choice_list2 li > div.list_box div.text_wrap .brandnm {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    color: #2E2E2E;
    color: #a1a1a1;
    margin-bottom: 5px;
}
.choice_list2 li > div.list_box div.text_wrap > div {
    display: inline-block;
    width: 48%;
}
.choice_list2 li > div.list_box div.text_wrap{
    padding:0 5px;
}
.choice_list2 li > div.list_box div.text_wrap > span{
    margin-bottom:5px;
    overflow:hidden; text-overflow:ellipsis;-webkit-box-orient:vertical; -webkit-line-clamp:2; display:-webkit-box;
    font-family: 'NotoKrM'; font-weight: 400; font-size: 14px; color: #2E2E2E;
    height: 38px;
    line-height: 17px; height: 34px;
}
.choice_list2 li > div.list_box div.text_wrap .nm_nomobile {
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 14px;
    color: #2E2E2E;
 }
.choice_list2 li > div.list_box div.text_wrap > span > b { font-family: 'NotoKrM'; font-weight: 800; font-size: 14px; color: #2E2E2E; }
.choice_list2 li > div.list_box div.text_wrap .p_Tit{
    color:#000; font-size:18px; font-family:'nanum_basicB'; 
}
.choice_list2 li > div.list_box div.text_wrap .percent {
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 14px;
    color: #FF2C2C;
    width: 30%;
} 
.choice_list2 li > div.list_box div.text_wrap .price { width: 80%; float:right;}
.choice_list2 li > div.list_box div.text_wrap .past{
    min-height: 1em; letter-spacing:-0.05em;
    text-decoration: line-through;
    font-family: 'NotoKrM';
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    text-align: right;
    letter-spacing: 0.04em;
    text-decoration-line: line-through;
    color: #9D9D9D;
    height: 15px;
}
.choice_list2 li > div.list_box div.text_wrap .now{
    font-family: 'NotoKrM';
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #2E2E2E;
}
.choice_list2  li > div.list_box div.text_wrap .now_won{color:#2E2E2E; font-family:'NotoKrM'; margin-left: 3px;}

.choice_list2 >  li:hover div.list_box div.image_wrap img{transition:all .5s; }
.choice_list2 >  li:hover div.list_box div.image_wrap img, .choice_list2 >  li:hover div.list_box div.text_wrap{ opacity:0.5;}
.choice_list2 > li:hover .text_wrap span{color:#167dda;}
.choice_list2 > li:hover .text_wrap .now{color:#fc4e43;}
.choice_list2 > li:hover .text_wrap .now_won{color:#fc4e43;}

.choice_list2 .option_wrap
{
    position:absolute;
    top:80%;
    left:0;
    transform:translate(-50%, -50%);
    opacity:0;
    z-index:100;
}

.choice_list2 > li:hover div.option_wrap
{
    left:50%;
	top:50%;
    transform:translate(-50%, -50%);
    opacity:1;
    transition:all .5s;
    z-index:1;
}
.choice_list2 .option_wrap button
{
    display:inline-block;
    width:36px;
    height:36px;
    background:#fff;
    border:2px solid #000;
    text-align:center
}
.choice_list2 .option_wrap button:hover{
    background:#000;
}
.choice_list2 > li div.option_wrap button:hover i{
    color:white;
}

.choice_list2 .option_wrap button i{
    color:black;
}
.choice_list2 .option_wrap button:first-child i{
    font-size:22px;
    margin-left:0px;
}
.option_wrap button:nth-child(2) i{
    font-size:25px;
}
.choice_list2 > li.loading img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}
.choice_list2 .option_wrap{
    position:absolute;
    top:50%;
    left:30%;
    transform:translate(-50%, -50%);
    opacity:0;
    z-index:100;
}
.choice_list2 > li:hover div.option_wrap {
    left:50%;
    transform:translate(-50%, -50%);
    opacity:1;
    transition:all .5s;
    z-index:1;
}


/* 1-1.choice_list3 */
.icon_best{position:absolute; top:7%; left:8%; z-index:8;}

.choice_list3 > div
{
    position:relative;
    float:left;
    width:calc(25% - 10px);
	left:0px;
	margin:18px 0;	

}
.choice_list3 > div a{
    display:block;
    height:100%;
}
.choice_list3 > div div.list_box
{
   border:#ddd 1px solid;   
   background:#fff;
   margin:10px;
   height:fit-content; 
}


.choice_list3 > div div.text_wrap{
   padding:20px;
   color:#777;
   background:#fff;
   border-top:1px solid #ddd;
   text-align:center;
    position:relative;
    overflow:hidden;
 
} 
.choice_list3 > div:hover div.text_wrap{
    background:#167dda;
    transition:all .5s;
}
.choice_list3 .text_wrap em{color:#777; font-size:15px; font-family:'nanum_basicL'; line-height:1.5;overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1}

.choice_list3 .text_wrap .p_Tit{
    color:#000; font-size:20px; font-family:'nanum_basicB';
    overflow:hidden; text-overflow:ellipsis;-webkit-box-orient:vertical; -webkit-line-clamp:1; display:-webkit-box;
}
.choice_list3 .text_wrap .past{color:#999; font-size:14px; font-family:'nanum_basicL';letter-spacing:-0.03em;text-decoration: line-through; min-height:1em; }
.choice_list3 .text_wrap .now{color:#167dda; font-size:22px; font-family:'nanum_basicB';}
.choice_list3 .text_wrap .now_won{color:#00a6a6;font-family:'nanum_basicB';}

.choice_list3 div:hover .text_wrap em{color:#fff;}
.choice_list3 div:hover .text_wrap .p_Tit{color:#fff; }
.choice_list3 div:hover .text_wrap .past{color:#fff;}
.choice_list3 div:hover .text_wrap .now{color:#ffcc00;}
.choice_list3 div:hover .text_wrap .now_won{color:#ffcc00;}
.choice_list3 div:hover  div.list_box{border:#167dda 1px solid;}


.choice_list3 > div div.image_wrap{
   text-align:center;
   padding:20px;
   width:100%;
   height:calc(252.5px - 10px); 
   white-space:nowrap;
   font:0/0 a;
}
.choice_list3 > div div.image_wrap:before { content:""; display:inline-block; vertical-align:middle; height:100%; }
.choice_list3 > div div.image_wrap img{
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.choice_list3 > div:hover div.image_wrap 
{
    opacity:0.3;
    transition:all .5s;
}


.choice_list3 > div div.text_wrap ul li
{
    margin-bottom:10px;
}


.choice_list3 .option_wrap
{
    position:absolute;
    top:40%;
    left:0;
    transform:translate(-50%, -50%);
    opacity:0;
    z-index:100;
}

.choice_list3 > div:hover div.option_wrap
{
    left:50%;
    transform:translate(-50%, -50%);
    opacity:1;
    transition:all .5s;
    z-index:1;
}
.choice_list3 .option_wrap button
{
    display:inline-block;
    width:36px;
    height:36px;
    background:#fff;
    border:2px solid #000;
    border-radius:100%;
    text-align:center
}
.choice_list3 .option_wrap button:hover
{
    background:#000;
}
.choice_list3 > div div.option_wrap button:hover i

{
    color:white;
}

.choice_list3 .option_wrap button i
{
    color:black;
}
.choice_list3 .option_wrap button:first-child i
{
    font-size:22px;
    margin-left:0px;
}
.option_wrap button:nth-child(2) i
{
    font-size:25px;
}
.choice_list3 > div.loading img
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}



.choice_list3 .option_wrap
{
    position:absolute;
    top:40%;
    left:0;
    transform:translate(-50%, -50%);
    opacity:0;
    z-index:100;
}
.choice_list3 > div:hover div.option_wrap
{
    left:50%;
    transform:translate(-50%, -50%);
    opacity:1;
    transition:all .5s;
    z-index:1;
}

.choice .swiper-button-next, 
.choice .swiper-button-prev
{
    top:54% !important;
}
.choice .swiper-button-prev
{
    left:-55px;
    background:url(../../images/user/main/good_left2.png) no-repeat center center !important;
    width:38px;
    height:73px;
    opacity:0.5;
    margin-left:3px;
    z-index:3;
}
.choice .swiper-button-prev.swiper-button-disabled,
.choice .swiper-button-next.swiper-button-disabled
{
    /*opacity:1;*/
}
.choice .swiper-button-next
{
    right:-50px;
    background:url(../../images/user/main/good_right2.png) no-repeat center center !important;
    width:38px;
    height:73px;
    opacity:0.5;
    z-index:3;
}
.choice .swiper-button-prev:hover
{
    background:url(../../images/user/main/good_left2_h.png) no-repeat center center !important;
    transition:all .3s;
}
.choice .swiper-button-next:hover
{
    background:url(../../images/user/main/good_right2_h.png) no-repeat center center !important;
    transition:all .3s;
}


/* 2.best */
.best
{
    position:relative;
    width:100%;
    overflow:hidden;
    height:fit-content;	
}
.best .swiper-container{background:#fff;}
.best .swiper-slide a{
    display:block;

}

.best div > div.swiper-slide {	    
	width:calc(33.3334% - 100px);
	border:red 1px solid;	
	background:#7275f8;
	left:1px;	
}
.best .swiper-slide .img_wrap{}
.best .swiper-slide .img_wrap img{
    display:block;
	width:180px;
    height:180px;
    margin:0 auto;
	position:relative; left:40px;
}
.best .swiper-slide.loading .img_wrap img
{
    position:absolute;
    top:35%;
    left:50%;
    transform:translateX(-50%);
}
.best .swiper-button-prev
{
    left:0;
    background:url(../../images/user/main/best_left.png) no-repeat center center !important;
    width:46px;
    height:46px;
    opacity:0.5;
    margin-left:3px;
    z-index:3;
}
.best .swiper-button-next
{
    right:0;
    background:url(../../images/user/main/best_right.png) no-repeat center center !important;
    width:46px;
    height:46px;
    opacity:0.5;
    z-index:3;
}
.best .swiper-button-prev:hover
{
    background:url(../../images/user/main/best_left_h.png) no-repeat center center !important;
    transition:all .3s;
}
.best .swiper-button-next:hover
{
    background:url(../../images/user/main/best_right_h.png) no-repeat center center !important;
    transition:all .3s;
}
.best .text_wrap{
    position:absolute;
    width:calc(100% - 40px);
    padding:20px;
    margin:-50px auto 0;	
	top:0px;
	background:none;
}
.best .text_wrap h2
{
    font-family:'NotoKrM';
    font-size:18px;
    color:#373737;
    line-height:1.3;
    height:26px;
    text-overflow:ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.best .text_wrap .money
{
    margin-top:19px
}
.best .text_wrap .money span.now
{
    font-family:'pt_B';
    font-size:20px;
    color:#000;
    letter-spacing:-0.08em;
    display:inline-block;
    margin-right:10px
}
.best .text_wrap .money span.past
{
    position:relative;
    font-family:'pt';
    font-size:14px;
    color:#999999;
    letter-spacing:-0.03em;
    vertical-align:2px;
	
}
.best .text_wrap .money span.past:after
{
    content:'';
    position:absolute;
    top:47%;
    left:-1px;
    width:110%;
    height:1px;
    background:#999
}
.best .rank_wrap 
{
    position:absolute;
    top:0px;
    left:20px;
    z-index:15;
}
.best .rank_wrap img
{
    width:53px;
}
.swiper-best div.swiper-slide a:hover div.img_wrap img {
    opacity:.3;
}

.best .best-title-div{
    width:100%;
    height:5vh;
    background:#444;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.best .best-title-div span{
    margin:40px;
    color:#fff;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}

.best .best-title-div-bw{
    width:100%;
    height:5vh;
    border-bottom: 1.5px solid #444;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.best .best-title-div-bw span{
    margin:40px;
    color:#444;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}

.best .best-title-div-sub{
    width:100%;
    height:5vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.best .best-title-div-sub span{
    color:#444;
    font-size:22px;
    margin-bottom:20px;
    font-family:'NotoKrM';
    letter-spacing: -0.025em;
}


/* 4.new */
.new
{
    position:relative;
    width:100%;
    
}
.new ul{width:calc(100% + 25px);margin-top:40px;}
.new ul li
{
    float:left;
    width:calc(33.334% - 12px);
	height:190px;
    vertical-align:top;
    margin:7px 7px 0 0;
    position:relative;	
	border:#cad7d3 1px solid;
	padding:20px;
	background:#fff;	
	overflow:hidden;
}
.new ul li:nth-child(1),
.new ul li:nth-child(2),
.new ul li:nth-child(3)
{
    margin-top:0;
}
.new ul > li:hover{border:#ef1d62 1px solid;}

.new ul > li div.hot_percent{position:absolute; top:0px; left:0px; width:58px; height:58px; background:#ef1d62; z-index:23;}
.new ul > li div.hot_percent > p{position:absolute; display:block;color:#fff;top:10px;left:23%;font-size:11px; letter-spacing:-0.05em; opacity:0.7;}
.new ul > li div.hot_percent > span{
    position:absolute; 
    display:block;
    color:#fff;
    top:27px;
    left:20%;
    font-size:20px; 
    font-family:'nanum_basicR'; 
    letter-spacing:-0.1em; 
    display:block;
    width:60%;
    text-align:center;
}
.new ul > li div.hot_percent > span > span{font-size:14px; font-family:'nanum_basicB'; margin-left:2px;}

.new ul > li div.image_wrap{position:absolute; width:44%; height:150px; text-align:center; white-space:nowrap; font:0/0 a;}
.new ul > li div.image_wrap:before { content:""; display:inline-block; vertical-align:middle; height:100%; }
.new ul > li div.image_wrap img{ max-width:100%; max-height:100%; display:inline-block; vertical-align:middle; }

.new ul > li div.text_wrap{
	font-size:14px;
	color:#777;
	position:relative;
	left:52%;
    width:48%;
	margin:5px 0 0 10px;
	
}
.new ul > li div.text_wrap em{
    font-size:14px;overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new ul > li div.text_wrap p{
    font-family:'nanum_basicB';
    font-size:18px;
    color:#333;
    line-height:1.3;
    text-overflow:ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    width:88%;
	font-weight:600;
    margin-top:15px;
}
.new ul > li div.text_wrap .p_Tit
{
    font-family:'NanumGEB';
    font-size:14px;
    color:#333;
    line-height:1.3;
	font-weight:600;
	margin-top:10px;

}
.new ul > li div.text_wrap .price{margin-top:15px;}
.new ul > li div.text_wrap .price .now{
    font-family:'nanum_basicR';
    font-size:21px;	
    color:#ef1d62;
    display:inline-block;    
	font-weight:600;
	margin-top:5px;
}
.new ul > li div.text_wrap .price .now_won{
    position:relative;
	font-family:'NanumG';
    font-size:15px;
	margin-left:3px;
	font-weight:600;
	
}
.new ul > li div.text_wrap .price span.past
{
    position:relative;
    font-family:'NanumG';
    font-size:13px;
	text-decoration:line-through;
    color:#999999
	
}
.new ul > li div.text_wrap .price span.past:after
{
    content:'';
    position:absolute;
    top:47%;
    left:-4px;
    width:120%;
    text-decoration:line-through;
    vertical-align:1px;
}

.new ul > li div.icon_wrap
{
    position:absolute;
    top:20px;
    left:20px;
    z-index:1;
}
.new ul > li div.icon_wrap span
{
    display:inline-block;
    width:48px;
    height:48px;
    text-align:center;
    border-radius:100%;
    font-family:'pt';
    font-size:13px;
    color:#fff;
    line-height:48px;
    margin-right:3px;
}
.new ul > li div.icon_wrap span.new
{
    background:#000;
    color:#fff;
}
.new ul > li:hover div.image_wrap img,
.new ul > li:hover div.text_wrap
{
    opacity:.3;
    transition:all .5s;
}

.new .new-title-div-bw{
    width:100%;
    height:5vh;
    border-bottom: 1.5px solid #444;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.new .new-title-div-bw span{
    margin:30px;
    color:#444;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}

.new .new-title-div-sub{
    width:100%;
    height:5vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.new .new-title-div-sub span{
    color:#444;
    font-size:22px;
    margin-bottom:20px;
    font-family:'NotoKrM';
    letter-spacing: -0.025em;
}

.new .new-line-sub{
    content: "";
    width: 5vw;
    border-bottom: 3px solid #444;
}



/* 배너 */
.banner { text-align: center; }
.banner li{ display:inline-block;}
/* 5.board */

.board
{
    position:relative;
    width:100%;
	border-top:2px solid #000;
	padding-bottom:30px;

    border-top:2px solid #EEEEEE;
    margin-top: 0;
    /*display: none;*/
}

.board_list {
    float:left; 
    width:25%; 
    border-right:1px solid #ddd;
    padding:0 15px 0 15px; 
    box-sizing:border-box; 
    height: 100%;
    min-height: 165px;
}
.board_list:last-child {
    border-right: none;
}
.board_list > span { 
    display:block; 
    font-size:19px; 
    font-weight:bold; 
    width:100%; 
    padding-bottom:13px; 
	letter-spacing:-0.05em;
}

.board_list > a { 
    float:right; 
    font-size:14px; 
    margin-top:-35px;
}

.board_list ul li { 
    padding:1px 0px; 
    font-size:14px; 
}

.board_list ul li a { 
    display:inline-block; 
    font-size:inherit; 
    width:calc(100% - 90px); 
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
	letter-spacing:-0.05em;
}

.board_list ul li span { 
    display:inline-block; 
    font-size:inherit; 
    width:90px; 
    text-align: right; 
    vertical-align: top;
}

.board_list .noline { text-align:center; padding:8%; }
.board_list .board_list2 .detail_txt {
    margin-top: 0px;
}
.board_list .board_list3 .detail_txt {
    margin-top: 10px;
}
.board_list .board_list3 .detail_txt ul li {
    margin-top: 3px;
}
.board_list .board_list2 div:first-child ul li:first-child {
    margin-top:-10px;
    font-size:25px;
    color: #008AFF;
    font-weight:bold;
}

.board_list .icons_wrap {margin-top: 10px; font-size: 0;}
.board_list .icons_wrap .icon {display: inline-block; text-align: center; width: calc(94% / 4); margin-right: 2%; cursor: pointer; vertical-align: top;}
.board_list .icons_wrap .icon:last-child {margin-right: 0;}
.board_list .icons_wrap .icon img {width: 70px; display: block; margin: 0 auto;}
.board_list .icons_wrap .icon span {}
.board_list .detail_txt {font-size: 14px; text-align: center; margin-top: 15px;}
.board_list .detail_btn {
    background: #0E2E5E;
    display: inline-block;
    width: 100px;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-left: calc(50% - 50px);
    font-size: 14px;
    cursor: pointer;
}

/*customer*/
.customer{
	float:left; 
    width:25%; 
	height:135px;	
    box-sizing:border-box; 
	border-right:1px solid #ddd;
}

.customer  ul li{
	 font-family:'NanumGothic';
	line-height:1.6;	
	letter-spacing:-0.05em;
	font-size:13px;

}
.customer  ul li:first-child{font-family:'NanumGothicEB'; font-size:25px; margin:5px 0 5px 0;}
.customer2 {
	float:left; 
    width:30%; 
	height:135px;
	padding:0 30px 0 30px; 
    box-sizing:border-box; 
	border-right:1px solid #ddd;
	margin-left:25px;
}
.customer2  ul {margin-top:15px;}
.customer2  ul li{font-family:'NanumGothicEB'; 	font-size:17px;	
	line-height:1.5;	
	letter-spacing:0em;
	
	}
.customer2 ul li:last-child{font-family:'NanumGothic';font-size:13px; margin:10px 0 5px 0;}



/* 6.small_item_slide */
.small_item_slide {
    padding: 30px 0 50px;
    position:relative;
    overflow:hidden;
}
.small_item_slide .main_common_title {
    padding:10px 50px 20px;
}
.small_item_slide .main_common_title span:first-child {
    font-size:25px; font-family:'nanumEB';
}
.small_item_slide .main_common_title span:last-child:before {
    content:'|';
    font-size: 25px;
    margin:0 20px;
}
.small_item_slide .main_common_title span:last-child {
    font-size:15px; font-family:'nanumEB';
}
.swiper-container.swiper-small-slide {
    margin:0 50px;
}
.swiper-container.swiper-small-slide .swiper-slide {
    width:calc(20% - 25px);
}
.swiper-small-slide .swiper-slide .swiper-slide-prev {
    margin-left:-50px;
}
.swiper-small-slide .swiper-slide .swiper-slide-next {
    margin-right:-50px;
}
.small_item_slide .swiper-slide > a, .small_item_slide .img_wrap{
    text-align:center;
    width:100%;
    height:0;
    padding-bottom:100%;
}
.small_item_slide .img_wrap { line-height:0.75em; margin-bottom:20px; }
.small_item_slide .img_wrap img {
    max-width:100%;
    vertical-align:unset;
}
.small_item_slide .text_wrap {
    font-size:inherit;
    width:100%;
}
.small_item_slide .text_wrap h2{
    font-family:'NotoKr';
    font-size:15px;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}

/* 7. event_board */

.event .event-container{
    width:100%;
    height:40vh;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.event .event-banner img{
    width:100%;
    height:40vh;
}

.event .event-banner{
    width:65%;
    height:40vh;
}

.event .item-wrap{
    width:35%;
    height:40vh;
    display:flex;
    flex-direction:row;
}

.event .item-wrap a{
    width:100%;
    height:40vh;
}

.event .each-item{
    width:100%;
    height:40vh;
    display:flex;
    flex-direction:column;
}

.event .item-image{
    width:100%;
    height:30vh;
}

.event .item-image img{
    width:100%;
    height:30vh;
}

.event .item-info{
    width:100%;
    height:10vh;
    background:#444444;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.event .item-info span{
    color:#ffffff;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
    margin:6px;
}

/* 8. planned */
.planned .planned-container{
    margin-top:8px;
    width:100%;
    height:75vh;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
}

.planned .planned-item{
    width:30%;
    height:40vh;
    margin-left:10px;
    margin-right:10px;
    display:flex;
    flex-direction:column;
}

.planned .planned-image{
    width:100%;
    height:28vh;
}

.planned .planned-image img{
    width:100%;
    height:28vh;
}

.planned .planned-info{
    width:100%;
    height:12vh;
    background:#444;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.planned .planned-info span{
    color:#ffffff;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
    margin:6px;
}

.planned .planned-info-bw {
    width:100%;
    height:12vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-bottom: 1.5px solid #ccc;
}

.planned .planned-info-bw span{
    color:#444;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
    margin:6px;
}

.planned .planned-title-div{
    width:100%;
    height:5vh;
    background:#444;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.planned .planned-title-div span{
    margin:40px;
    color:#fff;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}

.planned .planned-title-div-bw {
    width:100%;
    height:5vh;
    border-bottom: 1.5px solid #444;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.planned .planned-title-div-bw span{
    margin:30px;
    color:#444;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}

.planned .planned-title-div-sub{
    width:100%;
    height:5vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.planned .planned-title-div-sub span{
    color:#444;
    font-size:22px;
    margin-bottom:20px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}

.planned .planned-line{
    content: "";
    width: 5vw;
    border-bottom: 3px solid #444;
}

.fixed_today {
    /*position: fixed;*/
    position: absolute;
    padding-top: 15px;
    /*top: calc(80% - 600px);*/
    right: calc(50% - 670px);
    width: 95px;
    z-index: 9999;
}
#banner_quick {max-height: 150px;}
.fixed_today .top {
    position: relative;
    width: 100%;
    height: 25px;
    border-bottom: 0;
    .swiper-today-container .swiper-slide .img_wrap font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    background: #2E2E2E;
    padding-top: 5px;
}
.fixed_today .top h2
{
    font-family:'nanum_basicR';
    font-size:13px;
    color:#fff;
    text-align:center;
    padding-top:16px;
}
.fixed_today .top h2 span
{
    margin-top:5px;
    font-size:18px;
    display:block;
    font-family:'nanumEB'
}
.fixed_today .middle{
    height: 105px;
    background: #585858;
}
.fixed_today .middle div:first-child {
    font-family: 'NotoKrM';
    font-style: normal;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 8px;
    margin-bottom: 10px;
}
.fixed_today .middle div:first-child img {margin-right: 3px;}
.fixed_today .middle .quick_list {position: relative;}
.fixed_today .middle span{
    font-family: 'NotoKrM';
    font-style: normal;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.fixed_today .middle span:first-child{padding-left: 9px;}
.fixed_today .middle span:last-child{padding-right: 8px;}
.fixed_today .bottom
{
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px solid #c8c8c8;
    border-top: 0;
    background: #fff;
}
.swiper-today-container
{
    height:100%;
}
.swiper-today-container .swiper-slide img
{
    display:block;
    text-align:center;
    margin:10px auto 0
}
.swiper-today-container .swiper-slide .img_wrap
{
    width:44px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.swiper-today-container .swiper-slide .img_wrap {height: 55px;}
.swiper-today-container .swiper-today-prev
{
    background:url(../../images/web_quickmenu_btn_left_nomal.png) no-repeat center center !important;
    left:inherit;
    right:45px;
}
.swiper-today-container .swiper-today-prev:hover{background:url(../../images/web_quickmenu_btn_left_hp.png) no-repeat center center !important;}
.swiper-today-container .swiper-today-next
{
    background:url(../../images/web_quickmenu_btn_right_nomal.png) no-repeat center center !important;
    right:25px;
}
.swiper-today-container .swiper-today-next:hover{background:url(../../images/web_quickmenu_btn_right_hp.png) no-repeat center center !important;}

.swiper-today-container .swiper-today-prev,
.swiper-today-container .swiper-today-next
{
    width:21px;
    height:21px;
    background-size:21px !important;
    top:inherit;
    bottom:10px;
}

.swiper-today-pagination
{
    bottom:45px !important;
    letter-spacing:-0.15em
}
.swiper-today-pagination span
{
    color:#949393;
    font-size:13px;
}
.swiper-today-pagination span.swiper-pagination-current {
    color: #FF2C2C;
}

.fixed_today .top_move
{
    /*margin-top:10px;*/
    cursor:pointer
}
.fixed_today .img_wrap a
{
    display:block
}

.swiper-slide.no_today {
    padding: 10px;
    font-family: 'NotoKrM';
    font-weight: 400;
}



/* popup */

.popup{
    position: fixed;z-index: 20000;
}

.popup_title{
    width: 100%;background-color: #373737;height: 30px;color: white;font-size: 15px;
    padding:8px;
}

.popup_content{
    background-color: white;text-align:center;
}

.popup_bottom{
    height: 30px;background-color: #e7e7e7;font-size: 15px;padding:8px;
}

.popup_notshow input[type=checkbox]{
    width:18px;
    height:18px;
    float:left;
    margin-right:5px;
}

.popup_close {
    float: right;
    font-size: 20px;
    margin-top: -7px;
}

.popup_content > div{
    width:100%;
    height:100%;
    overflow:hidden;
}

.md_img{
    height:100%;
    text-align:center;
    position:relative;
}

.md_img img{
    width:100%;
    height:100%;
}

.md-title-div{
    width:100%;
    height:5vh;
    background:#444;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.md-title-div span{
    margin:40px;
    color:#fff;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}

.md-title-div-bw{
    width:100%;
    height:5vh;
    border-bottom: 1.5px solid #444;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.md-title-div-bw span{
    margin:30px;
    color:#444;
    font-size:18px;
    font-family: 'NotoKrM';
    letter-spacing: -0.025em;
}


.main_slide .swiper-slide { font-size:inherit; }

.main_slide .swiper-slide a {
    display:block;
    font-size:inherit;
    height:1em;
}

.main_slide .swiper-slide img{
    font-size:inherit;
    max-height:1em;
    height:100%;
    /*vertical-align:unset;*/
    width: 100%;

    vertical-align:top;
}

.swiper-main-pagination {
    position:absolute; bottom:20px; left:0; right:0;
}
.swiper-main-pagination span{
    margin:3px;
}



/* remain */
.best .swiper-slide .img_wrap{
    padding:10px;
}
.best .text_wrap{
    margin:unset;
    width:100%;
    background-color:white;
    
}


.best .swiper-slide .img_wrap {
    width:100%; height:0px;
    padding-bottom:calc(100% - 70px);
}

.best .text_wrap .money {
    margin-top:unset;
}

.swiper-best{
    width:calc(100% - 200px);
}

.choice_list2 li > div.list_box div.image_wrap {width: 100%; height: 150px;}
.tab_div .choice_list > li .img_wrap {height: 150px;}


/* media */
@media screen and (max-width: 1515px) {
    .tab_div .prev_icon {
        left: 13%;
    }

    .tab_div .next_icon {
        right: 13%;
    }
}
@media screen and (max-width:1380px)
{
    .fixed_today
    {
        display:none
    }
}


@media screen and (max-width:1180px)
{
    .main_slide .main_slide_default .swiper-main-prev,
    .main_slide .main_slide_default .swiper-main-next
    {
        display:none
    }
    .main_slide .main_slide_default { margin-left:unset; }

    .choice#new { padding-left: 15px; }
    /*.choice#new .left_div { margin-right: 2%; width: 15%;}
    .choice#new .right_div { width: 83%;}
    .choice#new .left_div button { width: 15%;}*/

    .main_common_padding { padding-left: 10px; padding-right: 10px;}
    .main_common_padding.tab_div { width: calc(100%); padding-left: unset; padding-right: unset;}
}

@media screen and (max-width: 1120px){
    .choice#new .right_div .img_wrap {width: 100px; height: 100px;}
}

@media screen and (max-width:1100px)
{
    .choice_list > li:nth-child(1) .swiper-slide a img
    {
        height:381px
    }
    .main_slide .main_slide_default .swiper-wrapper {
        font-size:32vw !important;
    }

    .board.main_common_padding2 {
        display: flex;
        flex-wrap: wrap;
    }

    .board_list {
        width: 50%;
        height: 190px;
        box-sizing: border-box;
        padding: 0 35px 0 35px !important;
    }

    .board_list:first-child, .board_list:nth-child(2) {
        padding-bottom: 20px;
        border-bottom: 1px solid #efefef;
    }

    .board_list:nth-child(2) {
        border-right: none;
    }

    .board_list:nth-child(3), .board_list:nth-child(4) {
        padding-top: 20px !important;
        margin-bottom: 10px;
    }

    /* 신상품 */
    .choice#new .left_div {height: 368px;}
    .choice#new .right_div .price_wrap {padding-top: 0;}
    .choice#new .choice_list > li:first-child, .choice#new .choice_list > li:nth-child(2) {margin-bottom: 3%;}
}



@media screen and (max-width:1024px){
	ul.main_menu li a{font-size: 15px;}
	.main_common_title h1{background-size: 985px !important;}

    .choice_list > li:nth-child(1) .swiper-slide a img
    {
        height:auto
    }
    .choice_maintain_list > li div.img_wrap
    {
        height:198px
    }
    .choice_maintain_list > li
    {
        height:327px;
    }

    .list_Outbox .md_img { height:376px; }

	.choice_list3 > li div.list_box div.image_wrap{width:215px; height:215px;}


	.new ul li{height:180px;}
	.new ul > li div.image_wrap{width:140px; top:25px;}
    .best .swiper-button-prev
    {
        left:20px;
    }
    .best .swiper-button-next
    {
        right:20px;
    }

    .hot_list > li
    {
        height:349px
    }
    .hot_list > li div.img_wrap
    {
        height:220px;
    }
    .new ul > li div.image_wrap
    {
        height:140px;
    }

    /* 상품 호버 - 장바구니/관심 */
    .choice_list2 .option_wrap button {width: 30px; height: 30px;}
    .option_wrap button { width: 30px; height: 30px;}

}
@media screen and (max-width:960px) {
    .choice_list > li{width:24.5%; margin-left:3px; margin-top:0px;}

}

@media screen and (max-width:900px){
	
    /*.main_common_padding
    {
        padding:39px 0 55px 10px;
    }*/
    #delv_notice_pop {
        width: 500px !important;
        max-width: 600px;
        height: auto;
    }

    .list_Outbox { display: none; }

    .main_slide.md { display: block; }

    .card_div .main_slide {
        height: 300px !important;
        background-color:white;
    }

    .card_div .main_slide .swiper-slide {
        padding: 10px;
    }
    .card_div .main_slide .swiper-slide .image_wrap {
        text-align:center;
    }

    .card_div .main_slide .swiper-slide .text_wrap {
        width: 90%;
        height: auto;
        margin-top: 150px;
        margin-left:10px;
    }

    .card_div .main_slide .swiper-slide .text_wrap .brandnm {
        font-family: 'NotoKrM';
        font-weight: 400;
        font-size: 14px;
        color: #2E2E2E;
        color: #a1a1a1;
        margin-bottom: 5px;
    }

    .card_div .main_slide .swiper-slide .text_wrap > span, .card_div .main_slide .swiper-slide .text_wrap .itemnm {
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-family: 'NotoKrM';
        font-weight: 400;
        font-size: 14px;
        color: #2E2E2E;
        height: 38px;
        line-height: 17px;
        height: 34px;
    }
        .card_div .main_slide .swiper-slide .text_wrap .nm_nomobile {
            font-family: 'NotoKrM';
            font-weight: 400;
            font-size: 14px;
            color: #2E2E2E;
        }
    .card_div .main_slide .swiper-slide .text_wrap .now {
        font-family: 'NotoKrM';
        font-weight: 800;
        font-size: 16px;
        line-height: 28px;
        color: #2E2E2E;
    }

    .card_div .main_slide .swiper-slide img {
        font-size: 150px !important;
        width: auto !important;
    }

    .card_div .main_slide .swiper-slide {
        height: 300px;
    }

    .choice_list4 .option_wrap {
        position: absolute;
        top: 80%;
        left: 0;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 100;
    }
    .choice_list4 > li:hover div.list_box div.image_wrap img {
        transition: all .5s;
    }

    .choice_list4 > li:hover div.list_box div.image_wrap img, .choice_list4 > li:hover div.list_box div.text_wrap {
        opacity: 0.5;
    }

    .choice_list4 > li:hover div.option_wrap {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        transition: all .5s;
        z-index: 1;
    }
    .choice_list4 .option_wrap button {
        display: inline-block;
        width: 36px;
        height: 36px;
        background: #fff;
        border: 2px solid #000;
        text-align: center
    }
        .choice_list4 .option_wrap button:hover {
            background: #000;
        }
    .choice_list4 > li div.option_wrap button:hover i {
        color: white;
    }

    .choice_list4 .option_wrap button i {
        color: black;
    }
    .choice_list4 .option_wrap button:first-child i {
        font-size: 22px;
        margin-left: 0px;
    }
    .option_wrap button:nth-child(2) i{
        font-size:25px;
    }
    .choice_list4 > li.loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .choice_list4 .option_wrap {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 100;
    }
    .choice_list4 > li:hover div.option_wrap {
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        transition: all .5s;
        z-index: 1;
    }



    .main_slide .main_slide_banner3 {
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }

    .best .text_wrap h2
    {
        font-size:15px;
        height:40px
    }
    .best .text_wrap .money span.now
    {
        font-size:18px
    }
    .best .text_wrap .money span.past
    {
        font-size:12px;
    }
    .layout.recent2, .layout.like2, .layout.reorder2, .pager_area.recent2, .pager_area.like2, .pager_area.reorder2 {
        display: block;
    }

    .layout.recent1, .layout.like1, .layout.reorder1, .pager_area.recent1, .pager_area.like1, .pager_area.reorder1 {
        display: none;
    }

    .tab_div .choice_list {
        height: 320px;
    }
    .tab_div .choice_list > li {
        width: 33%;
        height: 270px;

        margin: 1.5%;
        margin-top: 2%;
        width: calc(33% - 30px);
        margin: 15px;
    }


    .choice_maintain_list > li,
    .hot_list > li,
    .hot_list > li:nth-child(1)
    {
        width:33.333334%
    }
    .choice_maintain_list > li
    {
        height:357px
    }
    .choice_maintain_list > li div.img_wrap
    {
        height:228px
    }
    .choice_maintain_list > li:nth-child(1)
    {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .choice_maintain_list > li a {
        max-height:40vh;
    }


    .choice#new .right_div .img_wrap {
        width: 80px;
        height: 80px;
    }
    .choice#new .left_div {height: 316px;}
    .choice#new .right_div .price_wrap .itemnm span{font-size: 12px;}
    .choice#new .right_div .price_wrap .low .last_low {font-size: 10px;}
    .choice#new .left_div button {height: 40px; font-size: 11px;}
    .choice#new .left_div .main_title div {font-size: 17px;}

    .new ul li {
        width: calc(33.333334% - 30px);
        margin: 35px 15px 0;
    }
    .new ul > li div.image_wrap
    {
        height:140px
    }
    .new ul li:nth-child(4)
    {
        margin-top:35px
    }
    .best .swiper-slide .img_wrap
    {
        width:230px;
    }

    /* remain */
    
    .best .swiper-slide .img_wrap{
        width:100%;
    }
    .swiper-best{
        width:100%;
    }
    .best .text_wrap h2{
        height:20px
    }

}

@media screen and (max-width:800px) {
    /* 탭 영역 */

    /* 최근본상품, 재주문~ 리스트형으로 바꾼것
        
    .tab_div .layout { padding-left: 0;}
    .tab_div .choice_list {padding: 15px 50px; margin-left:-15px;}
    .tab_div .choice_list > li:nth-child(4), .tab_div .choice_list > li:nth-child(5){display: none;}
    .tab_div .choice_list > li {width: 100%; margin: 0; height: 50%; }
    .tab_div .choice_list > li .img_wrap {
        width:35%;
    }
    .choice_list > li div.img_wrap img {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
        margin-right: 10px;
        border: 1px solid #d3d8d9;
    }
    .tab_div .choice_list > li .price_wrap {width: 65%; padding: 10px 0; padding-left: 3%; height: 100%; }
    .tab_div .choice_list > li .price_wrap .sell, .tab_div .choice_list > li .price_wrap .low {display: inline-block;}
    .tab_div .choice_list > li .price_wrap .low {padding-left: 5px;}
    .tab_div .choice_list > li .price_wrap .brandnm span, .tab_div .choice_list > li .price_wrap .itemnm span,
    .tab_div .choice_list > li .price_wrap .itemnm {margin-bottom: 5px;}
    .tab_div .choice_list > li .price_wrap .itemnm span {height: unset;}
    .tab_div .choice_list > li:first-child .price_wrap .itemnm span {-webkit-line-clamp: 1;}
    .tab_div .choice_list > li .price_wrap .itemnm span {-webkit-line-clamp: 1;}
    .tab_div .choice_list > li .option_wrap {top: 40%;}
    .tab_div .choice_list > li:hover .option_wrap {top: 40%;}

    .choice.tab_div > .layout .choice_list li { margin: 0; height: auto; }
    .choice.tab_div > .layout .choice_list li:first-child {margin-bottom: 2%;}
    .choice.tab_div > .layout .choice_list li:nth-child(3) {margin-top: 2%;}*/




    /*.tab_div .choice_list > li:first-child{width: 100%; height: 160px; margin: 0; margin-top: 8%;}
    .tab_div .choice_list > li:first-child .option_wrap {top: 50%;}
    .tab_div .choice_list > li:first-child:hover .option_wrap {left: 22%; top: 50%;}
    .tab_div .choice_list > li:first-child .img_wrap {width: 35%; height: 100%; }
    .tab_div .choice_list > li:first-child .price_wrap {width: 65%; padding-left: 3%; height: 100%; }
    .tab_div .choice_list > li:first-child {margin-top: 0;}*/


    /*.tab_div .prev_icon, .tab_div .next_icon {display: none;}*/
    /*.tab_div .pager_area {display: none;}*/
    /*.tab_div .more_btn {display: inline-block;}*/

    /*.board.main_common_padding2 {
        display: flex; 
        flex-wrap: wrap; 
    }

    .board_list {
        width: 50%;
        height: 190px;
        box-sizing: border-box;
        padding: 0 35px 0 35px !important;
    }

        .board_list:first-child, .board_list:nth-child(2) {
            padding-bottom: 20px;
            border-bottom: 1px solid #efefef;
        }

        .board_list:nth-child(2) {
            border-right: none;
        }
        .board_list:nth-child(3), .board_list:nth-child(4) {
            padding-top:20px !important;
            margin-bottom:10px;
        }*/

    /* 파격할인 영역 */
    .choice_list2 > li {display: none;}
    .choice_list2 > li:first-child, .choice_list2 > li:nth-child(2), .choice_list2 > li:nth-child(3) {display: unset;}
    .choice_list2 > li {width: 31%;}
    /*.more_btn_area2 .more_btn2 {display:inline-block;}*/

    /* 카테고리별 영역 */
    #categorybest .wrap_div .tab_content .content_tr {height: 697px;}
    #categorybest .wrap_div .tab_content .right_content li.noitem_li {margin-top: 180px;}
    #categorybest .wrap_div .tab_content .right_content li { width: 32%; margin-right: 1%; }
    #categorybest .wrap_div .tab_content .left_content {padding: 5px;}
    #categorybest .wrap_div .tab span {font-size: 13px;}
    #categorybest .left_content .catenum {font-size: 17px;}
    #categorybest .left_content .catenm {font-size: 17px;}

    /* 게시판 영역 */
    .board_list {padding: 0 10px;}

}

@media screen and (max-width:768px){
    .best .swiper-slide.loading .img_wrap img    {
        top:30%
    }
}

@media screen and (max-width:700px)
{
    /* 스크롤 시 상단바 */
    #scroll_searchProdTopTxt { width: 50%; left: 25%; }
    #scroll_searchProdTopLbl {left: calc(75% - 50px); }

    /*.board_list .txt_phoneNum { display:none; }*/
    .board_list2, .board_list3 {padding: 10px 0 30px 0;}
    .board_list2, .board_list3 {margin: 0 -15px 0 -15px;}
    .board_list2 {margin-top:-10px; margin-bottom:-20px;}
    .board_list3 {margin-top:-10px; margin-bottom:-20px;}
    .board_list2 .detail_txt ul li:first-child,.board_list3 div:first-child { font-size: 20px; font-weight:bold;}
    .board_list2 div:nth-child(3), .board_list2 div:nth-child(5), .board_list2 div:nth-child(6) {
        margin-top: 2px;
    }
    .board_list3 .detail_txt ul li {
        margin-top: 3px;
    }

    /* 파격할인, 유통기한임박 리스트로 바꾼 것
        .choice_list2.a {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 5%;
        margin-top: -3%;
    }

    .choice_list2.a li {
        width: 90%;
        height: 50%;
        position: relative;
        margin-bottom: -10%;
    }
    .choice_list2.a li .image_wrap #md_img {
        width: calc(90%);
        max-width: 90px;
        max-height: 90px; 
        border:1px solid #d3d8d9;
    }

    .choice_list2.a li .image_wrap {
        display: flex;
        width: 35%;
        padding-left: 10%;
    }

    .choice_list2.a li .text_wrap {
        left: 35%;
        top: 20%;
        padding-left: 3%;
        max-width: calc(65%);
        display: inline-block;
        white-space: normal;
    }

    .choice_list2.a li > div.list_box div.text_wrap .brandnm {
        font-size: 12px;
    }

    .choice_list2.a li > div.list_box div.text_wrap > span > b {
        font-size: 12px;
    }

    .choice_list2.a li > div.list_box div.text_wrap > span {
        font-size: 12px;
        margin-bottom: -20px;
        height: 35px;
    }

    .choice_list2.a li > div.list_box div.text_wrap .past {
        font-size: 11px;
        height: 13.75px;
        line-height: 19px;
    }

    .choice_list2.a li > div.list_box div.text_wrap .now {
        font-size: 15px;
        letter-spacing: -1px;
    }

    .choice_list2.a li > div.list_box div.text_wrap .percent {
        font-size: 12px;
    }*/



    .tab_div .choice_list > li {
        width: calc(33% - 15px);
        margin: 8px;
    }


    .choice_maintain_list > li {
        height: 337px
    }
    .choice_maintain_list > li div.img_wrap
    {
        height:208px
    }

    .tab_title_area{width: 85%;}
    .choice.tab_div > .layout{ width: 85%; }
    .tab_div .prev_icon {left: 7.5%;}
    .tab_div .next_icon {right: 7.5%;}


    /* 신상품 */
    .choice#new .right_div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*.choice#new .right_div { height: 480px; }*/
    .choice#new .choice_list > li:nth-child(4), .choice#new .choice_list > li:nth-child(5), .choice#new .choice_list > li:nth-child(6) {display: none;}
    .choice#new .choice_list > li {margin-bottom: 5%; }
    .choice#new .choice_list > li {width: 90%; height: 86px; margin: 0;}
    .choice#new .right_div .img_wrap { width: 20%; }
    .choice#new .right_div .price_wrap { width: 80%; padding-top: 7px; }
    .choice#new .right_div .price_wrap .itemnm { margin: 5px 0px 8px 0px;}
    .choice#new .left_div { width: 18%;}
    .choice#new .right_div { width: 77%; }

    /*.choice#new .right_div .img_wrap img {height: 85px;}*/
    .choice#new .right_div .price_wrap .brandnm span, .choice#new .right_div .price_wrap .itemnm span {font-size: 12px;}
    .choice#new .right_div .price_wrap .sell span {font-size: 11px;}
    .choice#new .right_div .price_wrap .itemnm {margin: 0; margin-top: 2px;}
    .choice_list > li div.price_wrap ul li.percent {font-size: 12px;}
    .choice_list > li div.price_wrap ul li {margin-bottom: 5px;}
    .choice#new .right_div .price_wrap .low .last_low {font-size: 14px;}


    /* 하단 */
    .board_list {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #efefef;
        padding: 15px !important;
    }
    .board_list:first-child {
        padding-top: 0 !important;
    }

    .board_list:last-child {
        border-bottom: none;
        margin-top: -10px;
    }
    .board_list:nth-child(1), .board_list:nth-child(3) {
        border-right: none;
    }
    .board_list:nth-child(2) .detail_txt {
        margin-top: 0px;
    }
    .board_list2, .board_list3 {
        margin-top: -20px;
    }
    .board_list3 {
        padding-bottom: 0px;
    }
    .board_list {
        padding: 20px !important;
    }
}


/* 모바일 화면 ~ */
@media screen and (max-width:610px){
    .pager_area.main .swiper-pagination-bullet {
        /*width: 15px;*/
        height: 0px;
        /*margin: 5px;*/
    }

    #categorybest .wrap_div .tab_content .right_content li:nth-of-type(n+5) {
        display: none;
    }

    #categorybest .wrap_div .tab_content .right_content li {
        width: 48%;
    }
    #categorybest .wrap_div .tab_content .right_content li:first-child {
        margin-left: -1px;
    }
    #categorybest .wrap_div .tab_content .right_content li:nth-of-type(odd) {
        margin-right: 5px;
    }

    #user_hidden_category .layout .cate1_wrap {
        height: 100%;
    }
    #user_hidden_category .layout .cate1_wrap .cate1 a {
        font-size: 12px;
        height: 100%;
    }

    #user_hidden_category .layout .cate1_wrap .user_hidden_close_btn2 {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        align-items: center; 
        justify-content: center; 
    }

    .tab_div .choice_list {
        height: 330px;
    }
    .pager_area.recent2, .pager_area.like2, .pager_area.reorder2 {
        display: none;
    }
    .tab_div .choice_list > li {
        height: 280px;
        border: 1px solid #d3d8d9;
        padding: 10px;
        width: calc(33% - 10px);
        margin: 1%;
    }
    .tab_div .choice_list > li:first-child {
        margin-left: 10px;
    }
    .choice_list > li div.img_wrap img {
        margin-top: -15px;
        /*margin-bottom: -50px;*/
    }
    .choice#new .right_div .img_wrap img {
        margin-top: 0px;
    }
    .tab_div .choice_list > li .price_wrap .low { text-align: left; margin-left:-50%;}
    .tab_div .choice_list .price_wrap .brandnm, .tab_div .choice_list .price_wrap .itemnm .nm_nomobile, .card_div .main_slide .swiper-slide .text_wrap .nm_nomobile, .choice_list2 li > div.list_box div.text_wrap .nm_nomobile {
        display: none;
    }
    .card_div .main_slide .swiper-slide .text_wrap .nm_mobile, .choice_list2 li > div.list_box div.text_wrap .nm_mobile,
    .tab_div .choice_list > li .price_wrap .itemnm .nm_mobile {
        display: inline;
    }

    .tab_div .choice_list > li .price_wrap .modelno, .card_div .main_slide .swiper-slide .text_wrap .modelno,
    .choice_list2 li > div.list_box div.text_wrap .modelno {
        display: block !important;
        height: 15px;
        width:100%;
        margin-top: -5px;
    }

    /*.tab_div .choice_list .price_wrap .itemnm .nm_nomobile {
        display: none !important;
    }*/
    .tab_div .choice_list > li .price_wrap .itemnm, .card_div .main_slide .swiper-slide .text_wrap,
    .choice_list2 li > div.list_box div.text_wrap {
        height: 24px;
    }
    .tab_div .choice_list > li .price_wrap .itemnm span, .card_div .main_slide .swiper-slide .text_wrap .itemnm,
    .choice_list2 li > div.list_box div.text_wrap > span{
        color: black;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        max-height: 32px;
        /*margin-top:-10px;*/
    }

    .tab_div .choice_list > li .price_wrap .modelno span, .card_div .main_slide .swiper-slide .text_wrap .modelno span,
    .choice_list2 li > div.list_box div.text_wrap .modelno span{
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        padding-top: 10px;
    }
    .card_div .main_slide .swiper-slide .text_wrap .modelno span {
        padding-top: 2px;
    }
    .choice_list2 li > div.list_box div.text_wrap .modelno span {
        padding-top: 0px;
    }
    .layout.recent2 .choice_list .price_wrap, .layout.like2 .choice_list .price_wrap, .layout.reorder2 .choice_list .price_wrap {
        margin-top: -8px;
        height: 100px;
    }
    .card_div .main_slide .swiper-slide .text_wrap .price {
        margin-top: -6px;
    }
    .tab_div .choice_list > li div.price_wrap .price {
        margin-top: 10px;
    }
    .choice#new .right_div .price_wrap .low .last_low, .choice#new .right_div .price_wrap .low .low_won {
        color: #008AFF;
        font-size: 13px;
    }
    .card_div .main_slide .swiper-slide .text_wrap .now {
        margin-top: 10px;
    }
    .tab_div .choice_list > li div.price_wrap ul .low span.last_low, .card_div .main_slide .swiper-slide .text_wrap .now,
    .choice_list2 li > div.list_box div.text_wrap .now {
        color: #008AFF;
        font-weight: bold;
        font-size: 13px;
    }
    .tab_div .choice_list > li div.price_wrap ul .low span, .card_div .main_slide .swiper-slide .text_wrap .now_won,
    .choice_list2 li > div.list_box div.text_wrap .now_won {
        color: #008AFF;
        /*font-weight: bold;*/
        font-size: 13px;
        /*margin-left:1px;*/
    }
    .choice_list2 li > div.list_box div.text_wrap .now {
        letter-spacing: -1px;
        margin-top: -10px;
        text-align: left;
        margin-left: -25%;
    }
    .card_div .main_slide {
        height: 320px !important;
    }

    .card_div .main_slide .swiper-slide {
        border: 1px solid #d3d8d9;
        height:290px;
        padding-top:20px;
        margin-top:20px;
    }

    .card_div .main_slide .swiper-slide .m_best_list2 {
        width: 80%;
        height: auto;
        padding-top: 135px;
    }

    .card_div .main_slide .swiper-slide .text_wrap {
        margin-top: 0;
        margin-left:0;
    }
    .card_div .main_slide .swiper-slide .text_wrap .brandnm {
        display:none;
    }

    .m_best_list2{
        display: block;
        margin-top: -20px;
    }

    .m_best_list2 button, .m_best_list2 a {
        width: 30px;
        text-align: left;
        display: inline-block !important;
        font-size: 26px;
    }

    .m_best_list2.la-heart, .la-heart-o {
        font-size: 23px !important;
    }

    .choice_list2 > li {
        border: 1px solid #d3d8d9;
    }
    .choice_list2 li > div.list_box div.text_wrap {
        position: relative;
        padding: 5px;
        padding: 0 10px;
    } 
     /*.choice_list2 li > div.list_box div.text_wrap .now {font-size: 15px; letter-spacing: -1px; margin-top:-10px; text-align: left; margin-left:-50%;}*/
    .choice_list2 li > div.list_box div.text_wrap .percent {font-size: 15px;}
    .choice_list2 li > div.list_box div.text_wrap .brandnm{display:none;}
    .choice_list2 li > div.list_box div.text_wrap .itemnm{
        font-size: 14px;     
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }
    .choice_list2 .m_best_list2 {margin-left:5%; margin-top:0px; margin-bottom:2px;}
    .choice_list2 {
        height: 330px;
    }
    .choice_list2 li {
        height: 310px;
    }
    .choice_list2 li:first-child {margin-left:1%;}
    /* 모바일 사이드메뉴 */
    #mobile_menu.active {
        display: block;
    }
    .backdrop a {display: none;}

    .main_slide .swiper-slide img{
        max-height:330px;
    }
    .main_content { padding-top: 0;}
    .main_slide { height: 220px; }
    .main_slide .layout { height: 100%; }
    .main_slide .main_slide_default { height: 100%; }
    .main_slide .swiper-slide img { height: 220px; }
    .card_div .main_slide .swiper-slide img {
        width: 80%;
        max-height: 130px;
        height: auto;
    }
    #user_hidden_menu .user_hidden_close_btn {display: unset;}
    
    /* 브랜드 상품 - 팝업 */
    #dropdownbrand1 { width: 100%; height: 0; position: fixed; z-index: 11; top: 0; left: 0; background-color: rgba(0,0,0, 0.6);
    overflow-y: hidden; transition: 0.5s; display: inline-block; }
    #dropdownbrand1.brand {height: 100%;}
    #user_hidden_menu.brand {background: transparent;}
    #user_hidden_menu .user_hidden_close_btn.brand {display: none;}
    #hiddenBrand .brandsearchtab {display: block;}
    #hiddenBrand{ position: fixed; top: 13%; left: 10%; width: 80%; height: 75%; overflow-y: unset; padding: 0;}
    .brandsbtit {background: #0E2E5E; padding: 14px 12px; font-family: 'NotoKrM'; font-weight: 700; font-size: 12px;  line-height: 13px; text-align: center; text-transform: uppercase; color: #FFFFFF;}
    .brandsbtit .brclosebtn {width: 16px; height: 16px; float:right;}
    .brandtabtit {margin: 0px 10px; text-align: center; padding-top: 16px; background: #fff; font-size: 0px; border-bottom: 1px solid #9D9D9D;  }
    .brandtabtit div {cursor: pointer; width: 50%;display: inline-block; padding: 6px 0px 10px 0px;font-family: 'NotoKrM'; font-weight: 400; font-size: 13px; line-height: 13px; text-align: center; color: #2E2E2E;}
    .brandtabtit div.active {font-weight: 800; color:#2E2E2E; border-bottom: 3px solid #2E2E2E; font-family: 'NotoKrM';}
    .bdselector ul.hidden {display: none;}
    .bdlist li {width: 50%;}
    .bdlisttit {border-bottom: 2px solid #D3D3D3;}
    .brandcontent {height: calc(100% - 90px); padding: 0px 15px;}
    .bdlisttit {padding-top: 22px; }
    .bdlistbox {margin: 0;}
    .bdlist {padding: 0px; height: calc(100% - 55px); overflow-y: auto; margin-top: 7px;}
  
    /* 탭 영역 */
    .tab_title_area_wrap { padding-top: 0; }
    .tab_title_area span {font-size: 16px; padding-bottom: 18px;}


    /* 카테고리별 */
    #categorybest .wrap_div .tab .img_div {height: 30px; margin: 0px auto; margin-top: 7px;}
    #categorybest .wrap_div .tab {height: 66px;}
    #categorybest .wrap_div .tab span {line-height: 10px;}
    #categorybest .wrap_div .tab_content {margin-top: 110px;}
    #categorybest .left_content .category2 li {font-size: 14px;}

    /* 신상품 */
    /*.choice#new .right_div { margin-right:-10px;}*/
    .choice#new .right_div .img_wrap { width: 25%; max-width: 85px;}
    .choice#new .right_div .price_wrap {width: 75%; padding-top: 7px; padding-left:20px;}
    .choice#new .right_div .price_wrap .sell {display: inline-block;}
    .choice#new .right_div .price_wrap .low {display: inline-block;}
    .choice#new .choice_list > li {width: 100%; }
    .choice#new .left_div { width: 100%;  height: unset;}
    .choice#new .left_div .main_title div { display: inline-block; }
    .choice#new .left_div button {
        height: 35px;
        font-size: 11px;
        bottom: -6px;
        right: 18px;
        border-radius: 15px;
        width: 85px;
    }
    .choice#new .right_div {width: 100%; padding: 30px 20px 0px 10px; height: 335px;}
    .choice#new .choice_list > li:first-child, .choice#new .choice_list > li:nth-child(2) {margin-bottom: 1%;}

    /* 관심/장바구니 */
    .tab_div .choice_list > li:first-child:hover .option_wrap {
        display: none;
    }


    .choice_list > li:hover div.option_wrap, .new ul li:hover div.option_wrap, .swiper-best div.swiper-slide a:hover div.option_wrap {display: none; }
    .choice_list2 > li:hover div.option_wrap, .choice_list4 > li:hover div.option_wrap {
        display: none;
    }
    .choice_list4 > li:hover div.list_box div.image_wrap img,
    .choice_list4 > li:hover div.list_box div.text_wrap {
        opacity: 1; 
    }


     /* 푸터 */
    .footer .footer_top { padding: 20px 10px 10px 10px; }
    .footer .footer_bottom ul {margin-left: 30px;}
    .footer .footer_bottom ul li {font-size: 11px;}

}
@media screen and (max-width:600px) {
    #delv_notice_pop {
        width: calc(90%) !important;
        position: fixed;
        transform: translate(0, 0);
    }
}

/* 모바일 */
@media screen and (max-width:500px)
{
    #delv_notice_pop {
        height:auto;
        max-height: 520px;
        overflow-y: scroll;
    }
    #delv_notice_pop .title {
        font-size: 18px;
        padding: 10px;
        margin-top:-10px;
    }
    #delv_notice_pop .delv_notice{
        margin-top:-10px;
    }

    #delv_notice_pop span{
        font-size: 12px !important;
    }

    .delv_notice_close .close_btn {
        font-size: 12px;
        padding: 10px 30px 10px;
    }

    .card_div.md {
        height: 400px;
    }

    /*.card_div .main_slide .swiper-slide .text_wrap > span, .card_div .main_slide .swiper-slide .text_wrap .itemnm {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        padding-bottom: 50px;
    }

    .card_div .main_slide .swiper-slide .m_best_list2 {
        padding-top:5px;
        margin-top: 85%;
    }*/

    .tab_div .choice_list > li {
        height: calc(300px - 13%);
    }

    .tab_div .choice_list > li .img_wrap {
        height: 120px;
    }
    .tab_div .choice_list > li .m_best_list2 {
        margin-top: -10px;
    }
    .tab_div .choice_list > li .price_wrap {
        padding-bottom:0px;
    }
    .choice_list2 li > div.list_box div.image_wrap img {
        margin-top: 10px;
    }
    .choice_list2 {
        height: 250px;
    }
    .choice_list2 .m_best_list2 {
        margin-top: -10px;
    }

    /* 카테고리별 인기상품 리스트로 바꾼것 
     #categorybest .wrap_div .tab_content .right_content li {
        display: none;
    }

    #categorybest .wrap_div .tab_content .right_content li:nth-child(-n+6) {
        display: block;
    }

    .right_content .choice_list2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 5%;
        margin-top: -3%;
    }

    #categorybest .wrap_div .tab_content .right_content li {
        width: 90%;
        margin-left: -30px;
        height: 50%;
        position: relative;
        margin-bottom: -10px;
    }
    #categorybest .wrap_div .tab_content .right_content li .image_wrap #best_img {
        width: calc(90%);
        max-width: 90px;
        max-height: 90px;
        border: 1px solid #d3d8d9;
        overflow:visible;
    }

    #categorybest .wrap_div .tab_content .right_content li .image_wrap {
        display: flex;
        width: 50%;
        height: 50%;
        padding-left: 10%;
    }

    #categorybest .wrap_div .tab_content .right_content li .text_wrap {
        left: 35%;
        top: 20%;
        padding-left: 10%;
        max-width: calc(82%);
        display: inline-block;
        white-space: normal;
    }

    #categorybest .wrap_div .tab_content .right_content li > div.list_box div.text_wrap .now {
        font-size: 15px;
        letter-spacing: -1px;
    }

    #categorybest .wrap_div .tab_content .right_content li > div.list_box div.text_wrap > span {
        font-size: 12px;
        margin-bottom: -20px;
        height: 35px;
    }*/


    /* 파격할인, 유통기한임박 리스트로 바꾼 것
        .choice_list2.a {
        margin-left: -13%;
        margin-bottom: -2%;
    }

    .choice_list2.a li {
        padding-bottom:20px;
        
    }

    .choice_list2.a li .image_wrap #md_img {
        max-width: 80px;
        max-height: 80px; 
    }

    .choice_list2.a li .image_wrap {
        display: flex;
        width: 35%;
        padding-left: 15%;
    }

    .choice_list2.a li .text_wrap {
        left: 35%;
        top: 20%;
        padding-left: 30px;
        max-width: calc(70%);
        display: inline-block;
        white-space: normal;
    }*/

    .tab_title_area {width:100%;}
    .choice.tab_div > .layout {width: 100%;}

    .tab_div .prev_icon {left: 0;}
    .tab_div .next_icon {right: 0;}
    
    .main_common_padding.card_div { padding: 39px 10px 55px 15px;}  
    .main_common_title h1{ font-size: 17px; }

    /* 카테고리별 */
    .hidden_tr{height: 45px; display: block;}
    .hidden_tr td {height: 100%; font-size: 14px; padding: 10px; }
    .hidden_tr td.cate_title {width: 60%; float: left; font-weight: 800; }
    .hidden_tr td.cate_btn {width: 40%; float:right; text-align: center; cursor: pointer; font-weight: 400; padding-left: 0; }
    .hidden_tr td.cate_btn a {font-size: 13px; padding: 7px; border: 1px solid silver; border-radius: 20px; width: 100%; display: inline-block; padding-bottom: 5px;}
    .hidden_tr td.cate_btn a:hover {font-weight: 800; color: #008AFF; border: 1px solid #008AFF; }
    #hidden_btn {display: block; position: absolute; right: 3px; top: 3px; cursor: pointer;}
    #categorybest .wrap_div .tab {top: 40px;}
    #categorybest .wrap_div .tab_content {margin-top: 76px;}
    #categorybest .wrap_div .tab_content .left_content {display: none; position: absolute; z-index: 99; background: #fff; width: 60%; top: 106px; padding: 15px; padding-top: 20px; overflow-y: auto; height: calc(100% - 106px);}
    #categorybest .left_content .catenum, #categorybest .left_content .catenm {display: inline-block;}
    #categorybest .left_content .catenm {margin-left: 10px;}
    #categorybest .left_content .category2 li {font-size: 14px; margin-bottom: 12px;}
    #categorybest .wrap_div .tab_content .content_tr {
        height:650px;
    }
    #categorybest .wrap_div .tab_content .right_content li.noitem_li {width: 100%; height: 100%; text-align: center;}
    #categorybest .wrap_div .tab_content .right_content li.noitem_li img {width: 65%; margin-bottom: 10px;}
    #categorybest .wrap_div .tab_content .right_content li.noitem_li span { font-size: 14px;}
    #categorybest .wrap_div .tab span {font-size: 10px; letter-spacing: -1px;}
    #categorybest .wrap_div .tab_content .right_content {width: 100%; border-left: none;}
    #categorybest .wrap_div .tab_content .right_content li .image_wrap img {height: auto; }
    .choice_list2 li > div.list_box div.image_wrap { height: 135px; padding:5px; padding-top:5px;}
    .choice_list2 li > div.list_box div.image_wrap img{ height: auto; }
    .choice_list2 li > div.list_box div.text_wrap {height: calc(100% - 110px);}
    .choice_list2 > li {height: 280px; }
    /*.choice_list2 li > div.list_box div.text_wrap .brandnm{font-size: 12px;}
    .choice_list2 li > div.list_box div.text_wrap > span > b {font-size: 12px;}
    .choice_list2 li > div.list_box div.text_wrap > span {font-size: 12px; margin-bottom: 0px; height:31px;}
    .choice_list2 li > div.list_box div.text_wrap .past {font-size:11px; height:13.75px; line-height: 19px;}
    .choice_list2 li > div.list_box div.text_wrap .now {font-size: 12px; letter-spacing: -1px;}
    .choice_list2 li > div.list_box div.text_wrap .percent {font-size: 12px;}*/

    /* 유통기한임박 */
    .choice#hot .choice_list2 li > div.list_box div.image_wrap {width: 100%; height: 100px;}
    .choice#hot .choice_list2 li > div.list_box div.image_wrap img { height: 100px;}
    .choice#hot .choice_list2 li > div.list_box div.text_wrap .brandnm {font-size: 12px;}
    .choice#hot .choice_list2 > li {width:150px;}
    .choice#hot .choice_list2 li > div.list_box .list_num {width: 40px; height: 40px; padding-top: 11px; font-size: 14px;}

    /* 게시판 */
    .board_list ul li {font-size: 13px;}
    .board_list > span {font-size: 17px;}
    .board_list > a {margin-top: -32px;}
    .board_list:last-child {
        margin-bottom: -20px;
    }
    .board_list .board_list2 {
        margin-top: -5px;
    }
    .board_list .board_list2 div:first-child ul li:first-child {
        font-size: 22px;
    }
}

@media screen and (max-width:450px) {
    .card_div.md{
        height: 400px;
    }

    .card_div .main_slide .swiper-slide {
        height: 280px;
    }
}
@media screen and (max-width:400px) {
    /*.card_div .main_slide .swiper-slide {
        height: 260px;
    }*/
    .tab_title_area span {
        font-size: 13.5px;
    }
    .user_m_ca {
        padding: 15px 5px 15px 10px;
    }

    #delv_notice_pop .delv_notice {
        padding-left: 0;
        padding-right: 0;
    }

    .card_div .main_slide .swiper-slide .m_best_list2 {
        padding-top: 5px;
        margin-top: 100%;
    }
    /*.card_div .main_slide .swiper-slide .text_wrap > span, .card_div .main_slide .swiper-slide .text_wrap .itemnm {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        padding-bottom: 50px;
    }*/
    #list_container .prd_list_type02 .m_best_list2 {
        margin-top:-7px !important;
    }
}
@media screen and (max-width:350px) {
    .card_div.md {
        height: 380px;
    }
    .card_div .main_slide .swiper-slide {
        height: 260px;
    }
    #list_container .prd_list_type02 .m_best_list2 {
        margin-top: -12px !important;
    }
}

/* topright - prod+text */

.view_slide .swiper-num-top
{
    position:absolute;
    top:10px;
    right:0;
    width:200px;
    height:150px;
}
.view_slide .swiper-num-top .swiper-slide .left
{
    float:right;
}
.view_slide .swiper-num-top .swiper-slide .left img
{
    width:80px;
	right:0px;
}
.view_slide .swiper-num-top .swiper-slide .left span
{
    position:absolute;
    top:12px;
    left:5px;
    font-family:'GodoB';
    font-size:16px;
    color:#009fd9;
    line-height:1.4;
    width:155px;
    height:20px;
    text-overflow:ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    text-align:left;
}
.view_slide .swiper-num-top .swiper-slide .left li
{
	position:absolute;
	top:35px;
	left:5px;
	font-size:12px;
	letter-spacing:-0.1em;
}
.view_slide .swiper-num-top .swiper-slide .right
{
    float:right;
}
.view_slide .swiper-num-top .swiper-num-prev
{
    background:url(../../images/user/main/s_left.png) no-repeat center center !important;
    left:inherit;
    left:0px;
}
.view_slide .swiper-num-top .swiper-num-next
{
    background:url(../../images/user/main/s_right.png) no-repeat center center !important;
    left:16px;
}
.view_slide .swiper-num-top .swiper-num-pagination
{
    bottom:66px;
    left:165px;
    letter-spacing:-0.2em;
	background-color:#fff;
	width:30px;
	height:17px;
	border-radius:10px;
	
}
.view_slide .swiper-num-top .swiper-num-pagination span
{
    font-size:11px;
    color:#aaa9ab;

	
}
.view_slide .swiper-num-top .swiper-num-pagination .swiper-pagination-current
{
    color:#000;
    font-weight:bold;
}
.view_slide:after{
    clear:both;
    content:'';
    display:block;
}
.view_slide_wrap
{
    width:calc(100% - 0px);
    height:calc(100% - 30px);
    margin:0 auto;
    overflow:hidden;
    position:relative;
    margin-left:0px
}
.view_slide_wrap ul
{
    width:500%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.view_slide_wrap ul li
{
    float:left;
    width:20%;
    height:100%;
    position:relative;
} /* z-index추가 */
.view_slide_image_wrap
{
    position:relative;
    width:50%;
    height:100%;
    z-index:1;
    float:left
}
.view_slide_wrap ul li h2
{
    margin-top:25px;
    font-family:'nanum_basicB';
    color:#989898;
    line-height:15px;
    font-size:13px;
    margin-right:13px;
}

/* media */
@media screen and (max-width:1135px)
{
    .view_slide { right: 10px; }
}

@media (max-width: 400px) {
    .mobile-break {
        display: block;
    }
    .mobile_userinfo .userbtn {
        margin-top: 7px;
    }
}



/* ----- 워터마크 ----- */
li .img_watermark,
.swiper-slide .img_watermark,
.tdimg .img_watermark,
#img1 .img_watermark,
.Tableimg .img_watermark,
.item_img + .img_watermark,
.promo_img .img_watermark,
.reviewFormRight .img_watermark {
    position: absolute;
    top: -20%;
    left: -20%;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-size: 10% !important;
    background-repeat: space !important;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    filter: brightness(0) invert(1);
    opacity: 0.3;
    width: 140%;
    height: 140%;
}
.noimg + .img_watermark, .noimg .img_watermark { background: none !important; }

/* 메인 */
.main_slide .img_watermark {background: none !important;}



/****/
.fl {
    float: left;
}
.fr {float: right;}
