/* BASIC css start */
@charset "utf-8";
/* CSS Document */

/* reset */
.off,.dn{display:none !important}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0 none;
    _vertical-align: top;
}
body:not(.body-main) .brands_main{display:none !important;}
body:not(.body-main) .mbox,
body:not(.body-main) .mdbox,
body:not(.body-main) .banD{display:none}
body:not(.body-main) .sub_content .sub_content{padding:0}
dl,
ul,
ol,
li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

input,
select,
textarea,
button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

body {
    background: #fff
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1.5;
    font-family: Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
    color: #333
}

/* color값은 디자인가이드에 맞게사용 */

a {
    color: #333;
    text-decoration: none
}

a:active,
a:hover {
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}

@charset "utf-8";
/* CSS Document */

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

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

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

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

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

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

*:not(.fa) {
    font-family: 'Montserrat', 'Noto Sans KR', "나눔고딕", nanumgothic, sans-serif;
}

audio {
    position: absolute;
    left: 0;
    bottom: 0
}

.skip {
    overflow: hidden;
    position: absolute;
    top: -999em;
    left: -999em;
    width: 1px;
    height: 1px;
    background: url("/design/dypower/img/common/bg/bg_skip.gif") repeat
}

input[type="text"],
input[type="password"] {
    height: 31px;
    padding: 0 5px;
    color: #333333;
    border: 1px solid #d6d6d6;
    line-height: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]::-ms-clear {
    display: none;
}

input:-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
}

textarea {
    padding: 5px;
    color: #a9a9a9;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    overflow: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    font-size: 0;
    text-indent: -9999px;
    line-height: 0;
    z-index: -9999;
}

.text_notover {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dn {
    display: none !important;
}

.db {
    display: block !important;
}

.oh {
    overflow: hidden !important;
}

.btn_left_box {
    text-align: left;
}

.btn_center_box {
    text-align: center;
}

.btn_right_box {
    text-align: right;
}

/* 폰트 컬러 */

.fc_red {
    color: #fa2828 !important;
}

input[type="radio"] {
    width: 13px;
    height: 13px;
    _vertical-align: top;
}

input[type="text"],
input[type="password"] {
    padding: 0 10px;
    outline: none;
    font-size: 12px;
}

input[type="checkbox"] {
    width: 13px;
    height: 13px;
    _vertical-align: top;
}

input[type="image"] {
    _vertical-align: top;
    border: none;
    cursor: pointer;
}

input[type="button"] {
    border: none;
    background: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
    _vertical-align: top;
    font-size: 100%;
}


/* 셀렉트박스 */

select {
    height: 31px;
    color: #717171;
    _vertical-align: top;
    outline: none;
}


/*#quick_search .chosen-container{vertical-align:top; text-align:left;}
#quick_search .chosen-single{height:31px; color:#717171; vertical-align:top; outline:none; border:1px solid #cccccc;}
#quick_search .chosen-single > span{line-height:30px;}
#quick_search .chosen-container .chosen-results li{float:none;}
#quick_search .chosen-container .chosen-drop{border:1px solid #cccccc; border-top:none 0;}
#quick_search .chosen-container .chosen-results li.active-result{text-align:left;}*/

/* 레이어팝업 셀렉트 박스 */

.layer_wrap .chosen-container {
    vertical-align: top;
}

.layer_wrap .chosen-container .chosen-single {
    height: 31px;
    color: #717171;
    vertical-align: top;
    outline: none;
    border: 1px solid #cccccc;
}

.layer_wrap .chosen-container .chosen-single>span {
    line-height: 30px;
}

.layer_wrap .chosen-container .chosen-results li {
    float: none;
}

/* 체크박스 라디오버튼 스타일 */

.form_element {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

span.form_element {
    display: inline-block;
}

.form_element label {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    padding: 0 0 0 27px;
    background: url('/design/dypower/img/common/input/check_off.png') no-repeat 1px top;
}

.form_element label:hover {
    background: url('/design/dypower/img/common/input/check_over.png') no-repeat 1px top;
}

.form_element label.on {
    background: url('/design/dypower/img/common/input/check_on.png') no-repeat 1px top;
}

.form_element label.choice {
    background: url('/design/dypower/img/common/input/radio_off.png') no-repeat 1px 50%;
}

.form_element label.choice:hover {
    background: url('/design/dypower/img/common/input/radio_over.png') no-repeat 1px 50%;
}

.form_element label.choice.on {
    background: url('/design/dypower/img/common/input/radio_on.png') no-repeat 1px 50%;
}

.form_element label.check_s {
    min-width: 13px;
    padding: 0 0 0 22px;
    background: url('/design/dypower/img/common/input/check_off_small.png') no-repeat 1px 2px;
}

.form_element label.check_s:hover {
    background: url('/design/dypower/img/common/input/check_over_small.png') no-repeat 1px 2px;
}

.form_element label.check_s.on {
    background: url('/design/dypower/img/common/input/check_on_small.png') no-repeat 1px 2px;
}

.form_element label.choice_s {
    min-width: 13px;
    padding: 0 0 0 22px;
    background: url('/design/dypower/img/common/input/radio_off_small.png') no-repeat 1px 50%;
}

.form_element label.choice_s:hover {
    background: url('/design/dypower/img/common/input/radio_over_small.png') no-repeat 1px 50%;
}

.form_element label.choice_s.on {
    background: url('/design/dypower/img/common/input/radio_on_small.png') no-repeat 1px 50%;
}

.form_element label.single {
    width: 21px;
    height: 21px;
    padding: 1px 0 0;
    background-color: transparent;
    text-indent: -9999px;
}

.form_element label.single:hover {
    background-color: transparent;
}

.form_element label span {
    color: #979797;
}

.form_element label img {
    vertical-align: middle;
}

.form_element input {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 0;
    z-index: -1;
    visibility: hidden;
}

/** 체크박스용 비활성화 **/

.form_element label.check_dis_s {
    background-image: url('/design/dypower/img/common/input/check_dis_s.png');
}

/* 경고 텍스트 */

#wrap .login_input .member_warning {
    display: block;
}

#wrap .member_warning {
    display: inline;
    position: relative;
}

#wrap .member_warning+.text_warning,
#wrap .member_warning .text_warning {
    display: none;
    letter-spacing: -1px;
}

#wrap .member_warning .text_warning a {
    text-decoration: underline;
}

#wrap .member_warning input.text+label {
    position: absolute;
    top: 6px;
    left: 10px;
}

#wrap .member_warning.prior_wrong .text_warning,
#wrap .member_warning.prior_half_pass .text_warning {
    display: block;
}

#wrap .member_warning.prior_wrong+.text_warning,
#wrap .member_warning.prior_half_pass+.text_warning {
    display: block;
}

#wrap .text_warning {
    color: #FE7800;
    text-align: left;
}

#wrap .text_pass {
    color: #329cff;
    text-align: left;
}

/* 글자수 작을 때, 사용불가 */

#wrap .member_warning.prior_wrong {}

#wrap .member_warning.prior_wrong input,
#wrap .member_warning.prior_wrong textarea,
#wrap .member_warning.prior_wrong .prior_input,
#wrap .member_warning.prior_wrong .chosen-single {
    margin-bottom: 5px;
    border: 1px solid #FE7800;
}

#wrap .member_warning.prior_wrong .chosen-drop {
    margin-top: -6px;
}

#wrap .member_warning.prior_wrong .text_warning {
    color: #FE7800;
}

#wrap .member_warning.prior_wrong .form_element {
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
    border: 1px solid #FE7800;
}

#wrap .member_warning.prior_wrong .text_warning+.form_element {
    border: none 0;
}

/* 안전도 낮음 */

#wrap .member_warning.prior_half_pass {}

#wrap .member_warning.prior_half_pass input,
#wrap .member_warning.prior_half_pass textarea,
#wrap .member_warning.prior_half_pass .prior_input,
#wrap .member_warning.prior_half_pass .chosen-single {
    margin-bottom: 5px;
}

#wrap .member_warning.prior_half_pass .text_warning {
    color: #FE7800;
}

#wrap .member_warning.prior_half_pass .text_pass {
    color: #329cff;
}

#wrap .member_warning.prior_half_pass .form_element {
    padding: 5px 0 5px 0;
}

/* 레이어 팝업 */

.layer_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}

.layer_pop .layer_layout_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.6);
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}

.layer_pop .layer_layout_box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}

.layer_pop .layer_layout_box .layer_container_box {
    position: absolute;
    top: 0;
    left: 50%;
}

.layer_pop .layer_layout_box .layer_container_box .layer_content_box {
    padding: 50px 0;
}

.layer_pop .layer_layout_box .layer_container_box .layer_content_box .layer_content {
    position: relative;
}

/* 쇼핑몰 회원가입 */

.shop_mall_join {
    display: block;
    padding: 20px 0 20px 0;
    font-size: 15px;
    text-align: center;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #3e3d3c;
}

.shop_mall_join:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

/* sns 로그인 */

.member_sns_login>* {
    display: block;
    margin-top: 12px;
}

.member_sns_login>*:first-child {
    margin-top: 0;
}

/* 주위,경고 텍스트 */

.chk_none {
    display: block;
    min-height: 17px;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 19px;
    color: #FE7800;
    font-weight: normal;
    background: url('/design/dypower/img/icon/etc/icon_warning.png') no-repeat left 8px;
}

/* 페이징 공통 */

.pagination {
    margin: 20px 0 0 0;
}

.pagination ul {
    padding: 20px 0 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    min-width: 26px;
    vertical-align: middle;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    color: #888;
    font-size: 11px;
    line-height: 30px;
    vertical-align: middle;
}

.pagination li.on span {
    font-weight: bold;
    color: #fff;
    background: #7a7d81;
    border-radius: 20px;
}

.pagination .on {
    color: #333;
    font-weight: bold;
}

.pagination .btn_page {
    min-width: 26px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.pagination .btn_page a {
    min-width: 30px;
    width: auto;
}

.pagination .btn_page a:hover {
    border: none 0;
}

.pagination .btn_page a img {
    display: none;
}

.pagination .btn_page_first {
    margin: 0 1px 0 1px;
    background: url("/design/dypower/img/common/btn/btn_paging_first.png") no-repeat 5px center;
    padding: 0 5px 0 15px !important;
}

.pagination .btn_page_prev {
    margin: 0 10px 0 1px;
    background: url("/design/dypower/img/common/btn/btn_paging_prev.png") no-repeat 5px center;
    padding: 0 5px 0 10px !important;
}

.pagination .btn_page_next {
    margin: 0 1px 0 10px;
    background: url("/design/dypower/img/common/btn/btn_paging_next.png") no-repeat 36px center;
    padding: 0 10px 0 5px !important;
}

.pagination .btn_page_last {
    margin: 0 1px 0 1px;
    background: url("/design/dypower/img/common/btn/btn_paging_last.png") no-repeat 36px center;
    padding: 0 15px 0 5px !important;
}

.goods_list+.pagination {
    padding: 10px 0 0 0;
    border-top: 1px solid #dbdbdb;
}

/*  추천순, 판매인기순, 낮은가격순, 높은가격순, 상품평순, 등록일순 */

.goods_pick_list {
    /*min-height:300px;*/
}

.goods_pick_list .pick_list_num {
    display: block;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.goods_pick_list .pick_list_num strong {
    color: #FE7800;
}

.goods_pick_list .pick_list_box {
    height: 28px;
    margin: 0 0 20px 0;
    padding: 9px 0 10px 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dbdbdb;
    clear: both;
}

.goods_pick_list .pick_list_box .pick_list {
    display: inline-block;
    float: left;
    padding: 0 0 0 10px;
}

.goods_pick_list .pick_list_box .pick_list li {
    float: left;
    margin: 0 20px 0 0;
    padding: 5px 0 0;
    background: #ffffff;
    position: relative;
}

.goods_pick_list .pick_list_box .pick_list input {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 0;
    z-index: -1;
}

.goods_pick_list .pick_list_box .pick_list label {
    padding: 0 0 0 18px;
    background: #ffffff;
    cursor: pointer;
}

.goods_pick_list .pick_list_box .pick_list label.on {
    color: #FE7800;
    font-weight: bold;
    background: url("/design/dypower/img/icon/goods_icon/icon_sort_check.png") no-repeat left 5px;
}

/* 보여지는 갯수(셀릭트 박스) */

.choice_num_view {
    float: right;
    padding: 0 10px 0 0;
}

.choice_num_view select {
    width: 120px;
}

/* 마이페이지, 장바구니 > 할인/적립 */

.benefit_list {
    display: inline-block;
    min-width: 90px;
    text-align: center;
}

.benefit_list li {
    position: relative;
    color: #888888;
    text-align: left;
    line-height: 1.5;
}

.benefit_list li span {
    display: block;
}

.benefit_list li em {
    display: inline-block;
}

.benefit_list li strong {
    padding: 0 0 0 5px;
    color: #333333;
}

.benefit_list .benefit_sale {}

.benefit_list .benefit_mileage {
    margin: 10px 0 0 0;
}

.benefit_list .benefit_sale em {
    padding: 0 5px 1px 20px;
    background: url("/design/dypower/img/icon/goods_icon/icon_discount.gif") no-repeat 0 2px;
}

.benefit_list .benefit_mileage em {
    padding: 0 5px 1px 20px;
    background: url("/design/dypower/img/icon/goods_icon/icon_mileage.gif") no-repeat 0 2px;
}

.detail select {
    float: left;
    display: inline-block;
}

/* 상단 고정 레이어 팝업 */

.pc_top_banner_ctrl .pc_top_banner_close {
    position: absolute;
    top: 30px;
    right: 20px;
}

.pc_top_banner_ctrl .pc_top_banner_today {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.pc_top_banner_ctrl .pc_top_banner_today input {
    vertical-align: middle;
}

/** 조건별 배송비 테이블 **/

.ly_dev_wrap.delivery_layer {
    width: 305px;
    top: 0px;
    left: -219px;
}

.ly_dev_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 250px;
    text-align: left;
    border: 1px solid #999999;
    background: #ffffff;
}

.ly_dev_wrap .ly_tit {
    padding: 13px 35px 11px 15px;
    font-size: 12px;
    background: #f4f4f4;
}

.ly_dev_wrap .ly_tit strong {
    display: block;
    color: #222222;
    font-weight: bold;
}

.ly_dev_wrap .ly_cont {
    padding: 0 15px 15px 15px;
}

.ly_dev_wrap .ly_tit {}

.ly_dev_wrap .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px;
}

.ly_dev_wrap .ly_btn {
    display: table;
    margin: 15px 0 0 0;
    border-collapse: collapse;
}

.ly_dev_wrap .ly_btn .row {
    display: table-row;
}

.ly_dev_wrap .ly_btn span {
    display: table-cell;
    width: 137px;
    font-size: 12px;
    color: #777;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 4px 10px 4px 10px;
    word-break: break-all;
}

.ly_dev_wrap .ly_btn.three span {
    width: 92px;
}

.ly_dev_wrap .ly_btn span.on {
    position: relative;
    color: #fff;
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

/* 배송비 */

.item_delivery dd strong {
    padding: 0 5px 5px 0;
    font-weight: normal;
}

.item_delivery select {
    width: 55%;
}

.item_delivery .chosen-container {
    display: inline-block;
    margin: 5px 0 0 0;
}

.item_delivery .delivery-detail .delivery-division {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}

/* 비회원 주문불가 안내 */

.cert_warning {
    width: 590px;
    margin: 20px auto 0;
    letter-spacing: -0.5px;
}

.cert_warning h2 {
    font-size: 28px;
}

.cert_warning .cert_warning_wrap {
    padding: 203px 0 80px;
    background: url('/design/dypower/img/etc/blackout.png') no-repeat center 69px;
    text-align: center;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    margin: 15px 0 0 0;
}

.cert_warning .cert_warning_wrap strong {
    font-size: 16px;
    color: #333;
}

.cert_warning .cert_warning_wrap p {
    display: inline-block;
    width: 453px;
    height: 54px;
    line-height: 1.9em;
    font-size: 12px;
    color: #c2bebc;
    border: 1px solid #dbdbdb;
    padding: 11px 0 0 15px;
    margin: 40px 0 0 0;
    text-align: left;
}

.cert_warning .cert_warning_wrap p a {
    text-decoration: underline;
}

.cert_warning .cert_warning_wrap>a {
    display: inline-block;
    margin: 40px 0 0 0;
    line-height: 43px;
}

/* 추가 본인인증 */

#contents .order_table_type {
    position: relative;
}

#contents .btn_cert {
    margin: 0 5px 0 2px;
    padding: 5px 13px 5px 13px;
    border: 1px solid #989898;
}

#contents .cert_ok {
    margin: 0 0 0 5px;
}

#contents .pop_cert_ly {
    display: none;
    position: absolute;
    left: 440px;
    top: 55px;
    width: 310px;
    height: 140px;
    border: 1px solid #999;
    background: #fff;
    box-sizing: border-box;
    z-index: 201;
}

#contents .pop_cert_ly strong {
    display: block;
    font-size: 11px;
    color: #333;
    background-color: #f4f4f4;
    padding: 11px 16px 10px 16px;
}

#contents .pop_cert_ly .btn_wrap {
    margin: 30px 0 0 0;
    text-align: center;
}

#contents .pop_cert_ly .btn_wrap a {
    width: 120px;
    height: 40px;
    padding: 8px 0 8px 0;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    margin: 0 3px 0 3px;
}

#contents .pop_cert_ly .btn_close {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
}



@charset "utf-8";
/* CSS Document */

#layerDim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.6);
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}

/* 버튼 공통 상단 여백 */

.ly_cont .btn_center_box {
    margin: 10px 0 10px 0;
}

.ly_cont .btn_center_box>a {
    vertical-align: top;
    height: 40px;
    line-height: 38px;
}

/* 발급완료 */

.coupon_completed {
    padding: 0 0 2px 23px;
    color: #333333;
    font-size: 13px;
    background: url('/design/dypower/img/common/layer/icon_completed.png') no-repeat left 1px;
}

/* 작성일 */

.ly_date_day {
    display: inline-block;
    padding: 10px 0 10px 0;
}

/* 동록된 게시글 없음 */

.layer_wrap .no_data {
    padding: 50px 30px 50px 30px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

/* 테이블 공통(텍스트 센터 기본) */

.top_table_type {}

.top_table_type .td_left {
    text-align: left;
}

.top_table_type table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.top_table_type th {
    padding: 9px 10px 10px 10px;
    color: #777777;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dbdbdb;
    background: #f7f7f7;
}

.top_table_type td {
    padding: 15px 10px 14px 10px;
    color: #777777;
    border-bottom: 1px solid #dbdbdb;
}

.top_table_type .btn_down_box {}

.top_table_type .text_info {
    display: block;
    padding: 2px 0 2px 0;
    color: #999999;
    font-size: 11px;
}

.top_table_type .coupon_price {
    color: #333333;
    font-size: 14px;
}

.top_table_type .coupon_price b {
    padding: 0 2px 0 0;
    font-size: 16px;
    color: #ab3e55;
}

/* left 형 */

.left_table_type {}

.left_table_type .td_left {
    text-align: left;
}

.left_table_type table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.left_table_type th {
    padding: 6px 10px 7px 20px;
    color: #777777;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #f7f7f7;
    text-align: left;
}

.left_table_type td {
    height: 31px;
    padding: 6px 10px 7px 15px;
    color: #777777;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
}

.left_table_type .important {
    padding: 0 0 0 10px;
    margin: 0 0 0 -10px;
    background: url('/design/dypower/img/member/icon_dot_03.png') no-repeat 0 center;
}

/* 주소 */

.delivery_add_layer .left_table_type input {
    width: 190px;
}

.left_table_type .address_postcode {
    overflow: hidden;
}

.left_table_type .address_postcode input {
    float: left;
    width: 190px;
}

.left_table_type .address_postcode .btn_post_search {
    float: left;
    margin: 0 0 0 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #989898;
}

.left_table_type .address_input {
    float: left;
    width: 100%;
}

.left_table_type .address_input input {
    margin: 7px 0 0 0;
}

.left_table_type .address_input input:first-child {
    width: 290px;
}

/* 센터정렬 레이어 */

.layer_wrap {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 210;
}

.layer_wrap .box {
    background: #fff;
    border: 2px solid #555;
}

.layer_wrap .box .view {
    position: relative;
    margin: 14px 20px;
}

.layer_wrap .box .view h2 {
    padding: 0 0 13px;
    border-bottom: 1px solid #999999;
    color: #000;
    font-size: 18px;
}

.layer_wrap .box .view h2.none-bd {
    border: none;
}

.layer_wrap .box .view .tit {
    overflow: hidden;
    padding: 20px 10px 10px;
}

.layer_wrap .box .view .tit h3 {
    float: left;
    padding: 6px 0 0;
}

.layer_wrap .box .view .tit .skinbtn {
    float: right;
}

.layer_wrap .box .view .table1 {
    padding: 0 10px;
}

.layer_wrap .box .view>.btn,
.layer_wrap .box .view>form>.btn {
    padding: 30px 0 0;
    font-size: 0;
    text-align: center;
}

.layer_wrap .box .view>.btn.top_line,
.layer_wrap .box .view>form>.btn.top_line {
    margin: 20px 0 0;
    border-top: 1px solid #e6e6e6;
}

.layer_wrap .box .view .close {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('/design/dypower/img/btn/layer-close.png') no-repeat left top;
}

.layer_wrap .box .layer_cart_btn {
    padding-left: 10px;
}

.sys_pop .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}

/* 딤 레이어 */

.layer_wrap .layer_wrap_cont {
    position: relative;
    border: 2px solid #555555;
    background: #ffffff;
}

.layer_wrap .ly_tit {
    padding: 13px 15px 11px 15px;
}

.layer_wrap .ly_tit h2 {
    padding: 0 30px15px 0;
    font-size: 18px;
    border-bottom: 1px solid #717171;
}

.layer_wrap .ly_tit h4 {
    padding: 0 30px 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #999999;
}

.layer_wrap .ly_tit h4 span {
    padding: 0 0 0 5px;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
}

.layer_wrap .ly_tit h4 strong {
    color: #ab3e55;
}

.layer_wrap .ly_cont {
    min-height: 250px;
    padding: 15px 15px 26px 15px;
}

.layer_wrap .scroll_box {
    overflow-x: hidden;
    overflow-y: auto;
}

.layer_wrap .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}

/* 고정좌표 레이어 */

.fix_layer_wrap {
    position: absolute;
    background: #fff;
    border: 1px solid #555;
}

.fix_layer_wrap .box {
    position: relative;
}

.fix_layer_wrap .box>strong {
    display: block;
    height: 27px;
    padding: 13px 0 0 17px;
    background: #f4f4f4;
    color: #222;
}

.fix_layer_wrap .box>.view {
    padding: 20px;
}

.fix_layer_wrap .box .close {
    display: block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('/design/dypower/img/btn/layer-close.png') no-repeat left top;
}

/* 팁 레이어 */

.tip_layer {
    position: absolute !important;
    z-index: 5;
    width: auto !important;
    height: auto !important;
    padding: 0 18px !important;
    background: #fff !important;
    border: 1px solid #3e3d3c !important;
}

.tip_layer div {
    position: relative;
}

.tip_layer div * {
    line-height: 16px !important;
}

.tip_layer div strong {
    display: block;
    padding: 15px 0 8px;
    color: #3e3d3c;
    border-bottom: 1px solid #e8e8e8;
}

.tip_layer div p {
    padding: 13px 0 18px;
    font-size: 11px;
}

.tip_layer div ol {
    padding: 13px 0 20px;
    font-size: 11px;
}

.tip_layer div ol li {
    padding: 0 !important;
}

.tip_layer div .pointer {
    position: absolute;
    top: -7px;
    left: 45px;
    width: 11px;
    height: 7px;
    background: url('/design/dypower/img/etc/layer-pointer-top.png') no-repeat left top;
}

/* 시스템 팝업 시작 */

.sys_pop {
    position: absolute;
    padding: 20px 15px 10px;
    border: 2px solid #727071;
    background: #fff;
}

.sys_pop .box {
    position: relative;
    padding: 38px 0 0;
}

.sys_pop .box .close {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('/design/dypower/img/btn/layer-close.png') no-repeat left top;
}

.sys_pop .box .view {
    border: 1px solid #dbdbdb;
}

.sys_pop .box .check {
    padding: 9px 10px 9px 0;
    text-align: right;
}

.sys_pop .box .check label {
    padding: 0 22px 0 0;
    background-position: right 2px;
    font-size: 11px;
    color: #7c7c7c;
}

.sys_pop .box .check input {
    left: auto;
    right: 1px;
    top: 1px;
}

/* 시스템 팝업 끝 */

/* 게시판 상품선택 레이어 */

.goods_select_cont {
    position: relative;
    width: 775px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid #555555;
}

.goods_select_cont .layer_close {
    position: absolute;
    top: 26px;
    right: 22px;
    cursor: pointer;
}

.goods_select_cont h4 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #717171;
    font-size: 17px;
}

.select_search_box .search_sec {
    padding: 23px 30px;
    margin: 10px 0 0 0;
    border: 1px solid #d0d0d0;
}

.select_search_box .search_sec dl {
    padding: 0 0 7px 0;
}

.select_search_box .search_sec dt {
    float: left;
    width: 15%;
    color: #727272;
    font-size: 13px;
    font-weight: bold;
}

.select_search_box .search_sec dd {
    display: inline-block;
    width: 85%;
}

.select_search_box .select_box {
    float: left;
    padding: 0 6px 0 0;
}

.select_search_box .select_box select {
    height: 30px;
    width: 130px;
    border: 1px solid #ccc;
}

.select_search_box .search_keyword input {
    width: 397px;
    height: 28px;
    padding: 0 0 0 3px;
    border: 1px solid #ccc;
    color: #abaab0;
}

.select_search_box .btn_search {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    background-color: #ff4c2e;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 36px;
}

.select_search_box .btn_search span {
    padding: 0 18px 0 0;
    background: url('/design/dypower/img/common/layer/icon_search.png') no-repeat 29px center;
}

.select_search_list>p {
    color: #727272;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 15px 0;
}

.select_search_list>p strong {
    color: #ff4c2e;
}

.select_search_list table {
    width: 100%;
}

.select_search_list th {
    padding: 14px 0;
    border-top: 1px solid #717171;
    background: #f7f7f7;
    color: #707578;
}

.select_search_list td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.select_search_list td img {
    width: 28px;
    margin: 0 10px 0 0;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.select_search_list td strong {
    font-weight: bold;
    color: #454440;
}

.select_search_list .item_name {
    text-align: left;
}

.select_search_list .page_num_box {
    text-align: center;
    overflow: hidden;
    padding: 20px 0 56px 0;
}

.select_search_list .page_num_box li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.select_search_list .page_num_box li a {
    padding: 3px 8px;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
}

.goods_select_cont .btn_box {
    padding: 30px 0 0 0;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.goods_select_cont .btn_cancel {
    padding: 1% 4%;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
    background: #ffffff;
    font-weight: bold;
}

.goods_select_cont .btn_confirm {
    padding: 1% 4%;
    boㅋrder: 1px solid #ff4c2e;
    color: #ffffff;
    background: #ff4c2e;
    font-weight: bold;
}

.radio_box {
    position: relative;
    display: inline-block;
    color: #252525;
    cursor: pointer;
}

.radio_label .radio-origin {
    position: absolute;
    top: 4px;
    left: 2px;
    z-index: -1;
}

.radio_label .radio-origin:checked+.radio-clone {
    background-position: 0 -17px;
}

.radio_label .radio-clone {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: url('/design/dypower/img/common/layer/icon_form_radio.png') 0 0 no-repeat;
    background-size: 17px;
}

/* 주문 선택 레이어 */

.order_select_cont {
    position: relative;
    width: 775px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid #555555;
}

.order_select_cont h4 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #717171;
    font-size: 17px;
}

.order_select_box .search_sec {
    padding: 23px 30px;
    margin: 10px 0 0 0;
    border: 1px solid #d0d0d0;
}

.order_select_box .search_sec dl {
    padding: 0 0 7px 0;
}

.order_select_box .search_sec dt {
    float: left;
    width: 15%;
    color: #727272;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
}

.order_select_box .search_sec dd {
    display: inline-block;
    width: 85%;
}

.search_sec .search_period {
    float: left;
}

.search_period ul {
    overflow: hidden;
}

.search_period li {
    float: left;
}

.search_period li:first-child button {
    border-left: 1px solid #d6d6d6;
}

.search_period button {
    width: 52px;
    height: 32px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.search_period li .active {
    background: #d6d6d6;
    color: #ffffff;
}

.search_period button:hover {
    background: #d6d6d6;
    color: #ffffff;
}

.search_sec .search_calendar {
    float: left;
    padding: 0 0 0 10px;
}

.search_calendar input[type="text"] {
    width: 103px;
    height: 30px;
    padding: 0 0 0 5px;
    border: 1px solid #d6d6d6;
    background: url('/design/dypower/img/common/layer/icon_cal.png') no-repeat 81px 7px;
}

.order_select_box .select_box {
    float: left;
    padding: 0 6px 0 0;
}

.order_select_box .select_box select {
    height: 30px;
    width: 130px;
    border: 1px solid #ccc;
}

.order_select_box .search_ordernum input {
    width: 418px;
    height: 28px;
    padding: 0 0 0 3px;
    border: 1px solid #d6d6d6;
    color: #abaab0;
}

.order_select_box .btn_search {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    background-color: #ff4c2e;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 36px;
}

.order_select_box .btn_search span {
    padding: 0 18px 0 0;
    background: url('/design/dypower/img/common/layer/icon_search.png') no-repeat 29px center;
}

.order_select_list>p {
    color: #727272;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 15px 0;
}

.order_select_list>p strong {
    color: #ff4c2e;
}

.order_select_list table {
    width: 100%;
}

.order_select_list th {
    padding: 14px 0;
    border-top: 1px solid #717171;
    background: #f7f7f7;
    color: #707578;
}

.order_select_list td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.order_select_list td img {
    width: 28px;
    margin: 0 10px 0 0;
    border: 1px solid #dbdbdb;
    vertical-align: top;
}

.order_select_list td strong {
    font-weight: bold;
    color: #454440;
}

.order_select_list .order_num {
    color: #2c9ff8;
    text-decoration: underline;
}

.order_select_list .item_name {
    text-align: left;
}

.order_select_list .item_name div {
    display: inline-block;
}

.order_select_list .item_name strong {
    display: block;
    padding: 0 0 5px 0;
    font-weight: normal;
}

.order_select_list .item_name .option {
    color: #a7a7a7;
    font-size: 12px;
}

.order_select_list .page_num_box {
    text-align: center;
    overflow: hidden;
    padding: 20px 0 56px 0;
}

.order_select_list .page_num_box li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.order_select_list .page_num_box li a {
    padding: 3px 8px;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
}

.order_select_cont .btn_box {
    padding: 30px 0 0 0;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.order_select_cont .btn_cancel {
    padding: 1% 4%;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
    background: #ffffff;
    font-weight: bold;
}

.order_select_cont .btn_confirm {
    padding: 1% 4%;
    border: 1px solid #ff4c2e;
    color: #ffffff;
    background: #ff4c2e;
    font-weight: bold;
}

.radio_box {
    position: relative;
    display: inline-block;
    color: #252525;
    cursor: pointer;
}

.radio_label .radio-origin {
    position: absolute;
    top: 4px;
    left: 2px;
    z-index: -1;
}

.radio_label .radio-origin:checked+.radio-clone {
    background-position: 0 -17px;
}

.radio_label .radio-clone {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: url('/design/dypower/img/common/layer/icon_form_radio.png') 0 0 no-repeat;
    background-size: 17px;
}

/* 옵션선택 레이어 */

.option_layer_cont {
    position: relative;
    width: 623px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid #555555;
    background: #ffffff;
}

.option_layer_cont .layer_close {
    position: absolute;
    top: 26px;
    right: 22px;
    cursor: pointer;
}

.option_layer_scroll {
    height: 386px;
    overflow-x: hidden;
    overflow-y: auto;
}

.option_layer_cont h4 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #999999;
    font-size: 17px;
}

.option_tit_box dl {
    overflow: hidden;
}

.option_tit_box dt {
    float: left;
    margin: 18px 0 0 20px;
}

.option_tit_box dt img {
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
}

.option_tit_box dd {
    margin: 18px 0 0 133px;
    padding: 0 5px 13px 5px;
    border-bottom: 1px solid #dadada;
}

.option_tit_box dd strong {
    display: block;
    font-size: 14px;
}

.option_tit_box dd span {
    font-size: 13px;
}

/* 용량 선택 + 메세지 */

.option_select_box .option_chosen {
    margin: 50px 0 0 133px;
    padding: 20px 0 0 5px;
    border-top: 1px solid #e6e6e6;
}

.option_select_box .option_chosena:after {
    display: block;
    clear: both;
    content: "";
}

.option_chosen dl {
    width: 100%;
    padding: 10px 0 10px 0;
}

.option_chosen dl:after {
    display: block;
    clear: both;
    content: "";
}

.option_chosen dt {
    float: left;
    width: 90px;
    font-weight: bold;
    color: #555555;
    word-wrap: break-word;
}

.option_chosen dd {
    float: right;
    width: 357px;
}

.option_chosen dd input[type="text"] {
    width: 325px;
    height: 30px;
    padding: 0 10px 0 10px;
    color: #444;
    border: 1px solid #d0d0d0;
    line-height: 26px;
}

.option_chosen .option_msg {
    display: block;
    font-size: 11px;
}

.option_chosen select {
    width: 325px;
    height: 26px;
    border: 1px solid #cccccc;
}

.option_select_box .option_list {
    margin: 30px 0 0 0;
}

/* 수량 선택 */

.count {
    display: table-cell;
    vertical-align: middle;
    padding: 0 17px;
}

.option_list .goods_qty {
    display: inline-block;
    vertical-align: middle;
}

.option_list .goods_qty .text {
    float: left;
    padding: 0 5px;
    width: 43px;
    outline: none;
    height: 33px;
    border: 1px solid #ccc;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 31px;
    text-align: center;
}

.option_list .goods_qty span {
    float: left;
    margin: 0 0 0 -1px;
}

.option_list .goods_qty span .up {
    background: url('/design/dypower/img/common/btn/btn_count_up.png') no-repeat left top;
}

.option_list .goods_qty span .down {
    margin: -1px 0 0;
    background: url('/design/dypower/img/common/btn/btn_count_down.png') no-repeat left top;
}

.option_list .goods_qty span button {
    display: block;
    width: 23px;
    height: 17px;
    text-indent: -9999px;
}

.option_layer_cont .btn_box {
    padding: 29px 0 0 0;
    border-top: 2px solid #dbdbdb;
    text-align: center;
}

.option_layer_cont .btn_cancel {
    padding: 1.5% 4.5%;
    border: 1px solid #cccccc;
    color: #3e3d3c;
    background: #ffffff;
    font-weight: bold;
}

.option_layer_cont .btn_cancel:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.option_layer_cont .btn_confirm {
    padding: 1.5% 4.5%;
    margin: 0 0 0 5px;
    border: 1px solid #ab3e55;
    color: #ffffff;
    background: #ab3e55;
    font-weight: bold;
}

.option_layer_cont .btn_confirm:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}


/* ----------------------------------- 레이어 공통 ----------------------------------- */

.btn_layer {
    position: relative;
    display: inline-block;
}

#wrap .layer_area strong {
    color: #333333;
}

#wrap .layer_area {
    position: relative;
    z-index: 150;
}

#wrap .ly_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 250px;
    text-align: left;
    border: 1px solid #999999;
    background: #ffffff;
}

#wrap .ly_wrap .ly_tit {
    padding: 13px 35px 11px 15px;
    font-size: 12px;
    background: #f4f4f4;
}

#wrap .ly_wrap .ly_tit strong {
    display: block;
    color: #222222;
    font-weight: bold;
}

#wrap .ly_wrap .ly_cont {
    padding: 0 15px 15px 15px;
}

#wrap .ly_wrap .ly_tit {}

#wrap .ly_wrap .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px;
}

/* 비밀번호 도움말 레이어 */

#wrap .ly_wrap.pw_advice_layer {
    width: 394px;
    top: 0px;
    left: 118px;
}

.pw_advice_layer .pw_advice_list {}

.pw_advice_layer .pw_advice_list ul {}

.pw_advice_layer .pw_advice_list ul li {
    padding: 10px 0 10px 0;
    color: #666666;
    border-top: 1px solid #e8e8e8;
}

.pw_advice_layer .pw_advice_list ul li:first-child {
    border-top: none 0;
}

.pw_advice_layer .pw_advice_list ul li strong {
    font-weight: bold;
}

/* 조건별배송 레이어 */

#wrap .ly_wrap.delivery_layer {
    width: 305px;
    top: 0px;
    left: -219px;
}

/* 지역별추가배송비 레이어 */

#wrap .ly_wrap.delivery_zone_layer {
    width: 305px;
    top: 0px;
    left: -94px;
}

.delivery_zone_layer .delivery_list {
    overflow-y: scroll;
    max-height: 200px;
}

/* 배송비 레잉어 공통 영역 */

.ly_wrap .delivery_list ul {
    border-bottom: 1px solid #e8e8e8;
}

.ly_wrap .delivery_list ul li {
    padding: 10px 5px 10px 5px;
    font-weight: bold;
    border-top: 1px solid #e8e8e8;
}

.ly_wrap .delivery_list ul li:first-child {
    border-top: none 0;
}

.ly_wrap .delivery_list ul li span {
    float: right;
    font-weight: normal;
}

/* QR코드 레이어 */

#wrap .ly_wrap.qrcode_layer {
    width: 290px;
    top: 0px;
    left: auto;
    right: 61px;
}

.qrcode_layer .qrcode_list {}

.qrcode_img_box {
    padding: 0 0 20px 0;
    text-align: center;
}

.qrcode_img_box strong {
    display: block;
}

.qrcode_list dl {
    padding: 0 0 10px 0;
    letter-spacing: -1px;
}

.qrcode_list dt {
    padding: 5px 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
}

.qrcode_list dd {
    padding: 5px 0 5px 0;
}

/* SNS 공유하기 */

#wrap .ly_wrap.sns_layer {
    width: 350px;
    top: 0px;
    left: auto;
    right: 0;
}

.sns_list ul {
    overflow: hidden;
}

.sns_list ul li {
    float: left;
    width: 25%;
    padding: 20px 0 0;
    text-align: center;
}

.sns_list ul li span {
    display: block;
    padding: 5px 0 5px 0;
}

.sns_copy_url {
    position: relative;
    margin: 10px 0 0 0;
}

.sns_copy_url input {
    width: 100%;
    padding-right: 90px;
}

.sns_copy_url button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    font-weight: bold;
}

.sns_copy_url button:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 상품 확대보기 */

.layer_wrap.zoom_layer {
    top: 0;
    left: 0;
}

.layer_wrap.zoom_layer .layer_wrap_cont {
    width: 850px;
}

/* 상품 이미지 크게 보기 */

.layer_wrap .item_photo_view_box {
    float: none;
    position: relative;
    width: 100%;
}

.layer_wrap .item_photo_view {
    overflow: hidden;
}

.layer_wrap .item_photo_big {
    display: table-cell;
    position: relative;
    width: 600px;
    height: 600px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

.layer_wrap .item_photo_big img {
    max-width: 100%;
    max-height: 100%;
}

/* 상품 이미지 슬라이드 */

.layer_wrap .item_photo_slide {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 100px;
    height: 500px;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav {
    font-size: 0;
    width: 100px;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li {
    display: block;
    float: none;
    width: 84px;
    height: 84px;
    padding: 5px 5px 5px 5px;
    /* background:#666;*/
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li img {
    width: 80px;
    height: 80px;
    margin: 2px 2px 2px 2px;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a {
    display: block;
    width: 80px;
}

/* 작은 슬라이드 이미지 오버시, 선택시 */

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a:hover {
    width: 80px;
    height: 80px;
    border: 2px solid #333;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a:hover img {
    margin: 0;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a.on {
    width: 80px;
    height: 80px;
    border: 2px solid #333;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a.on img {
    margin: 0;
}

/* 작은 슬라이드 버튼 */

.layer_wrap .item_photo_slide .slick_goods_prev,
.layer_wrap .item_photo_slide .slick_goods_next {
    position: absolute;
    top: -50px;
    left: 13px;
    padding: 10px;
    z-index: 150;
}

.layer_wrap .item_photo_slide .slick_goods_next {
    bottom: -30px;
    top: auto;
}

/* 쿠폰 다운받기*/

.layer_wrap.coupon_down_layer {
    min-height: 525px;
}

.layer_wrap.coupon_down_layer .layer_wrap_cont {
    width: 656px;
}

.coupon_down_layer .ly_cont {
    margin-top: -11px;
    padding-top: 0;
}

.coupon_down_layer .top_table_type th {
    border-top: none 0;
}

.coupon_down_layer .scroll_box {
    height: 365px;
    border-bottom: 1px solid #dbdbdb;
}

.coupon_down_layer .btn_center_box button {
    margin: 0 2px 0 2px;
}

.layer_wrap .coupon_down_txt {
    padding: 100px 0 50px 0;
    text-align: center;
}

.layer_wrap .coupon_down_txt p {
    font-size: 20px;
}

/* 쿠폰 적용하기 */

.layer_wrap.coupon_apply_layer {
    min-height: 635px;
}

.layer_wrap.coupon_apply_layer .layer_wrap_cont {
    width: 656px;
}

.coupon_apply_layer .ly_cont {
    margin-top: -12px;
    padding-top: 0;
}

.coupon_apply_layer .scroll_box {
    height: 365px;
    border-bottom: 1px solid #dbdbdb;
}

.coupon_apply_layer .btn_center_box button {
    margin: 0 2px 0 2px;
}

/* 쿠폰 총 할인금액, 총 적립금액 */

.coupon_total_box {
    margin: 20px 0 0 0;
    padding: 20px 20px 20px 20px;
    border: 2px solid #d6d6d6;
    text-align: right;
}

.coupon_total_box dl {
    font-size: 0;
}

.coupon_total_box dt {
    display: inline-block;
    font-size: 12px;
}

.coupon_total_box dd {
    display: inline-block;
    min-width: 90px;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.coupon_total_box dd strong {
    padding: 0 2px 0 0;
    font-size: 16px;
    color: #ab3e55;
}

/* 주문 > 쿠폰적용하기 */

.layer_wrap.coupon_apply_layer .layer_wrap_cont h5 {
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.layer_wrap.coupon_apply_layer .top_table_type+h5 {
    margin: 50px 0 0 0;
}

/* ------------------------ 상품후기 쓰기, 상품문의 쓰기 ------------------------ */

.layer_wrap.board_write_layer {
    width: 820px;
    height: 635px;
}

.board_write_layer .scroll_box {
    height: 430px;
    border-bottom: 1px solid #dbdbdb;
}

.board_write_layer .top_item_photo_info {
    overflow: hidden;
    padding: 0 0 15px 0;
}

.board_write_layer .item_photo_box {
    display: table-cell;
    float: left;
    position: relative;
    width: 92px;
    height: 92px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

.board_write_layer .item_photo_box img {
    width: 92px;
    height: 92px;
}

.board_write_layer .item_info_box {
    float: left;
    width: 490px;
    padding: 0 0 0 15px;
}

.board_write_layer .item_info_box h5 {
    padding: 0 0 5px 0;
    font-size: 18px;
}

.board_write_layer .item_info_box em {
    color: #a9a9a9;
}

/* 글쓰기 */

.board_write_layer .board_write_box {
    margin: 10px 10px 0 0;
    padding: 0 0 10px 0;
    border-top: 1px solid #dbdbdb;
}

.board_write_layer .board_write_table {
    width: 100%;
    margin: 0 0 20px 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*border-top:1px solid #3c3c3c;*/
}

.board_write_layer .board_write_table th {
    padding: 13px 0 7px 25px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    background: #fbfbfb;
    text-align: left;
    vertical-align: top;
}

.board_write_layer .board_write_table td {
    height: 32px;
    margin: 0;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
}

.board_write_layer .board_write_table td>input {
    width: 312px;
}

.board_write_layer .board_write_box .category_select select {
    width: 150px;
}

.board_write_layer .board_write_box .write_title {
    width: 90%;
}

.board_write_layer .board_write_box .wirte_editor .form_element {
    margin: 0 0 5px 0;
}

.board_write_layer .board_wirte_agree {
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
}

.board_write_layer .board_write_box .rating_star_list {
    margin: 6px 0 0 0;
}

.board_write_layer .board_write_box .rating_star_list li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.board_write_layer .board_write_box .rating_star {
    display: inline-block;
    width: 88px;
    height: 15px;
    background: url("/design/dypower/img/icon/board/icon_star_bg.png") no-repeat left top;
    vertical-align: middle;
    text-indent: -9999px;
}

.board_write_layer .board_write_box .rating_star span {
    display: block;
    background: url("/design/dypower/img/icon/board/icon_star_fill.png") no-repeat left top;
}

/* 자동등록방지 */

.capcha {
    display: table;
    padding: 10px 0 10px 0;
}

.capcha_img {
    display: table-cell;
    width: 304px;
    height: 106px;
    border: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
}

.capcha_txt {
    display: table-cell;
    padding: 0 0 0 20px;
}

.capcha_txt p {
    margin: 0 0 10px 0;
}

.capcha_txt .btn_gray_list {
    display: block;
    margin: 10px 0 0 0;
}

/* 비밀번호 인증 */

.layer_wrap.password_layer {
    width: 307px;
}

.layer_wrap.password_layer .layer_wrap_cont {
    border: 1px solid #555555;
}

.layer_wrap.password_layer .ly_tit h4 {
    font-size: 14px;
}

.password_layer .ly_cont {
    min-height: 50px;
    text-align: center;
}

.password_layer input {
    width: 200px;
    margin: 15px 0 0 0;
}



/* 주문 취소/환불 사유레이어 */

.refund_cause_layer {
    margin-top: -26px;
}

.refund_cause_layer .ly_cont {
    padding-top: 0;
    padding-bottom: 3px;
}

.refund_cause_layer .ly_tit {
    padding-bottom: 0;
}

.reason_layer .layer_wrap_cont .refund_cause_layer h5 {
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

.reason_layer .refund_cause_layer .left_table_type+h5 {
    margin-top: 0;
}

.refund_cause_type:first-child .refund_cause_infor {
    border-top: none;
}

.refund_cause_infor {
    padding: 9px 10px 10px 20px;
    color: #444444;
    font-weight: bold;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dbdbdb;
    background: #f7f7f7;
}

.refund_cause_infor li {
    margin-top: 1px;
}

.refund_cause_infor li:first-child {
    margin-top: 0;
}

.refund_cause_txt {
    height: 165px;
    padding: 15px 20px;
    color: #777777;
    border-bottom: 1px solid #dbdbdb;
}

@charset "utf-8";
/* CSS Document */

#wrap {
    position: relative;
    min-width: 1200px
}

/* 전체 감싸고 있는 영역에 position:relative, min-width를 주어 scroll배너도 보이게 한다. */

.gnb,
.header_search_cont,
.main_goods_cont,
.sub_content,
.content_info,
.foot_list ul,
.foot_cont,
.foot_certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/* 컨텐츠 사이즈 + 센터정렬 */

/* ------------- 상단 디자인 ------------- */

#header {
    position: relative;
    z-index: 100
}

#header .inner {
    position: relative;
    width: 1200px;
    height: 120px
}

#header .inner .h1_logo {
    padding: 25px 0 20px 0;
}

#header .inner .links {
    display: none;
    position: absolute;
    left: 395px;
    top: 15px
}

#header .inner .links ul:after {
    content: "";
    display: block;
    clear: both
}

#header .inner .links ul li {
    display: inline-block;
    padding: 0 4px
}

#header .inner .links ul li a {
    color: #333;
    font-size: 14px;
}

#header .inner .links ul li:nth-child(5) {
    color: #ccc;
    font-size: 11px;
}

#header .inner .links ul li:nth-child(6) a {
    color: #777;
    font-size: 14px;
}

#header .inner .links ul li:nth-child(7) a {
    color: #777;
    font-size: 14px;
}

#header .inner .links ul li:nth-child(8) a {
    color: #777;
    font-size: 14px;
}

#header .inner .banTR {
    position: absolute;
    right: 0;
    top: 27px
}

#header .header_top {
    height: 33px;
    background: #333333;
}

#header .header_top .header_top_cont {
    position: relative;
    width: 1200px;
    height: 33px;
    margin: 0 auto
}

#header .header_top_cont .sns {
    position: absolute;
    left: 0px;
    height: 33px;
}

#header .header_top_cont .sns a {
    display: inline-block;
    width: 35px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    margin: 0 0 0;
    text-align: center;
}

#header .header_top_cont .sns a:first-child {
    background: #fff;
    color: #555
}

/* 해외몰 */

#header .top_country_list {
    position: absolute;
    top: 10px;
    left: 0px;
}

#header .top_country_list ul {
    font-size: 0;
}

#header .top_country_list ul li {
    display: inline-block;
    padding-right: 2px;
}

/* 해외몰 홈아이콘 타입 노출형 */

#header .top_country_list0 {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 100;
}

#header .top_country_list0 ul {
    font-size: 0;
}

#header .top_country_list0 ul li {
    display: inline-block;
    padding-right: 2px;
}

/* 해외몰 홈아이콘 타입 선택형(국기) */

#header .top_country_list1 {
    position: absolute;
    top: 10px;
    left: 0px;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 100;
}

#header .top_country_list1 .country_tit {
    padding: 4px 32px 3px 9px;
    background: url("/design/dypower/img/etc/select_arrow_down_11x7.png") no-repeat right center;
}

#header .top_country_list1 .country_tit.actvie {
    background: url("/design/dypower/img/etc/select_arrow_up_11x7.png") no-repeat right center;
}

#header .top_country_list1 ul {
    display: block;
    padding: 6px 0 6px 0;
    font-size: 0;
    border-top: 1px solid #999999;
    background: #ffffff;
}

#header .top_country_list1 ul li {
    padding: 4px 0 4px 9px;
}

#header .top_country_list1 ul li a {
    display: block;
}

/* 해외몰 홈아이콘 타입 선택형(국기,언어) */

#header .top_country_list2 {
    position: absolute;
    top: 10px;
    left: 0px;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 100;
}

#header .top_country_list2 .country_tit {
    padding: 4px 32px 3px 9px;
    background: url("/design/dypower/img/etc/select_arrow_down_11x7.png") no-repeat right center;
}

#header .top_country_list2 .country_tit.actvie {
    background: url("/design/dypower/img/etc/select_arrow_up_11x7.png") no-repeat right center;
}

#header .top_country_list2 .country_tit span {
    display: inline-block;
    padding-left: 5px;
}

#header .top_country_list2 ul {
    display: block;
    padding: 6px 0 6px 0;
    font-size: 0;
    border-top: 1px solid #999999;
    background: #ffffff;
}

#header .top_country_list2 ul li {
    padding: 4px 0 4px 9px;
}

#header .top_country_list2 ul li a {
    display: block;
    font-size: 12px;
}

#header .top_country_list2 ul li a span {
    display: inline-block;
    margin-left: 5px;
}

#header .top_country_list2 ul li:hover a span {
    text-decoration: underline;
}

/* 상단 로그인 */

.top_member_box {
    float: right;
    position: relative;
    margin: 8px 0 0 0px;
    line-height: 1;
    z-index: 150;
}

.top_member_box .txt_bar {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 0 0 10px;
    background: #dedede;
    vertical-align: -1px
}

.top_member_box>li {
    float: left;
    position: relative;
}

.top_member_box>li a {
    display: inline-block;
    padding: 4px 0 4px 10px;
    color: #fff;
    font-size: 11px;
}

.top_member_box>li a:hover {
    text-decoration: underline;
}

/*.top_member_box > li:first-child{border-left:0 none;}*/

.top_member_box>li strong {
    color: #FE7800;
}

/* join 캡션 */

.top_member_box>li .accent span,
.top_member_box>li .accent strong {
    display: inline-block;
    min-width: 40px;
    height: 16px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: -1px;
    line-height: 16px;
    background: url("/design/dypower/img/common/bg/bg_accent.png") no-repeat;
}

.top_member_box>li .accent {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 19px;
    width: 160px;
    height: 23px;
    padding: 6px 0 0 0;
    margin-left: -80px;
    text-align: center;
    z-index: 40;
    background: url("/design/dypower/img/common/bg/bg_accent.png") no-repeat -68px -44px;
}

.top_member_box>li .accent span {
    padding-right: 4px;
    background-position: right 0;
}

.top_member_box>li .accent strong {
    padding-left: 3px;
    background-position: 0 0;
}

/* 마이페이지 레이어 */

.top_mypage_cont {
    display: inline-block;
    width: 78px;
    padding: 0 0 0 5px;
}

.top_mypage_cont .top_mypage_tit {
    display: block;
    background: url("/design/dypower/img/etc/select_arrow_down_11x7.png") no-repeat 50px center;
}

.top_mypage_cont .top_mypage_tit a {
    display: inline-block;
    /*padding:4px 21px 4px 14px;*/
}

.top_mypage_cont .top_mypage_tit.active {
    display: block;
    margin-top: -3px;
    border: 1px solid #999999;
    background: url("/design/dypower/img/etc/select_arrow_up_11x7.png") no-repeat 50px center;
}

.top_mypage_cont .top_mypage_tit.active a {
    padding: 6px 0 6px 9px;
}

.top_mypage_cont ul {
    display: block;
    position: absolute;
    top: 19px;
    left: 5;
    width: 76px;
    padding: 3px 0 3px 0;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 40;
}

.top_mypage_cont li {}

.top_mypage_cont li a {
    display: block;
    color: #555;
    padding: 6px 5px 7px 10px;
}

.top_mypage_cont li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #FE7800;
}

.top_mypage_cont+.txt_bar {
    margin: 0;
}

/* ------------- 상단 검색 ------------- */

#header .header_search {}

#header .header_search_cont {
    min-height: 90px;
}

#header .header_search_cont:after {
    display: block;
    clear: both;
    content: "";
}

#header .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

/*인기검색어 추가*/

#header .inner .keyword {
    position: absolute;
    left: 400px;
    top: 85px;
    width: 408px;
    height: 30px;
}

#header .inner .keyword strong {
    display: inline-block;
    padding: 5px;
    margin: 0 0 0 0px;
    color: #fff;
    font-size: 11px;
    border-radius: 6px;
    background: #0DB5C0
}

#header .inner .keyword a {
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
}

/* 검색창 */

#header .top_search {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -204px;
    background: #ffffff;
    z-index: 110;
}

#header .top_search legend {
    display: none;
}

#header .top_search .top_search_cont {}

#header .top_search .top_text_cont {
    ;
    transition: all 0.3s ease-in-out;
    width: 408px;
    border: 1px solid #cccccc;
    background: #ffffff
}

#header .top_search .top_text_cont input {
    border: none 0;
    vertical-align: top;
}

#header .top_search .top_text_cont input::-webkit-input-placeholder {}

#header .top_search .top_text_cont input::-moz-placeholder {}

#header .top_search .top_text_cont input:-ms-input-placeholder {
    line-height: 10px;
}

#header .top_search .top_text_cont .top_srarch_text {
    ;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 33px;
    padding: 5px 45px 5px 15px;
    box-sizing: border-box;
}

#header .top_search .top_text_cont .btn_top_srarch {
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px solid #ececec;
}

#header .top_search .search_cont {
    display: block;
    margin: 0;
    font-size: 0;
    border-top: 0px solid #cccccc;
    background: #ffffff;
}

/* 최근검색어 + 추천 상품이 있을 때 */

.recom_box+.recent_box {
    min-height: 218px;
    border-right: 0px solid #ececec;
}

.recom_box+.recent_box li a {
    width: 55%;
}

/* 최근 검색어 */

.recent_box {
    display: inline-block;
    float: left;
    width: 270px;
    min-height: 65px;
    font-size: 12px;
    text-align: center;
    border-right: none 0;
    vertical-align: top;
}

.recent_box dl {
    padding: 10px 15px 10px 15px;
    text-align: left;
}

.recent_box dt {
    font-size: 13px;
    font-weight: bold;
}

.recent_box dd {padding: 20px 0 0 0;}

.recent_box ul {
    margin-top: -5px;
}

.recent_box li {
    overflow: hidden;
}

.recent_box li a {
    display: block;
    overflow: hidden;
    float: left;
    width: 67%;
    padding: 2px 0 1px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.recent_box li span {
    display: inline-block;
    float: right;
    padding: 3px 0 0 0;
    color: #999999;
    font-size: 10px;
}

.btn_top_search_del {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.btn_top_search_del img{
    display: block;}

/* 삭제 */

/* 추천상품 */

.recom_box {
    display: inline-block;
    box-sizing: border-box;
    float: right;
    width: 138px;
    text-align: center;
    min-height: 218px;
    margin: 10px 0 0 -1px;
    padding: 4px 7.5px 20px 7.5px;
    font-size: 12px;
    border-left: 1px solid #ececec;
}

.recom_box dl {}

.recom_box dt {
    width: 122px;
    padding: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.recom_box dd {}

.recom_box .recom_photo {
    display: table-cell;
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #ececec;
    vertical-align: middle;
    text-align: center;
}

.recom_box .recom_photo img {
    max-width: 120px;
}

.recom_box .recom_tit {
    display: block;
    width: 120px;
    padding: 10px 0 0 0;
}

/* 추천상품만 있을 때 */

.recom_box_only {
    min-height: 218px;
    margin: 10px auto 0 auto;
    padding: 0 0 20px 0;
    font-size: 12px;
    text-align: center;
}

.recom_box_only dl {}

.recom_box_only dt {
    padding: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.recom_box_only dd {}

.recom_box_only .recom_photo {
    display: table-cell;
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #ececec;
    vertical-align: middle;
}

.recom_box_only .recom_photo img {
    max-width: 120px;
}

.recom_box_only .recom_tit {
    display: block;
    width: 120px;
    padding: 10px 0 0 0;
}

.recom_box_only .recom_item_cont {
    width: 160px;
    margin: 0 auto;
    text-align: left;
}

/* 추천상품 내용 */

.recom_info_cont {
    display: table-cell;
    vertical-align: middle;
}

.recom_tit_box {
    padding: 5px 0 0 0;
}

.recom_tit_box .item_brand {
    display: block;
    color: #444444;
}

.recom_tit_box .item_name {
    display: block;
    letter-spacing: -1px;
}

.recom_tit_box .item_name_explain {
    display: block;
    overflow: hidden;
    height: 14px;
    padding: 2px 10px 0 0px;
    color: #a8a8a8;
    line-height: 1.2;
}

.recom_icon_box {
    margin: -5px 0 0 0;
    padding: 10px 0 0 0;
}

.recom_icon_box img {
    display: inline-block;
    padding: 5px 0 0 0;
}

.recom_money_box {
    padding: 10px 0 0 0;
    line-height: 1;
}

.recom_money_box del {
    display: block;
    color: #ffb200;
}

.recom_money_box .item_price {
    display: block;
    padding: 7px 0 5px 0;
    font-size: 14px;
}

.recom_money_box .item_sale {
    display: block;
    font-size: 14px;
    color: #282828;
}

.recom_money_box .item_mileage {
    display: block;
    padding: 5px 0 5px 0;
    line-height: 1.5;
}

.recom_money_box .item_mileage img {
    vertical-align: middle;
}

.recom_number_box {
    padding: 10px 0 0 0;
    font-size: 11px;
    color: #a8a8a8;
}

.recom_number_box .num_mileage {
    display: block;
}

.recom_number_box .num_code {
    display: block;
}

/* 추천상품 soldout */

.recom_photo .item_soldout_bg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    filter: alpha(opacity=60);
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.recom_box .item_soldout_bg img {
    position: relative;
    vertical-align: middle;
}

.recom_box.item_soldout .recom_photo .item_soldout_bg {
    display: block;
}

.recom_box.item_soldout .recom_photo .item_soldout_bg:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}

/* 전체삭제, 닫기 버튼 */

.seach_top_all {
    overflow: hidden;
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    clear: both;
}

.seach_top_all .btn_top_search_all_del {
    float: left;
    padding: 0 15px 0 15px;
    color: #999999;
    font-size: 11px;
    line-height: 30px;
}

.seach_top_all .btn_top_search_close {
    float: right;
    padding: 0 15px 0 15px;
    color: #999999;
    font-size: 11px;
    line-height: 30px;
}

.seach_top_all strong {
    font-weight: normal;
}

/* ------------- 상단 GNB 영역 ------------- */

#header .header_gnb {}

/* gnb */

#header .gnb {
    position: relative;
    /* font-size:0;*/
}

#header .gnb .gnb_all {
    float: left;
    display: block;
    vertical-align: top;
    text-align: left;
}

#header .gnb .gnb_all a {
    font-size: 12px;
}

#header .gnb .gnb_all strong {
    display: none;
}

/* 전체 메뉴 */

#header .gnb_allmenu_wrap {
    display: inline-block;
}

#header .gnb_allmenu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    font-size: 12px;
    z-index: 100;
    background: #ffffff;
    border-top: none !important;
    border: 1px solid #dcdcdc;
}

#header .gnb_allmenu_box {
    min-height: 359px;
    padding: 20px 20px;
    max-height: 528px;
    overflow-y: auto;
}

#header .gnb_allmenu_box .gnb_scroll_box {
    overflow-y: scroll;
    height: 350px;
}

/* 전체 메뉴 버튼 */

.btn_all_menu_open {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 64px;
    height: 61px;
    background: #333 url('/design/dypower/img/common/btn/btn_allmenu_open.png') no-repeat center center;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0;
}

.btn_all_menu_close {
    position: absolute;
    top: -59px;
    left: -1px;
    width: 64px;
    height: 59px;
    background: #333 url('/design/dypower/img/common/btn/btn_allmenu_close.png') no-repeat center center;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0;
}

/* 전체 메뉴 내용 */

.gnb_allmenu_box ul {
    font-size: 0;
    width: 100%;
    margin: -30px 0 0 0
}

.gnb_allmenu_box ul li {
    display: inline-block;
    margin: 30px 0 0 0;
    text-align: center;
    line-height: 1;
    vertical-align: top;
}

.gnb_allmenu_box ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
}

.gnb_allmenu_box ul li a>img {
    max-width: 180px;
}

.gnb_allmenu_box .all_menu_cont {
    padding: 0 20px 0 20px;
}

.gnb_allmenu_box .all_menu_cont>a {
    padding: 7px 0;
    margin: 0 0 5px;
    border-bottom: 2px solid #666;
}

.gnb_allmenu_box .all_depth1,
.gnb_allmenu_box .all_depth2,
.gnb_allmenu_box .all_depth3 {
    margin: 0;
}

.gnb_allmenu_box .all_depth1 a,
.gnb_allmenu_box .all_depth2 a,
.gnb_allmenu_box .all_depth3 a {
    font-weight: normal;
}

.gnb_allmenu_box .all_depth1 li,
.gnb_allmenu_box .all_depth2 li,
.gnb_allmenu_box .all_depth3 li {
    display: block;
    margin: 0;
    padding: 7px;
}

.gnb_allmenu_box .all_depth1 {}

.gnb_allmenu_box .all_depth1 li a {
    color: #666666;
    font-size: 14px;
    text-align: left;
}

.gnb_allmenu_box .all_depth1 li a:hover {
    text-decoration: underline;
}

.gnb_allmenu_box .all_depth2 {}

.gnb_allmenu_box .all_depth2 li a {
    font-size: 12px;
}

.gnb_allmenu_box .all_depth2 li ul {
    display: none !important
}

.gnb_allmenu_box .all_depth2 li:hover ul {
    display: block !important
}

.gnb_allmenu_box .all_depth3 {}

.gnb_allmenu_box .all_depth3 li {
    padding-left: 10px;
}

.gnb_allmenu_box .all_depth3 li a {
    color: #888888;
    font-size: 12px;
}

.gnb_allmenu_box .all_depth1 li ul {
    display: none
}

.gnb_allmenu_box .all_depth1 li {
    position: relative;
}

.gnb_allmenu_box .all_depth1 li:hover {
    background: #f7f7f7;
}

.gnb_allmenu_box .all_depth1 li:hover>a {
    text-decoration: none
}

.gnb_allmenu_box .all_depth1 li:hover ul {
    display: block;
    position: absolute;
    left: 150px;
    top: -1px;
    width: 190px;
    border: 1px solid #dedede;
    background: #fff;
    z-index: 1000
}

.gnb_allmenu_box .all_depth1 li:hover ul:after {
    content: "";
    display: block;
    clear: both
}

/* brandArea */

.gnb_allmenu_box1 ul {
    font-size: 0;
    width: 100%;
    margin: -30px 0 0 0
}

.gnb_allmenu_box1 ul li {
    display: inline-block;
    margin: 30px 0 0 0;
    text-align: center;
    line-height: 1;
    vertical-align: top;
}

.gnb_allmenu_box1 ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
}

.gnb_allmenu_box1 ul li a>img {
    max-width: 180px;
}

#brandArea.ul {
    font-size: 0;
    width: 100%;
    margin: -30px 0 0 0
}

#brandArea.ul li {
    display: inline-block;
    margin: 30px 0 0 0;
    text-align: center;
    line-height: 1;
    vertical-align: top;
}

#brandArea.ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
}

#brandArea.ul li a>img {
    max-width: 180px;
}

#brandArea .all_menu_cont {
    padding: 0 20px 0 20px;
}

#brandArea .all_menu_cont>a {
    padding: 7px 0;
    margin: 0 0 5px;
}

#brandArea .all_depth1,
#brandArea .all_depth2,
#brandArea .all_depth3 {
    margin: 0;
}

#brandArea .all_depth1 a,
#brandArea .all_depth2 a,
#brandArea .all_depth3 a {
    font-weight: normal;
}

#brandArea .all_depth1 li,
#brandArea .all_depth2 li,
#brandArea .all_depth3 li {
    display: block;
    margin: 0;
    padding: 7px;
    font-size: 14px;
}

#brandArea .all_depth1 {}

#brandArea .all_depth1 li a {
    font-size: 14px;
    text-align: left;
}

#brandArea .all_depth1 li a:hover {
    text-decoration: underline;
}

#brandArea .all_depth2 {}

#brandArea .all_depth2 li a {
    color: #fff;
}

#brandArea .all_depth2 li ul {
    display: none !important
}

#brandArea .all_depth2 li:hover ul {
    display: block !important
}

#brandArea .all_depth3 {}

#brandArea .all_depth3 li {
    padding-left: 10px;
}

#brandArea .all_depth3 li a {}

#brandArea .all_depth1 li ul {
    display: none
}

#brandArea .all_depth1 li {
    position: relative;
}

#brandArea .all_depth1 li:hover {
    background: #444;
}

#brandArea .all_depth1 li:hover>a {
    color: #fff;
    text-decoration: none
}

#brandArea .all_depth1 li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 190px;
    background: #333;
    z-index: 1000
}

#brandArea .all_depth1 li:hover ul:after {
    content: "";
    display: block;
    clear: both
}

/* gnv메뉴 및 HOME 버튼 */

#gnv {
    position: relative;
    width: 100%;
    height: 59px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #fff
}

#gnv .shadow {
    display: none;
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 1200px;
    margin: 0 -600px 0 -600px;
    z-index: 1
}

.brands {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 59px;
    border-bottom: 1px solid #dcdcdc;
    background: #f7f7f7;
    z-index: 1
}

.brands .inner {
    position: relative;
    width: 1200px;
    height: 59px;
    margin: 0 auto
}

.brands h2 {
    float: left;
    width: 64px;
    height: 59px;
    line-height: 59px;
    background: #FF0002;
}

.brands h2 a {
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    height: 59px;
    line-height: 59px;
}

.brands .inner .list {
    float: left;
    display: table;
    box-sizing: border-box;
    width: 1136px;
    height: 59px;
    text-align: center;
}

/*.brands .inner .list img { height:28px }*/

.brands .inner .list a {
    display: table-cell;
    vertical-align: middle
}

.brands .shadow {
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 1200px;
    margin: 0 -600px 0 -600px;
    z-index: 1
}

/* gnb 양쪽 버튼 */

#header .gnb_left {
    display: none;
    margin: 0 0 0 48px;
    font-size: 0;
    vertical-align: top;
}

#header .gnb_left a {
    display: inline-block;
    width: 49px;
    height: 49px;
    background: url('/design/dypower/img/common/btn/btn_arrow_left_over.png') no-repeat center;
}

#header .gnb_left a.active {
    background: url('/design/dypower/img/common/btn/btn_arrow_left.png') no-repeat center;
}

#header .gnb_menu_box {
    float: right;
    display: block;
    margin: 0 0 0 64px;
    height: 59px;
    vertical-align: top;
    box-sizing: border-box;
}

#header .gnb_right {
    display: none;
}

#header .gnb_right a {
    display: none;
    width: 49px;
    height: 49px;
    text-indent: -9999em;
    background: url('/design/dypower/img/common/btn/btn_arrow_right_over.png') no-repeat center;
}

#header .gnb_right a.active {
    background: url('/design/dypower/img/common/btn/btn_arrow_right.png') no-repeat center;
}

#header .gnb .caL {
    display: none;
    float: left;
}

#header .gnb .caL {
    box-sizing: border-box;
    height: 59px
}

#header .gnb .caL .caLm>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #dcdcdc
}

#header .gnb .caL .caLm>li>a {
    display: block;
    padding: 5px 42px 5px;
    letter-spacing: -1px;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 49px;
}

/*#header .gnb .caL .caLm > li > a.color {color:#FF8000}*/

#header .gnb .caL .caLm>li:hover>a span {
    border-bottom: 3px solid #444
}

#header .gnb .caL .caLm>li:hover>ul {
    display: block;
    border: 1px solid #444;
    border-top: none
}

#header .gnb .caL .caLm>li>ul>li {
    position: relative;
    display: block;
    text-align: center
}

#header .gnb .caL .caLm>li>ul>li>a {
    display: block;
    /*width:100%;*/
    padding: 5px 10px 7px;
    font-size: 12px;
}

#header .gnb .caL .caLm>li>ul>li>a:hover {
    color: #FE7800;
    font-weight: bold
}

#header .gnb .caL .caLm>li>ul {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100000;
}

#header .gnb .caL .caLm>li>ul>li>ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 100000;
}

#header .gnb .caL .caLm>li>ul>li:hover>ul {
    display: block;
    border: 1px solid #444
}

#header .gnb .caL .caLm>li>ul>li>ul>li {
    display: block;
    text-align: center;
    background: #f7f7f7
}

#header .gnb .caL .caLm>li>ul>li>ul>li>a {
    display: block;
    /*width:100%;*/
    padding: 5px 10px 7px;
    font-size: 12px;
}

#header .gnb .caL .caLm>li>ul>li>ul>li>a:hover {
    color: #FE7800;
    font-weight: bold
}

/* 뎁스메뉴 보더 */

#header .gnb_menu_box {
    /*width:1040px;width:735px;*/
    /*border:1px solid #333;*/
}

#header .gnb_menu_box ul {
    border: 0px solid #dcdcdc;
}

/* 상단메뉴 최상위 */

#header .gnb .depth0 {
    position: relative;
    font-size: 0;
    vertical-align: top;
    border: none;
    overflow: hidden;
    height: 59px;
}

#header .gnb .depth0>li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #dcdcdc
}

#header .gnb .depth0>li>a {
    display: block;
    padding: 5px 17px 5px;
    letter-spacing: -1px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 49px;
}

#header .gnb .depth0>li>a>img {
    max-height: 45px;
    vertical-align: middle;
}

#header .gnb .depth0>li:hover>a span {
    padding: 0 0 3px;
    border-bottom: 3px solid #444
}

#header .gnb .gnb_menu0 {}

/* 상단메뉴 1뎁스 */

#header .gnb .depth1 {
    text-align: left;
    border: 1px solid #dcdcdc;
    max-height: 568px;
    overflow-y: auto;
}

#header .gnb .depth1>li {
    display: inline-block;
    box-sizing: border-box;
    width: 12.5%;
    min-height: 370px;
    text-align: left;
    vertical-align: top;
    margin-top: -1px;
    border-top: 1px solid #dcdcdc;
}

#header .gnb .depth1>li:nth-child(8n) a {
    border-right: none !important
}

#header .gnb .depth1>li:hover {
    background: #f7f7f7;
}

#header .gnb .depth1>li:hover>a:nth-child(1) {
    background: #ff0000;
    color: #fff
}

#header .gnb .depth1>li>a {
    display: block;
    /*width:100%;*/
    padding: 5px 5px 7px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f7f7f7;
}

#header .gnb .depth1 .stepban {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 0;
}

/* 상단메뉴 2,3,4 뎁스 CSS */

#header .gnb .depth2 {}

#header .gnb .depth2 li {
    position: relative;
}

#header .gnb .depth2 li a {
    display: block;
    /*width:100%;*/
    padding: 3px 5px 3px;
    font-size: 12px;
}

#header .gnb .depth2 li:hover a {
    color: #fff;
    background: #666
}

#header .gnb .depth3 {
    z-index: 100000;
}

#header .gnb .depth3 li a:hover {
    background: #444
}

/* 상단 메뉴 뎁스 위치 */

#header .gnb .depth1 {
    display: none;
    position: absolute;
    top: 59px;
    right: 0px;
    width: 1200px;
    background: #ffffff;
    z-index: 10000;
}

#header .gnb .depth2 {
    display: block !important;
    position: relative;
    width: 100%;
}

#header .gnb .depth3 {
    display: none;
    position: absolute;
    top: 0px;
    left: 99%;
    width: 160px;
    background: #ffffff;
}

#header .gnb .depth4 {
    display: none;
    position: absolute;
    top: 0px;
    left: 99%;
    width: 160px;
    background: #ffffff;
}

/* MECA시리즈 상단 메뉴 호버 박스 크기 다르게 할때
#header .gnb .depth0 li:nth-child(1) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(2) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(3) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(4) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(5) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(6) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(7) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(8) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(9) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
#header .gnb .depth0 li:nth-child(10) .depth1 {display:none; position:absolute; top:59px; left:0; width:500px; height:630px; background:#ffffff; z-index:10000;}
*/

/* 공지사항 롤링 */

.notice_rolling {
    display: none;
    overflow: hidden;
    position: absolute !important;
    top: 10px;
    right: 0px;
    width: 325px;
    height: 29px;
}

.notice_rolling ul {
    float: left;
    width: 280px;
    height: 29px;
    font-size: 12px;
}

.notice_rolling ul li {}

.notice_rolling ul li a {
    overflow: hidden;
    display: block;
    padding: 7px 5px 7px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    line-height: 1;
}

.notice_rolling ul li a:hover {
    text-decoration: underline;
    color: #FE7800;
}

.notice_rolling .btn_notice_rolling {
    float: right;
    padding: 5px 0 0 0;
}

.notice_rolling .btn_notice_rolling a {
    display: inline-block;
    margin-left: -1px;
}

/* ------------- 컨텐츠 시작 ------------- */

#container {
    margin-top: 50px;
    border-top: 0px solid #224C42;
}

#contents {
    min-height: 400px;
    padding: 0 0 80px 0;
}

#contents:after {
    display: block;
    clear: both;
    content: "";
}

.mbox {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.mbox .inner {
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.mbox .inner .mslide {
    position: absolute;
    left: 0;
    top: 31px;
    width: 780px;
    height: 337px;
    overflow: hidden
}

.mbox .inner .mr {
    position: absolute;
    right: 0;
    top: 31px;
}

.mbox .inner .mr a {
    display: block;
    margin: 0 0 23px
}

/* ------------- 페이지 위치 ------------- */

.location_wrap {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ededed;
    /*background:#f9f9f9;*/
}

.location_wrap .location_cont {
    width: 1200px;
    margin: 0 auto;
}

.location_wrap .location_cont:after {
    display: block;
    clear: both;
    content: "";
}

.location_cont em{
    display: block;
    float: left;
    padding: 12px 0 10px 0;
    color: #777777;
    font-size: 11px;
}
.location_cont em a{
    font-size: 11px;}
.location_cont .local_home {
    color: #777777;
}

.location_cont .local_home:hover {
    text-decoration: underline;
}

/* 페이지 셀렉트 레이어 */

.sub_content .location_wrap {
    margin: -25px 0 15px 0;
    border-bottom: none 0;
}

.location_cont em+.location_select {
    margin-left: 5px;
}

.location_select {
    display: inline-block;
    position: relative;
    min-width: 150px;
    margin: 7px 0 0 0;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 50;
}

.location_select .location_tit {
    background: url("/design/dypower/img/etc/select_arrow_down_11x7.png") no-repeat right center;
}

.location_select .location_tit.actvie {
    background: url("/design/dypower/img/etc/select_arrow_up_11x7.png") no-repeat right center;
}

.location_select .location_tit span {
    display: inline-block;
    padding-left: 5px;
}

.location_select .location_tit a {
    display: block;
    padding: 5px 32px 6px 9px;
    font-size: 11px;
}

.location_select ul {
    display: block;
    position: absolute;
    top: 22px;
    left: 0px;
    width: 100%;
    margin-left: -1px;
    padding: 6px 0 6px 0;
    font-size: 0;
    border: 1px solid #999999;
    background: #ffffff;
}

.location_select ul li {
    /*padding:4px 0 4px 9px;*/
}

.location_select ul li a {
    display: block;
    padding: 4px 5px 5px 10px;
    font-size: 11px;
}

.location_select ul li a span {
    display: inline-block;
}

.location_select ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #FE7800;
}

/* ------------- 서브 컨텐츠 시작 ------------- */

.sub_content {
    padding: 45px 0 0 0;
}

.sub_content:after {
    display: block;
    clear: both;
    content: "";
}

/* ------------- 서브 사이드 영역 ------------- */

.sub_content .side_cont {
    float: left;
    width: 200px;
}

/* 서브 사이드 메뉴 */

.side_cont .sub_menu_box {
    min-height: 250px;
    padding: 0 0 50px 0;
}

.side_cont .sub_menu_box h2 {
    padding: 0 0 14px 10px;
    border-bottom: 1px solid #ececec;
}

.side_cont .sub_menu_box .sub_menu {
    margin: 7px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu li {
    padding: 1px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu a {
    display: block;
    padding: 7px 0 6px 10px;
    font-size: 14px;
}

.side_cont .sub_menu_box .sub_menu a:hover,
.side_cont .sub_menu_box .sub_menu .active {
    font-weight: bold;
    background: #f8f8f8;
    color: #FE7800;
}

.side_cont .sub_menu_box .sub_menu .sub_depth1 {
    margin: 0 0 15px 0;
}

.side_cont .sub_menu_box .sub_menu .sub_depth1 li {}

.side_cont .sub_menu_box .sub_menu .sub_depth1 a {
    padding: 0 0 0 10px;
    font-size: 12px;
}

/*.sub_menu_box{display:block; padding:10px 0 45px 0; vertical-align:top;}*/

/* 서브 뎁스메뉴 보더 */

.sub_menu_box.layer_type ul>li>ul {
    padding: 10px 0 10px 0;
    border: 1px solid #cacaca;
}

/* 서브메뉴 최상위(0뎁스) */

.sub_menu_box .sub_depth0 {
    padding: 0;
    font-size: 0;
    vertical-align: top;
    border: none;
}

.sub_menu_box .sub_depth0>li {
    position: relative;
    display: block;
    vertical-align: top;
}

.sub_menu_box .sub_depth0>li>a {
    display: block;
    padding: 0 10px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.sub_menu_box .sub_depth0>li>a.active {
    background: url('/design/dypower/img/common/btn/btn_gnb_list_over.png') no-repeat right center;
    background-color: #f8f8f8;
}

/* 서브메뉴 1뎁스 */

.sub_menu_box .sub_depth1>li {}

.sub_menu_box .sub_depth1>li>a {
    display: block;
    padding: 5px 10px 7px;
    font-size: 12px;
}

.sub_menu_box .sub_depth1>li>a:hover {
    background: #FE7800;
}

.sub_menu_box .sub_depth1>li>a.active {
    background: #FE7800;
}

/* 서브메뉴 2,3,4 뎁스 CSS */

.sub_menu_box .sub_depth1 li {
    position: relative;
}

.sub_menu_box .sub_depth1 li a {
    display: block;
    padding: 5px 10px 7px;
    font-size: 12px;
}

.sub_menu_box .sub_depth1 li a:hover {
    background: #FE7800;
}

.sub_menu_box .sub_depth1 li a.active {
    background: #FE7800;
}

/* 서브 레이어 타입 */

.sub_menu_box.layer_type a:hover,
.sub_menu_box.layer_type a.active {
    color: #ffffff;
}

.sub_menu_box.layer_type .sub_menu0>li>a {
    padding: 10px 10px 10px 20px;
}

.sub_menu_box.layer_type .sub_menu0>li>a:hover,
.sub_menu_box.layer_type .sub_menu0>li>a.active {
    color: #333333;
}

.sub_menu_box.layer_type .sub_menu0>li>a img {
    max-width: 100%;
}

.sub_menu_box.layer_type .sub_depth1 {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    min-width: 160px;
    background: #ffffff;
    z-index: 100;
}

.sub_menu_box.layer_type .sub_depth2 {
    display: none;
    position: absolute;
    top: -11px;
    left: 160px;
    min-width: 160px;
    background: #ffffff;
}

.sub_menu_box.layer_type .sub_depth3 {
    display: none;
    position: absolute;
    top: -11px;
    left: 160px;
    min-width: 160px;
    background: #ffffff;
}

.sub_menu_box.layer_type .sub_depth4 {
    display: none;
    position: absolute;
    top: -11px;
    left: 160px;
    min-width: 160px;
    background: #ffffff;
}

/* 서브 트리형 타입 */

.sub_menu_box.tree_type ul {
    border: none 0;
}

.sub_menu_box.tree_type ul li a:hover {
    background: none 0;
    color: #333333;
    font-weight: bold;
}

.sub_menu_box.tree_type .sub_depth1 {
    display: block;
    position: static;
    padding: 0 0 0 15px;
}

.sub_menu_box.tree_type .sub_depth2 {
    display: block;
    position: static;
    padding: 0 0 0 10px;
}

.sub_menu_box.tree_type .sub_depth3 {
    display: block;
    position: static;
    padding: 0 0 0 10px;
}

.sub_menu_box.tree_type .sub_depth4 {
    display: block;
    position: static;
    padding: 0 0 0 10px;
}

.side_cont .sub_menu_box.tree_type .sub_menu a {
    display: block;
    padding: 0;
    font-size: 14px;
}

.side_cont .sub_menu_box.tree_type .sub_menu a:hover,
.side_cont .sub_menu_box.tree_type .sub_menu .active {
    font-weight: normal;
    background: none 0;
}

/* 그룹(구분) 카테고리 */

.group_tit {
    display: block;
    padding: 0;
    margin: 0 20px;
    font-size: 14px;
}

/* 서브사이드  마이페이지 */

.side_cont .sub_menu_box .sub_menu_mypage {
    margin: 7px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu_mypage>li {
    padding: 8px 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    background: url('/design/dypower/img/common/lnb_tit.png') no-repeat top left;
}

.side_cont .sub_menu_box .sub_menu_mypage>li:first-child {
    margin: 30px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu_mypage a {
    display: block;
    padding: 7px 0 6px 0;
    font-size: 14px;
}

.side_cont .sub_menu_box .sub_menu_mypage a:hover,
.side_cont .sub_menu_box .sub_menu_mypage .active {
    font-weight: bold;
    background: #f8f8f8;
    color: #FE7800;
}

.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 {
    margin: 5px 0 25px 0;
}

.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 li {
    padding: 1px 0 0 0;
    font-weight: normal;
}

.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 a {
    font-size: 12px;
    text-indent: 10px;
}

/* 서브 사이드 정보 */

.side_cont .info_box {
    padding: 0 0 0 10px;
}

.side_cont .info_box dl {
    margin: 30px 0 0 0;
}

.side_cont .info_box dl:first-child {
    margin: 0 0 0 0;
}

.side_cont .info_box dt {
    padding: 8px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    background: url('/design/dypower/img/common/lnb_tit.png') no-repeat top left;
}

.side_cont .info_box dd {}

.side_cont .info_box .info_num {
    font-size: 14px;
    color: #FE7800;
}

.side_cont .info_box .info_mail_link {
    display: block;
    padding: 0 0 3px 0;
}

.side_cont .info_box .info_mail_link:hover {
    text-decoration: underline;
}

/* 서브 사이드 검색 페이지 */

.sub_search_box dl {
    margin: 40px 0 0 0;
}

.sub_search_box dl:first-child {
    margin: 0;
}

.sub_search_box dl dt {
    padding: 5px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    background: url(/design/dypower/img/common/lnb_tit.png) no-repeat top left
}

.sub_search_box dl dd .select_box {
    display: inline-block;
    padding-right: 5px;
    margin: 0 0 5px 0;
}

.sub_search_box dl dd select {
    width: 198px;
}

.sub_search_box .chosen-container {
    width: 198px;
}

.sub_search_box .benefit_box {
    margin: 12px 0 0 0;
}

.sub_search_box .benefit_box span {
    display: inline-block;
    width: 48%;
    padding: 0 0 9px 0;
}

.sub_search_box .benefit_box span input {
    display: none;
}

.sub_search_box .benefit_box span label {
    display: inline-block;
    font-size: 12px;
    padding-left: 22px;
    cursor: pointer;
    background: url('/design/dypower/img/icon/goods_icon/icon_check_off.png') no-repeat left center;
}

.sub_search_box .benefit_box span label:hover {
    background: url('/design/dypower/img/icon/goods_icon/icon_check_hover.png') no-repeat left center;
}

.sub_search_box .benefit_box span label.on {
    background: url('/design/dypower/img/icon/goods_icon/icon_check_active.png') no-repeat left center;
}

.sub_search_box .color_box {
    padding: 0 0 10px 0;
}

.sub_search_box .color_box span {
    display: inline-block;
    padding-right: 2px;
}

.sub_search_box .color_box span input {
    display: none;
}

.sub_search_box .color_box span label {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

.sub_search_box .color_box span .active {
    background-image: url('/design/dypower/img/icon/goods_icon/icon_color_chk_on.png') !important;
}

.sub_search_box .price_box {
    margin: 12px 0 0 0;
    display: inline-block;
}

.sub_search_box .price_box input {
    height: 24px;
    width: 175px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    line-height: 24px;
}

.sub_search_box .price_box span {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    vertical-align: top;
    line-height: 22px;
}

.sub_search_box .quick_btn {
    padding: 40px 0;
    text-align: center;
}

.sub_search_box .quick_btn input {
    display: inline-block;
    padding: 10px 87px;
    border: 1px solid #979797;
    background: #979797;
    color: #fff;
    cursor: pointer;
}

.sub_search_box .quick_btn input:hover {
    background: #626262;
    border: 1px solid #626262;
}

label.check-s.color-white {
    border: #dfdfdf 1px solid;
}

.sub_search_box .color_box span label.check-s.color-white.active {
    background-image: url('/design/dypower/img/icon/goods_icon/icon_color_chk_on_white.png') !important
}

/* 서브메뉴 컨텐츠 내용 시작 */

.sub_content .content {
    width: 100%;
    min-height: 500px;
    padding: 0;
}

/* 서브 메뉴가 왼쪽일때 */

#contents .sub_content>.side_cont+.content {
    float: left;
    width: 860px;
    padding: 0 0 0 40px;
}

/* 서브 메뉴가 오른쪽일때 */

#contents .sub_content>.content+.side_cont {
    padding: 0 0 0 40px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth1 {
    right: 200px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth2 {
    right: 160px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth3 {
    right: 160px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth4 {
    right: 160px;
}

/* 전체 100% 컨텐츠 영역 */

.main_goods_cont {
    padding: 30px 0 0
}

.content_box {
    float: left;
    width: 100%;
}

.box_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.box_image {
    position: relative;
    width: 100%;
    height: 100%
}
.box_image img{
    object-fit: cover;}

/* ------------- 하단 디자인 ------------- */

/* 컨텐츠 하단 */

.content_info_wrap {
    border-bottom: 1px solid #e3e3e3;
}

.content_info {
    overflow: hidden;
    padding: 50px 0 40px 0;
}

.content_info h3 {
    padding: 0 0 5px 0;
    color: #222222;
    font-size: 14px;
}

/* cs center */

.content_info .cs_center {
    float: left;
    width: 31%;
}

.content_info .cs_center strong {
    display: block;
    padding: 0 0 7px 0;
    color: #ab3e55;
    font-size: 18px;
}

.content_info .cs_center p {
    color: #777777;
}

/* bank info */

.content_info .bank_info {
    float: left;
    width: 31%;
    padding: 0 40px;
}

.content_info .bank_info strong {
    display: block;
    padding: 0 0 7px 0;
    color: #ab3e55;
    font-size: 18px;
}

.content_info .bank_info em {
    font-weight: bold;
}

/* notice */

.content_info .notice_list {
    float: left;
    width: 31%;
}

.content_info .notice_list h3>a {
    color: #222222;
}

.content_info .notice_list h3>a:hover {
    text-decoration: none;
}

.content_info .notice_list ul {
    padding: 0 0 0 0;
}

.content_info .notice_list li {
    padding: 2px 0 1px 0;
}

.content_info .notice_list a {
    display: inline-block;
    overflow: hidden;
    width: 95%;
    color: #717171;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.content_info .notice_list a:hover {
    text-decoration: underline;
}

.content_info .notice_list span {
    display: inline-block;
}

/* 풋터 */

#footer_wrap {
    position: relative;
    border-top: 0px solid #e3e3e3;
}

#footban {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 390px;
    overflow: hidden;
}

#footban .frontimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1202px;
    height: 390px;
    overflow: hidden;
    background: url("/design/dypower/img/main/foot_ban.jpg") fixed top center
}

#banner {
    position: absolute;
    top: 10px;
    left: -100px;
    width: 90px;
    z-index: 1
}

#quick {
    position: absolute;
    top: 10px;
    right: -100px;
    width: 90px;
    z-index: 1
}

#quick .top {
    padding: 10px 0 0 3px;
}

#footer {
    position: relative;
    width: 100%;
    padding: 0 0 35px;
    background: #2d2d30
}

#footer .inner {
    position: relative;
    width: 1202px;
    height: 450px;
    margin: 0 auto
}

#footer .inner .teltime {
    position: absolute;
    left: 0px;
    top: 120px
}

#footer .inner .teltime span {
    display: block
}

#footer .inner .teltime span.tel {
    font-size: 23px;
    font-weight: bold;
    color: #969698
}

#footer .inner .teltime span.time {
    margin: 10px 0 0;
    font-size: 12px;
    color: #969698
}

#footer .inner .hosting {
    position: absolute;
    right: 0;
    bottom: 20px;
}

#footer .inner .logobottom {
    position: absolute;
    left: 0;
    top: 45px
}

#footer .inner .logobottom img {
    height: 55px
}

#footer .inner .footer {
    position: absolute;
    left: 317px;
    top: 45px
}

#footer .inner .footer * {
    color: #969698
}

#footer .inner .footer .customer li {
    float: left;
    padding: 0 70px 0 0
}

#footer .inner .footer .customer li.insta {
    width: 280px;
    padding: 0;
    margin-top: -3px
}

#footer .inner .footer .customer li.insta h3 span {
    float: right
}

/* notice */

.notice_list {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.notice_list ul {
    padding: 5px 0 0 0;
}

.notice_list li {
    padding: 2px 0 1px 0;
}

.notice_list ul li {}

.notice_list ul li a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #717171;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.notice_list ul li a:hover {
    text-decoration: underline;
}

.notice_list span {
    display: inline-block;
}

.notice_list span img {
    vertical-align: text-top;
}

#footer .inner .footer .customer h3 {
    height: 35px;
    font-size: 15px;
}

#footer .inner .footer .customer a {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

#footer .inner .footer .customer:after {
    content: "";
    display: block;
    clear: both
}

#footer .inner .footer .bank1 {
    margin: 0 0 10px;
    font-size: 13px;
}

#footer .inner .footer .bank2 {
    margin: 0 0 10px;
    font-size: 17px;
}

#footer .inner .footer .re {
    margin: 20px 0 0;
}

#footer .inner .footer .re a {
    display: inline;
    padding: 10px 0 10px;
    margin: 0 20px 0 0;
}

#footer .inner .footer .address {
    width: 600px;
    padding: 35px 0 0;
    line-height: 24px;
}

#footer .inner .footer .address span {
    padding: 0 25px 0 0;
}

#footer .inner .footer .copyright {
    position: absolute;
    left: 10px;
    bottom: 20px;
}

#footer .inner .footer .pageTop {
    position: absolute;
    right: 0;
    top: 10px;
}

/* 풋터 메뉴 */

.foot_list {
    margin: 20px 0
}

.foot_list ul {
    overflow: hidden;
    margin: 0 auto;
    text-align: center
}

.foot_list ul li {
    display: inline-block;
    padding: 15px 0 15px 0;
}

.foot_list ul li a {
    padding: 0 15px 0;
    color: #fff;
    border-left: 1px solid #e0e0e0;
}

.foot_list ul li:first-child a {
    padding-left: 0;
    border-left: 0 none;
}

/* 회사 정보 */

.foot_cont {
    overflow: hidden;
    padding: 20px 0;
    color: #fff;
    font-size: 11px;
    line-height: 1.8;
    text-align: center
}

.foot_cont span {
    padding: 0 25px 0 0;
}

.foot_cont .foot_logo {
    display: inline-block;
    float: left;
    width: 200px;
    padding: 25px 0 0 0;
}

.foot_cont .foot_info {
    display: inline-block;
    float: left;
}

.foot_cont .foot_info_list {
    overflow: hidden;
    width: 100%;
}

.foot_cont .foot_info_list dl {
    float: left;
}

.foot_cont .foot_info_list dt {
    float: left;
}

.foot_cont .foot_info_list dd {
    float: left;
    padding: 0 15px 0 3px;
}

.foot_cont .copyright {
    float: left;
    width: 100%;
}

/* 사용자정보확인 */

.btn_licensee_info {
    color: #000000;
    font-size: 10px;
    border-bottom: 1px solid #333333;
}

.btn_email:hover {
    text-decoration: underline;
}

/* 공정거래 위원회 
.foot_certify{overflow:hidden; padding:5px 0 15px 0; text-align:center;}
.foot_certify span{display:inline-block; padding:0 10px 0 10px;}
.foot_certify span:first-child{padding:0 10px 0 0}
*/

/* 공정거래 위원회 */

.foot {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.foot span {
    display: inline-block;
    padding: 0 10px 0 10px;
}

.foot span:first-child {
    padding: 0 10px 0 0
}

#footer .copy {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #999;
    text-align: center;
    background: #090909
}

/* 퀵메뉴 */

.quick_menu>.tooltip {
    cursor: pointer;
}

.tip {
    position: absolute;
    padding: 5px 10px;
    background: #0DB5C0;
    min-width: 60px;
    color: #ffffff;
    border-radius: 5px;
    z-index: 10000
}

.com:before {
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    transform: translatex(-50%);
    border-width: 5px;
}

.left:before {
    border-left-color: #0DB5C0;
    bottom: 10px;
    right: -15px;
}

.quick_menu a {
    display: table-cell;
    font-size: 25px;
    color: #B6B6B6;
    width: 100%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.quick_menu a:hover {
    font-size: 30px;
    color: #8FC400;
}

.quick_menu {
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 70px;
    height: 100%;
    border-left: 1px solid #ebebeb;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10000
}

.quick_menu:after {
    content: '';
    display: inline-block;
    height: 100%;
}

.quick_menu .home {
    position: relative;
    display: table;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    z-index: 150;
}

.quick_menu .inner {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -284px 0 214px;
    width: 100%;
    height: 498px;
    z-index: 150;
}

.quick_menu .inner div {
    position: relative;
    display: table;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.quick_menu .inner div:last-child {
    border-bottom: 1px solid #ebebeb;
}

.quick_menu .inner div.quick_mycart span {
    position: absolute;
    top: 7px;
    right: 3px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    background: #ABD340;
}

.quick_menu .top {
    position: absolute;
    left: 0;
    bottom: 61px;
    display: table;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ebebeb;
    text-align: center;
    z-index: 150;
}

.quick_menu .foot {
    position: absolute;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ebebeb;
    text-align: center;
    z-index: 150;
}

.quick_menu .inner div.quick_ch {
    background: #FDF4A0;
}

.quick_menu .inner div.quick_ch img {
    padding: 10px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.quick_menu .inner div.quick_ch img:hover {
    transform: rotate( 45deg);
    transition: all 0.3s ease-in-out;
}

.quick_menu .inner div.quick_tt {
    background: #80E09C
}

.quick_menu .inner div.quick_tt img {
    padding: 10px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.quick_menu .inner div.quick_tt img:hover {
    transform: rotate( 45deg);
    transition: all 0.3s ease-in-out;
}


/* -------------  퀵검색 ------------- */

#quick_search {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
    z-index: 200;
}

#quick_search p {
    padding: 10px;
}

.quick_search_cont {
    position: relative;
    margin: 0 auto;
}

/* 버튼 제어 */

#quick_search .quick_search_cont .btn_quick_search_open {
    display: block;
}

#quick_search .quick_search_cont .btn_quick_search_close {
    display: none;
}

#quick_search .quick_search_cont.on .btn_quick_search_open {
    display: none;
}

#quick_search .quick_search_cont.on .btn_quick_search_close {
    display: block;
}

/* 기본 퀵검색 */

.quick_search_cont_box {}

.quick_search_cont_box h2 {
    padding: 20px 0 10px 25px;
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    background: url('/design/dypower/img/icon/goods_icon/icon_search.png') no-repeat left 26px;
}

.quick_search_cont_box dl {
    font-size: 0;
}

.quick_search_cont_box dl.first {
    padding-top: 5px;
}

.quick_search_cont_box dl dt {
    width: 18%;
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    word-break: break-all;
}

.quick_search_cont_box dl dd {
    display: inline-block;
    width: 82%;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

/* 카테고리 */

.quick_search_cont_box dl dd .select_box {
    display: inline-block;
    padding-right: 5px;
}

.quick_search_cont_box dl dd select {
    width: 180px;
}

/* 가격 */

.quick_search_cont_box dl dd .price_box {
    display: inline-block;
}

.quick_search_cont_box dl dd .price_box input {
    height: 24px;
    border: 1px solid #cccccc;
    line-height: 24px;
}

.quick_search_cont_box dl dd .price_box span {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    vertical-align: middle;
}

/* 색상 */

.quick_search_cont_box dl dd .color_box {}

.quick_search_cont_box dl dd .color_box span {
    display: inline-block;
    padding: 2px 2px 1px 0;
    position: relative;
}

.quick_search_cont_box dl dd .color_box span input {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 0;
    z-index: -1;
}

.quick_search_cont_box dl dd .color_box span label {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

.quick_search_cont_box dl dd .color_box span .active {
    background-image: url('/design/dypower/img/icon/goods_icon/icon_color_chk_on.png') !important;
}

.quick_search_cont_box dl dd .search_box input {
    width: 50%;
    height: 24px;
    border: 1px solid #cccccc;
    line-height: 24px;
}

input#quickSearchColorFFFFFF+label {
    border: #dfdfdf 1px solid;
    background-color: #fff;
}

input#quickSearchColorFFFFFF+label.active {
    background-image: url('/design/dypower/img/icon/goods_icon/icon_color_chk_on_white.png') !important
}

/* 혜택/조건,아이콘 */

.quick_search_cont_box dl dd .benefit_box span {
    display: inline-block;
    padding: 3px 15px 3px 0;
    position: relative;
}

.quick_search_cont_box dl dd .benefit_box span input {
    position: absolute;
    top: 5px;
    left: 1px;
    width: 0;
    z-index: -1;
}

.quick_search_cont_box dl dd .benefit_box span label {
    display: inline-block;
    font-size: 12px;
    padding-left: 22px;
    cursor: pointer;
    background: url('/design/dypower/img/icon/goods_icon/icon_check_off.png') no-repeat left center;
}

.quick_search_cont_box dl dd .benefit_box span label:hover {
    background: url('/design/dypower/img/icon/goods_icon/icon_check_hover.png') no-repeat left center;
}

.quick_search_cont_box dl dd .benefit_box span label.on {
    background: url('/design/dypower/img/icon/goods_icon/icon_check_active.png') no-repeat left center;
}

.quick_search_cont_box .quick_btn {
    padding: 20px 0;
    text-align: center;
}

.quick_search_cont_box .quick_btn input {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

.quick_search_cont_box .quick_btn input:hover {
    background: #9b344a;
    border: 1px solid #9b344a;
}

/* 위치 TOP */

#quick_search.q_top {
    top: -10000px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #ab3e55;
}

#quick_search.q_top .quick_search_cont {
    width: 1000px;
    margin: 0 auto;
}

/* 위치 TOP 버튼 */

#quick_search.q_top .btn_quick_search_open,
#quick_search.q_top .btn_quick_search_close {
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 100px;
    height: 20px;
    margin-left: -60px;
    padding: 0 10px;
    text-align: center;
}

#quick_search.q_top .btn_quick_search_open {
    background: url('/design/dypower/img/common/btn/btn_quick_search_top_open.png') no-repeat center center;
}

#quick_search.q_top .btn_quick_search_close {
    background: url('/design/dypower/img/common/btn/btn_quick_search_top_close.png') no-repeat center center;
}

/* 위치 LEFT */

#quick_search.q_left {
    left: -10000px;
    width: 400px;
    height: 100% !important;
    padding: 20px;
    border-right: 2px solid #323234;
}

#quick_search.q_left .quick_search_cont_box dl dd .select_box {
    display: block;
    padding: 0 5px 5px 0;
}

#quick_search.q_left .quick_search_cont_box dl dd select {
    width: 100%;
}

#quick_search.q_left .quick_search_cont_box dl dd .price_box {
    display: inline-block;
    padding-bottom: 5px;
}

/* 위치 LEFT 버튼 */

#quick_search.q_left .btn_quick_search_open,
#quick_search.q_left .btn_quick_search_close {
    position: absolute;
    top: 45%;
    right: -44px;
    width: 22px;
    height: 80px;
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    background: #323234;
}

#quick_search.q_left .btn_quick_search_open {
    background: url('/design/dypower/img/common/btn/btn_quick_search_left_open.png') no-repeat center center;
}

#quick_search.q_left .btn_quick_search_close {
    background: url('/design/dypower/img/common/btn/btn_quick_search_left_close.png') no-repeat center center;
}

/* 위치 RIGHT */

#quick_search.q_right {
    right: -10000px;
    width: 400px;
    height: 100% !important;
    padding: 20px;
    border-left: 2px solid #323234;
}

#quick_search.q_right .quick_search_cont_box dl dd .select_box {
    display: block;
    padding: 0 5px 5px 0;
}

#quick_search.q_right .quick_search_cont_box dl dd select {
    width: 100%;
}

#quick_search.q_right .quick_search_cont_box dl dd .price_box {
    display: inline-block;
    padding-bottom: 5px;
}

/* 위치 RIGHT 버튼 */

#quick_search.q_right .btn_quick_search_open,
#quick_search.q_right .btn_quick_search_close {
    position: absolute;
    top: 45%;
    left: -44px;
    width: 22px;
    height: 80px;
    margin-top: 40px;
    padding: 10px 0px;
    text-align: center;
    color: #ffffff;
    background: #323234;
}

#quick_search.q_right .btn_quick_search_open {
    background: url('/design/dypower/img/common/btn/btn_quick_search_right_open.png') no-repeat center center;
}

#quick_search.q_right .btn_quick_search_close {
    background: url('/design/dypower/img/common/btn/btn_quick_search_right_close.png') no-repeat center center;
}

/* ------------- 쇼핑 카트 탭 ------------- */

#shop_cart_wrap {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0px 0;
    background: #ffffff;
    z-index: 200;
}

#shop_cart_wrap .btn_shop_cart_box {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}

#shop_cart_wrap .btn_shop_cart_box .btn_shop_cart_open {
    position: absolute;
    top: 2px;
    right: 0;
}

#shop_cart_wrap .btn_shop_cart_box .btn_shop_cart_close {
    display: none;
    position: absolute;
    top: 2px;
    right: 0;
}

#shop_cart_wrap .btn_shop_cart_box .on {
    display: block;
}

#shop_cart_wrap .cart_tab_wrap {
    position: relative;
    height: 39px;
    border-top: 2px solid #333333;
    background: #f2f2f2;
}

#shop_cart_wrap .cart_tab_list {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}

#shop_cart_wrap .btn_shop_buy {
    display: block;
    width: 200px;
    height: 45px;
    background: #ab3e55;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

#shop_cart_wrap .btn_shop_buy:hover {
    background: #9b344a;
}

.cart_tab_list .on {
    border-top: 2px solid #ab3e55;
    font-weight: bold;
    padding-top: 0;
}

.cart_tab_list ul {
    margin: -2px 0 0 0;
}

.cart_tab_list ul li {
    float: left;
    height: 39px;
    padding: 2px 24px 0 24px;
    background: url(/design/dypower/img/icon/shop_cart/bg_cart_bar.png) no-repeat 0 12px;
}

.cart_tab_list ul li:first-child {
    padding-left: 14px;
    background: none;
}

.cart_tab_list ul li a {
    vertical-align: -9px;
}

.cart_tab_list ul img {
    vertical-align: -1px;
}

.cart_tab_list ul span {
    padding: 0 0 0 10px;
}

.cart_tab_list .cart_tab_option {
    float: right;
    padding: 0 34px 0 0;
    margin-top: 2px;
    background-image: none;
}

.cart_tab_list .cart_tab_option.on {
    margin-top: 2px;
    border: none;
}

.cart_tab_list .cart_tab_option a {
    display: block;
    padding: 10px 55px;
    background: #6a6a6a;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 19px;
}

.cart_tab_list .cart_tab_option span {
    padding: 0;
}

.shop_cart_cont {
    display: none;
    height: 280px;
}

.shop_cart_cont .cart_tab_box {
    display: none;
}

.shop_cart_cont .cart_tab_box.on {
    display: block;
}

.cart_tab_box {
    position: relative;
    width: 1200px;
    height: 280px;
    margin: 0 auto;
}

/* 찜 리스트 + 장바구니 상품가격 영역 */

.cart_total_box {
    float: right;
    position: relative;
    width: 201px;
    height: 250px;
    margin: 20px 0 0 0;
}

.cart_total_box dl {
    overflow: hidden;
    padding: 0 0 7px 0;
}

.cart_total_box dl dt {
    float: left;
    color: #777777;
}

.cart_total_box dl dd {
    float: right;
    font-weight: bold;
    color: #444444
}

.cart_total_box .total_price_sec {
    padding: 17px 0 0 0;
    border-top: 1px solid #dadada;
    font-size: 13px;
}

.cart_total_box .total_price_sec dt {
    font-weight: bold;
    color: #555555;
}

.cart_total_box .total_price_sec strong {
    color: #ab3e55;
}

.cart_total_box .btn_shop_buy {
    margin: 0;
}

.cart_total_box .option_txt {
    color: #acacac;
    font-size: 11px;
}

/* 오늘 본 상품 탭 */

.cart_tab_box .shop_view_tab {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 280px;
}

.shop_view_tab .shop_view_list {
    margin: 42px 0 28px 0px;
}

.shop_view_list .view_tab_cont {
    width: 135px;
}

.shop_view_tab .slick_prev,
.shop_view_tab .slick_next {
    position: absolute;
    top: 100px;
    z-index: 200;
}

.shop_view_tab .slick_next {
    right: 0;
}

/* .chart_view_horizontal .slick-prev{background:url("/design/dypower/img/icon/shop_cart/btn_slide_prev.png") no-repeat left top; display:block; position:absolute; top:100px; left:0; width:15px; height:30px; font-size:0; line-height:0; z-index:10;}
.chart_view_horizontal .slick-next{background:url("/design/dypower/img/icon/shop_cart/btn_slide_next.png") no-repeat left top; display:block; position:absolute; top:100px; right:0; width:15px; height:30px; font-size:0; line-height:0; z-index:10;} */

.shop_view_tab ul {
    overflow: hidden;
    width: 1100px;
}

.shop_view_tab ul li {
    float: left;
    padding: 0 25px;
}

.shop_view_tab .prdt_photo_box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.shop_view_tab .prdt_photo_box a>img {
    width: 135px;
    height: 120px;
}

.shop_view_tab .prdt_photo_box .btn_del {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.shop_view_tab .prdt_tit {
    display: block;
    padding: 11px 0 3px 0;
    font-size: 12px;
    color: #4b4b4b;
}

.shop_view_tab .prdt_price {
    color: #838383;
    font-size: 11px;
    font-weight: bold;
}

.shop_view_tab .prdt_price strong {
    font-size: 18px;
    color: #000;
}

.cart_coupon strong {
    color: #ff4c2e;
}

.cart_coupon span img {
    vertical-align: -2px;
}

/* 찜리스트 탭 */

.cart_tab_box .shop_zzim_tab {
    height: 280px;
}

.zzim_table_box {
    float: left;
    width: 940px;
    height: 249px;
    margin: 20px 0 0 0;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
}

.zzim_table_box table {
    width: 100%;
}

.zzim_table_box table th {
    height: 40px;
    background: #f9f9f9;
    color: #777777;
    border-top: 1px solid #717171;
    border-bottom: 1px solid #dbdbdb;
}

.zzim_table_box table td {
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

.zzim_table_box table .cart_prdt_name {
    text-align: left;
}

.zzim_table_box .cart_tit_box {
    line-height: 22px;
}

.zzim_table_box .cart_tit_box .prdt_name {
    display: block;
    word-break: break-all;
}

.zzim_table_box .cart_btn_box {
    position: relative;
}

.zzim_table_box .caution_msg1 {
    min-height: 17px;
    margin: 15px 0 0;
    padding: 0 0 0 19px;
    background: #fff url('/design/dypower/img/icon/caution-1.png') no-repeat left 2px;
    color: #3e3d3c;
    line-height: 20px;
}

.zzim_table_box .cart_chk_none {
    display: block;
    padding: 5px 0 5px 19px;
    color: #ab3e55;
    background: url('/design/dypower/img/icon/etc/icon_warning.png') no-repeat left 8px;
}

.zzim_table_box .nomal_layer {
    position: absolute;
    top: -50px;
    left: 80px;
    z-index: 10;
    background: #ffffff;
}

.zzim_total_box {
    float: right;
    width: 201px;
    margin: 20px 0 0 0;
}

.zzim_total_box dl {
    overflow: hidden;
    padding: 0 0 11px 0;
}

.zzim_total_box dl dt {
    float: left;
    color: #777777;
}

.zzim_total_box dl dd {
    float: right;
    font-weight: bold;
    color: #444444
}

.zzim_total_box .total_price_sec {
    padding: 17px 0 0 0;
    border-top: 1px solid #dadada;
    font-size: 13px;
}

.zzim_total_box .total_price_sec dt {
    font-weight: bold;
    color: #555555;
}

.zzim_total_box .total_price_sec strong {
    color: #ffb648;
}

.zzim_total_box .btn_shop_buy {
    margin: 55px 0 0 0;
}

/* 장바구니 탭 */

.cart_tab_box .shop_cart_tab {
    height: 280px;
}

.cart_table_box {
    float: left;
    width: 940px;
    height: 249px;
    margin: 20px 0 0 0;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
}

.cart_table_box table {
    width: 100%;
}

.cart_table_box table th {
    height: 40px;
    background: #f9f9f9;
    color: #777777;
    border-top: 1px solid #717171;
    border-bottom: 1px solid #dbdbdb;
}

.cart_table_box table td {
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

.cart_table_box table .cart_prdt_name {
    text-align: left;
}

.cart_table_box .cart_tit_box {
    line-height: 22px;
}

.cart_table_box .cart_tit_box .prdt_name {
    display: block;
    word-break: break-all;
}

.cart_table_box .cart_btn_box {
    position: relative;
}

.cart_table_box .caution_msg1 {
    min-height: 17px;
    margin: 15px 0 0;
    padding: 0 0 0 19px;
    background: #fff url('/design/dypower/img/icon/caution-1.png') no-repeat left 2px;
    color: #3e3d3c;
    line-height: 20px;
}

.cart_table_box .cart_chk_none {
    padding: 5px 0 5px 19px;
    color: #ab3e55;
    background: url('/design/dypower/img/icon/etc/icon_warning.png') no-repeat left 8px;
}

.cart_table_box .nomal_layer {
    position: absolute;
    top: -50px;
    left: 80px;
    z-index: 10;
    background: #ffffff;
}

/* 옵션선택 탭 */

.shop_cart_cont .shop_option_tab {
    height: 280px;
}

.shop_cart_cont .shop_option_tab:after {
    display: block;
    clear: both;
    content: "";
}

.shop_option_cont {
    float: left;
    width: 940px;
    word-break: break-all;
}

.shop_option_cont .shop_option_tit {
    width: 100%;
    padding: 20px 0 12px 0;
    border-bottom: 1px solid #717171;
}

.shop_option_cont .shop_option_tit .shop_item_tit {
    display: block;
    padding: 0 0 7px 0;
    font-size: 14px;
}

.shop_option_cont .shop_option_tit .shop_item_money {}

.shop_option_cont .shop_option_tit .shop_item_delivery {
    color: #717171;
}

.shop_option_cont .shop_option_tit select {
    margin: -6px 0 0 10px
}

/* 옵션 선택 리스트 */

.option_table_box .option_list {}

.option_table_box .option_list:after {
    display: block;
    clear: both;
    content: "";
}

.option_table_box .option_list dl {
    float: left;
    width: 100%;
}

.option_table_box .option_list dl:last-child {
    padding: 0 0 3px 0;
    border-bottom: 1px solid #dbdbdb;
}

.option_table_box .option_list dt {
    float: left;
    width: 155px;
    padding: 10px 0 10px 10px;
}

.option_table_box .option_list dd {
    float: left;
    width: 565px;
}

.option_table_box .option_list .text_type dt {
    color: #a9a9a9;
}

.option_table_box .option_list .option_msg {
    padding: 0 0 0 5px;
    color: #a9a9a9;
    font-size: 11px;
}

.option_table_box {
    width: 100%;
    height: 180px;
    padding: 10px 0 0 0;
    overflow: auto;
}

.option_table_box table {
    width: 100%;
}

/* 옵션 선택 상품가격 영역 */

.option_table_box .cart_tit_box {
    float: left;
    padding: 0 5px 0 0;
    line-height: 22px;
}

.option_table_box .cart_tit_box .cart_tit {
    display: block;
}

.option_total_box {
    float: right;
    position: relative;
    width: 201px;
    height: 250px;
    margin: 20px 0 0 0;
}

.option_total_box dl {
    overflow: hidden;
    padding: 0 0 7px 0;
}

.option_total_box dl dt {
    float: left;
    color: #777777;
}

.option_total_box dl dd {
    float: right;
    font-weight: bold;
    color: #444444
}

.option_total_box .total_price_sec {
    padding: 17px 0 0 0;
    border-top: 1px solid #dadada;
    font-size: 13px;
}

.option_total_box .total_price_sec dt {
    font-weight: bold;
    color: #555555;
}

.option_total_box .total_price_sec strong {
    color: #9b344a;
}

.option_total_box .btn_shop_buy {
    margin: 8px 0 0 0;
}

.option_total_box .btn_shop_cart {
    display: block;
    width: 200px;
    height: 43px;
    margin: 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    color: #3e3d3c;
    text-align: center;
}

.option_total_box .btn_shop_cart:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.option_total_box .btn_shop_soldout {
    display: block;
    width: 201px;
    height: 45px;
    margin: 8px 0 0 0;
    background: #ab3e55;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

/* 수량 선택 */

.goods_qty {
    display: inline-block;
    vertical-align: middle;
}

.goods_qty .text {
    float: left;
    padding: 0 5px;
    width: 43px;
    outline: none;
    height: 33px;
    border: 1px solid #ccc;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 31px;
    text-align: center;
}

.goods_qty span {
    float: left;
    margin: 0 0 0 -1px;
}

.goods_qty span .up {
    background: url('/design/dypower/img/common/btn/btn_count_up.png') no-repeat left top;
}

.goods_qty span .down {
    margin: -1px 0 0;
    background: url('/design/dypower/img/common/btn/btn_count_down.png') no-repeat left top;
}

.goods_qty span button {
    display: block;
    width: 23px;
    height: 17px;
    text-indent: -9999px;
}

.cart_chk span {
    display: inline-block;
}

.cart_chk span input {
    display: none;
}

.cart_chk span label {
    font-size: 12px;
    padding-left: 17px;
    cursor: pointer;
    background: url('/design/dypower/img/icon/goods_icon/icon_check_off.png') no-repeat left center;
}

.cart_chk span label:hover {
    background: url('/design/dypower/img/icon/goods_icon/icon_check_hover.png') no-repeat left center;
}

.cart_chk span label.on {
    background: url('/design/dypower/img/icon/goods_icon/icon_check_active.png') no-repeat left center;
}

/* 옵션 추가 내용 */

.text_type_cont {
    display: block;
    padding: 6px 0 0 0;
    color: #a9a9a9;
    font-size: 11px;
    line-height: 1;
}

/* 상품가격의 버튼 위치 */

.btn_cart_box {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* ------------- 공통 - 상품 상세 옵션 선택 + 옵션 선택 레이어 + 쇼핑카트 탭 옵션선택 ------------- */

/* 쇼핑카트 탭 옵션선택 셋팅 */

.option_table_box .item_choice_list table {
    background: #ffffff;
}

.option_table_box .item_choice_divide .item_choice_tit span {
    width: 570px;
}

.option_table_box .item_choice_divide .item_choice_photo+span {
    width: 500px;
}

/* 옵션 선택 레이어 셋팅 */

.option_list.item_choice_list table {
    width: 99%;
}

.option_list .item_choice_divide .item_choice_tit span {
    width: 350px;
}

.option_list .item_choice_divide .item_choice_photo+span {
    width: 300px;
}

/* 상세 상품 선택 셋팅 */

.item_detail_list+.item_choice_list table {
    width: 100%;
    border-bottom: 1px solid #999999;
}

/* 상품 선택 내용*/

.item_choice_list {
    margin: -2px 0 0 0;
    word-break: break-all;
}

.item_choice_list:after {
    display: block;
    clear: both;
    content: "";
}

.item_choice_list table {
    width: 100%;
    background: #f5f5f5;
}

.item_choice_list table td {
    padding: 12px 0;
    border-top: 1px solid #dbdbdb;
    text-align: center;
}

.item_choice_list table colgroup+tbody tr td {
    border: none;
}

.item_choice_list table tbody:last-child tr td {
    border-bottom: 1px solid #dbdbdb;
}

.item_choice_list .count {
    display: table-cell;
    vertical-align: middle;
    padding: 0 17px;
}

.item_choice_list .item_choice_price {
    font-size: 14px;
    text-align: right;
}

.item_choice_list .item_choice_tit {
    display: inline;
    padding: 0 0 5px 21px;
    vertical-align: middle;
}

.item_choice_list .cart_prdt_name {
    text-align: left;
    padding: 20px 0 20px 20px;
}

.item_choice_list .item_choice_divide td {
    border-top: 1px dotted #dbdbdb;
}

/* 상품 세부 내용 */

.item_choice_divide {
    padding: 10px 20px 10px 20px;
}

.item_choice_divide .item_choice_tit {
    background: url("/design/dypower/img/icon/goods_icon/icon_divide.png") no-repeat 0 8px;
    vertical-align: top;
}

.item_choice_divide .item_choice_photo {}

.item_choice_divide .item_choice_photo img {
    width: 31px;
    height: 31px;
    border: 1px solid #cccccc;
}

.item_choice_divide .item_choice_tit span {
    display: inline-block;
    width: 290px;
    vertical-align: sub;
    color: #333333;
}

.item_choice_divide .item_choice_photo+span {
    width: 250px;
    padding: 0 0 0 5px;
}

/* 꾸미기 영역 */

.addition_zone {
    padding: 0 0 20px 0;
}

/* 상품 나오는 영역 */

.goods_item_view {}

/* 추천 상품 나오는 영역 */

.best_item_view {
    margin: 0 0 40px 0;
}

.best_item_view .best_item_view_tit {
    padding: 0 0 10px 0;
    font-size: 16px;
}

/* 페이코서치 자동완성 */

.autocomplete-area-detail {
    margin: 5px 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 24px;
    left: 0;
    width: 228px !important;
    z-index: 21;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.autocomplete-close-btn {
    color: #999999;
    font-size: 11px;
    padding: 0 15px 0 15px;
    bottom: 7px !important;
}

.autocomplete-close .autocomplete-close-btn.detail {
    top: 7px !important;
}

div[class^="autocomplete-area"] .autocomplete-close {
    height: 30px !important;
    background: #f5f5f5 !important;
    border: none !important;
}

div[class^="autocomplete-area"] ul.auto-area {
    border: none !important;
    border-top: 1px solid #cccccc !important;
}

div[class^="autocomplete-area"] ul.auto-area li {
    position: relative;
    width: 100%;
    height: 20px;
    padding: 2px 15px 2px 15px !important;
}

div[class^="autocomplete-area"] ul.auto-area li:first-child {
    padding-top: 10px !important;
}

div[class^="autocomplete-area"] ul.auto-area li:last-child {
    padding-bottom: 10px !important;
}

.search_again_box .keyword-div {
    position: relative;
    display: inline-block;
}

/* 마이페이지 최근 본 상품 이미지 */

.mypage_main .item_photo_box a>img {
    width: 220px;
}

/* 일반 레이어팝업 (구매 이용 조건안내) */

.pick_add_info .caution_msg1 {
    min-height: 17px;
    margin: 15px 0 0;
    padding: 0 0 0 19px;
    background: #fff url('/design/dypower/img/icon/caution-1.png') no-repeat left 2px;
    color: #3e3d3c;
    line-height: 20px;
}

.nomal_layer {
    position: absolute;
    top: 0px;
    left: 70px;
    z-index: 10;
    background: #ffffff;
}

.nomal_layer .wrap {
    position: relative;
    border: 1px solid #555555;
}

.nomal_layer .wrap>strong {
    display: block;
    height: 27px;
    padding: 13px 0 0 17px;
    background: #f4f4f4;
    color: #222222;
}

.nomal_layer .wrap .list {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 50px;
    max-height: 210px;
}

.nomal_layer .wrap .list table {
    width: 250px;
}

.nomal_layer .wrap .list table tr td.strong {
    font-weight: bold;
    text-align: left;
    border-left: none;
}

.nomal_layer .wrap .list table th {
    padding: 0 5px 0 3px;
    border-bottom: 1px solid #e8e8e8;
    color: #444;
    font-size: 11px;
    text-align: left;
}

.nomal_layer .wrap .list table td {
    padding: 8px 0 8px 18px !important;
    color: #666;
    font-size: 11px;
    border-bottom: 1px solid #e8e8e8;
    height: 15px !important;
}

.nomal_layer .wrap .close {
    display: block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('/design/dypower/img/btn/layer-close.png') no-repeat left top;
}

.normal_btn {
    display: inline-block;
    width: auto;
    padding: 0 10px !important;
    border: 1px solid #dbdbdb;
    color: #6c6c6c;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
}

.normal_btn img {
    margin: 0 0 0 5px;
    vertical-align: middle;
}

@charset "utf-8";
/* CSS Document */

/* 상품 리스트 */

/* 더보기 버튼 */

.btn_goods_down_more {
    width: 100%;
    margin: 30px 0 30px 0;
    border-top: 1px solid #ececec;
    text-align: center;
}

.btn_goods_down_more .btn_goods_view_down_more {
    display: inline-block;
    margin-top: -1px;
    padding: 5px 28px 6px 20px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    border-top: none 0;
    background: url(/design/dypower/img/icon/goods_icon/icon_down_more.png) no-repeat right center;
    background-color: #ffffff;
}

.btn_goods_more {
    position: absolute;
    bottom: 14px;
    right: 5px;
}

.btn_goods_more .btn_goods_view_more {
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
}

/* 상품이 없을 때 */

.goods_no_data {
    min-height: 200px;
    text-align: center;
}

.goods_no_data strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 150px;
}

/* 상품 갤러리형을 기본으로 */

.goods_list {
    padding-bottom: 30px;
}

.goods_list_tit {
    padding: 60px 0 10px 0;
    border-bottom: 1px solid #ececec;
    line-height: 1;
    position: relative;
}

.goods_list_tit h3 {
    font-size: 22px;
}

.goods_list_cont {
    position: relative;
    width: 100%;
}

.goods_list_cont:after {
    display: block;
    clear: both;
    content: "";
}

.goods_list_cont ul {
    float: left;
    width: 100%;
    font-size: 0;
}

.goods_list_cont ul li {
    display: inline-block;
    position: relative;
    /*min-height:50px;*/
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
}

.item_cont {
    padding: 0 10px;
    text-align: left;
    color: #1c1c1c;
}

.icon_time_sale {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

.item_photo_box {
    display: inline-block !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.item_photo_box a {
    display: block;
    height: 100%;
}

.item_photo_box .item_soldout_bg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    filter: alpha(opacity=60);
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.item_photo_box .item_soldout_bg img {
    position: relative;
    max-width: 99.5%;
    vertical-align: middle;
}

.item_soldout .item_photo_box .item_soldout_bg {
    display: block;
}

.item_soldout .item_photo_box .item_soldout_bg:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}

.item_info_cont {
    display: table-cell;
    padding: 5px 0 0 0;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

.item_tit_box {
    padding: 0;
}

.item_tit_box .item_brand {
    display: block;
    color: #888888;
}

.item_tit_box .item_name {
    padding: 5px 0 0 0;
    font-size: 13px;
    word-break: break-word;
    height: 40px;
    text-overflow: ellipsis;
    den;
    display: -webkit-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
}

.item_tit_box .item_name_explain {
    display: block;
    padding: 0 10px 0 0px;
    color: #a8a8a8;
}

.item_icon_box {
    margin: 0;
    padding: 0;
}

.item_icon_box img {
    display: inline-block;
    padding: 5px 0 0 0;
}

.item_money_box {
    padding: 10px 0 0 0;
    line-height: 1;
}

.item_money_box del {
    display: block;
    color: #888888;
}

.item_money_box .item_price {
    display: block;
    padding: 7px 0 5px 0;
    font-size: 14px;
    color: #FE7800;
}

.item_money_box .item_price .time_sale_cost {
    display: inline-block;
    padding: 7px 0 5px 20px;
    font-size: 16px;
    background: url('/design/dypower/img/icon/goods_icon/icon_time_sale_cost.png') no-repeat left 7px;
}

.item_money_box .item_price .time_sale_cost_r {
    display: inline-block;
    padding-top: 5px;
    font-size: 16px;
}

.item_money_box .item_price .time_sale_text {
    display: inline-block;
    padding: 7px 0 5px 20px;
    font-size: 11px;
    background: url('/design/dypower/img/icon/goods_icon/icon_time_sale_cost.png') no-repeat left 7px;
    color: #888888
}

.item_money_box .item_sale {
    display: block;
    padding: 3px 0 3px 0;
    font-size: 16px;
    color: #FE7800;
}

.item_money_box .item_sale .icon_item_coupon {
    margin: 10px 0 0 0;
}

.item_money_box .item_sale .icon_item_coupon img {
    vertical-align: middle;
}

.item_money_box .item_mileage {
    display: block;
    padding: 5px 0 5px 0;
    line-height: 1.5;
    background: none;
}

.item_money_box .item_mileage img {
    vertical-align: middle;
}

.item_number_box {
    font-size: 11px;
    color: #a8a8a8;
}

.item_number_box .num_model {
    display: block;
}

.item_number_box .num_code {
    display: block;
}

/* 갤러리형 기본 */

.item_gallery_type {}

/* 리스트형 */

.item_list_type {
    overflow: hidden;
    width: 100%;
}

.item_list_type:after {
    display: block;
    clear: both;
    content: "";
}

.goods_list_cont .item_list_type li {
    width: 100%;
    padding: 40px 0 24px 0;
    border-top: 1px solid #ebebeb;
    text-align: left;
}

.item_list_type li:first-child {
    padding: 0 0 0 0;
    border: 0 none;
}

.item_list_type .item_cont {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: left;
    color: #1c1c1c;
    vertical-align: middle;
}

.item_list_type .item_photo_box {
    display: inline-block !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.item_list_type .item_info_cont {
    display: inline-block;
    width: 70%;
    padding: 0;
}

.item_list_type .item_info_list {
    display: inline-block;
    width: 46%;
    min-width: 100px;
    padding: 0 10px 0 20px;
    vertical-align: middle;
}

.item_list_type .item_info_list .item_tit_box .item_name_explain {
    display: inline-block;
}

.item_list_type .item_money_box {
    display: inline-block;
    padding: 0 20px 0 20px;
    vertical-align: middle;
}

.item_list_type .item_number_box {
    padding: 10px 0 0 0;
}

.item_list_type .item_btn_box {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 76px;
    margin-top: -55px;
}

.item_btn_box button {
    display: block;
    margin: 10px 10px 10px 20px;
    font-weight: bold;
}

.btn_list_get {
    width: 200px;
    padding: 10px 20px;
    color: #ffffff;
    background: #979797;
}

/* 찜하기 */

.btn_list_get:hover {
    background: #626262;
}

.btn_list_cart {
    width: 200px;
    padding: 10px 20px;
    color: #ffffff;
    background: #FE7800;
}

/* 장바구니 */

.btn_list_cart:hover {
    background: #BE5A00;
}

/* 리스트그룹형 */

.item_goods_list {}

.item_group_type li {
    display: table;
    width: 50%;
}

.item_group_type .item_cont {
    display: table-cell;
    padding: 0;
    text-align: left;
    color: #1c1c1c;
    vertical-align: middle;
}

.item_group_type .item_photo_box {
    display: table-cell !important;
    position: relative;
    text-align: center;
}

.item_group_type .item_info_cont {
    padding: 0 10px 0 20px;
}

/* 상품이동형 : 가로 */

.item_slide_horizontal .slick-prev,
.item_slide_horizontal .slick-next {
    display: block;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 50px;
}

.item_slide_horizontal .slick-prev {
    left: 0px;
    background: url(/design/dypower/img/common/btn/btn_horizontal_prev.png) no-repeat left top;
}

.item_slide_horizontal .slick-prev:hover {
    background: url(/design/dypower/img/common/btn/btn_horizontal_prev_over.png) no-repeat left top;
}

.item_slide_horizontal .slick-next {
    right: 0px;
    background: url(/design/dypower/img/common/btn/btn_horizontal_next.png) no-repeat left top;
}

.item_slide_horizontal .slick-next:hover {
    background: url(/design/dypower/img/common/btn/btn_horizontal_next_over.png) no-repeat left top;
}

/* 상품이동형 : 세로 */

.item_slide_vertical {
    padding: 45px 0 40px 0;
}

.item_slide_vertical .slick-prev,
.item_slide_vertical .slick-next {
    display: block;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 30px;
}

.item_slide_vertical .slick-prev {
    top: 30px;
    background: url(/design/dypower/img/common/btn/btn_vertical_prev.png) no-repeat left top;
}

.item_slide_vertical .slick-prev:hover {
    background: url(/design/dypower/img/common/btn/btn_vertical_prev_over.png) no-repeat left top;
}

.item_slide_vertical .slick-next {
    top: auto;
    right: auto;
    bottom: 0px;
    background: url(/design/dypower/img/common/btn/btn_vertical_next.png) no-repeat left top;
}

.item_slide_vertical .slick-next:hover {
    background: url(/design/dypower/img/common/btn/btn_vertical_next_over.png) no-repeat left top;
}

/* 스크롤형 */

.item_scroll_type {
    overflow-x: auto;
    overflow-y: hidden;
}

.item_scroll_type ul {
    padding: 0 0 10px 0;
}

/* 스크롤형 세로타입 */

.item_scroll_type.scroll_vertical {
    overflow-x: hidden;
    overflow-y: auto;
    height: 516px;
}

/* 선택강조형 */

.item_hover_type {
    overflow: hidden;
}

.item_hover_type .icon_time_sale {
    z-index: 20;
}

.item_hover_type .item_photo_box:hover .icon_time_sale img,
.item_hover_type .item_photo_box:hover .item_soldout_bg img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.item_hover_type .item_soldout .item_photo_box:hover .icon_time_sale img,
.item_hover_type .item_photo_box:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* 심플이미지형 */

.item_simple_type {
    overflow: hidden;
}

.item_simple_type .item_cont {
    text-align: center;
    font-size: 0;
}

.item_simple_type .item_photo_box {
    overflow: hidden;
}

.item_simple_type .item_simple_over {
    display: none;
}

.item_simple_type li a:hover .item_simple_over {
    display: block;
    vertical-align: middle;
}

.item_simple_type .item_simple_over {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* z-index:10;*/
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    /*
    IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다.
    컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
    startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
    하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
	*/
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}

.item_simple_type .item_simple_info {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.item_simple_type .item_info_cont {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.item_simple_type .item_cont a {
    display: inline-block;
    color: #ffffff;
}

.item_simple_type .item_cont span,
.item_simple_type .item_cont del {
    display: block;
    color: #ffffff;
}

.item_simple_type .item_cont .icon_item_coupon {
    display: inline;
}

.item_simple_type .item_cont .item_tit_box .item_name_explain {
    padding: 0 10px 0 10px;
}

.item_simple_type .icon_time_sale {
    z-index: 20;
}

.item_simple_type .item_soldout .icon_time_sale {
    z-index: inherit;
}

.item_simple_type .item_price .time_sale_text {
    color: #fff;
}

/* 말풍선형 */

.item_tip_type {}

.item_tip_type {}

.item_tooltip_box {
    padding: 3px 3px;
    color: #fff;
}

/* 장바구니형 */

.item_basket_type {}

.item_basket_type .item_photo_box:hover .item_link {
    display: block;
}

.item_basket_type .item_soldout .item_soldout_bg {}

.item_basket_type .item_soldout .item_link {
    z-index: inherit;
}

.item_basket_type .item_link {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    text-align: center;
    line-height: 1;
    z-index: 10;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    background-color: rgba(0, 0, 0, 0.7);
}

/* 찜하기버튼 */

.btn_basket_get {
    width: 50%;
    height: 100%;
    border-right: 1px dotted #ffffff;
}

.btn_basket_get span {
    display: block;
    color: #ffffff;
}

/* 장바구니버튼 */

.btn_basket_cart {
    width: 47%;
    height: 100%;
}

.btn_basket_cart span {
    display: block;
    color: #ffffff;
}

/* 탭진열형 - 가로형 */

.item_hl_tab_type {}

.item_hl_tab_type .goods_tab_tit {}

.item_hl_tab_type .goods_tab_tit ul {
    float: none;
    width: 70%;
    margin: 0 auto;
    font-size: 0;
}

.item_hl_tab_type .goods_tab_tit li {
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.item_hl_tab_type .goods_tab_tit li a {
    display: block;
    margin-left: -1px;
    padding: 15px 0 15px 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #dadada;
}

.item_hl_tab_type .goods_tab_tit li.on a {
    color: #333333;
    font-weight: bold;
    border: 1px solid #dadada;
    /*border-bottom:none 0;*/
    background: #ffffff;
}

.item_hl_tab_type .goods_tab_tit li:first-child a {
    margin-left: 0;
}

.item_hl_tab_type .goods_tab_cont {
    min-height: 150px;
}

.item_hl_tab_type .goods_tab_cont .goods_tab_box {
    display: none;
}

.item_hl_tab_type .goods_tab_cont .goods_tab_box.on {
    display: block
}

/* 탭진열형 - 세로형 */

.item_vl_tab_type {
    overflow: hidden;
}

.item_vl_tab_type .goods_tab_tit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
}

.item_vl_tab_type .goods_tab_tit ul {
    margin: 40px 0 0 0;
}

.item_vl_tab_type .goods_tab_tit li {
    width: 100%;
    min-height: 10px;
    margin: 0;
    text-align: left;
}

.item_vl_tab_type .goods_tab_tit li a {
    display: block;
    padding: 10px 0 10px 0;
    color: #999999;
    font-size: 13px;
    border-bottom: 1px solid #dadada;
}

.item_vl_tab_type .goods_tab_tit li.on a {
    color: #FE7800;
    font-weight: bold;
    background: url(/design/dypower/img/icon/goods_icon/icon_vl_tab.png) no-repeat right center;
}

.item_vl_tab_type .goods_tab_cont {
    padding: 0 0 0 200px;
    min-height: 150px;
}

.item_vl_tab_type .goods_tab_cont .goods_tab_box {
    display: none;
}

.item_vl_tab_type .goods_tab_cont .goods_tab_box.on {
    display: block
}

/* 상품 대표 색상 */

.goods_list .color {
    margin-top: 5px;
    overflow: hidden;
}

.goods_list .color>div {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border: #dfdfdf 1px solid;
    display: inline-block;
    margin: 5px 1px 0 0;
}

/* 리스트형 */

.item_list_type .item_photo_box {
    border: none;
    text-align: left;
}

.item_list_type .item_photo_box a img {
    border: #ebebeb 1px solid;
}

.item_list_type .color {
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
}

/* 리스트 그룹형 */

.item_group_type .item_photo_box {
    border: none;
    text-align: left;
}

.item_group_type .item_photo_box a img {
    border: #ebebeb 1px solid;
}

/* 상품 이동형 */

.item_slide_horizontal .color {
    margin: 0 auto;
    text-align: left;
}

/* 심플이미지형 */

.item_simple_type .color {
    margin: 0 auto;
    text-align: left;
    max-width: 60%;
}

.item_simple_type .color>div {
    margin: 5px 5px 0 0;
}

@charset "utf-8";
/* CSS Document */

/* 공통 버튼 - 회색버튼 */

.btn_gray_list {}

.btn_gray_list a,
.btn_gray_list button {
    display: inline-block;
    padding: 0 0 0 11px;
    background: url('/design/dypower/img/common/btn/btn_gray_bg.png') repeat-x;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.btn_gray_list a em,
.btn_gray_list button em {
    display: inline-block;
    padding: 0px 20px 0 0;
    background: url('/design/dypower/img/common/btn/btn_gray_bg.png') no-repeat right top;
}

.btn_gray_list a span,
.btn_gray_list button span {
    display: inline-block;
    padding: 0px 12px 0 0;
}

.btn_gray_list a:hover,
.btn_gray_list button:hover {
    background: #f8f8f8;
}

.btn_gray_list button em {
    margin-top: -2px;
}

.btn_gray_list .btn_gray_small {
    font-size: 11px;
    background: url('/design/dypower/img/common/btn/btn_gray_bg_02.png') repeat-x bottom;
}

.btn_gray_list .btn_gray_small em {
    background-position: right 1px;
    line-height: 22px;
}

.btn_gray_list .btn_gray_small em.icon_download {
    padding: 0px 30px 0 0;
    background-position: right -22px;
}

.btn_gray_list .btn_gray_small span {
    line-height: 22px;
}

.btn_gray_list .btn_gray_mid {
    height: 26px;
    background-position: 0 -70px;
}

.btn_gray_list .btn_gray_mid em {
    background-position: right -69px;
    line-height: 26px;
}

.btn_gray_list .btn_gray_mid span {
    line-height: 26px;
}

.btn_gray_list .btn_gray_mid em.icon_download {
    padding: 0px 30px 0 0;
    background-position: right -93px;
}

.btn_gray_list .btn_gray_big {
    height: 31px;
    background-position: 0 -140px;
}

.btn_gray_list .btn_gray_big em {
    background-position: right -139px;
    line-height: 31px;
}

.btn_gray_list .btn_gray_big span {
    line-height: 31px;
}

.btn_gray_list .style-none {
    border: 0px;
    padding: 0px;
    vertical-align: baseline;
    background: none !important;
}

.btn_center_box button {
    /*margin:0 2px 0 3px;*/
}

.btn_center_box button+button,
.btn_left_box button+button,
.btn_right_box button+button {
    margin-left: 6px;
}

/* --------------------------------
    상품상세 버튼
-------------------------------- */

/* 장바구니,찜하기 공통 버튼 */

.btn_add_cart,
.btn_add_wish {
    display: inline-block;
    width: 152px;
    height: 52px;
    margin: 0 0 0 6px;
    padding: 0 10px 0 10px;
    color: #3e3d3c;
    font-size: 16px;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
    font-weight: bold;
}

.btn_add_cart:hover,
.btn_add_wish:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 바로구매 버튼 */

.btn_add_order,
.btn_add_order_related,
.btn_add_cart_related {
    display: inline-block;
    width: 230px;
    height: 52px;
    margin: 0 0 0 6px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #FE7800;
    background: #FE7800;
    text-align: center;
    font-weight: bold;
}

.btn_add_order:hover,
.btn_add_order_related:hover,
.btn_add_cart_related:hover {
    border: 1px solid #BE5A00;
    background: #BE5A00;
}

/* 구매불가 버튼 */

.btn_add_soldout {
    display: initial;
    width: 390px;
    height: 52px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #666666;
    background: #666666;
    text-align: center;
    cursor: default;
}

/* .btn_add_soldout:hover{border:1px solid #BE5A00; background:#BE5A00;} */

/* 장바구니 버튼 */

.btn_add_cart {
    margin: 0;
}

/* 재입고알림 버튼 */

.btn_restock_notice_v1 {
    display: inline-block;
    width: 128px;
    height: 52px;
    margin: 0;
    padding: 0 10px 0 34px;
    color: #FE7800;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #FE7800;
    background: #ffffff url('/design/dypower/img/icon/goods_icon/ico_restock_moment.png') no-repeat 8px center;
    text-align: center;
}

.btn_restock_notice_v1:hover {
    color: #FE7800;
    border: 1px solid #FE7800;
}

.btn_restock_notice_v2 {
    display: inline-block;
    width: 156px;
    height: 52px;
    margin: 0 5px 0 0;
    padding: 0 10px 0 34px;
    color: #FE7800;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #FE7800;
    background: #ffffff url('/design/dypower/img/icon/goods_icon/ico_restock_moment.png') no-repeat 18px center;
    text-align: center;
}

.btn_restock_notice_v2:hober {
    color: #FE7800;
    border: 1px solid #FE7800;
}

/* 재입고알림 버튼 있을 때 변경되는 버튼 */

.btn_choice_box .restock {
    display: inline-block;
}

.btn_choice_box .restock .btn_add_cart,
.btn_choice_box .restock .btn_add_wish {
    width: 115px;
    margin: 0 0 0 3px;
}

.btn_choice_box .restock .btn_add_order {
    width: 176px;
    margin: 0 0 0 3px;
}

/* 상품후기 전체보기, 상품문의 전체보기 */

.btn_reviews_more,
.btn_qna_more {
    display: inline-block;
    min-width: 120px;
    padding: 10px 10px 10px 10px;
    color: #3e3d3c;
    font-weight: bold;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
}

.btn_reviews_more:hover,
.btn_qna_more:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 상품후기 글쓰기, 상품문의 글쓰기 */

.btn_reviews_write,
.btn_qna_write {
    display: inline-block;
    min-width: 120px;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #FE7800;
    background: #FE7800;
    text-align: center;
}

.btn_reviews_write:hover,
.btn_qna_write:hover {
    border: 1px solid #BE5A00;
    background: #BE5A00;
}

/* 상품후기 전체보기, 상품후기 글쓰기, 상품문의 전체보기, 상품문의 글쓰기 버튼 박스 */

.btn_reviews_box,
.btn_qna_box {
    position: absolute;
    top: 32px;
    right: 0px;
}

/* 추천하기 */

.btn_comment_best {
    display: inline-block;
    min-width: 50px;
    margin: 0 0 0 10px;
    padding: 1px 5px 2px 5px;
    color: #ffffff;
    font-size: 11px;
    border: 1px solid #FE7800;
    background: #FE7800;
    text-align: center;
}

.btn_comment_best:hover {
    border: 1px solid #BE5A00;
    background: #BE5A00;
}

/* 검색결과 페이지 검색버튼 */

.btn_goods_search {
    display: inline-block;
    min-width: 100px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #3e3d3c;
    background: #3e3d3c;
    text-align: center;
}

.btn_goods_search em {
    padding: 0 20px 0 0;
    background-image: url("/design/dypower/img/common/btn/btn_goods_search.png");
    background-position: right 3px;
    background-repeat: no-repeat;
}

/* 더보기 */

.btn_goods_main_more {
    height: 1px;
    border-top: 1px solid #dbdbdb;
}

.btn_goods_main_more .btn_goods_main_view_more {
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
}

.btn_main_go
/* 홈바로가기 */

    {
    display: inline-block;
    min-width: 150px;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #FE7800;
    background: #FE7800;
    text-align: center;
    line-height: 40px;
}


/* --------------------------------
    레이어 버튼
-------------------------------- */

/* 검정 버튼 */

.btn_ly_download,
/* 쿠폰 전체 다운받기 버튼 */

.btn_ly_coupon_apply,
/* 쿠폰 적용 */

.btn_ly_write_ok,
/* 등록 */

.btn_ly_ok,
/* 확인 */

.btn_ly_save,
/* 저장 */

.btn_escrow_go,
/* 에스크로 구매확인창 열기 */

.btn_pg_go
/* 결제창 열기 */

    {
    display: inline-block;
    min-width: 100px;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #FE7800;
    background: #FE7800;
    text-align: center;
    cursor: pointer;
}

.btn_ly_download:hover,
/* 쿠폰 전체 다운받기 버튼 */

.btn_ly_coupon_apply:hover,
/* 쿠폰 적용 */

.btn_ly_write_ok:hover,
/* 등록 */

.btn_ly_ok:hover,
/* 확인 */

.btn_ly_save:hover,
/* 저장 */

.btn_escrow_go:hover,
/* 에스크로 구매확인창 열기 */

.btn_pg_go:hover
/* 결제창 열기 */

    {
    border: 1px solid #BE5A00;
    background: #BE5A00;
}

/* 취소 버튼  */

.btn_ly_cancel {
    display: inline-block;
    width: 100px;
    height: 42px;
    padding: 0 5px 0 5px;
    color: #3e3d3c;
    font-size: 14px;
    border: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
}

.btn_ly_cancel:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 회원가입 */

.btn_ly_join {
    display: inline-block;
    min-width: 150px;
    height: 42px;
    margin: 0 5px 0 0;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #6b6b6b;
    background: #6b6b6b;
    line-height: 40px
}

/* 로그인 */

.btn_ly_login {
    display: inline-block;
    min-width: 150px;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #3e3d3c;
    background: #3e3d3c;
    text-align: center;
    line-height: 40px;
}



/* 다찾다 자동완성*/
.search-auto-complete-list { 
    display: none;
    z-index: 1;
    position: absolute;
    top: 34px;
    left: 0;
    border: 1px solid #ddd;
    line-height: 14px;
    background: #fff;
    width: 100%;
    box-sizing: border-box; }
.search-auto-complete-list ul { width:100%px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.search-auto-complete-list ul li { text-align:left; }
.search-auto-complete-list ul li.on { background:#f3f3f3; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; }
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }


/* 다찾다 검색 파인더 */
#allfinder-layer { z-index: 9999; position: fixed; top: 50px; right: 110px; width: 1000px; zoom: 1; overflow: hidden; }
#allfinder-layer .finder-body { display:none; z-index:1; position: relative; width: 998px; *width:918px; padding:35px 40px 5px; max-height: 800px; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; border:1px solid #666; background:#fff; }
#allfinder-layer .finder-body .finder-close { position: absolute; top: 15px; right: 10px; font-size:24px; color:#000; *width:19px; *height:24px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; *background-size:19px 24px; }
#allfinder-ctr {    z-index: 20000;
    position: fixed;
    bottom: 130px;
    right: 0;
    width: 103px;
    height: 86px;}
#allfinder-ctr a { display:block; width:100%; height:100%; background:url('/images/common/allfinder_ctrl_pc.png') no-repeat right top; border:none; outline:none; font-size:0; }


.all-finder-layer .finder-body .finder-tbl table { border:1px solid #ccc; border-top:1px solid #000; }
.all-finder-layer .finder-body .finder-tbl th, 
.all-finder-layer .finder-body .finder-tbl td { height: 40px; border-top: 1px solid #e5e5e5; font-size: 13px; font-family:'Malgun Gothic'; color: #000; }
.all-finder-layer .finder-body .finder-tbl tr:first-child th,
.all-finder-layer .finder-body .finder-tbl tr:first-child td { border-top:none; }
.all-finder-layer .finder-body .finder-tbl th { padding: 5px 0; background: #f4f4f4; text-align: left; vertical-align:top; }
.all-finder-layer .finder-body .finder-tbl th .txt-l { position:relative; height:34px; line-height:34px; padding: 0 20px; margin:3px 0; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:22px; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer { display:none; position:absolute; top:33px; left:52px; width:270px; padding:0 20px 18px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1}
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:14px; right:20px; margin:0; font-size:21px; color:#000; outline:none; *width:19px; *height:22px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-tit { padding:18px 0; border-bottom:1px solid #e5e5e5; font-size:15px; font-weight:bold; line-height:15px; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-cnt { padding-top:16px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-body .finder-tbl td { padding: 5px 10px; }
.all-finder-layer .finder-body .txt-input { height: 21px; line-height: 21px; padding: 0 5px; font-size: 13px; font-family:'Malgun Gothic'; }
.all-finder-layer .finder-body .finder-category { height:40px; overflow:hidden; }
.all-finder-layer .finder-body .finder-category.open { height:100%; overflow:visible; }
.all-finder-layer .finder-body tr.finder-child-category {display:none;}
.all-finder-layer .finder-body tr.finder-child-category th,
.all-finder-layer .finder-body tr.finder-child-category td { border-top:none; }
.all-finder-layer .finder-body tr.finder-child-category td { background:#fbfbfb; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; vertical-align:top; word-break:break-all; color:#9a9a9a; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check { display:none; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on { font-weight:bold; color:#000; border:0; border-radius:0; box-shadow: unset; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check { display:inline-block; margin-right:3px; }

.all-finder-layer .finder-body .finder-color { padding-left:10px; }
.all-finder-layer .finder-body .finder-price .finder-price-input { display: inline-block; padding-top:5px}
.all-finder-layer .finder-body .finder-price .finder-price-input label { display: inline-block; width: 110px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; color: #666; }
.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input { display: inline-block; width: 90px; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: right; }
.all-finder-layer .finder-body .finder-search { position:relative; padding-left:5px; }
.all-finder-layer .finder-body .finder-search label { display: inline-block; width: 320px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; }
.all-finder-layer .finder-body .finder-search label .txt-input { display: block; width:100%; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: left; }
.all-finder-layer .finder-body .finder-btn-c { padding: 30px 0; text-align: center; }
.all-finder-layer .finder-body .finder-btn-c a.reset { display: inline-block; width: 140px; height: 60px; line-height: 57px; border:none; border-radius:3px; background: #999; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 1px; font-family:'Malgun Gothic'; margin-right:15px; }
.all-finder-layer .finder-body .finder-btn-c button { display: inline-block; height: 60px; line-height: 57px; padding:0 30px; *padding:0; border:none; border-radius:3px; background: #000; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: -0.5px; font-family:'Malgun Gothic'; cursor:pointer; }
.all-finder-layer .finder-body .finder-btn-c button span.ico-search { visibility:visible; display:inline-block; width:16px; height:15px; margin-right:10px; margin-top:-4px; *margin-top:0; vertical-align:middle; background:url('/images/common/btn_h15_search.png') no-repeat 0 0; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count { visibility:visible; display:inline-block; height:60px; color:#ffd800; font-size:23px; *vertical-align:middle; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle { visibility:visible; display:none; }


.all-finder-layer .finder-body .finder-options { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; border: 1px solid #fff; vertical-align:top; word-break:break-all; }
.all-finder-layer .finder-body .finder-options.on { font-weight: bold; border: 1px solid #000; border-radius: 20px; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-body .finder-option-color em { display: inline-block; width: 22px; height: 22px; border-radius:20px; font-size:0; vertical-align:top; }
.all-finder-layer .finder-body .finder-option-color.color-picker { width:22px; height:22px; padding: 0; border: none; } 
.all-finder-layer .finder-body .finder-option-color.color-picker.on { border: none; }
.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check { display:none; width:22px; height:22px; margin-top:-17px; color:#fff; text-align:center; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-black em { background-color: #000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gray em { background-color: #808080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-navy em { background-color: #425583; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-purple em { background-color: #800080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-green em { background-color: #008000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gold em { background-color: #cfbc4e;  }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .finder-body .search-auto-complete-list { display:none; z-index:1; position:absolute; top:30px; left:5px; border:1px solid #ddd; line-height:14px; background:#fff; }
.all-finder-layer .finder-body .search-auto-complete-list ul { width:340px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.all-finder-layer .finder-body .search-auto-complete-list ul li { text-align:left; }
.all-finder-layer .finder-body .search-auto-complete-list ul li.on { background:#f3f3f3; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a{ display:block; padding:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.all-finder-layer .finder-body .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }

.all-finder-layer .finder-body .finder-search-data .finder-options { border: 1px solid #e5e5e5; box-shadow:none; }
.all-finder-layer .finder-body .finder-search-data .finder-options .fa-close { margin-left:10px; color: #999; }
/* BASIC css end */

