html,
body {
    /* You may also want to try adding:*/
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

/* etc */

html {}

.row-offcanvas {
    /*    height: 100%;*/
}

a {
    color: #000;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


.container {
    width: 1200px !important;
    min-width: 1200px !important;
    max-width: none !important;

}


.js-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*    background: url('../../img/main/section_04_bg.jpg');*/
}


/* header */
/*  상단 배너 */
#top_benner {
    background: url('../../wiz_img/main/top_benner_bg.jpg');
    min-width: 100%;
    float: left;
    position: relative;
}

#top-bar-01 {
    background-color: #fff;
    border: 1px #ededed solid;

}

#top-bar-01 .f-right {
    text-align: right;
}

#top-bar-01 li a {
    font-size: 13px;
    display: block;
    padding-top: 17px;
    color: #5e5e5e;
    padding-bottom: 17px;
    font-weight: 800;
}

#top-bar-01 .first {}

#top-bar-01 .f-right {
    padding-bottom: 0;
    margin-bottom: 0;
}

#top-bar-01 .first a {
    font-weight: 800;
    font-size: 13px;
    columns: #3c3c3c;
    border-left: 1px #ededed solid;
    border-right: 1px #ededed solid;
    padding-left: 19px;
    padding-right: 19px;

}

#top-bar-01 .first a i {
    color: #743ddc;
    margin-right: 4px;
}

#top-bar-01 .f-right li:first-child a:before {
    content: ""
}

#top-bar-01 .f-right li a:before {
    content: "|";
    padding-right: 12px;
    color: #d6d6d6;
    font-weight: 100;
}

#top-bar-01 .f-right li a:hover {
    text-decoration: none;
}

#top-bar-01 .home {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #fff;
    width: 60px;
    text-align: center;
    border: 1px #dfdfdf solid;
    border-top: 0;
    border-bottom: 0;
    top: 0;
    position: absolute;
    font-size: 14px;
}

#top-bar-01 .home::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    border-bottom: 1px #fff solid;
}

/*  대시보드 */
.dash_wrap {
    padding-top: 23px;
}

.dash_wrap h1 {
    margin-top: 0;
}

#hd_sch {
    margin-top: 5px;
    border-radius: 2em;
    overflow: hidden;
    float: right;
}

#hd_sch #sch_str {
    float: left;
    width: 234px;
    height: 46px;
    padding-left: 25px;
    border-radius: 30px 0 0 30px;
    background: #f7f7f7;
    border: 0;
    border-right: 0;
    font-size: 14px;
    color: #000;
}

#hd_sch #sch_str:focus {
    border: 0;
    outline: none;
}

#hd_sch #sch_submit {
    float: left;
    width: 60px;
    height: 46px;
    border: 0;
    background: #f7f7f7;
    color: #666666;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 16px
}

#hd_sch #sch_submit:focus {
    outline: none;
}

/* nav */

#wz_header {
    border-bottom: 1px #ddd solid;
}

#wz_header .nav_wrap {
    /* background-color: #fff; */
    /* float: left; */
    width: 100%;
    clear: both;
    margin-bottom: 2px;

}

#wz_header .nav_wrap .nav {
    background-color: #fff !important;
    float: left;
    width: 100%;
    display: inline-block;
    z-index: 2;
}

#wz_header .nav_wrap .nav li {
    float: left;
    text-align: center;

    /* background: url('../../img/main/nav_line.jpg'); */
    background-repeat: no-repeat;
    background-position: center right;
}

#wz_header .nav_wrap .nav li:last-child {
    background: none;
}

#wz_header .nav_wrap .nav li a:after {}


/*#wz_header .nav_wrap .nav li a:after  {  content:" | "; font-size:14px; position:absolute; font-weight:200; padding-left:40px !important; color:#000 !important; display:inline-block; }*/

#wz_header .nav_wrap .nav li:last-child a:after {
    content: " ";
}

#wz_header .nav_wrap .nav li:first-child a {
    background: none;
}

#wz_header .nav_wrap .nav li a {
    font-size: 16px;
    display: block;
    font-weight: 800;
    padding: 12px 28px 20px;
    background: url('../../wiz_img/main/nav_line.jpg');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    transition: 0.5s;
    position: relative;
    display: block;


}

#wz_header .nav_wrap .nav li>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 100%;
    left: 0;
    background: #973EE6;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

#wz_header .nav_wrap .nav li a:hover {
    color: #65139c;
}

#wz_header .nav_wrap .nav li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* #wz_header .nav_wrap .nav li a:hover {
    text-decoration: none;
    color: #65139c;
} */


/*#wz_header .nav_wrap .nav_bar { background-color:#fff; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; width:100%; clear:both; min-height:32px; position:absolute; margin-top:44px;}*/


/* nav start */

.nav:before,
.nav:after,
.nav>ul:before,
.nav>ul:after {
    content: '';
    clear: both;
}


/*부메뉴를 숨깁니다. */

.nav>ul li a,
.nav>ul li a:hover {
    text-decoration: none;
}

.nav>ul li ul {
    /*
float:left;
margin-top:0;  
opacity: 0;  
visibility: hidden; 
position: absolute; 
padding:0; 
background-color: rgba(255, 255, 255, 0.9);
z-index:900000000000;
min-width:150px;
min-width:200px;
transition:0.3s all;
-webkit-transition:0.3s all;
-moz-transition:0.3s all;
-o-transition:0.3s all;
-ms-transition:0.3s all;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
*/
}

.nav>ul li ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    min-height: 150px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.nav>ul li ul.dropdown-menu .box_wrap {
    text-align: center;
    padding-top: 55px;
    font-size: 13px;
}

.nav>ul li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    display: block
}

.nav ul li ul li {
    position: relative;
    float: left;
    margin-left: 0 !important;
}

.nav ul li ul li a:after {
    content: "|";
    padding-left: 10px;
    padding-right: 13px;
    color: #b3b3b3;
}

.nav ul li ul li:first-child a {
    margin-left: 23px;
}

.nav ul li ul li:hover {}

.nav>ul li ul li a {
    display: block;
    font-size: 15px !important;
    text-decoration: none;
    padding: 0 !important;
    color: #000 !important;
    border-bottom: 0 !important;
    height: 35x;
    line-height: 35px;
}

.nav>ul li ul li a:hover {
    color: #000 !important;
    font-weight: 900;
}

/* nav 마감 */


/* 인덱스 */
#index_wrap {
    margin-top: 70px;
}

#index_wrap section .title {
    text-align: center;
    margin-bottom: 50px;
}

#index_wrap section .title h2 {
    font-size: 32px;
    font-weight: 900;
    color: #000;
    font-family: 'NanumSquare';
    position: relative;
    display: inline-block;
}

#index_wrap section .title h2 span {
    color: #65139c;
}

#index_wrap section .title h2 span:before {

    position: absolute;
    width: 60px;
    height: 1px;
    margin-top: 35px;
    background-color: #000;
    display: inline-block;
    content: "";
}

#index_wrap section.section02 .title h2 span:before {

    position: absolute;
    width: 86px;
    height: 1px;
    margin-top: 35px;
    background-color: #000;
    display: inline-block;
    content: "";
}

#index_wrap section.section04 .title h2 span:before {
    width: 116px;
}

#index_wrap section .title p {
    font-size: 16px;
    color: #898989;
    margin-top: 10px;
}

#index_wrap section .item-list .col-xs-3 {
    margin-bottom: 50px;
}

#index_wrap section.section01 .item-list .box p.best.num1,
#index_wrap section.section01 .item-list .box p.best.num2,
#index_wrap section.section01 .item-list .box p.best.num3,
#index_wrap section.section01 .item-list .box p.best.num4 {
    position: absolute;
    background-color: #7640e1;
    color: #fff;
    width: 51px;
    height: 51px;
    text-align: center;
    font-size: 6px;
    padding-top: 8px;
}

#index_wrap section.section01 .item-list .box p.best {
    position: absolute;
    background-color: rgba(3, 3, 3, 0.4);
    color: #fff;
    width: 51px;
    height: 51px;
    text-align: center;
    font-size: 6px;
    padding-top: 8px;
}

#index_wrap section.section01 .item-list .box p.best span {
    display: block;
    font-size: 16px;
    font-family: 'GmarketSansBold';
    padding-top: 3px;
}

#index_wrap section .item-list .box .caption {
    padding-top: 10px;
}

#index_wrap section.section01 .item-list .box .caption h3 {
    font-size: 17px;
    color: #2e2e2e;
    font-weight: 900;
    font-family: 'NanumSquare';
    padding-bottom: 6px;
}

#index_wrap section.section01 .item-list .box .caption {
    color: #2e2e2e;
    padding-top: 18px;
}

#index_wrap section.section01 .item-list .box .caption span.price {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'GmarketSansBold';


}

#index_wrap section.section01 .item-list .box .caption span.price span.won {
    font-size: 14px;
    padding-left: 3px;
    font-family: 'GmarketSansLight';
}

/* 용도별 상품 */
#index_wrap section.section02 {
    background: url('../../wiz_img/main/section02_bg.jpg') top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    min-width: 100%;
    height: 460px;
    padding-top: 60px;

}

#index_wrap section.section02 .box .caption {
    text-align: center;
    padding-top: 12px;
}

#index_wrap section.section02 .box .caption h2 {
    font-size: 19px;
    color: #36303a;
    font-weight: 900;
    padding-bottom: 6px;
}

#index_wrap section.section02 .box .caption span {
    font-size: 15px;
    color: #717171;
}

#index_wrap section.section03 {
    margin-top: 60px;
}

#menu-tab {
    text-align: center;


}

#menu-tab .row {
    padding-left: 15px;
    padding-right: 15px;
}

#menu-tab div a {
    background-color: #f1f1f1;
    border: 0;
    /* border: 1px #ececec solid; */
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    color: #5d5d5d;
    font-family: 'NotoSans';
    font-weight: 600;
}

#menu-tab div a.active {
    font-weight: 700;
    background: #65139c;
    border: 0;
    color: #fff;

}

#menu-tab .row.gb {
    padding-left: 15px;
    padding-right: 15px;
}

#menu-tab .row.gb .col-xs-2 {
    padding-left: 0;
    padding-right: 0;
}

.tab-content .fade {
    transition-delay: 0.2s;
}

#index_wrap section.section03 .tab-content {
    margin-top: 50px;
}

#index_wrap section.section03 .box .caption {
    padding-top: 30px;
}

#index_wrap section.section03 .box .caption h3 {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 900;
    font-family: 'NanumSquare';
    padding-bottom: 12px;
}

#index_wrap section.section03 .box .caption {
    color: #2e2e2e;
}

#index_wrap section.section03 .box .caption p {
    font-size: 15px;
    line-height: 22px;
    color: #8b8b8b;
    margin-bottom: 14px;
}

#index_wrap section.section03 .box .caption span.price {
    font-size: 20px;
    color: #65139c;
    font-weight: 600;
    font-family: 'GmarketSansBold'

}

#index_wrap section.section03 .box .caption span.price span.won {
    font-size: 14px;
    padding-left: 3px;
    font-family: 'GmarketSansLight';
    color: #000;
}

/*  배송사진 서비스 */
#index_wrap section.section04 {
    margin-top: 80px;
    background: url('../../wiz_img/main/section05.jpg') top center;
    background-size: cover;
    display: inline-block;
    min-width: 100%;
    height: 630px;
    padding-top: 70px;

}

#index_wrap section.section04 .title {
    margin-bottom: 40px;
}

#index_wrap section.section04 .title p {
    font-size: 17px;
    color: #6c6c6c;
    margin-top: 10px;
}

#index_wrap section.section04 .box {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 12px 5px;
    border: 1px #eaeaea solid;

}

#index_wrap section.section04 .box img {}

#index_wrap section.section04 .box .caption {
    text-align: center;
}

#index_wrap section.section04 .box .caption h2 {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 8px;
    color: #36303a;
    font-weight: 900;
}

#index_wrap section.section04 .btn_wrap {
    text-align: center;
    margin-top: 26px;
}

#index_wrap section.section04 .btn_wrap a.btn {
    background: #6a20b0;
    color: #fff;
    border-radius: 0;
    border: 0;
    min-width: 190px;
    font-size: 16px;
    height: 48px;
    line-height: 50px;
}

#index_wrap section.section04 .btn_wrap i {
    margin-left: 20px;
}

/* 고객센터 */
section.section06 {
    margin-top: 35px;
}
section.section06.sub_line {
    /* border-top: 1px #ddd solid;
    padding-top: 30px; */
}
section.section06 .p-row,
section.section06 .two-row {
    padding-left: 7px;
    padding-right: 7px;
}

section.section06 .custo_wrap,
section.section06 .trhee_wrap,
section.section06 .notice_wrap,
section.section06 .bank_wrap,
section.section06 .col-benner {
    padding-left: 8px;
    padding-right: 8px;
}

section.section06 .col-benner {
    margin-top: 12px;
}

section.section06 .custo {
    background: #f7f7f7;
    min-height: 375px;
    padding: 32px 38px 10px;
    font-size: 14px;
    color: #444444;
    line-height: 23px;
    font-weight: 600;
}

section.section06 .bank {
    background: #f7f7f7;
    height: 247px;
    padding: 32px 38px;

}

section.section06 .notice {
    background: #f7f7f7;
    height: 247px;
    padding: 32px 38px;
}

section.section06 .benner {
    border: 1px #dfdfdf solid;
    padding: 36px 0 0 103px;
    min-height: 116px;
    cursor: pointer
}
section.section06 .benner:hover {
    border: 1px #000 solid;

  
}
section.section06 .benner.benner01 {
    background: url('../../wiz_img/main/custo_benner01.png');
    background-repeat: no-repeat;
    background-position: 38px 50%;
}

section.section06 .benner.benner02 {
    background: url('../../wiz_img/main/custo_benner02.png');
    background-repeat: no-repeat;
    background-position: 38px 50%;
}

section.section06 .benner.benner03 {
    background: url('../../wiz_img/main/custo_benner03.png');
    background-repeat: no-repeat;
    background-position: 38px 50%;
}

section.section06 .benner dl dt {
    font-size: 17px;
    color: #000000;
    font-weight: 900;
}

section.section06 .benner dl dd {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

section.section06 .custo h3 {
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
}

section.section06 .custo p.tel {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 900;
    color: #65139c;
    font-family: 'GmarketSansBold';
    margin-bottom: 10px;
    letter-spacing: 1px;
}

section.section06 .custo p.tip {
    margin-top: 14px;
    clear: both;
    line-height: 20px;
}

section.section06 .custo a.kakao img {
    margin-top: 2px;
}

section.section06 .bank {
    font-size: 16px;
    color: #444444;
}

section.section06 .bank li {
    font-family: 'GmarketSansMedium';
}

section.section06 .bank li strong {
    font-family: 'NotoSans';

}

section.section06 .bank p {
    font-weight: 600;
    margin-top: 16px;
}

section.section06 .bank p span {
    color: #65139c;
    font-weight: 900;
}

section.section06 .bank h3 {
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    position: relative;
    display: inline-block;
    z-index: 1;
}

section.section06 .bank h3::before {
    width: 100%;
    height: 5px;
    position: absolute;
    content: "";
    margin-top: 15px;
    z-index: -1;
    background-color: #fae18c;

}

section.section06 .bank ul {
    padding-left: 0;
}

/* 공지사항 */
section.section06 .notice h3 {
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    position: relative;
    display: inline-block;
    z-index: 1;
}

section.section06 .notice h3::before {
    width: 100%;
    height: 5px;
    position: absolute;
    content: "";
    margin-top: 15px;
    z-index: -1;

    background-color: #eac9ff;


}

section.section06 .notice ul {
    padding-left: 0;
}

section.section06 .notice ul li a span {
    font-size: 13px;
    color: #444;
    font-family: 'GmarketSansMedium';
    line-height: 28px;
    padding-right: 8px;
}

section.section06 .notice ul li a {
    font-size: 15px;
    color: #444;
    line-height: 28px;
    font-weight: 600;
}

section.section07 {
    margin-top: 12px;
}

section.section07 .row {
    padding-left: 12px;
    padding-right: 12px;
}

section.section07 .col-xs-15 {
    padding-left: 3px;
    padding-right: 3px;
}

section.section07 img {
    border: 1px #dfdfdf solid;
}

section.section07 img.naver {
    border: 1px #19ce60 solid;
}

/* 인덱스 미김 */
/*  서브 */
#sub_content {
    clear: both;
}

#sub_content h1.depth1 {
    font-size: 26px;
    color: #000;
    padding-bottom: 6px;
    font-weight: 900;
    border-bottom: 1px #ddd solid;
}

#sub_content .page-header {
    text-align: right;
    clear: both;
    padding-top: 0;
    margin-top: 20px;
    border-bottom: 0;
}

#sub_content .page-header .sub_map {
    font-size: 15px;
    color: #acacac;
}

#sub_content .page-header .sub_map i {
    margin-left: 6px;
    padding-right: 6px;
}

#sub_content .top-best .title h2 {
    font-size: 22px;
    font-weight: 900;
    color: #000;
}

#sub_content .top-best .title h2 span {
    color: #7640e0;
}

#sub_content .top-best-box {
    border: 1px solid #dcdcdc;
    border-top: 3px #7640e1 solid;
    background-color: #F8F8F8;
    padding: 16px 30px 0px;
    height: 460px;
    margin-top: 18px;
    margin-bottom: 50px;
}

#sub_content .shop-list-title {
    margin-bottom: 6px;
    float: left;
}

#sub_content .shop-list-title h2 {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    float: left;
}

#sub_content .shop-list-title span {
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 12px;
    float: left;
}

/*  서브 마감 */
/* footer */
.footer.sub {
    clear: both;
    margin-top: 80px;
}

.footer {
    margin-top: 30px;
    background-color: #fff;
    padding-bottom: 0;
    border-top: 1px #e8e8e8 solid;
    font-family: 'Nanum Gothic';

}
.footer .foot_logo {
    margin-top: 55px;
}

.footer .add {
    font-family: 'Nanum Gothic';
}
.footer .toss {
    float: right;
    margin-top: 12px;
}
.footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}



.footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

.footer .breadcrumb li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

.footer .breadcrumb li a {
    font-size: 14px;
    padding-left: 12px;
    font-weight: 600;
}



.footer address {
    margin-top: 25px;
    font-size: 13px;
    line-height: 23px;
    color: #8a8a8a;
    font-family: 'Nanum Gothic';

}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #8a8a8a;
    font-size: 13px;
    font-family: 'Nanum Gothic';
}