.contentsWrap .topBanner_area .topBanner_thumb {
    background: #fff \0/IE8;
}

button {
    cursor: pointer;
    border: 0;
    outline: 0;
}

/* 컨텐츠 사이즈 */
#contents {
    width: 1300px !important;
    position: relative;
    margin: 0 auto;
    font-family: 'noto-R';
}

/* 카테고리 navi */
#product_navi {
    width: 1300px;
    padding-top: 15px;
    height: 44px;
    float: left;
}

#contents #product_navi {
    margin: 0 auto;
    float: none;
    display: block;
    height: 60px;
    padding-top: 22px;
    box-sizing: border-box;
}

#product_navi a.cate_home {
    text-indent: -10000px;
    width: 21px;
    height: 17px;
    display: block;
    float: left;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -1px 0 no-repeat;
    vertical-align: 0;
    margin:0 2px 0 5px;
}

#product_navi .category_Box {
    display: block;
    float: left;
    padding-left: 22px;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -182px 1px no-repeat;
    position: relative;
    margin-right: 8px;
	height:26px;
}

.category_Box a.selectBox {
    font-size: 18px;
    text-align: left;
    color: #3a3a3a;
    letter-spacing: -0.5px;
    line-height: 18px;
    vertical-align: 0;
    font-family: '맑은고딕';
}

.category_Box a.selectBox .ico {
    width: 19px;
    height: 18px;
    display: inline-block;
    margin-left: 12px;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -24px 0 no-repeat;
    vertical-align: bottom;
}

.category_Box a.selectBox:hover .ico {
    width: 19px;
    height: 18px;
    display: inline-block;
    margin-left: 12px;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -50px 0 no-repeat;
    vertical-align: bottom;
}

.category_Box a.on .ico {
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-left: 12px;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -50px 0 no-repeat;
    vertical-align: bottom;
}

.category_Box .sub_list_wrap {
	width:100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    line-height: 0;
}

.category_Box .sub_list_wrap .sub_list {
    display: none;
	border-radius:7px;
}

.category_Box:hover .sub_list_wrap .sub_list {
    display: inline-block;
    position: absolute;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 4px 10px 0 rgba(0,0,0,0.05);
    left: 18px;
    border: 2px solid #cccccc;
    padding: 7px 0px 7px 7px;
}

.category_Box:hover .sub_list_wrap .sub_list li {
    display: block;
    background: #fff;
}

.category_Box:hover .sub_list_wrap .sub_list li a {
    min-width: 145px;
    font-size: 17px;
    color: #6c6c6c;
    letter-spacing: -0.2px;
    padding: 2.5px 3px 5px 10px;
    line-height: 22px;
    display: inline-block;
    font-family: '맑은고딕';
    letter-spacing: -1px;
	border-radius:4px;
}

.category_Box:hover .sub_list_wrap .sub_list li a:hover {
	color:#2367d7;
	font-weight: bold;
	background-color:#e2edff;
}

/* 왼쪽 카테고리 메뉴 */
.leftMenuWrap {
    width: 200px;
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 100px;
}

.leftMenuWrap a {
    text-decoration: none;
}

.leftMenuWrap .leftMenu {
    border: 1px solid #d8d8d8;
    font-size: 14px;
}

.leftMenuWrap .leftMenu .leftMenu_box {
    padding: 22px 0 14px 0;
    border-top: 1px solid #d8d8d8;
    position: relative;
}

.leftMenuWrap .leftMenu .leftMenu_box .q_mark {
    background: url(//image5.compuzone.co.kr/img/images/bsk/simp_question.png) center center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: -3px;
    cursor: pointer;
}

.leftMenuWrap .leftMenu .leftMenu_box .layer_pop {
    display: none;
    width: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #1a1a1a;
    border-radius: 2px;
    font-size: 12px;
    font-family: '맑은고딕';
    font-weight: normal;
    color: #1a1a1a;
    letter-spacing: -0.025em;
    position: absolute;
    top: 23px;
    box-sizing: border-box;
    word-break: break-all;
    z-index: 5;
}

.leftMenuWrap .leftMenu .leftMenu_box a:hover.q_mark .layer_pop {
    display: block;
    z-index: 10;
}

.leftMenuWrap.lineD .leftMenu .leftMenu_box:nth-child(2) {
    border-top: 1px double #d8d8d8;
}

.leftMenuWrap .leftMenu .leftMenu_box:first-child {
    border-top: none;
}

.leftMenuWrap .leftMenu .leftMenu_box .leftMenu_title {
    position: relative;
}

.leftMenuWrap .leftMenu .leftMenu_box .leftMenu_title > button {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 6px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -300px -18px;
}

.leftMenuWrap .leftMenu .leftMenu_box .leftMenu_title > button.active {
    background-position: -270px -18px;
}

.leftMenuWrap .leftMenu h4 {
    font-size: 16px;
    display: inline-block;
    color: #1a1a1a;
    margin: 0 16px;
    letter-spacing: -1.2px;
    width: 145px;
    font-family: 'noto-R';
}

.leftMenuWrap .leftMenu h4 a:hover {
    text-decoration: none;
}

.leftMenuWrap .leftMenu h4 .Mgift_ico {
    display: inline-block;
    float: left;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -87px -8px;
    vertical-align: middle;
    width: 27px;
    height: 25px;
}

.leftMenuWrap .leftMenu ul {
    color: #555;
    padding-top: 8px;
}

.leftMenuWrap .leftMenu .ui_cate_box {
    margin-top: 6px;
}

.leftMenuWrap .leftMenu li {
    padding-bottom: 10px;
    position: relative;
    margin: 0 16px;
}

.leftMenuWrap .leftMenu .cateul_1 li:hover>label {
    color: #1C8FED;
	font-weight: bold;
    text-decoration: none;
}

.leftMenuWrap .leftMenu .cateul_1 li:hover>a {
    color: #1C8FED;
    font-weight: bold;
    text-decoration: none;
}

.leftMenuWrap .leftMenu .cateul_1 li:hover>a.arrow {
    background: url(//image5.compuzone.co.kr/img/images/bsk/arrow_downB.png) center no-repeat;
}

.leftMenuWrap .leftMenu .cateul_1 li a.cate_hot:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 4px;
    height: 4px;
    background: #F14738;
    border-radius: 50%;
}

.leftMenuWrap .leftMenu li.list_on>a {
    color: #1C8FED;
    font-weight: bold;
}

.leftMenuWrap .leftMenu li.list_on>a.arrow {
    background: url(//image5.compuzone.co.kr/img/images/bsk/arrow_downB.png) center no-repeat;
    transform: rotate(180deg);
}

.leftMenuWrap .leftMenu .cateul_2 {
    margin-top: 0px;
}

.leftMenuWrap .leftMenu .cateul_2 li {
    margin: 0;
}

.leftMenuWrap .leftMenu .cateul_2 li:hover>a {
    color: #1C8FED;
    text-decoration: underline;
    font-weight: normal;
}

.leftMenuWrap .leftMenu li.sub_on>a {
    color: #1C8FED;
    text-decoration: underline;
}

.leftMenuWrap .leftMenu .sub_menu>li:hover {
    color: #1C8FED;
    font-weight: normal;
}

input.leftchk[type="checkbox"] {
    display: none;
    vertical-align: middle;
}

input.leftchk[type="checkbox"] + label.leftchk {
    vertical-align: middle;
}

input.leftchk[type="checkbox"] + label.leftchk > i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(//image5.compuzone.co.kr/img/images/bsk/simp_checkG.png) center no-repeat;
    cursor: pointer;
    vertical-align: -3px;
}

input.leftchk[type="checkbox"]:checked + label.leftchk > i {
    background: url(//image5.compuzone.co.kr/img/images/bsk/simp_checkedB.png) center no-repeat;
}

input.leftchk[type="checkbox"]:checked + label.leftchk span {
    font-weight: bold;
    color: #1C8FED;
}

input.radio_chk[type="radio"] {
    display: none;
    margin: -8px;
}

input.radio_chk[type="radio"]:checked + label.radio_chk {
    font-weight: bold;
    color: #1C8FED;
}

.op_list input.leftchk[type="checkbox"]:disabled + label > i {
    opacity: 0.5;
}

.op_list input.leftchk[type="checkbox"]:disabled + label >span {
    color: #cfcfcf;
}

.leftMenuWrap .leftMenu li input.leftchk[type="checkbox"] + label.leftchk {
    width: 148px;
    display: inline-block;
}

.leftMenuWrap .leftMenu li span {
    font-size: 14px;
    letter-spacing: -1px;
    margin-left: 8px;
    color: #6c6c6c;
    display: inline-block;
    width: 115px;
}

.leftMenuWrap .leftMenu li:hover span {
    font-weight: bold;
    color: #1C8FED;
}

.leftMenuWrap .leftMenu a {
    display: inline-block;
    width: 148px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .leftMenuWrap .leftMenu a {
        word-break:keep-all;
    }
}

@-moz-document url-prefix() {
    .leftMenuWrap .leftMenu a {
        word-break: normal;
    }
}

.leftMenuWrap .leftMenu a.arrow {
    position: absolute;
    right: -5px;
    width: 14px;
    height: 14px;
    background: url(//image5.compuzone.co.kr/img/images/bsk/arrow_downG.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

.leftMenuWrap .leftMenu .sub_menu {
    padding-left: 10px;
    font-size: 13px;
    font-family: '맑은고딕';
}

.leftMenuWrap .leftMenu .brandmore {
    display: inline-block;
    width: calc(100% - 32px);
    margin: 0 16px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #1a1a1a;
    font-size: 12px;
    font-family: '맑은고딕';
    font-weight: normal;
    text-align: center;
}

.leftMenuWrap .leftMenu .Product_star {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -8px -181px;
    width: 92px;
    height: 12px;
    display: inline-block;
    margin: 0;
}

.leftMenuWrap .leftMenu .Product_star .Product_starIco {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -8px -166px;
    height: 12px;
    display: block;
    margin: 0;
}

.leftMenuWrap .leftMenu .leftM_price_search {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 16px;
}

.leftMenuWrap .leftMenu .leftM_price_search input {
    float: left;
    width: 73px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    font-family: 'noto-R';
    box-sizing: border-box;
}

.leftMenuWrap .leftMenu .leftM_price_search .swungdash {
    float: left;
    width: 12%;
    text-align: center;
    line-height: 40px;
}

.leftMenuWrap .leftMenu .leftM_price_search .price_box {
    color: #1a1a1a;
    text-align: center;
}

.leftMenuWrap .leftMenu .btn_box {
    width: 167px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #1a1a1a;
    border-radius: 2px;
    background-color: #1a1a1a;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 16px;
    font-size: 16px;
    font-family: 'noto-R';
}

.leftMenuWrap .leftMenu a.blank_btn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 27px;
    height: 19px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) 0px -15px;
    vertical-align: middle;
    text-indent: -500em;
}

.leftMenuWrap .leftMenu .weeklyBox {
    position: relative;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    margin-top: 4px;
    border-top: 1px solid #d8d8d8;
}

.leftMenuWrap .leftMenu .weeklyBox>a {
    display: block;
    width: 100%;
}

.leftMenuWrap .leftMenu .weeklyBox .weekly_thumb {
    display: block;
    text-align: center;
}

.leftMenuWrap .leftMenu .weeklyBox .weekly_thumb>img {
    width: 160px;
}

.leftMenuWrap .leftMenu .weeklyBox .weekly_titBox {
    padding: 10px 16px 22px;
}

.leftMenuWrap .leftMenu .weeklyBox .weekly_titBox .wk_tit {
    font-family: noto-B;
    line-height: 19px;
    font-size: 16px;
    color: #1a1a1a;
    text-align: left;
    display: inline-block;
    margin-bottom: 5px;
}

.leftMenuWrap .leftMenu .weeklyBox .weekly_titBox .wk_tit>b {
    color: #fe4a4b;
}

.leftMenuWrap .leftMenu .weeklyBox .weekly_titBox .wk_name {
    font-size: 12px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
}

.leftMenuWrap .leftMenu .weeklyBox .weekly_titBox .wk_price {
    font-size: 16px;
    font-weight: bold;
    color: #fe4a4b;
}

.leftMenuWrap .leftMenu .keyword_box .keyword_round {
    overflow: hidden;
    margin: 22px 16px 0 16px;
}

.leftMenuWrap .leftMenu .keyword_box .keyword_round li {
    display: inline-block;
    border-radius: 15px;
    margin: 0;
    padding-bottom: 10px;
    float: left;
    margin-right: 3px;
}

.leftMenuWrap .leftMenu .keyword_box .keyword_round li .round_cell {
    box-sizing: border-box;
}

.leftMenuWrap .leftMenu .keyword_box .keyword_round li .round_cell .hot_kwBtn {
    position: relative;
    display: block;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    padding: 4px 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    color: #6c6c6c;
    font-size: 13px;
    font-family: '맑은고딕';
    cursor: pointer;
    background: #f1f5fb;
}

input.chk_keyword[type="checkbox"] {
    display: none;
    vertical-align: middle;
}

.leftMenuWrap .leftMenu .leftMenu_title a.view_btn {
    font-size: 13px;
    font-family: '맑은고딕';
    line-height: 19px;
    border-bottom: 1px solid #6c6c6c;
    position: absolute;
    right: 16px;
    letter-spacing: -2.1px;
    width: 68px;
}

.leftMenuWrap .leftMenu .search_box {
    position: relative;
    margin: 22px 16px 5px 16px;
    box-sizing: border-box;
}

.leftMenuWrap .leftMenu .iptxtBasic_label {
    position: relative;
    display: inline-block;
}

.leftMenuWrap .leftMenu .iptxtBasic_label>label {
    font-size: 13px;
    font-family: '맑은고딕';
    letter-spacing: -1px;
    color: #c0c0c0;
    position: absolute;
    top: 0;
    left: 12px;
    line-height: 33px;
    cursor: text;
    pointer-events: none;
}

.iptxtBasic_label input.iptxtBasic[type="text"] {
    width: 166px;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    outline: none;
    padding: 0 12px;
    text-align: left;
    height: 33px;
    border: 1px solid #ccc;
}

input.iptxtBasic[type="text"] {
    font-size: 14px;
    letter-spacing: -1px;
    color: #1a1a1a;
}

.leftMenuWrap .leftMenu .search_box .btn_search {
    position: absolute;
    right: 6px;
    top: 0;
    width: 33px;
    height: 33px;
    padding: 8px;
    background-color: transparent;
}

.leftMenuWrap .leftMenu .search_box .btn_search .ico_search {
    display: block;
    width: 17px;
    height: 17px;
    background: url(//image5.compuzone.co.kr/img/images/main2019/function_icon.png) -204px -23px no-repeat;
    vertical-align: middle;
    text-indent: -999em;
    opacity: 0.3;
}

.leftMenuWrap .leftMenu .cateul_1 li .btn_heart {
    position: absolute;
    right: -6px;
    top: 2px;
    width: 25px;
    height: 25px;
    padding: 5px;
    background-color: transparent;
    overflow: visible;
}

.leftMenuWrap .leftMenu .cateul_1 li .btn_heart .ico_heart {
    display: block;
    width: 15px;
    height: 15px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -200px -17px no-repeat;
    vertical-align: middle;
    margin: 0;
}

.leftMenuWrap .leftMenu .cateul_1 li .btn_heart.on .ico_heart {
    background-position: -232px -17px;
}

.leftMenu_box .nano {
    height: 175px;
    margin-top: 14px;
}

.leftMenu_box .nano > .nano-pane {
    background-color: #f3f3f3;
    width: 5px;
    border-radius: 0;
}

.leftMenu_box .nano > .nano-pane .nano-slider {
    background-color: #c9cacd;
    width: 5px;
    border-radius: 0;
}

.leftMenuWrap .evtBnr_box {
    position: relative;
    display: block;
    width: 200px;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.leftMenuWrap .evtBnr_box ul li {
    padding-bottom: 0;
    margin: 0;
    border-top: 1px solid #d8d8d8;
}

.leftMenuWrap .evtBnr_box ul li:first-child {
    border-top: none;
}

.leftMenuWrap .leftMenu .not_filter {
    margin-top: 22px;
}

.leftMenuWrap .leftMenu .not_filter:before {
    content: '';
    display: block;
    margin: 0 auto 10px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -194px -76px no-repeat;
    width: 38px;
    height: 34px;
}

.leftMenuWrap .leftMenu .not_filter p {
    text-align: center;
    color: #6c6c6c;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.leftMenuWrap .leftMenu li.evt_blind {
    display: none;
}

.leftMenuWrap .leftMenu li.evt_blind.on {
    display: block;
}

.leftMenuWrap .leftMenu .evtMenu_btn {
    padding-top: 3px;
}

.leftMenuWrap .leftMenu .evtMenu_btn > a > i {
    position: absolute;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -267px -83px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 2px;
}

.leftMenuWrap .leftMenu .evtMenu_btn > a.evtMenu2 > i {
    transform: rotate(180deg);
    margin-top: 4px;
}

/* 나만의 필터 레이어 추가 */
.ico_heart_layer .ico_heart_noti {
    position: absolute;
    top: -10px;
    right: 26px;
    padding: 4px 2px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    width: 80px;
    box-sizing: border-box;
    font-size: 11.5px;
    line-height: 13px;
    text-align: center;
    color: #1a1a1a !important;
    z-index: 999;
}

.leftMenuWrap .leftMenu .cateul_1 li .btn_heart.on .ico_heart_layer {
    display: block;
}

/* .leftMenuWrap .leftMenu .cateul_1 li .btn_heart.on .ico_heart_layer { display:block !important; animation-name:layerAction;  animation-duration: 3s; -ms-animation-fill-mode:forwards; animation-fill-mode:forwards;}
.leftMenuWrap .leftMenu .cateul_1 li .btn_heart.on {-ms-animation-name:hart; animation-name:hart; -ms-animation-duration: .3s; animation-duration: .3s;}
@keyframes hart {0% {transform: scale(.5);} 40% {transform: scale(1);} 100% {transform: scale(1); }}
@keyframes layerAction {from { opacity:1;}to {opacity:0;}}
@-ms-keyframes hart {0% {transform: scale(.5);} 40% {transform: scale(1);} 100% {transform: scale(1);}}
@-ms-keyframes layerAction {from {opacity:1;} to {opacity:0;}} */
.ico_heart_layer .ico_heart_noti:before, .ico_heart_layer .ico_heart_noti:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ico_heart_layer .ico_heart_noti:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 3px;
    margin-top: -3px;
}

.ico_heart_layer .ico_heart_noti:before {
    border-color: rgba(221, 221, 221, 0);
    border-left-color: #d8d8d8;
    border-width: 4px;
    margin-top: -4px;
}

.ico_heart_layer .ico_heart_noti > i {
    font-style: normal;
    color: #F14738;
}

.ico_heart_layer:hover span.ico_heart_noti {
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

/* 롤링배너 */
.contentsWrap {
    display: inline-block;
    width: 1300px;
    vertical-align: top;
    position: relative;
}

.contentsWrap .topBanner_area {
    width: 100%
}

.contentsWrap .topBanner_area .topBanner {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 60px;
    overflow: hidden;
}

.contentsWrap .topBanner_area .topBanner .topBanner_list .rollbnr {
    width: 1071px;
    height: 350px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.contentsWrap .topBanner_area .topBanner .topBanner_list .rollbnrTxt_area {
    position: absolute;
    left: 64px;
    top: 126px;
    text-align: left;
    z-index: 2;
    font-size: 26px;
    letter-spacing: -1.5px;
}

.contentsWrap .topBanner_area .topBanner_thumb {
    float: left;
    display: block;
    position: absolute;
    width: 225px;
    height: 305px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    top: 23px;
    right: 18px;
}

.contentsWrap .topBanner_area .topBanner_thumb li {
    float: left;
    cursor: pointer;
    position: relative;
    width: 225px;
    height: 55px;
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    z-index: 9;
}

.contentsWrap .topBanner_area .topBanner_thumb li:hover {
    background: #fff;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border: 1px solid #1a1a1a;
    width: 224px;
}

.contentsWrap .topBanner_area .topBanner_thumb li.selected {
    background: #fff;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.contentsWrap .topBanner_area .topBanner_thumb li a {
    width: 80px;
    height: 55px;
    display: inline-block;
    float: left;
    color: #1a1a1a;
}

.contentsWrap .topBanner_area .topBanner_thumb li a .thumbImg {
    width: 45px;
    height: 45px;
    padding: 5px 15px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.contentsWrap .topBanner_area .topBanner_thumb li a .thumbTxt {
    float: left;
    width: 145px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    position: absolute;
    top: 0;
    left: 78px;
    font-size: 14px;
}

.contentsWrap .topBanner_area .topBanner_thumb .pagination_area {
    display: block;
    position: absolute;
    bottom: 0;
    width: 225px;
    height: 31px;
    background: #777777;
    cursor: pointer;
}

.contentsWrap .topBanner_area .topBanner_thumb .pagination_area .prev-button {
    display: inline-block;
    width: 112px;
    height: 31px;
    border-right: 1px solid #949494;
}

.contentsWrap .topBanner_area .topBanner_thumb .pagination_area .prev-button>i {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -316px -55px;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 48px;
}

.contentsWrap .topBanner_area .topBanner_thumb .pagination_area .next-button {
    display: inline-block;
    width: 112px;
    height: 31px;
    float: right;
}

.contentsWrap .topBanner_area .topBanner_thumb .pagination_area .next-button>i {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -316px -74px;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 48px;
}

/* 카테고리 바로가기 */
.contentsWrap .Category_area {
    margin-bottom: 60px;
}

.contentsWrap .Category_area h2 {
    font-size: 24px;
    font-family: noto-B;
    letter-spacing: -1px;
}

.contentsWrap .Category_area .category_wrap {
    margin-top: 34px;
    width: 1085px;
}

.contentsWrap .Category_area .category_wrap ul {
    text-align: left;
}

.contentsWrap .Category_area .category_wrap ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 85px;
    margin: 0 23px 5px 0;
}

.contentsWrap .Category_area .category_wrap ul li a {
    display: block;
    font-size: 13px;
    font-family: '맑은고딕';
    color: #1a1a1a;
}

.contentsWrap .Category_area .category_wrap ul li a {
    padding: 0 14px 5px 0 \0/IE8;
}

.contentsWrap .Category_area .category_wrap ul li .cate_name {
    display: inline-table;
    line-height: 16px;
    min-height: 38px;
    font-family: '맑은고딕';
}

/* @media screen and (-webkit-min-device-pixel-ratio:0){
	.contentsWrap .Category_area .category_wrap ul li .cate_name {word-break:keep-all;}
} */
@-moz-document url-prefix() {
    .contentsWrap .Category_area .category_wrap ul li .cate_name {
        word-break: normal;
    }
}

.contentsWrap .Category_area .category_wrap ul li:nth-child(8n)>a {
    margin-right: 0;
}

.contentsWrap .Category_area .category_wrap ul li .circle {
    position: relative;
    display: block;
    margin: 0 auto 10px;
}

.contentsWrap .Category_area .category_wrap ul li .cate_img {
    width: 85px;
    height: 85px;
    vertical-align: middle;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

.contentsWrap .Category_area .category_wrap ul li .cate_img img {
    transition: all .3s ease-in-out;
    overflow: hidden;
    width: 87px;
}

.contentsWrap .Category_area .category_wrap ul li:hover .cate_img img {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

/* .contentsWrap .Category_area .category_wrap ul li:hover .cate_name{font-weight:bold; transition:all .3s ease-in-out;} */
.contentsWrap .Category_area .category_wrap ul li .cate_icon {
    position: absolute;
    width: 42px;
    height: 22px;
    left: 33%;
    background: #ee3044;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    font-style: normal;
    margin-top: -25px;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
}

/* 제품리스트 */
.productList_area {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}

.productList_area a {
    text-decoration: none;
}

.productList_area .productList_title {
    width: 100%;
    float: left;
    padding-bottom: 14px;
}

.productList_area .productList_title h2 {
    font-size: 24px;
    font-family: noto-B;
    letter-spacing: -1px;
    float: left;
    text-align: left;
    margin-top: -4px;
}

.productList_area .productList_title .option_box {
    color: #6c6c6c;
    font-size: 14px;
    float: right;
}

.select_comm_small {
    display: inline-block;
    position: relative;
    width: 120px;
    margin-right: -1px;
    margin-right: 3px;
}

.select_comm_small select {
    height: 40px;
    line-height: 38px;
    background: #fff url(//image5.compuzone.co.kr/img/images/bsk/arrow_downG.png) 93% center no-repeat;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    letter-spacing: -0.5px;
    width: 100%;
    background-color: #fff;
    font-family: noto-R;
    font-size: 14px;
    color: #1a1a1a;
    outline: none;
}

.select_comm_small select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_comm_small select:hover {
    border: 1px solid #1a1a1a;
    background: #fff url(//image5.compuzone.co.kr/img/images/bsk/arrow_downB.png) 93% center no-repeat;
}

select::-ms-expand {
    display: none;
}

/* 화살표 없애기 for IE10,11 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select_comm_small select {
        padding:0 30px 0 10px;
    }
}

/* for chrome */
@-moz-document url-prefix() {
    .select_comm_small select {
        padding: 0 30px 0 10px;
    }
}

/* for firefox */
_:-ms-input-placeholder, :root .select_comm_small select {
    padding: 0 30px 0 10px;
}

/* for IE10,11 */
/* ie8 핵 */
@media \0screen {
    .select_comm select {
        background: none;
    }

    .select_comm_small select {
        background: none;
    }
}

.productList_area .ui_selectbox>button {
    position: relative;
    min-width: 98px;
    height: 30px;
    padding: 0 32px 0 10px;
    text-align: left;
    font-size: 13px;
    font-family: '맑은고딕';
    background: #fff;
    border: 1px solid #d8d8d8;
}

.productList_area .ui_selectbox>button.submit_btn {
    background: #f9f9f9;
    color: #1a1a1a;
    min-width: 78px;
    height: 40px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-family: 'noto-R';
}

.productList_area .top_tab_area {
    width: 1070px;
    float: left;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.productList_area .top_tab_area .tab_menu li {
    float: left;
    line-height: 15px;
    box-sizing: border-box;
}

.productList_area .top_tab_area .tab_menu li>i {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -172px -13px;
    width: 4px;
    height: 17px;
    position: absolute;
    top: 20px;
}

.productList_area .top_tab_area .tab_menu li a.tab_M:hover {
    background: #1a1a1a;
    color: #fff;
    height: 56px;
    text-decoration: none;
}

.productList_area .top_tab_area .tab_menu li.tab_on a.tab_M {
    background: #1a1a1a;
    color: #fff;
    height: 56px;
}

.productList_area .top_tab_area .tab_menu li a.tab_M {
    padding: 20px 25px 0 25px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -1px;
}

.productList_area .ui_selectbox .sub_selectbox {
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-top: none;
    padding-top: 7px;
    top: 29px;
    box-sizing: border-box;
}

.productList_area .ui_selectbox .sub_selectbox a {
    padding: 5px 0 5px 10px;
    font-size: 13px;
    font-family: '맑은고딕';
    height: 21px;
    display: block;
    width: 73px;
}

.productList_area .ui_selectbox .sub_selectbox a:hover {
    background: #f9f9f9;
    text-decoration: none;
}

.productList_area .top_tab_area .tab_menu {
    float: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 56px;
    background: #f9f9f9;
}

.productList_area .top_tab_area .tab_menu .tab_right {
    float: unset;
    margin: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType {
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    display: inline-block;
    font-size: 0;
    float: unset;
    margin: 0;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType a {
    width: 38px;
    height: 38px;
    background: unset;
    display: inline-block;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType .list_box {
    background: url('//image5.compuzone.co.kr/img/images/product_list/productList_N/list_before.png') center center;
    background-size: 24px;
    background-repeat: no-repeat;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType .Img_box {
    background: url('//image5.compuzone.co.kr/img/images/product_list/productList_N/item_before.png') center center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-right: 1px solid #D8D8D8;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType .Img_box.on {
    background-position: unset;
    z-index: 1;
    background: url('//image5.compuzone.co.kr/img/images/product_list/productList_N/item_hover.png') center center;
    background-size: 24px;
    background-repeat: no-repeat;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType .Img_box:hover {
    background: url('//image5.compuzone.co.kr/img/images/product_list/productList_N/item_hover.png') center center;
    background-size: 24px;
    background-repeat: no-repeat;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType .list_box.on {
    background-position: unset;
    position: relative;
    z-index: 2;
    background: url('//image5.compuzone.co.kr/img/images/product_list/productList_N/list_hover.png') center center;
    background-size: 24px;
    background-repeat: no-repeat;
}

.productList_area .top_tab_area .tab_menu .tab_right .viewType .list_box:hover {
    background: url('//image5.compuzone.co.kr/img/images/product_list/productList_N/list_hover.png') center center;
    background-size: 24px;
    background-repeat: no-repeat;
}

.productList_area .top_tab_area .tab_menu .tab_right .select_comm_small {
    display: inline-block;
    position: relative;
    width: 120px;
    margin: 0 !important;
}

.mySearchWord {
    padding: 15px 24px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d8d8d8;
}

.mySearchWord>b {
    float: left;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'noto-M';
    font-weight: normal;
    color: #1a1a1a;
}

.mySearchWord ul {
    margin-left: 22px;
    display: inline-block;
    width: 810px;
    margin-top: -5px;
}

.mySearchWord li {
    display: inline-block;
    margin: 5px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    background: #F2F2F2;
    border-radius: 35px;
    color: #3A3A3A;
    font-size: 13px;
}

.mySearchWord li .btnDel {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(//image5.compuzone.co.kr/img/images/recomend21/x_Btnimg.png) center no-repeat;
    vertical-align: 0;
    font-size: 0;
    margin-left: 4px;
}

.mySearchWord .reset {
    float: right;
    display: inline-block;
    font-size: 13px;
    font-family: '맑은고딕';
    width: unset !important;
}

.mySearchWord .reset_btn {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -51px -15px;
    vertical-align: middle;
    padding-right: 5px;
}


.maker_list {
	width: 100%;
	border-radius: 10px;
	height: auto;
	background: white;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	margin: 15px 0 0 0;
}


/* viewType_T - 이미지형 */
.product_list_wrap {
    /*margin-top: 16px;*/
    width: 1070px;
    float: left;
}

.viewType_T {
    border: 1px solid #d8d8d8;
    width: 100%;
    border-bottom: 0;
    border-right: 0;
}

.viewType_T .product_list li {
    position: relative;
    width: 25%;
    height: 620px;
    float: left;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 22px;
    box-sizing: border-box;
}

.viewType_T.Prdlist4 .product_list li:nth-child(4n) {
    border-right: 1px solid #d8d8d8;
}

.product_list li .checkBox_layer {
    position: absolute;
    z-index: 1000;
    border: 1px solid #8b959d;
    padding: 5px 10px;
    top: 19px;
    left: 38px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.product_list li .checkBox_layer a {
    font-size: 13px;
    font-family: '맑은고딕';
    line-height: 20px;
    display: block;
    letter-spacing: -1px;
}

.product_list li .checkBox_layer a.cb_tx1 {
    color: #272727;
    border-bottom: 1px solid #e8eaed;
}

.product_list li .checkBox_layer a.cb_tx2 {
    color: #2371b8;
    border-bottom: 1px solid #e8eaed;
}

.product_list li .checkBox_layer a.cb_tx3 {
    color: #c56f5d;
    border-bottom: 1px solid #e8eaed;
}

.product_list li .checkBox_layer a.cb_tx4 {
    color: #929292;
}

.viewType_T .product_list li .prdbx {
    width: 100%;
    height: 100%;
}

.viewType_T .product_list li .prd_img {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 15px;
}

.viewType_T .product_list li .prd_img img {
    width: 220px;
    height: 220px;
    display: block;
}

.viewType_T .product_list li .prd_img:hover .prd_icon_list {
    display: block;
}

.viewType_T .product_list li .prd_img .prd_icon_list {
    width: 100%;
    height: 45px;
    text-align: center;
    position: absolute;
    bottom: 11px;
    z-index: 9999;
    display: none;
}

/* 아이콘 박스 */
.prd_icon_list {
    width: 100%;
    height: 45px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    display: none;
}

.prd_icon_list .prd_icon_box {
    width: auto;
    height: 45px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-sizing: border-box;
}

.prd_icon_list .prd_icon_box > a > i {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -172px -13px;
    width: 4px;
    height: 17px;
    position: absolute;
    top: 14px;
}

.prd_icon_list .prd_icon_box > a {
    width: 45px;
    height: 45px;
    float: left;
    position: relative;
}

.prd_icon_list .prd_icon_box a .prd_ico1 {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) 0px -29px no-repeat;
    width: 45px;
    height: 45px;
    float: left;
}

.prd_icon_list .prd_icon_box a .prd_ico2 {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -73px -29px no-repeat;
    width: 45px;
    height: 45px;
    float: left;
}

.prd_icon_list .prd_icon_box a .prd_ico3 {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -151px -29px no-repeat;
    width: 45px;
    height: 45px;
    float: left;
}

.prd_icon_list .prd_icon_box a .prd_ico4 {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -232px -30px no-repeat;
    width: 45px;
    height: 45px;
    float: left;
}

.prd_icon_list .prd_icon_box a .prd_ico5 {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -306px -30px no-repeat;
    width: 45px;
    height: 45px;
    float: left;
}

.prd_icon_list .prd_icon_box a .prd_ico2.on {
    background-position: -111px -29px;
}

.prd_icon_list .prd_icon_box a:hover .prd_ico1 {
    background-position: -36px -29px;
}

.prd_icon_list .prd_icon_box a:hover .prd_ico2 {
    background-position: -111px -29px;
}

.prd_icon_list .prd_icon_box a:hover .prd_ico3 {
    background-position: -193px -29px;
}

.prd_icon_list .prd_icon_box a:hover .prd_ico4 {
    background-position: -270px -30px;
}

.prd_icon_list .prd_icon_box a:hover .prd_ico5 {
    background-position: -344px -30px;
}

.prd_icon_list .prd_icon_box a:hover span {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 19px;
    line-height: 19px;
    position: absolute;
    bottom: -10px;
    background: #f6f9fc;
    padding: 0 5px;
    min-width: 35px;
    border-radius: 10px;
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    border: 1px solid #d8d8d8;
    text-decoration: none;
    z-index: 9999;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
}

.prd_icon_list .prd_icon_box a .prd_ico1 span {
    left: -1px;
}

.prd_icon_list .prd_icon_box a span {
    display: none;
}

.viewType_T .product_list li .prd_info {
    width: 100%;
    height: calc(100% - 265px);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.viewType_T .product_list li .prd_info .info_box {
    height: 190px;
}

.viewType_T .product_list li .prd_info .prd_info_name {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    color: #6c6c6c;
}

.viewType_T .product_list li .prd_info a:hover {
    text-decoration: none;
}

.viewType_T .product_list li .prd_info .prd_info_name.prdTxt {
    height: 35px;
    max-height: 50px;
    overflow: hidden;
}

.viewType_T .product_list li .prd_info .prd_price {
    width: 220px;
    line-height: 23px;
}

.viewType_T .product_list li .prd_info .prd_price .sale {
    display: block;
    margin-bottom: 5px;
}

.viewType_T .product_list li .prd_info .prd_price .sale .discount {
    font-size: 20px;
    font-family: 'spoqa B';
    letter-spacing: -.5px;
    color: #F14738;
    padding-right: 7px;
}

.viewType_T .product_list li .prd_info .prd_price .sale .under {
    font-size: 15px;
    font-family: 'spoqa L';
    text-decoration: line-through;
    color: #6c6c6c;
}

.viewType_T .product_list li .prd_info .prd_price .won {
    color: #434343;
    vertical-align: middle;
    letter-spacing: -.5px;
    font-weight: bold;
}

.viewType_T .product_list li .prd_info .prd_price .won .number {
    font-size: 22px;
    font-family: 'spoqa R';
}

.viewType_T .product_list li .prd_info .prd_price .won>em {
    font-size: 19px;
    display: inline-block;
    padding-right: 5px;
}

.btn_area > p {
    font-size: 13px;
    font-family: '맑은고딕';
    color: #6c6c6c;
    margin-bottom: 14px;
}

.prd_btn {
    margin-bottom: 5px;
}

.prd_btn > a {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border: 1px solid #d6d8dc;
    background: #f9f9f9;
    text-align: center;
    padding: 2px 18px;
}

.prd_btn > a.btn_red {
    border: 1px solid #F14738;
    background: #fff;
    color: #F14738;
}

.viewType_T .product_list li .prd_info .prd_action {
    width: 220px;
    line-height: 18px;
}

.viewType_T .product_list li .prd_info .rating {
    margin-bottom: 8px;
    font-size: 13px;
    font-family: '맑은고딕';
    color: #6c6c6c;
}

.viewType_T .product_list li .prd_info .rating b {
    font-family: '맑은고딕', 'malgun gothic';
}

.viewType_T .product_list li .prd_info .rating .Product_star {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -8px -181px;
    width: 73px;
    height: 12px;
    display: inline-block;
    margin: 0;
}

.viewType_T .product_list li .prd_info .rating .Product_starIco {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -8px -166px;
    height: 12px;
    display: block;
    margin: 0;
}

.viewType_T .product_list li .prd_info .prd_event {
    width: 220px;
}

.viewType_T .product_list li .prd_info .prd_event p {
    font-size: 13px;
    font-family: spoqa R;
    color: #6c6c6c;
    margin-top: 4px;
}

/* hot클릭 광고 - 이미지형 */
.product_list_wrap .ad_hotck_title .ad_title {
    font-size: 14px;
    text-align: left;
    color: #1a1a1a;
    letter-spacing: -1px;
    margin-left: 22px;
    font-weight: bold;
}

.product_list_wrap .ad_hotck_title .ad_title > img {
    margin-left: 5px;
    vertical-align: -2px;
}

.product_list_wrap .ad_hotck_title a .mlayer {
    background-color: #eceff2;
    padding: 7px 10px;
    font-size: 11px;
    color: #1a1a1a;
    position: absolute;
    top: 5px;
    width: 306px;
    left: 103px;
    z-index: 100;
    display: none;
    letter-spacing: normal;
    font-weight: normal;
}

.viewType_T .ad_hotck_title {
    height: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.viewType_T .ad_hotck_title .ad_title {
    position: absolute;
    top: 10px;
    z-index: 2;
}

.viewType_T .ad_hotck_title .ad_title .mlayer {
    top: -5px;
}

.viewType_T .ad_hotck_title .ad_bg {
    width: auto;
    background-color: #f8fdff;
    position: absolute;
    top: 0;
    height: 40px;
    display: block;
    z-index: 0;
}

.viewType_T .ad_hotck {
    border-bottom-color: #f9fdff;
    background-color: #f8fdff;
}

.viewType_T .ad_hotck .prd_img img {
    margin: 0;
}

.viewType_T .ad_hotck .prd_img > a {
    width: 220px;
    height: 220px;
    display: block;
    background-color: #c3eeff;
}

.viewType_T .product_list .ad_hotck .prd_info .rating .Product_star {
    background-color: transparent;
}

.viewType_T .product_list .ad_hotck .prd_info .rating .Product_starIco {
    background-color: transparent;
}

/* viewType_T - 테이블에서 사용. 비교팝업  200320 */
.viewType_T .product_list tr td {
    position: relative;
    box-sizing: border-box;
}

.viewType_T .product_list tr td .prd_img {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.viewType_T .product_list tr td .prd_img img {
    display: block;
}

.viewType_T .product_list tr td .prd_img:hover .prd_icon_list {
    display: block;
}

.viewType_T .product_list tr td .prd_img .prd_icon_list {
    width: 100%;
    height: 45px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    display: none;
}

.viewType_T .product_list tr td .prd_info {
    width: 100%;
    margin-top: 18px;
}

.viewType_T .product_list tr td .prd_info .prd_info_name {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    color: #6c6c6c;
}

.viewType_T .product_list tr td .prd_info a:hover {
    text-decoration: none;
}

.viewType_T .product_list tr td .prd_info .prd_info_name.prdTxt {
    height: 35px;
    max-height: 50px;
    overflow: hidden;
}

.viewType_T .product_list tr td .prd_info .prd_price {
    width: 220px;
    line-height: 23px;
}

.viewType_T .product_list tr td .prd_info .prd_price .sale {
    display: block;
    margin-bottom: 5px;
}

.viewType_T .product_list tr td .prd_info .prd_price .sale .discount {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -.5px;
    color: #F14738;
    padding-right: 7px;
}

.viewType_T .product_list tr td .prd_info .prd_price .sale .under {
    font-size: 15px;
    text-decoration: line-through;
    color: #6c6c6c;
}

.viewType_T .product_list tr td .prd_info .prd_price .won {
    color: #434343;
    vertical-align: middle;
    letter-spacing: -.5px;
    font-weight: bold;
}

.viewType_T .product_list tr td .prd_info .prd_price .won .number {
    font-size: 22px;
}

.viewType_T .product_list tr td .prd_info .prd_price .won>em {
    font-size: 19px;
    display: inline-block;
    padding-right: 5px;
}

.btn_area > p {
    font-size: 13px;
    font-family: '맑은고딕';
    color: #6c6c6c;
    margin-bottom: 14px;
}

.prd_btn {
    margin-bottom: 5px;
}

.prd_btn > a {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border: 1px solid #d6d8dc;
    background: #f9f9f9;
    text-align: center;
    padding: 2px 18px;
}

.prd_btn > a.btn_red {
    border: 1px solid #F14738;
    background: #fff;
    color: #F14738;
}

.viewType_T .product_list tr td .prd_info .prd_action {
    width: 220px;
    line-height: 18px;
}

.viewType_T .product_list tr td .prd_info .rating {
    display: inline-block;
    width: 270px;
    margin-bottom: 8px;
    font-size: 13px;
    font-family: '맑은고딕';
    color: #6c6c6c;
}

.viewType_T .product_list tr td .prd_info .rating .Product_star {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -8px -181px;
    width: 73px;
    height: 12px;
    display: inline-block;
    margin: 0;
}

.viewType_T .product_list tr td .prd_info .rating .Product_starIco {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -8px -166px;
    height: 12px;
    display: block;
    margin: 0;
}

.viewType_T .product_list tr td .prd_info .prd_event {
    width: 220px;
    float: left;
}

.viewType_T .product_list tr td .prd_info .prd_event p {
    font-size: 13px;
    font-family: spoqa R;
    color: #6c6c6c;
    margin-top: 4px;
}

.product_list tr td .prd_info_Box {
    position: relative;
	float:left;
    display: inline-block;
    width: 100%;
}

.product_list tr td .prd_info_layer > div {
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #8b959d;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 13px;
    font-family: '맑은고딕';
    line-height: 15px;
    display: block;
}

.product_list tr td .prd_info_layer span {
    display: block;
    letter-spacing: -0.5px;
}

.product_list tr td .prd_info_layer .layer_brandBtn {
    display: inline-block;
    background-color: #4e8ab4;
    color: #fff;
    padding: 5px 10px;
    margin-top: 6px;
}

.product_list tr td .prd_info_Box:hover .prd_info_layer {
    display: block;
}

.viewType_T .product_list tr td .prd_info_layer {
    position: absolute;
    bottom: -18px;
    left: 47px;
    display: none;
    z-index: 9;
}

/* viewType_L - 리스트형 */
.viewType_L {
    /*border: 1px solid #d8d8d8;*/
    width: 100%;
    border-bottom: 0;
}

.viewType_L .product_list {
    width: 100%;
	/*float: left;*/
}

.pro_list_same_product {
    clear: both;
}

.viewType_L .product_list .category_n {
    clear: both;
    width: 100%;
    padding:15px;
	border-radius:6px;
    border: 1px solid #d8d8d8;
	font-size:20px;
    font-family: '맑은고딕';
    font-weight: bold;
    margin:0 0 10px 0;
    box-sizing: border-box;
	background-color:#EFEFEF;
}

.viewType_L .product_list li {
    position: relative;
    float: left;
    width: 100%;
    padding: 12px 0 10px 0;
    border-bottom: 1px solid #d8d8d8;
    /*margin:0 0 10px 0;*/
    box-sizing: border-box;
}

.viewType_L .product_list li .checkBox_layer {
    top: 4px;
    left: 43px;
}

.viewType_L .product_list li .prdbx {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.viewType_L .product_list li .prd_img {
    width: 120px;
    height: 120px;
    position: absolute;
    text-align: center;
	padding:0 0 0 15px;
}

.viewType_L .product_list li .prd_img img {
    width: 100px;
    height: 100px;
    display: inline-block;
    opacity: 1;
}

.viewType_L .product_list li .prd_info {
    width: 650px;
    font-size: 20px;
    line-height: 24px;
    color: #6c6c6c;
    letter-spacing: -0.5px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    /*border-right: 1px solid #d8d8d8;*/
    padding-right: 45px;
    height: auto;
    /*height: 130px;*/
    padding-left: 22px;
	display:table-cell;
	vertical-align:middle;
}

.viewType_L .product_list li .prd_info .pwr_txt p .pwr_Red {
    color: #F14738;
    font-size: 13px;
    font-family: '맑은고딕';
}

.viewType_L .product_list li .prd_info a:hover {
    text-decoration: none;
}

.viewType_L .product_list li .prd_info .prd_info_name {
    display: block;
    margin-bottom: 20px;
}

.viewType_L .product_list li .prd_info .prd_subTxt a {
    font-size: 18px;
    color: blue;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-family: '맑은고딕';
}

.viewType_L .product_list li .prd_info .prd_event {
    width: 535px;
    float: left;
    /*margin-top: 20px;*/
}

.viewType_L .product_list li .prd_info .prd_event p {
    display: block;
    font-size: 13px;
    font-family: '맑은고딕';
    margin-bottom: 5px;
    letter-spacing: 0px;
}

.viewType_L .product_list li .right_bx{
    position: absolute;
    float: right;
    top: 0;
    right: 120px;
    display: inline-block;
}

.viewType_L .product_list li .right_bx .prd_btn_box {
    position: absolute;
    top: 125px;
}

.viewType_L .product_list li .right_bx .prd_btn_box.top_btn {
    top: 0;
}

.viewType_L .product_list li .right_bx .prd_btn_box.top_btn .prd_btn_list, .prd_btn_box.top_btn .prd_btn_icon {
    display: none;
}

.viewType_L .product_list li .right_bx .prd_price {
    width: 245px;
    position: relative;
    padding-bottom: 10px;
    display: block;
}

.viewType_L .product_list li .right_bx .prd_price .prd_info_name {
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    color: #6c6c6c;
	display:table-cell;
	margin:0;
	vertical-align:middle;
	padding:3px 0;
}

.viewType_L .product_list li .right_bx .prd_price .prd_info_name:hover {
    text-decoration: none;
}

.viewType_L .product_list li .right_bx .prd_price .sale {
    display: block;
    margin-bottom: 3px;
}

.viewType_L .product_list li .right_bx .prd_price .sale .discount {
    font-size: 20px;
    font-family: 'spoqa B';
    letter-spacing: -0.5px;
    color: #F14738;
    padding-right: 7px;
}

.viewType_L .product_list li .right_bx .prd_price .sale .under {
    font-size: 15px;
    font-family: 'spoqa L';
    text-decoration: line-through;
}

.viewType_L .product_list li .right_bx .prd_price .won {
    font-size: 22px;
    font-family: 'spoqa M';
    color: #434343;
    vertical-align: middle;
    letter-spacing: -0.5px;
	line-height:24px;
}

.viewType_L .product_list li .right_bx .prd_price .won strong {
    font-weight: normal;
}

.viewType_L .product_list li .right_bx .prd_price .won>em {
    font-size: 19px;
    display: inline-block;
    padding-right: 5px;
}

.viewType_L .product_list li .right_bx .prd_action {
    width: 245px;
}

.viewType_L .product_list li .right_bx .rating {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-family: '맑은고딕';
    color: #6c6c6c;
}


.viewType_L .product_list li .right_bx2 {
    position: absolute;
    float: right;
    top: 5px;
    right:15px;
    display: inline-block;
}

.viewType_L .product_list li .left_bx {
    position: absolute;
    float: left;
    top: 15px;
    left:685px;
    display: inline-block;
}


.viewType_L .product_list li .right_bx .rating .Product_star {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -8px -181px;
    width: 73px;
    height: 12px;
    display: inline-block;
    margin: 0;
}

.viewType_L .product_list li .right_bx .rating .Product_starIco {
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -8px -166px;
    height: 12px;
    display: block;
    margin: 0;
}

.prd_btn_list {
    margin-bottom: 6px;
}

.prd_btn_list > a {
    padding: 10px 20px;
    display: inline-block;
    height: 40px;
    color: #6c6c6c;
    text-align: center;
    font-size: 18px;
    border: 1px solid #cccccc;
    background: #fff;
    box-sizing: border-box;
    line-height: 20px;
	border-radius: 5px;
}

.prd_btn_list > a:hover {
    color: #fff;
    background: #4e9de6;
    text-decoration: none;
}

.viewType_L .product_list li .prdbx .prd_btn_icon {
    padding:5px 0 0 0;
}

.viewType_L .product_list li .prdbx .prd_btn_icon a {
    display: inline-block;
    position: absolute;
    background: url(/TRS/img/images/product_list/btn_pd_new.png) -146px -44px;
    width:27px;
    height:30px;
    background-repeat: no-repeat;
	left:315px;;
}

.viewType_L .product_list li .prdbx .prd_btn_icon a>span {
    overflow: hidden;
    position: absolute;
    font-size: 0;
}

.viewType_L .product_list li .prdbx .prd_btn_icon a.icon_heart {
    background-position: -146px -44px;
}

.viewType_L .product_list li .prdbx .prd_btn_icon a.icon_heart:hover {
    background-position: -146px -10px;
}

.viewType_L .product_list li .prdbx .prd_btn_icon a.on {
    background-position: -146px -10px;
}

.viewType_L .product_list li .prd_option_wrap {
	width: 603px;
	float: right;
	border: 1px solid #d8d8d8;
	background: #fff;
	position: relative;
	margin: -45px 15px 0;
	border-radius: 5px;
}

.viewType_L .product_list li .prd_option_wrap > ul li{
    width: 100%;
    float: left;
	padding:0;
	margin:0;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.viewType_L .product_list li .prd_option_wrap > ul li:last-child {
    border-bottom: 0;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl {
    width: 600px;
    height: 40px;
    float: left;
    position: relative;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dt {
    float: left;
    line-height: 38px;
    display: block;
    width: 80%;
    margin-left: 10px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dt .op_name {
    font-size: 18px;
    font-family: '맑은고딕';
    text-align: left;
    margin-left: 5px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dd {
    position: absolute;
    right: 10px;
    top: 0;
    height: 46px;
    display: block;
    line-height: 44px;
    text-align: left;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .op_price {
    float: left;
    font-size: 18px;
    font-family: '맑은고딕';
    color: #434343;
    border-right: 1px solid #d8d8d8;
    line-height: 16px;
    margin-top: 14px;
    margin-right: 10px;
    padding-right: 10px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .op_price span>em {
    font-weight: normal;
    font-size: 16px;
    padding-right: 5px;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .opt_num {
    width: 57px;
    height: 29px;
    border: 1px solid #d8d8d8;
    position: relative;
    float: left;
    margin-top: 6px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .opt_num2 {
    width: 82px;
    height: 29px;
    position: relative;
    float: left;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .opt_num input[type="text"] {
    position: absolute;
    font-size: 16px;
    font-family: '맑은고딕';
    color: #1C8FED;
    top: 0;
    left: 0;
    text-align: center;
    height: 29px;
    width: 42px;
    line-height: 29px;
    border: none;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .opt_num a.arw_up {
    width: 8px;
    height: 8px;
    padding: 3px;
    display: block;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    position: absolute;
    right: 0;
    top: 0;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .opt_num a.arw_up>span {
    width: 8px;
    height: 8px;
    display: block;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -150px -5px no-repeat;
    text-indent: -10000px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .opt_num a.arw_down {
    width: 8px;
    height: 8px;
    padding: 3px;
    display: block;
    border-left: 1px solid #d8d8d8;
    position: absolute;
    right: 0;
    top: 15px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option .opt_num a.arw_down>span {
    width: 8px;
    height: 8px;
    display: block;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -130px -5px no-repeat;
    text-indent: -10000px;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option > dl dd {
    margin-top: 13px;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option > dl dd a.op_arrow {
    width: 19px;
    height: 18px;
    display: block;
    float: left;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -24px -0px no-repeat;
    text-indent: -10000px;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option > dl dd a.op_arrow_view {
    width: 19px;
    height: 18px;
    display: block;
    float: left;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -50px -0px no-repeat;
    text-indent: -10000px;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option > dl dd .po_price {
    font-size: 13px;
    font-family: '맑은고딕';
    font-weight: bold;
    float: left;
    color: #434343;
    letter-spacing: 0;
    padding-right: 10px;
    line-height: 13px;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option .op_price {
    border-right: 0;
    margin: 0;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option .op_list_area {
    float: left;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option .op_list_area .op_list {
    width: 588px;
    min-height: 33px;
    height: auto;
    float: left;
    position: relative;
    border-top: 1px solid #d8d8d8;
    margin-left: 9px;
    vertical-align: middle;
    padding: 1px 0 2px 0;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option .op_list_area .op_list dd {
    right: 0;
    top: 15px;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option .op_list_area .op_price {
    border-right: 1px solid #d8d8d8;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option .op_list .opt_num {
    margin: -5px 10px 0 13px;
}

.viewType_L .product_list li .op_type3 {
    width: 393px;
    margin-right: 20px;
    border: 1px solid #d8d8d8;
    border-right: none;
    background: #fff;
    maring-top: 20px;
}

.viewType_L .product_list li .prd_option_wrap .ink_list_area {
    width: 393px;
    float: left;
    border-spacing: 0;
}

.viewType_L .product_list li .prd_option_wrap .ink_list_area th {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    text-align: center;
    width: 50px;
}

.viewType_L .product_list li .prd_option_wrap .ink_list_area th.th_title {
    background: #f7f8f9;
    font-weight: bold;
    font-family: 'spoqa R';
    font-size: 13px;
    font-family: '맑은고딕';
    color: #1a1a1a;
    height: 32px;
    letter-spacing: -1px;
    text-align: left;
    padding-left: 10px;
    border-top: none;
    width: 100%;
}

.viewType_L .product_list li .prd_option_wrap .ink_list_area td {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding-bottom: 7px;
    width: 700px;
}

.viewType_L .product_list li .prd_option_wrap .ink_list_area td > ul li {
    width: auto;
    margin: 5px 10px 0 10px;
    display: inline-block;
    padding-left: 0;
    border: none;
    position: relative;
    padding: 2px;
}

.viewType_L .product_list li .prd_option_wrap .ink_list_area th.f_blue {
    color: #1753c5;
}

/* hot클릭 광고 - 리스트형 */
.product_list_wrap .ad_hotck_title {
    width: 1070px;
    float: left;
    padding: 10px 0;
    position: relative;
}

.viewType_L .product_list .ad_hotck {
    background-color: #f8fdff;
    margin-top: 0;
    padding-top: 24px;
}

.viewType_L .ad_hotck_title {
    background-color: #f8fdff;
    border-bottom: 1px solid #d8d8d8;
}

.viewType_L .ad_hotck .prd_img img {
    opacity: 0.9;
    margin: 0;
}

.viewType_L .ad_hotck .prd_img > a {
    width: 190px;
    height: 190px;
    display: block;
    background-color: #c3eeff;
    margin: 0 10px;
}

.viewType_L .product_list .ad_hotck .right_bx .rating .Product_star {
    background-color: transparent;
}

.viewType_L .product_list .ad_hotck .right_bx .rating .Product_starIco {
    background-color: transparent;
}

.viewType_L .ad_hotck_title a .mlayer {
    left: 124px;
}

.viewType_L .product_list li.ad_hotck .checkBox_layer {
    top: 28px;
}

.viewType_L .product_list li.ad_hotck .prd_info, .viewType_L .product_list li.ad_hotck .right_bx {
    top: 24px;
}

.viewType_L .product_list .ad_hotck .prd_info_main_img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(195,238,255,0.08);
    z-index: 3;
}

/* 리스트형 제품코드 레이어 추가 */
.product_list li .prd_info_Box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.viewType_L .product_list li .prd_info_layer {
    position: absolute;
    top: 35px;
    left: 0;
    display: none;
    z-index: 10;
}

.viewType_L .product_list li .prd_img .prd_info_layer {
    position: absolute;
    top: 87px;
    left: 47px;
    display: none;
    z-index: 9;
}

.product_list li .prd_info_layer > div {
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #8b959d;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 13px;
    font-family: '맑은고딕';
    line-height: 15px;
    display: block;
}

.product_list li .prd_info_layer span {
    display: block;
    letter-spacing: -0.5px;
}

.product_list li .prd_info_layer .layer_brandBtn {
    display: inline-block;
    background-color: #4e8ab4;
    color: #fff;
    padding: 5px 10px;
    margin-top: 6px;
}

.product_list li .prd_info_Box:hover .prd_info_layer {
    display: block;
}

/* 이미지형 제품코드 레이어 추가 */
.viewType_T .product_list li .prd_info_layer {
    position: absolute;
    bottom: -18px;
    left: 47px;
    display: none;
    z-index: 9;
}

/* 인쇄분류, 중고분류 출력 */
.viewType_L .product_list li .prd_img .Prdbx_List {
    position: absolute;
    bottom: 20px;
    left: 18px;
    display: block;
    text-align: left;
    z-index: 1;
}

.viewType_L .product_list li .prd_img .Prdbx_List .power_icon {
    width: 90px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.5px;
    background-color: #e5ecff;
    color: #4279ef;
    display: inline-block;
    margin-left: -3px;
}

.viewType_L .product_list li .prd_img .Prdbx_List .prdicon {
    width: 90px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.5px;
    background-color: #f1faff;
    color: #46ace5;
    display: inline-block;
    margin-left: -3px;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon2 {
    background-color: #ffe6eb;
    color: #f0708a;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon3 {
    background-color: #fff1e6;
    color: #f49449;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon4 {
    background-color: #e5fcee;
    color: #4fb677;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon5 {
    background-color: #e6ecff;
    color: #7795f4;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon6 {
    background-color: #fcffe4;
    color: #a5b80d;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon7 {
    background-color: #fff2fe;
    color: #d587cf;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon8 {
    background-color: #ffedc7;
    color: #ba923d;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon9 {
    background-color: #ffe4ef;
    color: #d9769e;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon10 {
    background-color: #f2e4ff;
    color: #b88ce1;
}

.viewType_L .product_list li .prd_img .Prdbx_List .picon11 {
    background-color: #e5fcff;
    color: #58a9b4;
}

.viewType_L .product_list li .prd_img .Prdbx_List .prdicon .prdicon_layer {
    display: none;
    position: absolute;
    z-index: 9;
    padding: 10px 13px;
    top: 0;
    margin-left: 93px;
    background-color: #fff;
    color: #6c6c6c;
    white-space: nowrap;
    border: 1px solid #8b959d;
    text-align: left;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.viewType_L .product_list li .prd_img .Prdbx_List .prdicon .prdicon_layer b {
    color: #1b1b1b;
}

.viewType_L .product_list li .prd_img .Prdbx_List .prdicon:hover .prdicon_layer {
    display: block;
}

/* 제품리스트 번호 */
.bottom_area {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
    margin-top: -1px;
    border-top: 1px solid #d8d8d8;
}

.bottom_area .page_area {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.bottom_area .page_area > a {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #3a3a3a;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
}

.bottom_area .page_area > a:hover {
    text-decoration: none;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
    font-weight: bold;
}

.bottom_area .page_area > a.prev {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    display: block;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -97px -132px no-repeat;
}

.bottom_area .page_area > a.next {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    display: block;
    line-height: 30px;
    float: left;
    marign: 0 5px;
    background: url(/TRS/img/images/product_detail/product_list_obj.png) -117px -132px no-repeat;
}

.bottom_area .page_area > a.active {
    text-decoration: none;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
    font-weight: bold;
}

/* 제품리스트 검색결과 없음 */
.noResult {
    width: 100%;
    text-align: center;
    margin: 0;
}

.noResult .noResult_wrap {
    display: inline-block;
    margin: 80px 0;
}

.noResult .noResult_wrap .iconBox {
    width: 100%;
    height: 75px;
    display: inline-block;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/prd_schNone.png) center center no-repeat;
    margin-bottom: 10px
}

.noResult .noResult_wrap .textBox {
    height: 100px;
    display: block;
    text-align: center;
}

.noResult .noResult_wrap .textBox p.title {
    font-size: 21px;
    color: #1a1a1a;
}

.noResult .noResult_wrap .textBox p {
    color: #959595;
    text-align: center;
    font-size: 16px;
    letter-spacing: -1px;
}

.noResult .noResult_wrap .textBox button {
    background-color: #1a1a1a;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    height: 36px;
    font-size: 13px;
    font-family: '맑은고딕';
    margin-top: 10px;
}

/* 특화템플릿 */
.template_area {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
}

/* 자동차용품공구 템플릿 */
.template_area .template_car {
    position: relative;
    width: 100%;
    height: 458px;
    overflow: hidden;
}

.template_area .template_car .template {
    width: 1070px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-bottom: 35px;
}

.template_area .template_car .template h2 {
    text-align: center;
    z-index: 2;
    font-size: 30px;
    font-family: noto-B;
    margin: 0 auto;
    color: #fff;
    margin: 40px 0;
    letter-spacing: -1px;
}

.template_area .template_car .template .temBox {
    text-align: center;
    margin-left: 70px;
    opacity: 0.98;
}

.template_area .template_car .template span {
    float: left;
    width: 458px;
    background: #fff;
    margin-right: 14px;
    height: 100%;
}

.template_area .template_car .template .temBox span b {
    font-size: 19px;
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid #989898;
}

.template_area .template_car .template .temBox span dl {
    display: inline-block;
    float: left;
    text-align: center;
    width: 25%;
    padding: 16px 0;
}

.template_area .template_car .template .temBox span dl dt > a:hover {
    text-decoration: none;
}

.template_area .template_car .template .temBox span dl dt > a {
    color: #2abdbe;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
    display: inline-block;
}

.template_area .template_car .template .temBox span dl dd > a {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 26px;
}

.template_area .template_car .template .temBox span dl dd > a:hover {
    text-decoration: none;
    font-weight: bold;
}

.template_area .template_car .template .temBox span.right_area dl dt > a {
    color: #7990dd;
}

/* windows7 템플릿 */
.template_win7 p {
    font-size: 24px;
    border-bottom: 5px solid #1a1a1a;
    letter-spacing: -1px;
    padding-bottom: 10px;
    position: relative;
}

.template_win7 p .icon {
    position: absolute;
    top: -5px;
    right: 50px;
    display: inline-block;
    width: 142px;
    height: 130px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productB_window7_oj.png) no-repeat 0 -79px;
}

.template_win7 .win_area_bg {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productB_window7.jpg);
    height: 413px;
}

.template_win7 .win {
    background: #fff;
    border-radius: 5px;
    width: 402px;
    padding: 35px;
    float: right;
    box-shadow: -5px -2px 21px 3px rgba(0, 0, 0, 0.04);
}

.template_win7 .graph {
    width: 398px;
    height: 9px;
    float: left;
    border-radius: 999rem;
    background: #e8e8e8;
    margin-top: 25px;
    position: relative;
}

.template_win7 .graph_bar {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 999rem;
    background: #a217ff;
    width: 0;
    height: 100%;
}

.template_win7 .best_timer {
    float: left;
    margin: 6px 0 0 18px;
}

.template_win7 .best_timer .day {
    float: left;
    position: relative;
    line-height: 22px;
    vertical-align: top;
    padding: 4px 0 0 69px;
    font-size: 14px;
}

.template_win7 .best_timer .day b {
    font-size: 35px;
    color: #a217ff;
}

.template_win7 .best_timer .day .icon_time {
    display: inline-block;
    width: 55px;
    height: 53px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productB_window7_oj.png) -163px 0 no-repeat;
    font-size: 14px;
    position: absolute;
    left: 9px;
    top: -2px;
}

.template_win7 .best_timer .time_counter {
    display: block;
    float: left;
    margin: 8px 0 0 15px;
}

.template_win7 .best_timer .time_counter em {
    overflow: hidden;
    float: left;
    width: 28px;
    height: 34px;
    margin-right: 3px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productB_window7_oj.png) no-repeat;
}

.template_win7 .best_timer .time_counter em.num0 {
    background-position: 0 0
}

.template_win7 .best_timer .time_counter em.num1 {
    background-position: -28px 0
}

.template_win7 .best_timer .time_counter em.num2 {
    background-position: -56px 0
}

.template_win7 .best_timer .time_counter em.num3 {
    background-position: -84px 0
}

.template_win7 .best_timer .time_counter em.num4 {
    background-position: -113px 0
}

.template_win7 .best_timer .time_counter em.num5 {
    background-position: 0 -34px
}

.template_win7 .best_timer .time_counter em.num6 {
    background-position: -28px -34px
}

.template_win7 .best_timer .time_counter em.num7 {
    background-position: -56px -34px
}

.template_win7 .best_timer .time_counter em.num8 {
    background-position: -84px -34px
}

.template_win7 .best_timer .time_counter em.num9 {
    background-position: -113px -34px
}

.template_win7 .best_timer .time_counter em.colon {
    width: 8px;
    height: 34px;
    background-position: -148px 0
}

.template_win7 .title_bg {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
    position: relative;
    border-top: 1px dotted #d8d8d8;
    height: 19px;
}

.template_win7 .title_bg .txt {
    background: #fff;
    font-family: spoqa R;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: -21px;
    display: inline-block;
}

.template_win7 .template_lst {
    margin-top: 30px;
}

.template_win7 .template_lst ul {
    overflow: hidden;
}

.template_win7 .template_lst ul li {
    float: left;
    margin-right: 10px;
    width: 204px;
    height: 204px;
    position: relative;
    border: 1px solid #e2e2e2;
}

.template_win7 .template_lst ul li.last {
    margin-right: 0;
}

.template_win7 .template_lst ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.template_win7 .template_lst ul li .prdname {
    display: inline-block;
}

.template_win7 .template_lst ul li .prdImg img {
    width: 204px;
    height: 204px;
}

.template_win7 .template_lst ul li dl.prdname {
    display: none;
}

.template_win7 .template_lst ul li:hover dl.prdname {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73px;
    display: inline-block;
    background-color: #1a1a1a;
    background: rgba(0,0,0,0.7);
    animation-name: infoemerge;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    bottom: 0px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes infoemerge {
    0% {
        bottom: -20px;
    }

    100% {
        bottom: 0px;
    }
}

/* Standard syntax */
@keyframes infoemerge {
    0% {
        bottom: -20px;
    }

    100% {
        bottom: 0px;
    }
}

.template_win7 .template_lst ul li:hover dl.prdname dt {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 40px;
    font-size: 14px;
    letter-spacing: -.5px;
    color: #fff;
    line-height: 22px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}

.template_win7 .template_lst ul li:hover dl.prdname dd {
    position: absolute;
    top: 35px;
    left: 15px;
    width: calc(100% - 15px);
    font-size: 16px;
    color: #fff;
}

.template_win7 .template_lst ul li:hover dl.prdname dd .price {
    float: left;
    font-size: 16px;
}

.template_win7 .template_lst ul li:hover dl.prdname dd .price > b {
    font-family: Tahoma, Noto-R;
    letter-spacing: -.5px;
    font-size: 16px;
    font-weight: bold;
}

/* MD 강력추천 */
.bestProduct_area {
    width: 100%;
}

.bestPrd_Box > * {
    box-sizing: border-box;
}

.bestPrdTab {
    font-size: 0;
}

.bestPrdTab > li {
    display: inline-block;
    width: 214px;
    height: 50px;
    line-height: 47px;
    border: 1px solid #d8d8d8;
    border-right: 0px;
    border-bottom: none;
    color: #3a3a3a;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.bestPrdTab > li.active {
    color: #fff;
    background: #3a3a3a;
}

.bestPrdTab > li:last-child {
    border-right: 1px solid #d8d8d8;
}

.bestPrd_box {
    display: none;
}

.bestPrd_box.active {
    display: block;
}

.bestPrd_box .keyword {
    margin-top: 30px;
}

.bestPrd_box .keyword li {
    display: inline-block;
    margin-right: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    background: #f1f5fb;
    border: 1px solid #d8d8d8;
    color: #6c6c6c;
    font-size: 14px;
    border-radius: 15px;
}

.bestPrd_box .keyword li:last-child {
    margin-right: 0;
}

.bestProduct_area .bestPrd_box {
    margin: 0 0 60px;
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.bestProduct_area .bestPrd_box .bestPrd_list {
    font-size: 0;
}

.bestProduct_area .bestPrd_box .bestPrd_list li {
    position: relative;
    display: inline-block;
    width: 20%;
    padding: 25px 13px 0 13px;
    box-sizing: border-box;
    vertical-align: top;
}

.bestProduct_area .bestPrd_box .bestPrd_list li:hover a {
    text-decoration: none;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd {
    width: 100%;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

/* 아이콘 박스 */
.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd:hover .prd_icon_list {
    display: block;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd .prd_icon_list {
    width: auto;
    height: 45px;
    text-align: center;
    position: absolute;
    bottom: 88px;
    z-index: 3;
    display: none;
}

.bestPrd .prd_icon_list .prd_icon_box {
    width: auto;
    height: 45px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd .ranking_label {
    position: absolute;
    bottom: 0;
    left: 14px;
    z-index: 1;
    background: #33ffdb;
    width: 35px;
    height: 35px;
    display: block;
}

.bestProduct_area .bestPrd_box .bestPrd_list li:nth-child(3) .bestPrd .ranking_label {
    left: 13px;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd .ranking_label>span {
    text-align: center;
    color: #1a1a1a;
    display: inline-block;
    padding-top: 4px;
    border-bottom: 1px solid #1a1a1a;
    font-size: 16px;
    font-weight: bold;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd .bestPrd_img {
    position: relative;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info {
    text-align: left;
    margin-top: 10px;
    overflow: hidden;
    padding: 0px 13px 0 14px;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info a {
    height: auto;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    line-height: 17px;
    font-size: 13px;
    font-family: '맑은고딕';
    white-space: normal;
    color: #6c6c6c;
    word-break: normal;
    word-wrap: normal;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info .bestPrd_price {
    font-size: 14px;
    vertical-align: middle;
    color: #434343;
    letter-spacing: -0.5px;
    font-weight: bold;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info .bestPrd_price .number {
    font-size: 15px;
    font-family: 'spoqa R';
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info .bestPrd_price .discount {
    color: #f14738;
    margin-right: 5px;
    font-family: 'spoqa R';
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info .bestPrd_price a.dealer_btn {
    color: #F14738;
}

/* 가로배너 */
.product_list_linebnr {
    width: 100%;
    margin-bottom: 60px;
    display: block;
    text-align: center;
    position: relative;
}

.product_list_linebnr .linebnr_rolling {
    position: absolute;
    right: 0;
    top: -18px;
    z-index: 1;
}

.product_list_linebnr .linebnr_rolling .rollingBtn li {
    float: left;
    height: 15px;
    line-height: 15px;
    margin-left: 5px;
}

.product_list_linebnr .linebnr_rolling .rollingBtn li a {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #d5d5d5;
    border-radius: 50%;
    -webkit-transition : -webkit-transform 0.3s ease, background-color 0.3s ease;
}

.product_list_linebnr .linebnr_rolling .rollingBtn li.active a {
    background: #F14738;
}

/* 브랜드관 */
.brand_area {
    width: 100%;
    margin-bottom: 60px;
    display: block;
    position: relative;
}

.brand_area .brand_box {
    width: 100%;
    height: 267px;
    position: relative;
}

.brand_area .brand_tabMu {
    float: right;
    margin: 27px 28px;
}

.brand_area .brand_tabMu ul li:hover a {
    text-decoration: none;
    background: #fff;
    font-weight: bold;
}

.brand_area .brand_tabMu ul li {
    float: left;
}

.brand_area .brand_tabMu ul li a {
    min-width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 12px;
    background: #eeeeee;
    float: left;
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: -1px;
    border-right: 1px solid #d8d8d8;
}

.brand_area .brand_tabMu ul li:last-child a {
    border-right: none;
}

.brand_area .brand_tabMu ul li.active a {
    background: #fff;
    text-decoration: none;
    font-weight: bold;
}

.brand_area .brand_txtBox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.brand_area .brand_txtBox .txtBox_bg {
    width: 260px;
    height: 111px;
    display: block;
    opacity: 0.7;
    cursor: pointer;
}

.brand_area .brand_txtBox .txtBox_tit {
    color: #fff;
    font-size: 24px;
    letter-spacing: -1px;
    position: absolute;
    top: 25px;
    line-height: 31px;
    left: 34px;
    cursor: pointer;
    width: 225px;
}

.brand_area .brand_txtBox .txtBox_tit:after {
    content: '';
    width: 73px;
    height: 16px;
    display: inline-block;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -16px -130px;
    position: absolute;
    top: 62px;
    right: 22px;
    cursor: pointer;
}

.brand_area .brand_list {
    width: 805px;
    height: 200px;
    background: #fff;
    position: absolute;
    right: 28px;
    bottom: 0;
    display: block;
    box-sizing: border-box;
    padding: 10px 7px 0 7px;
}

.brand_area .brand_list ul li {
    position: relative;
    width: 20%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

.brand_area .brand_list ul li:hover a {
    text-decoration: none;
}

.brand_area .brand_list ul li a {
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.brand_area .brand_list ul li a img {
    width: 118px;
    height: 118px;
}

.brand_area .brand_list ul li .brand_info {
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 14px;
}

.brand_area .brand_list ul li .brand_info a {
    height: auto;
    height: 35px;
    text-align: left;
    word-break: unset;
    white-space: normal;
    word-wrap: unset;
    text-overflow: unset;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 17px;
    font-size: 13px;
    font-family: '맑은고딕';
    color: #6c6c6c;
}

.brand_area .brand_list ul li .brand_info .brand_price {
    font-size: 14px;
    vertical-align: middle;
    color: #434343;
    letter-spacing: -0.5px;
    font-weight: bold;
    text-align: left;
}

.brand_area .brand_list ul li .brand_info .brand_price .discount {
    color: #f14738;
    margin-right: 5px;
}

.brand_area .brand_list ul li .brand_info .brand_price .price {
    text-align: left;
}

.brand_area .brand_list ul li .brand_info .brand_price .number {
    font-size: 12px;
}

.brand_area .brand_list ul li .brand_price .dealer_btn {
    color: #F14738;
    line-height: 25px;
}

/* 검색어 전체 레이어 팝업 */
.searchAll_layer_area {
    position: absolute;
    top: 0;
    left: 210px;
    width: 863px;
    height: auto;
    padding: 30px 15px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #1a1a1a;
    background: #fff;
    z-index: 20;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.searchAll_layer_area.active {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: -1000px;
}

/* IE8 핵 */
.searchAll_layer_area.active {
    left: /*＼**/-3000px;
}

.searchAll_layer_area .layer_titBox {
    overflow: hidden;
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
    padding-bottom: 12px;
    display: block;
}

.searchAll_layer_area .layer_tit {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    font-family: noto-B;
    line-height: 30px;
}

.searchAll_layer_area .layer_titBox ul {
    float: left;
    width: 735px;
}

.searchAll_layer_area .layer_titBox ul .BtnSearch {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
    padding: 0;
    margin: 0 5px 6px 0;
}

.searchAll_layer_area .layer_titBox ul .BtnSearch a {
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #5a5a5a;
    border-radius: 20px;
    letter-spacing: -0.5px;
    width: unset;
}

.searchAll_layer_area .list_wrap {
    position: relative;
    margin: 20px 0 20px;
}

.searchAll_layer_area .list_wrap .nano {
    height: 165px;
}

.searchAll_layer_area .list_wrap .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f3f3f3;
}

.searchAll_layer_area .list_wrap .nano > .nano-pane {
    background-color: #f3f3f3;
    width: 6px;
    border-radius: 0;
}

.searchAll_layer_area .list_wrap .nano > .nano-pane .nano-slider {
    background-color: #c9cacd;
    width: 6px;
    border-radius: 0;
}

.searchAll_layer_area .list_wrap .search_listul {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/SearchLayer_bg.jpg) repeat-y;
    display: inline-block;
    min-height: 165px;
}

.searchAll_layer_area .list_wrap .search_listul li {
    position: relative;
    float: left;
    width: 166px;
    ; padding: 0 15px 11px 15px;
    box-sizing: border-box;
    margin: 0;
}

.searchAll_layer_area .list_wrap .search_listul li span {
    letter-spacing: -1.2px;
    margin-left: 20px;
    color: #555;
}

.searchAll_layer_area .list_wrap .search_listul li .btn_heart {
    position: absolute;
    right: 6px;
    top: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    background-color: transparent;
}

.searchAll_layer_area .list_wrap .search_listul li .btn_heart .ico_heart {
    display: block;
    width: 15px;
    height: 15px;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -200px -17px no-repeat;
    vertical-align: middle;
    margin: 0;
}

.searchAll_layer_area .mySearchWord {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #f3f3f3;
    border-top: 0;
}

.searchAll_layer_area .mySearchWord ul {
    margin-left: 0;
    width: 745px;
    padding-top: 3px;
}

.searchAll_layer_area .mySearchWord li {
    padding-right: 11px;
    padding-bottom: 0;
    margin: 0px 5px 5px 0;
}

.searchAll_layer_area .mySearchWord a:hover {
    text-decoration: none;
}

.searchAll_layer_area .SearcBtn {
    width: 863px;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 3px;
}

.searchAll_layer_area .SearcBtn button {
    width: 110px;
    border: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
    display: inline-block;
}

.searchAll_layer_area .SearcBtn button.btn_search {
    width: 110px;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff;
    margin-right: 5px;
}

.searchAll_layer_area .layer_titBox ul .BtnSearch.active a {
    background-color: #fe4a4b;
    border: 1px solid #fe4a4b;
    font-weight: bold;
    color: #fff;
}

.searchAll_layer_area .layer_titBox ul .BtnSearch:hover a {
    text-decoration: none;
    background-color: #fe4a4b;
    border: 1px solid #fe4a4b;
    font-weight: bold;
    color: #fff;
}

.searchAll_layer_area .list_wrap .search_listul li .btn_heart.on .ico_heart {
    background-position: -232px -17px;
}

/* 맞춤가 정렬기능 */
.productList_area .productList_title .option_box {
    padding-left: 18px;
}

.option_box .option_line {
    border-right: 1px solid #d8d8d8;
    margin-right: 18px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

input.leftchk[type="checkbox"]:checked + label.leftchk > i.cum_Chk {
    background: url(//image5.compuzone.co.kr/img/images/main2019/function_icon.png) -213px -141px;
}

.custom_price {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: -30px;
}

.custom_price .cum_tit {
    display: inline-block;
    color: #555;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 5px;
}

.custom_price .cum_tit .qu_over {
    display: inline-block;
    background: url('//image5.compuzone.co.kr/img/images/bsk/simp_question.png') center center no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 2px;
}

.custom_price .qu_Layer {
    display: block;
    position: absolute;
    width: 517px;
    top: 30px;
    right: -10px;
    z-index: 20;
}

.custom_price .qu_Layer .qu_red {
    color: #F14738;
    display: inline-block;
    padding-top: 17px;
}

.custom_price input.leftchk[type="checkbox"] + label.leftchk > i {
    height: 16px;
}

/* 검색결과 페이지 - 맞춤가 정렬기능 */
.custom_price {
    margin-top: 17px;
    margin-right: 20px;
}

.custom_price .qu_Layer {
    top: 46px;
    left: 0;
}

/* 제품리스트 - 가격안내 레이어 */
.prd_info_name .prc_guide_ly {
    position: relative;
    display: inline-block;
}

.prd_info_name .btn_price {
    display: inline-block;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -330px -84px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    vertical-align: middle;
}

.prd_info_name .btn_price:hover {
    display: inline-block;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -362px -84px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    vertical-align: middle;
}

.prd_info_name .btn_price:hover + .price_Layer {
    display: block;
}

.prd_info_name .price_Layer {
    display: none;
    position: absolute;
    width: 217px;
    top: 28px;
    left: 0;
    z-index: 99;
    padding: 18px;
    border: 1px solid #555;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    font-size: 13px;
    font-family: '맑은고딕';
    color: #555;
    box-sizing: border-box;
}

.prd_info_name .price_Layer .org {
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 2px solid #eee;
}

.prd_info_name .price_Layer dt {
    float: left;
    height: 19px;
    width: 55px;
    line-height: 19px;
    text-align: left;
    white-space: nowrap;
}

.prd_info_name .price_Layer dd {
    float: left;
    height: 19px;
    width: 122px;
    line-height: 19px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.prd_info_name .price_Layer dd > em {
    font-size: 15px;
}

.prd_info_name .price_Layer .dis {
    padding-top: 8px;
    display: inline-block;
}

.prd_info_name .price_Layer .sum {
    display: inline-block;
    padding-top: 8px;
    color: #F14738;
}

.viewType_L .product_list li .right_bx .prd_price .prd_info_name .btn_price {
    margin-bottom: -6px;
}

/* 맞춤가정렬 로딩이미지 */
.custom_price_Layer {
    background-color: #fff;
    display: inline-block;
	margin:20px;
	width:97%;
}

.custom_price_Layer .loading_Box {
    padding: 60px 0 40px 0;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    min-height: 630px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.custom_price_Layer .loading_Box > i {
    display: inline-block;
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/loading_img2.gif) no-repeat;
    width: 110px;
    height: 110px;
    padding-bottom: 18px;
}

.custom_price_Layer .loading_Box.Chk > i {
    background: url(//image5.compuzone.co.kr/img/images/product_list/productList_N/loading_img1.gif) no-repeat;
}

.custom_price_Layer .loading_Box > p.loadingTxt_chk {
    display: none;
}

.custom_price_Layer .loading_Box.Chk > p.loadingTxt_chk {
    display: block;
}

.custom_price_Layer .loading_Box.Chk > p.loadingTxt {
    display: none;
}

/* 재입고 버튼 및 품절 딤드  200609 */
.viewType_T .product_list li .prd_img > a, .viewType_L .product_list li .prd_img > a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.viewType_T .product_list li .prd_img > a > .sold_out_dimmed, .viewType_L .product_list li .prd_img > a > .sold_out_dimmed {
    width: 100%;
    height: 42px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.viewType_L .product_list li .op_type2 > ul li.prd_option .op_list_area .op_list dd > .return_order_bell_bt {
    width: max-content;
    position: absolute;
    top: -6px;
    right: 8px;
}

.return_order_bell_img {
    width: 14px;
    height: 14px ;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/return_order_200520.png) -47px 0;
    display: inline-block;
}

.return_order_bell_bt {
    border: 1px solid #ff5555;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    font-family: '맑은고딕';
    color: #ff5555;
    line-height: 22px;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.return_order_bell_bt .return_order_bell_img {
    vertical-align: -3px;
    margin: 0 3px 0 1px;
}

.return_order_bell_bt_L {
    border: 1px solid #ff5555;
    box-sizing: border-box;
    padding: 8px 11px;
    width: 100px;
    height: 31px;
    display: inline-block;
    font-size: 13px;
    color: #ff5555;
    line-height: 13px;
    cursor: pointer;
    letter-spacing: -1px;
}

.return_order_bell_bt_L .return_order_bell_img {
    vertical-align: -3px;
    margin: 0 4px 0 1px;
}

/* 재입고 버튼 및 품절 딤드 200609 */
/* 구해줘 견적 추가 200617 */
.est_payback {
    margin-bottom: 23px;
}

.est_payback .est_paybackPrice {
    color: #008dd6;
    font-size: 14px;
    font-family: 'spoqa R';
}

.est_payback .est_paybackPrice > em {
    font-family: noto-R;
}

.est_payback .est_paybacktxt {
    display: inline-block;
    margin-left: 5px;
    color: #1a1a1a;
    font-size: 14px;
    font-family: noto-R;
}

/* 구해줘 견적 추가 끝 200617 */
/* 비교하기 팝업 4n번째 보더 안 나오는 오류 수정. 200623 */
.pd_compare_wrap.viewType_T .product_list li:nth-child(4n) {
    border-right: 1px solid #d8d8d8;
}

/* 중고상품 유의사항 200706 */
#open_pr_notice_btn.more_notice {
    text-decoration: none;
}

.count_wrap {
    width: 62px;
    height: 18px;
    position: relative;
}

.more_notice {
    position: relative;
    display: block;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    width: 62px;
    font-family: "spoqa R";
}

.notice_more_btn {
    position: absolute;
    left: 50px;
    top: 10px;
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
}

.notice_more_btn:after, .notice_more_btn:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notice_more_btn:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 3px;
    margin-left: -3px;
}

.notice_more_btn:before {
    border-color: rgba(163, 163, 163, 0);
    border-bottom-color: #a0a0a0;
    border-width: 5px;
    margin-left: -5px;
}

.notice_more_btn.off {
    top: 5px;
}

.notice_more_btn.off:after, .notice_more_btn.off:before {
    bottom: auto;
    top: 100%;
}

.notice_more_btn.off:after {
    border-top-color: #fff;
    border-bottom-color: rgba(163, 163, 163, 0);
}

.notice_more_btn.off:before {
    border-bottom-color: #fff;
    border-top-color: #a0a0a0;
}

/* 200807 제품리스트 검색팝업 수정 */
.searchAll_layer_area .layer_titBox ul .BtnSearch a {
    font-size: 13px;
    font-family: '맑은고딕';
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 4px 15px;
    border-radius: 13px;
    line-height: 16px;
}

.mySearchWord .reset {
    width: auto !important;
    text-align: right;
}

/* 코즈몰 연동 CSS */
/* 카테고리 상품리스트  */
.category_Box a.selectBox > i.ccLogo , .name i.ccLogo {
    display: inline-block;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    background: url("//image5.compuzone.co.kr/img/images/product_detail/cozLs.png") center no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.name i.ccLogo {
    vertical-align: -3px;
}

.productList_area .productList_title h2 .prodL_ccLogo {
    display: inline-block;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    background: url("//image5.compuzone.co.kr/img/images/product_detail/c_cozLogo.png") -104px 0;
    vertical-align: -3px;
}

.prd_info .cc_tit {
    color: #282828;
    font-size: 14px;
    font-family: 'spoqa R';
    font-weight: bold;
}

i.prd_ccLogo {
    display: inline-block;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    background: url("//image5.compuzone.co.kr/img/images/product_detail/cozLs.png") center no-repeat;
    background-size: contain;
    vertical-align: -1px;
}

/* 코즈몰 연동 끝 CSS */
/* 배송유형 필터 추가 200813 */
.leftMenuWrap .leftMenu .leftMenu_box .layer_pop.deliveryP1 {
    width: 180%;
}

.leftMenuWrap .leftMenu .leftMenu_box .layer_pop.deliveryP2 {
    width: 150%;
}

/* 배송유형 필터 추가 끝 200813 */
/* 구입문의 200820 */
.viewType_L .product_list li .op_type2 > ul li.prd_option .op_list_area .op_list dd > .op_list_bt {
    margin-top: -5px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dd > .op_list_bt {
    margin-top: 8px;
}

.op_list_bt {
    width: 83px;
    height: 24px;
    padding-left: 2px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.op_list_bt.SG {
    border: 1px solid #d6d8dc;
    background: #f9f9f9;
    color: #6c6c6c;
}

.op_list_bt.SR {
    border: 1px solid #ff5555;
    color: #ff5555;
}

/* 비교기능 확장 수정 200921 */
.viewType_T .product_list li .prd_info .prd_event {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
}

.viewType_T .product_list li .prd_info .prd_event .evtIco_obj {
    float: left;
}

.compare_bt.VT {
    position: absolute;
    top: 15px;
    right: 22px;
}

.viewType_T .product_list li .prd_info .prd_event {
    float: left;
}

#bestproduct .viewType_T .product_list li {
    height: 530px;
}

.viewType_L .product_list li .right_bx .compare_bt {
    position: absolute;
    right: 20px;
}

/* 제품리스트 아이콘 노출 수정 201102 */
.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl {
    height: auto;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dt {
    line-height: 28px;
    width: 64%;
    vertical-align: middle;
}

.viewType_L .product_list li .prd_option_wrap.op_type1 > ul li.prd_option dl dt, .viewType_L .product_list li .prd_option_wrap.op_type2 > ul li.prd_option .op_list_area dl dt {
    padding: 8px 0 8px 20px;
}

.viewType_L .product_list li .prd_option_wrap.op_type2 > ul li.prd_option dl dt {
    padding: 8px 0 6px 5px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dt input.leftchk[type="checkbox"] + label.leftchk {
    margin-left: -20px;
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dt input.leftchk[type="checkbox"] + label.leftchk > i {
    margin-top: 2px;
}

/* 빠른픽업 201118 */
/* 배송유형 >> 빠른픽업 */
.leftMenuWrap .leftMenu li span > b {
    color: #1C8FED;
    font-size: 14px;
    font-family: noto-M;
    font-style: italic;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    line-height: 17px;
}

.leftMenuWrap .leftMenu li #quick_pickUP + label > span {
    width: auto;
}

.leftMenuWrap .leftMenu li span > b:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/evt28221_icon_S.png) top center no-repeat;
    display: inline-block;
    left: 0;
    top: 0;
}

.leftMenuWrap .leftMenu .leftMenu_box a.q_mark.qplp + .quick_pickUP_layer_pop {
    left: 128px;
    border: 1px solid #b7bbc0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.leftMenuWrap .leftMenu .leftMenu_box a.q_mark.qplp {
    width: 20px;
    height: 20px;
}

.leftMenuWrap .leftMenu .leftMenu_box a.q_mark.qplp:hover+.quick_pickUP_layer_pop {
    display: block;
}

.viewType_L .product_list li .right_bx .quick_pickUP_icon {
    margin-bottom: 16px;
    display: block;
}

.viewType_L .product_list li .right_bx .prd_btn_box {
    top: 128px;
}

/* 카메라 정품등록 로고 리스트 영역 */
.camera_REWrap {
    margin-top: 35px;
}

.camera_RElist {
    width: 1070px;
    font-size: 0;
}

.camera_RElist > li {
    display: inline-block;
    width: 178px;
    border: 1px solid #EBEBEB;
    margin-left: -1px;
    margin-top: -1px;
    box-sizing: border-box;
}

.camera_RElist > li:hover {
    position: relative;
    border: #d8d8d8 1px solid;
}

.camera_RElist > li > a {
    display: block;
}

/* 제품 리스트형 아이콘 호버 201203 */
.viewType_L .product_list li .right_bx .prd_btn_icon a:hover > span {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 19px;
    line-height: 19px;
    position: absolute;
    bottom: -24px;
    left: -50%;
    background: #f6f9fc;
    padding: 0 5px;
    min-width: 35px;
    border-radius: 10px;
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    border: 1px solid #d8d8d8;
    text-decoration: none;
    z-index: 9999;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
}

/* 대분류 캠핑 특화 영역 개선 210112 */
/* 공용 // float 영향 없애기 */
.claerFix:after {
    content: '';
    display: block;
    clear: both;
}

/* 타이틀 */
.contentsWrap .new_cate_title {
    font-size: 24px;
    font-family: noto-B;
    letter-spacing: -1px;
    width: 100%;
    line-height: 35px;
}

.contentsWrap .new_cate_title > span {
    font-family: noto-L;
    line-height: 35px;
}

.contentsWrap .Category_area .new_cate_title {
    margin-bottom: 13px;
}

/* 컴튜브&TOP NEW */
.contentsWrap .Category_area.two_area * {
    box-sizing: border-box;
}

.contentsWrap .Category_area.two_area > div {
    float: left;
}

.contentsWrap .Category_area.two_area > div + div {
    margin-left: 42px;
}

.contentsWrap .Category_area.two_area .new_cate_contents {
    height: 265px;
}

/* 컴튜브 */
.contentsWrap .Category_R_area {
    width: 614px;
}

/* 영상 박스 */
.new_cate_contents .Category_video {
    height: 265px;
    width: 470px;
    border: 1px solid #1a1a1a;
    display: inline-block;
    background-color: #1a1a1a;
}

.new_cate_contents .Category_video > img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 영상 탭 */
.new_cate_contents .Category_video_tab {
    height: 265px;
    width: 144px;
    float: right;
    display: inline-block;
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
}

.new_cate_contents .Category_video_tab li {
    width: 100%;
    height: 87px !important;
    max-height: 87px;
    display: table;
}

.new_cate_contents .Category_video_tab li + li {
    height: 88px !important;
    max-height: 88px;
}

.new_cate_contents .Category_video_tab p {
    display: table-cell;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #b4b4b4;
    font-size: 16px;
    line-height: 1.2;
    font-family: noto-M;
}

.new_cate_contents .Category_video_tab li + li + li > p {
    border-bottom: 0;
}

.new_cate_contents .Category_video_tab li > p.on {
    color: #fff;
    background-color: #1C8FED;
}

.new_cate_contents .Category_video_tab li:hover > p {
    color: #fff;
    background-color: #1C8FED;
}

/* TOP NEW */
.contentsWrap .Category_L_area {
    padding-left: 10px;
    width: 414px;
}

.contentsWrap .Category_L_area > div {
    display: inline-block;
    width: 192px;
    float: left;
    background-color: #fff;
    position: relative;
    text-align: center;
}

.contentsWrap .Category_L_area > div + div {
    margin-left: 20px;
}

/* 밑줄 중간 타이틀 */
.contentsWrap .Category_L_area .under_tit {
    display: inline-block;
    height: 18px;
    font-size: 14px;
    font-family: noto-BK;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-bottom: 4px;
    margin: 10px 0 13px;
}

/* TOP5 순위 박스 */
.contentsWrap .Category_L_area .cate_top5_ranking {
    display: inline-block;
    height: 49px;
    width: 49px;
    font-size: 17px;
    font-family: noto-B;
    color: #fff;
    line-height: 49px;
    text-align: center;
    letter-spacing: -0.5px;
    background-color: #ff4e48;
    position: absolute;
    top: 21px;
    right: -10px;
    z-index: 10;
}

/* 롤링박스 */
.contentsWrap .Category_L_area .cate_roll_box {
    height: 224px;
    width: 192px;
    overflow: hidden;
}

/* 롤링 이미지 */
.contentsWrap .Category_L_area .cate_roll_box .pd_img {
    display: block;
    height: 192px;
    width: 192px;
    position: relative;
    text-decoration: none;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img > img {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #f2f2f2;
}

/* 호버시 나타나는 제품 정보 */
.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 80px 20px 24px;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #1a1a1a;
    opacity: 0.7;
}

/* 제품명 */
.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info .pd_name {
    word-break: break-all;
    color: #fff;
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 가격 */
.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info > dl {
    position: relative;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info > dl * {
    line-height: 1;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info > dl > dd {
    font-family: "spoqa B";
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info > dl > dt {
    font-family: "spoqa R";
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info .under {
    color: #949494;
    font-size: 12px;
    text-align: right;
    text-decoration: line-through;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info .discount {
    color: #f14738;
    font-size: 25px;
    text-align: left;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info .discount > span {
    color: #f14738;
    font-size: 20px;
    display: inline-block;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info .discount + .won {
    text-align: right;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img .pd_info .won {
    color: #fff;
    font-size: 17px;
    text-align: left;
    margin-top: 5px;
}

.contentsWrap .Category_L_area .cate_roll_box .pd_img:hover > .pd_info {
    display: inline-block;
}

/* 롤링 버튼 */
.Category_L_area .new_cate_contents .nc_prev, .Category_L_area .new_cate_contents .nc_next {
    font-family: "spoqa R" !important;
    color: #c2c2c2;
    font-size: 9px;
    display: inline-block;
    margin: 0 43px;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: -32px;
}

/* 롤링박스 점 버튼 */
.cate_roll_box .slick-dots {
    position: relative;
    bottom: -21px;
}

.cate_roll_box .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    background: #e8e8e8;
    border-radius: 50%;
    box-sizing: border-box;
}

.cate_roll_box .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    padding: 0;
}

.cate_roll_box .slick-dots li:hover {
    background: #1a1a1a;
    border-radius: 50%;
}

.cate_roll_box .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #1a1a1a;
}

.cate_roll_box .slick-dots li button:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    opacity: 1;
}

.cate_roll_box.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

/* HOT 브랜드 할인 탭 */
.contentsWrap .Category_area .hot_br_tab {
    width: 1070px;
    height: 60px;
    display: block;
    border-bottom: 1px solid #1a1a1a;
}

.contentsWrap .Category_area .hot_br_tab > li {
    width: 107px;
    height: 60px;
    display: inline-table;
    float: left;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-family: noto-R;
    color: #949494;
    background-color: #f9f9f9;
}

.contentsWrap .Category_area .hot_br_tab > li > p {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    word-break: break-all;
}

.contentsWrap .Category_area .hot_br_tab > li.on {
    font-family: noto-B;
    color: #1a1a1a;
    background-color: #fff;
    border-color: #1a1a1a;
    position: relative;
}

.contentsWrap .Category_area .hot_br_tab > li.on > p {
    word-break: keep-all;
}

.contentsWrap .Category_area .hot_br_tab > li.on:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    bottom: -1px;
    left: 0;
}

.contentsWrap .Category_area .hot_br_tab > li:hover {
    font-family: noto-B;
    color: #1a1a1a;
}

.contentsWrap .Category_area .hot_br_pd_list *, .contentsWrap .Category_area .hot_br_tab * {
    box-sizing: border-box;
}

/* HOT 브랜드 할인 제품 리스트 */
.contentsWrap .Category_area .hot_br_pd_list {
    width: 1070px;
    padding: 30px 0 0;
    box-sizing: border-box;
}

.contentsWrap .Category_area .hot_br_pd_list > li {
    display: inline-block;
    width: 200px;
    height: 317px;
    float: left;
}

.contentsWrap .Category_area .hot_br_pd_list > li + li {
    margin-left: 17.5px;
}

/* HOT 브랜드 할인 제품 이미지 */
.contentsWrap .Category_area .hot_br_pd_list li .pd_img {
    width: 200px;
    height: 200px;
    display: block;
    border: 1px solid #f2f2f2;
    position: relative;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_img > a , .contentsWrap .Category_area .hot_br_pd_list li .pd_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_img .prd_icon_list {
    width: 100%;
    height: 45px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    display: none;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_img:hover > .prd_icon_list {
    display: block;
}

/* HOT 브랜드 할인 제품 정보 */
.contentsWrap .Category_area .hot_br_pd_list li .pd_info {
    width: 100%;
    margin-top: 16px;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_info > a {
    width: 100%;
    display: block;
    text-decoration: none;
}

/* 제품명 */
.contentsWrap .Category_area .hot_br_pd_list li .pd_info > a .pd_name {
    width: 100%;
    height: 40px;
    word-break: break-all;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 20px;
    font-family: noto-R;
}

/* 가격 */
.contentsWrap .Category_area .hot_br_pd_list li .pd_info dl {
    margin-top: 12px;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_info dl dt {
    height: 17px;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_info dl dt:after {
    content: '';
    display: block;
    clear: both;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_info dl dt > span {
    display: inline-block;
    float: left;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_info dl dt .discount {
    font-family: "spoqa B";
    font-size: 21px;
    color: #f14738;
    margin-right: 10px;
    line-height: 16px;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_info dl dt .under {
    font-family: noto-R;
    font-size: 15px;
    color: #6c6c6c;
    text-decoration: line-through;
    line-height: 22px;
}

.contentsWrap .Category_area .hot_br_pd_list li .pd_info dl dd {
    line-height: 1;
    text-align: left;
    font-family: "spoqa R";
    font-weight: bold;
    font-size: 22px;
    color: #1a1a1a;
    margin-top: 10px;
}

/* 대분류 캠핑 특화 영역 개선// */
/* 베스트 구매후기 추가 210121 */
/* 베스트 구매후기 버튼 */
.leftMenu .leftMenu_box .viewGood_btn {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 17px;
    width: 40px;
    height: 20px;
}

.leftMenu .leftMenu_box .viewGood_btn > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    color: #d8d8d8;
    line-height: 18px;
    font-size: 14px;
    font-family: 'spoqa B';
    padding: 0 6px;
    cursor: pointer;
}

.leftMenu .leftMenu_box .viewGood_btn > span:hover {
    color: #1a1a1a;
}

.leftMenu .leftMenu_box .viewGood_btn > span + span {
    border-left: 0;
}

/* 베스트 구매후기 슬라이드 */
.leftMenu .leftMenu_box .viewGood_slide_wrap {
    width: 100%;
    height: 330px;
    padding: 10px 8px 6px;
    box-sizing: border-box;
    overflow: hidden;
}

.leftMenu .leftMenu_box .viewGood_slide_wrap * {
    box-sizing: border-box;
    outline: none;
}

.leftMenu .leftMenu_box .viewGood_slide {
    width: 100%;
    height: 100%;
    padding-top: 0;
    display: none;
}

.leftMenu .leftMenu_box .viewGood_roll {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 8px;
    margin: 0;
}

.leftMenu .leftMenu_box .viewGood_roll > a {
    width: 100%;
    height: 100%;
    display: block;
}

/* 베스트 구매후기 아이디 날짜 */
.leftMenu .leftMenu_box .viewGood_roll .pd_view_info {
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

.leftMenu .leftMenu_box .viewGood_roll .pd_view_info * {
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    margin: 0 !important;
}

.leftMenu .leftMenu_box .viewGood_roll .pd_view_info .viewer_ID {
    float: right;
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding-right: 8px;
}

/* 베스트 구매후기 별점 */
.leftMenu .leftMenu_box .viewGood_roll .pd_view_info .avgDetail_starN {
    width: 85px;
    height: 14px;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -183px -117px;
    float: left;
    margin: 2px 0 0 0;
}

.leftMenu .leftMenu_box .viewGood_roll .pd_view_info .avgDetail_starN .avgDetail_star {
    height: 14px;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) #fff -183px -99px;
    float: left;
}

/* 베스트 구매후기 내용 */
.leftMenu .leftMenu_box .viewGood_roll .pd_view_text {
    width: 100%;
    background-color: #f9f9f9;
    padding: 12px 10px;
    height: 60px;
    font-size: 13px;
    line-height: 20px;
    color: #6c6c6c;
    overflow: hidden;
    margin-top: 6px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.leftMenu .leftMenu_box .viewGood_roll .pd_name {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

/* 베스트 구매후기 이미지 */
.leftMenu .leftMenu_box .viewGood_roll .view_img {
    width: 166px;
    height: 166px;
    margin-bottom: 4px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.leftMenu .leftMenu_box .viewGood_roll .view_img > img {
    width: 100%;
    height: 100%;
    display: block;
}

.leftMenu .leftMenu_box .viewGood_roll .view_img.play_thum::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.leftMenu .leftMenu_box .viewGood_roll .view_img.play_thum::after {
    content: '';
    width: 75px;
    height: 75px;
    background: url('//image5.compuzone.co.kr/img/images/product_detail/prdPlay_btn_hoverM.png') center center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* 베스트 구매후기 추가// */
/* 빠른픽업 위치 변경 210121 */
.productList_area .productList_title .option_box {
    padding-left: 10px;
}

.productList_area .productList_title .option_box > b {
    font-family: '맑은고딕';
    font-weight: normal;
    color: #949494;
    margin-right: 3px;
    font-size: 13px;
    letter-spacing: -1px;
}

.productList_title .custom_price {
    margin-top: 10px;
}

.productList_title .custom_price * {
    box-sizing: border-box;
    ;}

.productList_title .custom_price .cum_tit {
    font-size: 13px;
    font-family: malgun gothic;
    padding-left: 0;
    letter-spacing: -1px;
}

.productList_title .quick_pickUP_icon {
    width: 148px;
    margin-top: 4px;
    height: 16px;
}

.productList_title .quick_pickUP_icon > b {
    padding-right: 20px;
    font-size: 13px;
    font-weight: normal;
    height: 17px;
    margin-top: 8px;
}

.productList_title .quick_pickUP_icon > b > em {
    font-style: normal;
    color: #555;
    font-weight: normal;
    font-family: malgun gothic;
    margin-left: 3px;
}

.productList_title .quick_pickUP_icon .qu_over {
    display: inline-block;
    background: url(//image5.compuzone.co.kr/img/images/bsk/simp_question.png) center center no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 5px;
    float: right;
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
}

.productList_title .quick_pickUP_layer_pop {
    right: 0;
    top: 29px;
}

.option_box .option_line {
    margin-right: 8px;
}

.productList_title input.chkMedium2[type="checkbox"] {
    display: none;
    vertical-align: middle;
}

.productList_title input.chkMedium2[type="checkbox"] + label.chkMedium2 {
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
    color: #6c6c6c
}

.productList_title input.chkMedium2[type="checkbox"] + label.chkMedium2 > i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('//image5.compuzone.co.kr/img/images/main/style_comm.png') -34px 0 no-repeat;
    cursor: pointer;
    vertical-align: middle;
    margin: 10px 4px 3px 0;
}

.productList_title input.chkMedium2[type="checkbox"]:checked + label.chkMedium2 > i {
    background: url('//image5.compuzone.co.kr/img/images/main/style_comm.png') -56px 0 no-repeat;
}

@media \0screen {
    .productList_title input.chkMedium2[type="checkbox"] {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: -6px;
    }

    .productList_title input.chkMedium2[type="checkbox"] + label.chkMedium > i {
        display: none !important;
    }
}

/* 비슷한 상품 공용 버튼 210202 */
.similar_icon {
    width: 14px;
    height: 14px ;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/similar_icon.png) center no-repeat;
    display: inline-block;
}

.similar_pd_btn {
    border: 1px solid #1C8FED;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    font-family: '맑은고딕';
    color: #1C8FED;
    line-height: 22px;
    cursor: pointer;
}

.similar_pd_btn .similar_icon {
    vertical-align: -2px;
    margin: 0 3px 0 1px;
}

.similar_pd_btn_L {
    border: 1px solid #1C8FED;
    ; box-sizing: border-box;
    padding: 8px 11px;
    width: 100px;
    height: 31px;
    display: inline-block;
    font-size: 13px;
    color: #1C8FED;
    line-height: 13px;
    cursor: pointer;
    letter-spacing: -1px;
}

.similar_pd_btn_L .similar_icon {
    vertical-align: -2px;
    margin: 0 4px 0 1px;
}

.btn_area p {
    padding-top: 5px;
    font-size: 13px;
    color: #6c6c6c;
    margin-bottom: 14px;
    clear: both;
}

.viewType_L .return_order_bell_bt_L + .similar_pd_btn_L {
    margin-top: 5px;
    display: block;
}

.viewType_T .return_order_bell_bt_L, .viewType_T .similar_pd_btn_L {
    width: 108px;
    float: left;
}

.viewType_T .return_order_bell_bt_L + .similar_pd_btn_L {
    margin-left: 4px;
}

.viewType_L .return_order_bell_bt + .similar_pd_btn {
    margin-left: 3px;
}

/* 아이웍스 + 추천조립 재입고와 비슷한 상품 버튼 들어갈 때 */
.viewType_L .product_list li .right_bx {
    width: 265px;
}

.viewType_L .product_list li .right_bx .pt_re p {
    padding: 0;
    margin-left: 0;
}

.viewType_L .product_list li .right_bx .prd_btn_box.pt_re {
    position: relative;
    top: 0;
    width: 240px;
}

.pt_re .return_order_bell_bt, .pt_re .similar_pd_btn {
    padding: 1px 8px;
}

.pt_re .similar_pd_btn .similar_icon {
    vertical-align: -3px;
}

/* 이벤트 아이콘 노출 개선 210304 */
/* 공동 */
/* 주의사항 */
.prd_event .notice_list {
    font-size: 12px;
    color: #F14738;
    padding: 0 0 8px;
    position: relative;
    font-family: '맑은고딕';
    letter-spacing: -0.5px;
}

.prd_event .notice_list .txt_notice {
    box-sizing: border-box;
    padding-left: 18px;
    vertical-align: top;
    line-height: 14px;
    display: inline-block;
    margin: 2px 0;
    width: 100%;
    font-family: '맑은고딕';
    position: relative;
}

.prd_event .notice_list .ico_notice {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -14px -16px;
    width: 14px;
    height: 14px;
}

/* 이벤트 리스트 박스 */
.prd_event_box {
    background-color: #f9f9f9;
    padding: 10px;
}

.prd_event_box .event_list {
    width: 100%;
    min-height: 22px;
    box-sizing: border-box;
    padding-left: 53px;
    padding-top: 3px;
    position: relative;
    margin-bottom: 0 !important;
    color: #6c6c6c !important;
    font-size: 11px !important;
    line-height: 16px !important;
    word-break: keep-all;
}

.prd_event_box .event_list .evtFix_tag {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.prd_event_box .event_list a {
    display: inline-block;
    height: auto !important;
    color: #6c6c6c !important;
    font-size: 11px;
    line-height: 16px !important;
    box-sizing: border-box;
    word-break: keep-all;
}

.prd_event_box .event_list a *, .prd_event_box .event_list .evtFix_tag + span {
    line-height: 16px !important;
}

.prd_event_box .event_list + p {
    margin-top: 8px;
}

/* 추천 조립 PC 리스트 */
.new_recom_wrap .prd_event_box {
    margin-top: 13px;
}

/* 조립 PC 견적 리스트 */
.compatibility_new .product_list li .prd_info .prd_event {
    width: 720px;
}

/* 상품 리스트 & 검색 리스트 */
.viewType_L .product_list li .prd_info .prd_event > p {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* 이벤트 아이콘 노출 개선// */
/* 예약날짜 틀어짐 수정. 210312 */
.viewType_T .product_list li .prd_info .prd_event > p {
    clear: both;
}

/* 비교하기 확장 수정 210524 */
.viewType_T .product_list li .prd_info .prd_event {
    width: calc(100% - 5px);
}

.viewType_T .product_list li .prd_info .prd_event .evtFix_tag {
    float: left;
}

#eventzone_img_wrap .viewType_L .product_list li .right_bx .prd_btn_icon {
    margin-left: 80px;
}

/* 컴튜브 컨텐츠 */
.comtube_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
    width: 42px;
    height: 42px;
    background: url("//image5.compuzone.co.kr/img/images/product_list/prdPlay_btn.png") center no-repeat;
    background-size: cover;
    opacity: 1;
    transition: 0.5s all;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
}

.comtube_btn:hover {
    background: url("//image5.compuzone.co.kr/img/images/product_list/prdPlay_btn_hover.png") center no-repeat;
}

.viewType_L .comtube_btn {
    margin: 0;
    left: 89px;
    top: 74px;
}

.viewType_T .comtube_btn {
    margin-top: -110px;
}

.comtube_dim {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
}

.comtube_pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -262px 0 0 -419px;
    padding: 24px;
    width: 835px !important;
    background: #fff;
    box-sizing: border-box;
}

.comtube_pop .tit h1 {
    width: 725px;
    color: #383838;
    font-size: 18px;
    font-family: 'Noto-B';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    letter-spacing: -0.5px;
}

.comtube_pop .tit h2 {
    width: 725px;
    color: #383838;
    font-size: 18px;
    font-family: 'Noto-B';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    letter-spacing: -0.5px;
}

.comtube_pop .container , .comtube_pop .comtube_inner {
    position: relative;
    margin-top: 14px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 0;
}

.comtube_pop .container:after , .comtube_pop .comtube_inner:after {
    content: "";
    display: block;
    clear: both;
}

.comtube_pop .tabs {
    float: left;
    display: inline-block;
    width: 173px;
}

.comtube_pop .comtube_inner .tabs li {
    position: relative;
    float: inherit;
    margin: 0 0 10px 0;
    padding: 0;
    width: 173px;
    height: 97px;
    border: none;
    cursor: pointer;
}

.comtube_pop .tabs li:before {
    content: "";
    position: Absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.53);
    transition: 0.3s all;
}

.comtube_pop .tabs li .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
    width: 42px;
    height: 42px;
    background: url("//image5.compuzone.co.kr/img/images/product_list/prdPlay_btn.png") center no-repeat;
    background-size: cover;
    transition: 0.5s all;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
}

.comtube_pop .tabs li.current .play_btn {
    background: url("//image5.compuzone.co.kr/img/images/product_list/prdPlay_btn_hover.png") center no-repeat;
}

.comtube_pop .tabs li.current:before {
    content: "";
    opacity: 0;
}

.comtube_pop .tabs li > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.comtube_pop .tabs li > .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
    display: block;
    width: 42px;
    height: 42px;
}

.comtube_pop .comtube_content {
    float: left;
    margin-left: 13px;
    width: 601px;
}

.comtube_pop .comtube_content .comtube_box {
    height: 338px;
}

.more_prd {
    margin: 25px 0 0;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background: #3262c1;
    text-align: center;
}

.more_prd > a {
    color: #fff;
    font-size: 15px;
}

.comtube_x {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png") -350px -130px no-repeat;
    cursor: pointer;
    font-size: 0;
}

#contents .pdtl_row_top .pdtl_col_lft .item_image .main_img .lst li , .comtube_prdList {
    width: 550px;
    height: 550px;
}

#contents .pdtl_row_top .pdtl_col_lft .item_image .thum_img .lst li {
    width: 122px;
    height: 122px;
}

#contents .pdtl_row_top .pdtl_col_lft .item_image .thum_img .lst li > button {
    display: block;
    width: 100%;
    height: 100%;
}

/* 컴퓨존인증 아이콘 추가 210609 */
/* 이미지형 */
#bestproduct .viewType_T .product_list li .prd_info {
    margin-top: 18px;
}

.viewType_T .product_list li .prd_info_new_icon_box {
    display: inline-block;
    float: left;
    font-size: 0;
    margin-top: 8px;
}

.prd_info_new_icon_box > span {
    display: inline-block;
    margin-right: 6px;
    border-radius: 4px;
    height: 18px;
    padding: 0 7px;
    line-height: 18px;
    font-size: 11px;
    font-family: "spoqa R";
    text-align: center;
    letter-spacing: -0.5px;
}

.prd_info_new_icon_box .cpzcct_icon {
    background: #67a7ff;
    color: #fff;
}

.prd_info_new_icon_box .cpzcct_icon .emojiIcon {
    font-style: normal;
    font-size: 11px;
}

/* 리스트형 */
.viewType_L .product_list li .prd_info .prd_info_Box {
    padding-bottom: 5px;
}

.viewType_L .product_list li .prd_info .prd_info_name {
    display: inline;
    margin-bottom: 0;
    margin-right: 6px;
}

.viewType_L .product_list li .prd_info_new_icon_box {
    display: inline-block;
    height: 24px;
}

.viewType_L .product_list li .prd_info_new_icon_box > span {
    vertical-align: 2px;
}

/* 컴퓨존인증 아이콘::익스 10-11 이모지 아이콘 대체 */
_:-ms-fullscreen, :root .prd_info_new_icon_box > span {
    line-height: 17.5px;
}

_:-ms-fullscreen, :root .cpzcct_icon .emojiIcon {
    display: inline-block;
    vertical-align: 10px;
    font-size: 0;
    width: 9px;
    height: 12px;
    background: url("//image5.compuzone.co.kr/img/images/product_list/productList_N/cpzcct_icon.png") top left no-repeat;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .prd_info_new_icon_box > span {
        line-height: 17.5px;
    }

    .cpzcct_icon .emojiIcon {
        display: inline-block;
        vertical-align: 10px;
        font-size: 0 !important;
        width: 9px;
        height: 12px;
        background: url("//image5.compuzone.co.kr/img/images/product_list/productList_N/cpzcct_icon.png") top left no-repeat;
    }
}

/* 상품구분:: 호버 레이어 */
.leftMenuWrap .leftMenu .leftMenu_box .layer_pop.certifyP {
    width: 170%;
}

/* 컴퓨존인증 아이콘 추가// */
/* 이미지형 보더 오류 수정 210622 */
.product_list_wrap.viewType_T {
    border-right: 0;
}

.viewType_T .ad_hotck_title {
    height: 40px;
    box-sizing: border-box;
    border-right: 1px solid #d8d8d8;
}

.viewType_T .ad_hotck_title .ad_bg {
    height: 39px;
}

.viewType_T .product_list li:nth-child(4n) {
    border-right: 1px solid #d8d8d8;
}

/* 제조사 검색필터 개선 210721 */
.searchAll_layer_area .search_listul label.leftchk > i {
    position: Absolute;
    left: 15px;
    top: 4px;
}

.search_filterR {
    position: relative;
    text-align: right;
}

.search_filterR span {
    position: relative;
    display: inline-block;
    color: #6c6c6c;
    font-size: 14px;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.search_filterR span.on {
    color: #1a1a1a;
    font-weight: bold;
}

.search_filterR span + span:before {
    content: "";
    margin: 0 5px 0 3px;
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #b6bdc7;
}

.leftMenuWrap .leftMenu li.li_maker label.leftchk {
    padding-left: 16px;
}

.leftMenuWrap .leftMenu li.li_maker label.leftchk > i {
    position: absolute;
    left: 0;
    top: 5px;
}

/* 요76506 자사몰 제품명 노출 관련 210818 */
.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info a > span {
    display: inline-block;
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd_info a .twoLines {
    width: 100%;
    overflow: hidden;
    line-height: 17px;
    font-size: 13px;
    white-space: normal;
    color: rgb(107, 107, 107);
    height: 35px;
}

/* 퀘이사존 추가 210819 */
/* 제품리스트 퀘이사존 아이콘 */
.quasarzone_icon {
    display: inline-block;
    width: 83px;
    height: 15px;
    border-radius: 20px;
    background-color: #fe972b;
    text-align: center;
    font-size: 0;
}

.quasarzone_icon * {
    display: inline-block;
    vertical-align: top;
}

.quasarzone_icon > i {
    width: 11px;
    height: 15px;
    background: url("//image5.compuzone.co.kr/img/images/product_list/productList_N/quasarzone_icon.png") center 2px no-repeat;
}

.quasarzone_icon > p {
    font-size: 11px;
    font-family: noto-M;
    color: #fff;
    line-height: 15px;
    letter-spacing: -0.5px;
    margin-left: 2px;
}

/* 제품리스트 퀘이사존 리뷰 슬라이드 */
.quasarzone_area * {
    box-sizing: border-box;
}

.quasarzone_area .quasarzone_slide {
    width: 100%;
    height: 18px;
    overflow: hidden;
}

.quasarzone_area .quasarzone_slide .quasarzone_review {
    height: 18px;
    border: 0;
}

.quasarzone_area .quasarzone_slide .quasarzone_review a {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 18px;
    text-decoration: none;
    font-family: '맑은고딕',malgun gothic,'돋움',Dotum,AppleGothic,sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: -1px;
    color: #5b5b5b !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quasarzone_area .quasarzone_slide .quasarzone_review a:hover {
    text-decoration: underline;
}

.quasarzone_area .quasarzone_btn {
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 26px;
}

.quasarzone_area .quasarzone_btn > button {
    width: 23px;
    height: 13px;
    display: block;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.quasarzone_area .quasarzone_btn > button > i {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border: #6c6c6c solid;
    border-width: 1px 0 0 1px;
}

.quasarzone_area .quasarzone_btn .qz_down_btn {
    border-width: 0 1px 1px 1px;
}

.quasarzone_area .quasarzone_btn .qz_down_btn > i {
    border-width: 0 1px 1px 0;
    margin-bottom: 3px;
}

.quasarzone_area .quasarzone_btn .qz_up_btn > i {
    margin-top: 3px;
}

/* 제품리스트 별 퀘이사존 리뷰 슬라이드 css */
/* viewType_T 형 */
.quasarzone_view_wrap .viewType_T .product_list li .prd_info .tag_box {
    margin-top: 10px;
}

.quasarzone_view_wrap .viewType_T .product_list li .prd_info .prd_event {
    bottom: 0;
}

.viewType_T .product_list li .quasarzone_area {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    background-color: #fffbf8;
    border-top: 1px solid #d8d8d8;
    padding: 8px 35px 8px 97px;
    box-sizing: border-box;
}

.viewType_T .product_list li .quasarzone_area .quasarzone_icon {
    position: absolute;
    top: 9px;
    left: 7px;
}

.viewType_T .product_list li .quasarzone_area .quasarzone_btn {
    top: 4px;
    right: 4px;
}

/* viewType_L 형 */
.viewType_L .product_list li .quasarzone_area {
    width: 795px;
    height: 42px;
    float: right;
    border: 1px solid #d8d8d8;
    background: #fff;
    position: relative;
    margin: 10px 20px 10px 0;
    background-color: #fffbf8;
    padding: 11px 55px 11px 102px;
    box-sizing: border-box;
}

.viewType_L .product_list li input + .quasarzone_area {
    margin: 0 20px 10px 0;
}

.viewType_L .product_list li .quasarzone_area .quasarzone_icon {
    position: absolute;
    top: 13px;
    left: 10px;
}

.viewType_L .product_list li .quasarzone_area .quasarzone_btn {
    top: 8px;
    right: 10px;
}

/* 퀘이사존 추가// */
/* 맞춤가 정렬 변경 20210901 */
.customP_switch .custom_switchBtn {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    overflow: hidden;
}

.customP_switch .custom_switchBtn a {
    display: block;
    width: 18px;
    height: 18px;
    text-decoration: none;
    text-indent: -9999px;
}

.customP_switch .custom_switchBtn .off {
    background: url('//image5.compuzone.co.kr/img/images/main/style_comm.png') -34px 0 no-repeat;
}

.customP_switch .custom_switchBtn .on {
    background: url('//image5.compuzone.co.kr/img/images/main/style_comm.png') -56px 0 no-repeat;
}

#contents.myP_contents i, #contents.myP_contents em {
    font-style: normal;
}

/* 221104 90640 내장그래픽 상품 기능 추가 */
.layer_popup2022 {
    width: 410px;
    padding: 30px;
    background: #fff;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    z-index: 1000;
}

.layer_popup2022 .layer_tit {
    text-align: center;
}

.layer_popup2022 .layer_tit h1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: 'noto-B';
    font-weight: normal;
    color: #1A1A1A;
    border-bottom: 1px solid #1a1a1a;
}

.layer_popup2022 .layer_tit h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: 'noto-B';
    font-weight: normal;
    color: #1A1A1A;
    border-bottom: 1px solid #1a1a1a;
}

.layer_popup2022 .layer_tit a {
    width: 16px;
    height: 16px;
    background: url('//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png') -350px -130px no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
}

.layer_popup2022 .layer_cont {
    margin-top: 20px;
    letter-spacing: -0.5px;
}

.layer_popup2022 .layer_btn {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.layer_popup2022 .layer_btn button {
    width: 100%;
    max-width: 350px;
    height: 50px;
    background: #1a1a1a;
    border-radius: 2px;
    color: #fff;
}

.layer_popup2022 .layer_btn button.bt50 {
    float: left;
    width: calc(50% - 5px);
    height: 50px;
    margin-right: 10px;
    background: #1a1a1a;
    border-radius: 2px;
    color: #fff;
}

.layer_popup2022 .layer_btn button.bt50:last-child {
    margin-right: 0;
    background: #F9F9F9;
    color: #1A1A1A;
}

/* 93791 갤럭시 S23 신용카드 이벤트 230202 */
.viewType_T .product_list li .prd_img .creditcard_badge {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 0;
    margin: 5px;
    box-sizing: border-box;
}

.viewType_T .product_list li .prd_img .creditcard_badge img {
    width: 100%;
    height: auto;
}

.viewType_L .product_list li .prd_img .creditcard_badge {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 0;
    margin: 5px;
    box-sizing: border-box;
    z-index: 1;
}

.viewType_L .product_list li .prd_img .creditcard_badge img {
    width: 100%;
    height: auto;
}

/* 웹폰트 규격 적용 230213 */
.brand_area .brand_list ul li .brand_info .brand_price .discount {
    font-family: '맑은고딕', 'malgun gothic';
    letter-spacing: -1px;
}

.brand_area .brand_list ul li .brand_info .brand_price .number {
    font-family: '맑은고딕', 'malgun gothic';
    letter-spacing: -1px;
}

.productList_area .productList_title h2 #page_total_cnt {
    font-family: 'spoqa L';
}

.viewType_T .product_list li .prd_info .prd_info_name.prdTxt {
    font-family: 'Noto-R';
}

.viewType_T .product_list li .prd_info .prd_price .won>em {
    font-family: 'Noto-R';
}

.viewType_L .product_list li .right_bx .prd_price .won>em {
    font-family: 'Noto-M';
}

.bestProduct_area .bestPrd_box .bestPrd_list li .bestPrd .ranking_label>span {
    font-family: 'spoqa R';
}

.viewType_L .product_list li .prd_option_wrap > ul li.prd_option dl dt {
    font-family: '맑은고딕', 'malgun gothic';
    letter-spacing: -1px;
}

.searchAll_layer_area .layer_titBox ul .BtnSearch a {
    font-family: '맑은고딕', 'malgun gothic';
    letter-spacing: -1px;
}

.customP_switch .custom_switchBtn p {
    font-family: '맑은고딕', 'malgun gothic';
    line-height: 18px;
    letter-spacing: -1px;
}

.prd_info_name .price_Layer dd {
    font-family: 'spoqa R';
}

.layer_pop p {
    font-family: 'Noto-R';
}

.layer_pop.overnight_delivery_pop .text_box {
    font-family: 'Noto-R';
}

/* 96084 내일 설치 상품배너 230412 */
.Install_tom_bat {
    width: 60px;
    height: 60px;
    margin: 0;
    background: url(//image5.compuzone.co.kr/img/images/product/Install_tom_bat.png) center center/contain no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    z-index: 10;
    font-size: 0;
}

/* 230704 98878 카카오페이 7월 이벤트 */
.sh_Label1.kakao {
    background: url('//image5.compuzone.co.kr/img/images/evt_2021/33022/kakao_bat.png') center center/contain no-repeat;
}

.sh_Label1.kakaop {
    background: url('//image5.compuzone.co.kr/img/images/evt_2023/42004/kakao_bat.png') center center/contain no-repeat;
}

/* 230621 98629 [네이버페이] 1만원 추가 적립 이벤트 */
.sh_Label1.naver10 {
    width: 60px;
    height: 60px;
    margin: 0;
    background: url('//image5.compuzone.co.kr/img/images/bsk/naver_bat_point.png') center center/contain no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: TranslateY(-50%);
}

.sh_Label1.naver {
    width: 60px;
    height: 60px;
    margin: 0;
    background: url('//image5.compuzone.co.kr/img/images/bsk/naver_bat_point.png') center center/contain no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* 230703 99125 혜택안내배지개선 */
.viewType_T .product_list li .prd_img .bats {
    width: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    box-sizing: border-box;
    z-index: 2;
}

.viewType_T .product_list li .prd_img .bats .bats_icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.viewType_T .product_list li .prd_img .bats .bats_icon:last-child {
    margin-bottom: 0;
}

.viewType_T .product_list li .prd_img .bats .bats_icon img {
    width: 60px;
    height: 60px;
    position: inherit;
    border: none;
}

.viewType_T .product_list li .prd_img .bats .bats_icon img:hover {
    opacity: 1!important;
}

.viewType_L .product_list li .prd_img .bats {
    width: 60px;
    position: absolute;
    top: 2px;
    right: 5px;
    box-sizing: border-box;
    z-index: 2;
}

.viewType_L .product_list li .prd_img .bats .bats_icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
}

.viewType_L .product_list li .prd_img .bats .bats_icon:last-child {
    margin-bottom: 0;
}

.viewType_L .product_list li .prd_img .bats .bats_icon img {
    width: 60px;
    height: 60px;
    position: inherit;
}

.viewType_L .product_list li .prd_img .bats .bats_icon img:hover {
    opacity: 1!important;
}

.prd_info_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 2;
}

.prd_info_main_img .subThumbnail2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
}

/* 230713 99440 용산전시상품추가 */
.evtIco_obj {
    position: relative;
}

.evtIco_obj .ballon {
    display: none;
    width: max-content;
    line-height: normal;
    padding: 13px;
    border: 1px solid #1a1a1a;
    text-align: left;
    font-size: 12px;
    font-family: '맑은고딕';
    font-style: normal;
    color: #1a1a1a;
    letter-spacing: -1px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
}

.evtIco_obj:hover .ballon {
    display: inline-block;
}

/* 231122 104046 신한카드 즉시할인 행사 아이콘 추가 요청 */
.evtIco_obj {
    border-radius: 2px;
}

/* 231206 104477 아이웍스 가격혜택 노출 기능 추가 요청 */
.viewType_L .product_list li .right_bx .discount_box {
    background: #F9F9F9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
}

.viewType_L .product_list li .right_bx .discount_box p {
    font-size: 13px;
    font-family: 'noto-R';
    color: #6C6C6C;
}

.viewType_L .product_list li .right_bx .discount_box p span {
    font-family: 'noto-B';
    color: #0D6DE3;
}

.viewType_L .product_list li .right_bx .prd_btn_box {
    position: unset;
}

.viewType_T .product_list li .prd_info .discount_box {
    background: #F9F9F9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}

.viewType_T .product_list li .prd_info .discount_box p {
    font-size: 13px;
    font-family: 'noto-R';
    color: #6C6C6C;
}

.viewType_T .product_list li .prd_info .discount_box p span {
    font-family: 'noto-B';
    color: #0D6DE3;
}

.template_area_mb30 {
    margin-bottom: 30px;
}

/* 20240131 105831 애플 제품 개선 작업 */
.prd_btn_apple24 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.prd_btn_apple24 a {
    display: block;
    width: 130px;
}

.viewType_T .prd_btn {
    flex-direction: row;
}

.viewType_T .prd_btn > a {
    width: max-content;
    padding: 2px 10px;
}

.prd_btn > a.btn_blue {
    border: 1px solid #135EBA;
    background: #fff;
    color: #135EBA;
    cursor: pointer;
}

.layer_popup {
    width: 410px;
    padding: 30px;
    background: #fff;
    border: 1px solid #B4B4B4;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
}

.layer_popup_apple24 {
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%,-50%);
    z-index: 999;
    margin: 0;
}

.layer_popup .layer_tit {
    text-align: center;
}

.layer_popup .layer_tit h2 {
    padding-bottom: 15px;
    font-size: 18px;
    font-family: 'noto-B';
    font-weight: normal;
    color: #1A1A1A;
}

.layer_popup .layer_tit a {
    width: 16px;
    height: 16px;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -350px -130px no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
}

.layer_popup .layer_cont {
    margin-top: 20px;
}

.layer_popup .layer_cont .gray_box {
    margin-top: 20px;
}

.layer_popup .layer_cont .gray_box .gray_box_inner {
    padding: 20px;
    background: #F9F9F9;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.layer_popup .layer_btn {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layer_popup .layer_btn button {
    width: 100%;
    max-width: 350px;
    height: 50px;
    background: #1a1a1a;
    border-radius: 2px;
    color: #fff;
    margin: auto;
}

.layer_popup_apple24 .gray_box_inner ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layer_popup_apple24 .gray_box_inner ul li h3 {
    font-family: 'Noto-M';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #1A1A1A;
}

.layer_popup_apple24 .gray_box_inner ul li p {
    font-family: 'Noto-R';
    font-size: 13px;
    color: #6C6C6C;
}

.layer_popup_apple24 .layer_cont>span {
    font-family: 'Noto-R';
    font-size: 13px;
    color: #6C6C6C;
    display: block;
    position: relative;
    padding-left: 5px;
    letter-spacing: -0.5px;
}

.layer_popup_apple24 .layer_cont>span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background: #6C6C6C;
    margin: auto;
}

.layer_popup_apple24 .layer_cont>span a {
    color: #1C8FED;
}

/* 105831 240125 애플 상품 관련 페이지 개선 요청 */
.ask_estimate_bn {
    padding: 0 40px;
    background: rgba(0,0,0,0.9);
    z-index: 101;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    margin-left: -516px;
    bottom: 67px;
    width: 1030px;
    height: 50px;
    border-radius: 11px;
}

.ask_estimate_bn.todayDeal>p {
    width: 85%;
}

.ask_estimate_bn.todayDeal .text_link {
    color: #fff;
    font-family: 'Noto-M';
    font-size: 15px;
    line-height: 50px;
    font-family: noto-R;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
}

.ask_estimate_bn.todayDeal .text_link b {
    color: #006cff;
    font-family: 'Noto-M';
    position: relative;
}

.ask_estimate_bn.todayDeal .text_link b::after {
    content: "";
    background: url(//image5.compuzone.co.kr/img/images/product_detail/snackbar_btn.png) 50% 50%/cover no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
}

.ask_estimate_bn.todayDeal .text_link:before, .ap_wrap .ask_estimate_bn.todayDeal .text_link:after {
    display: none;
}

.ask_estimate_bn.todayDeal .flower {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.ask_estimate_bn.todayDeal .bell {
    margin-left: 8px;
    margin-top: 6px;
}

.ask_estimate_bn a {
    display: inline-block;
    width: auto;
    height: auto;
    text-decoration: none;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'noto-R';
}

/* 240124 105672 상품리스트 개선 요청 */
.viewType_L .product_list li .prd_img span.coupondis {
    font-size: 14px;
    color: #fff;
    font-family: 'noto-R';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #1C8FED;
    border-radius: 0 10px 0 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.viewType_L .product_list li .prd_img span.coupondis i {
    font-style: normal;
    margin: -2px 0 0 3px;
}

.viewType_L .product_list li .prd_img span.coupondis b {
    font-family: 'spoqa R';
    font-weight: normal;
    margin-left: 3px;
    font-size: 14px;
    height: 17px;
}

.viewType_T .product_list li .prd_img span.coupondis {
    font-size: 14px;
    color: #fff;
    font-family: 'noto-R';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #1C8FED;
    border-radius: 0 10px 0 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.viewType_T .product_list li .prd_img span.coupondis i {
    font-style: normal;
    margin: -2px 0 0 3px;
}

.viewType_T .product_list li .prd_img span.coupondis b {
    font-family: 'spoqa R';
    font-weight: normal;
    margin-left: 3px;
    font-size: 14px;
    height: 17px;
}

/* 107658 애플 상품 관련 페이지 개선 요청 */
.layer_popup_apple24_login {
    width: 410px;
    padding: 30px;
    background: #fff;
    border: 1px solid #B4B4B4;
    position: fixed;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    z-index: 10000;
    letter-spacing: -0.6px;
    display: none;
    transform: translate(-50%,-50%);
    margin: 0;
}

.layer_popup_apple24_login .layer_tit {
    text-align: center;
}

.layer_popup_apple24_login .layer_tit h2 {
    padding-bottom: 15px;
    font-size: 18px;
    font-family: 'noto-B';
    font-weight: normal;
    color: #1A1A1A;
    margin-bottom: unset;
    display: block;
}

.layer_popup_apple24_login .layer_tit a {
    width: 16px;
    height: 16px;
    background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -350px -130px no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
}

.layer_popup_apple24_login .layer_cont {
    margin-top: 20px;
}

.layer_popup_apple24_login .layer_cont .gray_box {
    margin-top: 20px;
}

.layer_popup_apple24_login .layer_cont .gray_box .gray_box_inner {
    padding: 20px;
    background: #F9F9F9;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.layer_popup_apple24_login .layer_btn {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layer_popup_apple24_login .layer_btn button {
    width: 100%;
    max-width: 350px;
    height: 50px;
    background: #1a1a1a;
    border-radius: 2px;
    color: #fff;
    margin: auto;
}

.layer_popup_apple24_login .layer_btn button.bt50 {
    width: calc(50% - 5px);
    margin: unset;
}

.layer_popup_apple24_login .layer_btn button.bt50:last-child {
    background: #F9F9F9;
    color: #1A1A1A;
}

.layer_popup_apple24_login dt.co6c {
    color: #1A1A1A;
    margin-bottom: 10px;
}

.layer_popup_apple24_login dd.co6c {
    color: #6C6C6C;
    margin-bottom: 5px;
}

.layer_popup_apple24_login .layer_btn {
    padding-bottom: 0;
}

.layer_popup_apple24_login .gray_box_inner ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layer_popup_apple24_login .gray_box_inner ul li h3 {
    font-family: 'Noto-M';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #1A1A1A;
}

.layer_popup_apple24_login .gray_box_inner ul li p {
    font-family: 'Noto-R';
    font-size: 13px;
    color: #6C6C6C;
}

.layer_popup_apple24_login .layer_cont>span {
    font-family: 'Noto-R';
    font-size: 13px;
    color: #6C6C6C;
    display: block;
    position: relative;
    padding-left: 5px;
    letter-spacing: -0.5px;
}

.layer_popup_apple24_login .layer_cont>span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background: #6C6C6C;
    margin: auto;
}

.layer_popup_apple24_login .layer_cont>span a {
    color: #1C8FED;
}

.layer_popup_apple24_login .pdtl_row_top .pdtl_col_rgt .info_price .price_real .prd_btn {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border: 1px solid #d6d8dc;
    background: #f9f9f9;
    text-align: center;
    padding: 2px 18px;
    font-family: 'noto-R';
    font-weight: normal;
}

.layer_popup_apple24_login .pdtl_row_top .pdtl_col_rgt .info_price .price_real .prd_btn.btn_red {
    border: 1px solid #F14738;
    background: #fff;
    color: #F14738;
}

.layer_popup_apple24_login .pdtl_row_top .pdtl_col_rgt .info_price .price_real .prd_btn.btn_blue {
    border: 1px solid #135EBA;
    background: #fff;
    color: #135EBA;
    cursor: pointer;
}

/* 108842 PC 팝업 개선관련 부서 협조 요청 */
.myP_layer_pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 25px;
    background: #fff;
    border: 1px solid #b7bbc0;
    z-index: 200;
    box-sizing: border-box;
}

.myP_layer_pop * {
    box-sizing: border-box;
    letter-spacing: -0.5px;
    line-height: unset;
}

.myP_layer_pop .tit {
    padding: 0 0 20px;
    border-bottom: 1px solid #1a1a1a;
    text-align: center;
}

.myP_layer_pop .tit h2 {
    color: #1a1a1a;
    font-size: 18px;
    font-family: Noto-B !important;
    font-weight: normal;
    float: unset;
    margin: 0;
    text-align: center;
}

.myP_layer_pop .cartTxt {
    padding-top: 20px;
    text-align: center;
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-family: 'noto-R';
}

.myP_layer_pop .cartTxt + img {
    width: 100%;
}

.layer_popX {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url("//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png") -350px -130px no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

.myP_layer_pop .layer_btnArea {
    margin-top: 30px;
    font-size: 0;
}

.myP_layer_pop .layer_btnArea a {
    display: inline-block;
    width: 50%;
    padding: 15px 0;
    border: 1px solid #ccc;
    background: #fff;
    color: #1a1a1a;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.myP_layer_pop .layer_btnArea a.bk {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

#contents .event_wrap div>img {
    display: block;
}

#contents .event_wrap span>img {
    display: block;
}

/* 240513 108971 gnb 개선 */
.goto_search {
    background: #1C8FED;
    position: relative;
    overflow: hidden;
}

.goto_search > img {
    width: 50px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: opa1 6s infinite;
    transform: translate(200%, -50%);
    opacity: 0;
}

.goto_search > p {
    width: 100%;
    font-family: 'noto-M';
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: opa2 6s infinite;
    transform: translate(-50%, -50%);
    opacity: 0;
}

@keyframes opa1 {
    0% {
        transform: translate(200%, -50%);
        opacity: 1;
    }

    20% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    30% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 1;
    }

    40% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-200%, -50%);
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@keyframes opa2 {
    54% {
        opacity: 0;
    }

    60%,95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.contentsWrap .Category_area .category_wrap ul li:hover .goto_search > img {
    transform: translate(-50%, -50%);
}

/* 110198 상품리스트 셀렉트박스 */
.viewType_T .product_list li .prd_option_wrap {
    height: 25px;
    position: relative;
    margin: 0 0 10px;
    z-index: 9;
}

.viewType_T .product_list li .prd_option_wrap .selectBox {
    width: 100%;
    padding-left: 10px;
    height: 23px;
    display: block;
    font-size: 12px;
    color: #434343;
    letter-spacing: -1px;
    line-height: 23px;
    border: 1px solid #dee0e4;
    text-align: left;
    background-color: #fff;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
    word-break: break-all;
}

.viewType_T .product_list li .prd_option_wrap .selectBox .ico {
    width: 23px;
    height: 23px;
    display: block;
    float: right;
    background: url('/TRS/img/images/product_detail/product_list_obj.png') -123px 2px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.viewType_T .product_list li .prd_option_wrap .select_sub_warp {
    position: absolute;
    top: 23px;
    z-index: 999;
}

.viewType_T .product_list li .prd_option_wrap .select_sub_warp ul {
    min-width: 200px;
    background-color: #fff;
    white-space: normal;
    margin-top: -2px;
    padding: 5px 0;
    box-sizing: border-box;
}

.viewType_T .product_list li .prd_option_wrap .select_sub_warp li {
    height: auto;
    float: left;
    border: 0;
    padding: 3px 0;
    width: 100%;
}

.viewType_T .product_list li .prd_option_wrap .select_sub_warp ul li a {
    padding-left: 10px;
    font-size: 12px;
    color: #6c6c6c;
    letter-spacing: -1px;
    line-height: 16px;
    display: block;
    padding-right: 10px;
    box-sizing: border-box;
    word-break: break-all;
}

.viewType_T.Prdlist4 .product_list li .prd_option_wrap .selectBox {
    width: 280px;
}

.viewType_T.Prdlist4 .product_list li .prd_option_wrap .select_sub_warp ul li a {
    width: 270px;
}

.viewType_T.Prdlist4 .product_list li {
    height: 530px;
}

.prd_option_wrap .nano > .nano-pane {
    background-color: #f3f3f3;
    width: 5px;
    border-radius: 0;
}

.prd_option_wrap .nano > .nano-pane .nano-slider {
    background-color: #c9cacd;
    width: 5px;
    border-radius: 0;
}

.prd_option_wrap .nano {
    border: 1px solid #dee0e4;
    box-sizing: border-box;
    border-top: none;
    height: max-content !important;
}

.prd_option_wrap .nano > .nano-content {
    background-color: #fff;
    position: relative;
    max-height: 178px;
}

/* 110643 연관상품 추천기능*/
.productList_area .product_list .similar_cont {
    width: 100%;
    height: 390px;
    padding: 30px;
    box-sizing: border-box;
    margin: unset;
    background: #fafafa;
}

.productList_area .product_list .similar_cont .top_right {
    display: flex;
    align-items: center;
}

.productList_area .product_list .similar_cont .similar_thm {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.productList_area .product_list .similar_cont .similar_thm img {
    width: 100%;
    object-fit: contain;
}

.productList_area .product_list .close_today {
    color: #666666;
    line-height: 18px;
}

.productList_area .product_list .similar_cont .pro_img {
    width: 190px;
    height: 190px;
}

.productList_area .product_list .similar_cont .pro_img::before {
    display: none
}

.productList_area .product_list .similar_cont .now {
    font-family: 'spoqa R' !important;
}

.productList_area .product_list .similar_cont .pro_txt h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
    height: 38px;
}

.productList_area .product_list .similar_cont .pro_price {
    color: #1a1a1a;
    font-size: 18px;
    font-family: 'spoqa m';
    margin-left: auto;
}

.productList_area .product_list .similar_cont .pro_price > span {
    font-size: 18px !important;
}

.productList_area .product_list .similar_cont .pro_per {
    font-size: 18px !important;
}

.productList_area .product_list .similar_cont .pro_txt_bt {
    margin-top: 7px;
}

.viewType_L .product_list li.look {
    margin-top: 0;
    padding-top: 24px;
}


/* 온라인견적 상단 카테고리 */
#category { /*padding:10px; border-radius:10px; border:2px solid #d8d8d8;*/ }
#category .category_main { margin-left:-1px; border-radius:10px; border:2px solid #93b2da; overflow:hidden;}
#category .category_main ul {display: flex; border-bottom:1px solid #93b2da;}
#category .category_main ul:last-child {border-bottom:none;}
#category .category_main ul li {width:25%; padding:12px 20px 14px; font-size:24px; font-family:'noto-R'; font-weight: normal; color:#1A1A1A; border-right: 1px solid #93b2da; box-sizing: border-box; transition:all 0.3s; cursor: pointer;}
#category .category_main ul li:last-child {border-right:none;}
#category .category_main ul li:hover {background:#3098ed; color:#fff; box-shadow: 3px 3px 6px rgba(0,0,0,0.16); border-radius: 5px; font-weight: bold; }
#category .category_main ul li.none_li:hover {background:#fff; box-shadow: none; border-radius:0;}

#category .category_main ul li.ON, #category .category_main ul li.ON2 {background:#3098ed; color:#fff; box-shadow: 3px 3px 6px rgba(0,0,0,0.16); border-radius: 5px;}


.product_info_table { width:100%; border-radius:10px; min-height:368px; height:auto; background:white; border:1px solid #d4d4d4; padding:40px; box-sizing:border-box; margin:16px 0 40px 0; }
.product_info_table h2 { font-size:40px;font-weight:bold;color:black;display:inline;margin:0px;padding:0px; }
.product_info_table table { width:100%;border:0px solid #d4d4d4;margin-top:40px; }
.product_info_table table th { background:gray; padding:10px;text-align:left;color:white;font-size:19px;font-weight:bold;border:0px solid #222;width:25%; }
.product_info_table table td { background:white; /*font-size:15px;*/font-weight:bold;text-align:left;padding:10px;border:0px solid #d4d4d4;color:black;vertical-align:top; }/*padding-bottom:40px;*/
.product_info_table table td a { color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none;display:block; }
.product_info_table table td a:hover { text-decoration:underline; }
.product_info_table table td .img_pic { cursor:pointer;margin-bottom:10px;background:gray; width:100%;height:260px; }

.product_info_table table.f { width:100%;border:0px solid #d4d4d4;margin-top:20px;border-collapse:collapse; }
.product_info_table table.f th { background:#f4f4f4;padding:10px;text-align:left;color:black;font-size:16px;font-weight:bold;border:1px solid #d4d4d4;padding-left:20px;width:150px; }
.product_info_table table.f td { background:white;/*font-size:15px;*/font-weight:bold;text-align:left;padding:10px;border:1px solid #d4d4d4;color:black;vertical-align:top;padding-bottom:10px; }

.product_info_table table.f td a { color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none;display:block; }
.product_info_table table.f td a:hover { text-decoration:underline; }



.product_list_table {
	width:100%;
	border-radius:10px;
	min-height:368px;
	height:auto;
	background:white;
	border:1px solid #d4d4d4;
	box-sizing:border-box;
	/*padding:20px 0 20px 0;*/
	margin:15px 0 20px 0;
	float: left;
}
.product_list_table h2 {
	font-size:35px;
	font-weight:bold;
	color:black;
	display:inline;
	margin:0px;
	padding:20px;
	float: left;
}
.product_list_table table { width:100%; border:0px solid #d4d4d4; margin-top:40px; }
.product_list_table table th { background:gray;padding:10px;text-align:left;color:white;font-size:19px;font-weight:bold;border:0px solid #222;width:25%; }
.product_list_table table td { background:white; font-weight:bold;text-align:left;padding:10px;border:0px solid #d4d4d4;color:black;vertical-align:top; }/*padding-bottom:40px;*/
.product_list_table table td a { color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none;display:block; }
.product_list_table table td a:hover { text-decoration:underline; }
.product_list_table table td .img_pic { cursor:pointer;margin-bottom:10px;background:gray; width:100%;height:260px; }



.product_detail_table { width:100%; border-radius:10px; min-height:368px; height:auto; background:white; border:1px solid #d4d4d4; padding:20px; box-sizing:border-box; margin:16px 0 40px 0; }
.product_detail_table h2 { font-size:40px;font-weight:bold;color:black;display:inline;margin:0px;padding:10px; }
.product_detail_table table { width:100%; margin-top:10px; border-radius:4px; font-size:17px; }
.product_detail_table table th { line-height:44px; text-align:center; font-size:17px; font-weight:bold; border:0px solid #222; background:#bfdbff; }
.product_detail_table table td { background:white; font-weight:500;text-align:center; line-height:44px; color:black; border-bottom:1px solid #d4d4d4; }/*padding-bottom:40px;*/
.product_detail_table table td a { color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none; }
.product_detail_table table td a:hover { text-decoration:underline; }
.product_detail_table table td .img_pic { cursor:pointer;margin-bottom:10px;background:gray; width:100%;height:260px; }



.prd_detail_btn_list {
	font-size: 16px;
}

.prd_detail_btn_list>a {
	width:56px;
	display: inline-block;
	color: #6c6c6c;
	text-align: center;
	border: 1px solid #d8d8d8;
	background: #fff;
	box-sizing: border-box;
	line-height: 32px;
	border-radius: 5px;
}

.prd_detail_btn_list>a:hover {
	color: #fff;
	background: #4e9de6;
	text-decoration: none;
}


.center { width:100%;height:auto;font-size:20px;font-weight:600;text-align:center; }
.center span { color:red; }


.pro_inner {
	box-sizing: border-box;
    width: 100%;
    max-width: 1202px;
    margin: 0 auto;
	padding: 40px 0 0 0;
}

.second_list {
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5rem -0.625rem 0;
	padding: 0;
}

.second_list li {
	box-sizing: border-box;
    width: 25%;
    padding: 0 0.625rem;
    margin: 2.5rem 0 0 0;
	list-style:none;
}

.second_list li .second_list__inner {
    position: relative;
}

.second_list li .second_list__inner .second_list__inner__txt {
    position: absolute;
    right: 1.875rem;
    bottom: 4.4rem;
    left: 1.875rem;
    line-height: 1.2;
}

.second_list li .second_list__inner .second_list__inner__txt strong {
    display: block;
    font-size: 1.875rem;
    font-weight: 700;
}

.second_list li .second_list__inner .second_list__inner__txt span {
    display: block;
    font-size: 1.875rem;
    font-weight: 300;
}

.color_fff {
    color: #fff !important;
}


.second_list li .second_list__inner figure {
    font-size: 0;
    padding-bottom: 100%;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.second_style {
	border: 1px solid #d4d4d4;
}

.second_79 {
	padding-bottom:79%;
}

.second_100 {
	padding-bottom:100%;
}

.second_list li .second_list__inner figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-width: 5px 0 0 5px;
    z-index: 1;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.second_list li .second_list__inner figure:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-width: 0 5px 5px 0;
    z-index: 1;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.second_list li .second_list__inner a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.second_list li .second_list__inner:hover figure {
	-webkit-box-shadow:2px 3px 10px rgba(0,0,0,.3);box-shadow:2px 3px 10px rgba(0,0,0,.3);
}


.second_list li .second_list__inner figure > img {
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

}

.second_list li .second_list__inner:hover figure > img {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.second_list li .second_list__inner:hover p {
	color: #000;
}

.second_list li .second_list__inner p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.9375rem;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}


.third_list {
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5rem -0.625rem 0;
	padding: 0;
}

.third_list li {
	box-sizing: border-box;
    width: 33.333333%;
    padding: 0 0.625rem;
    margin: 2.5rem 0 0 0;
	list-style:none;
}

.third_list li .third_list__inner {
    position: relative;
}

.third_list li .third_list__inner figure {
    font-size: 0;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}


.third_list li .third_list__inner figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-width: 5px 0 0 5px;
    z-index: 1;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.third_list li .third_list__inner figure:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-width: 0 5px 5px 0;
    z-index: 1;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.third_list li .third_list__inner a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.third_list li .third_list__inner:hover figure {
	-webkit-box-shadow:2px 3px 10px rgba(0,0,0,.3);box-shadow:2px 3px 10px rgba(0,0,0,.3);
}


.third_list li .third_list__inner figure > img {
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

}

.third_list li .third_list__inner:hover figure > img {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.third_list li .third_list__inner:hover p {
	color: #000;
}

.third_list li .third_list__inner p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.9375rem;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.pro_list {
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5rem -0.625rem 0;
	padding: 0;
}

.pro_list li {
	box-sizing: border-box;
    width: 25%;
    padding: 0 0.625rem;
    margin: 2.5rem 0 0 0;
	list-style:none;
}

.pro_list li .pro_list__inner {
    position: relative;
}

.pro_list li .pro_list__inner figure {
	border: 1px solid #d4d4d4;
    font-size: 0;
    padding-bottom: 100%;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}


.pro_list li .pro_list__inner figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-width: 5px 0 0 5px;
    z-index: 1;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.pro_list li .pro_list__inner figure:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-width: 0 5px 5px 0;
    z-index: 1;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.pro_list li .pro_list__inner a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.pro_list li .pro_list__inner:hover figure {
	-webkit-box-shadow:2px 3px 10px rgba(0,0,0,.3);box-shadow:2px 3px 10px rgba(0,0,0,.3);
}


.pro_list li .pro_list__inner figure > img {
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

}

.pro_list li .pro_list__inner:hover figure > img {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.pro_list li .pro_list__inner:hover p {
	color: #000;
}

.pro_list li .pro_list__inner p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.9375rem;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}


.thumb_fig {
    width: 100%;
    left: -40px;
    position: relative;
    overflow: hidden;
}

.thumb_fig img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.thumb_fig.on img {
    opacity: 1;
}

.layer_select { width:127px; height:34px; margin:-2px 0 0 0; float:right;}
.layer_select .selected { width:125px; height:34px; border:#b8b9b9 1px solid; position:relative; }
.layer_select .selected .btn { width:120px; height:34px; padding-left:5px; line-height:34px; display:block; background:url(/TRS/img/images/search/search_ico.png) 109px -56px no-repeat; float:left;}
.layer_select .selected .btn > span { width:94px; height:34px; display:inline-block; border-right:#b8b9b9 1px solid; float:left;}
.layer_select .selected > ul { width:125px; list-style:none; background:#fff; border:#b8b9b9 1px solid; position:absolute; top:32px; left:-1px; z-index:5;}
.layer_select .selected > ul a { width:116px; height:28px; padding-left:9px; line-height:28px; float:left; }
.layer_select .selected > ul a:hover { text-decoration:none; background:#ebebeb;}

.layer_countselect { width:83px; height:34px; margin:13px 0 0 5px; float:right;}
.layer_countselect .selected { width:81px; height:28px; border:#b8b9b9 1px solid; position:relative; }
.layer_countselect .selected .btn { width:76px; height:28px; padding-left:5px; line-height:24px; display:block; background:url(/TRS/img/images/search/search_ico.png) 65px -57px no-repeat; float:left;}
.layer_countselect .selected .btn > span { width:50px; height:28px; display:inline-block; border-right:#b8b9b9 1px solid; float:left;}
.layer_countselect .selected > ul { width:81px; list-style:none; background:#fff; border:#b8b9b9 1px solid; position:absolute; top:32px; left:-1px; padding:5px 0; z-index:5;}
.layer_countselect .selected > ul a { width:72px; height:26px; padding-left:9px; line-height:24px; float:left;}
.layer_countselect .selected > ul a:hover { text-decoration:none; background:#ebebeb;}