/* BASIC css start */
#contentWrapper{
    padding-top:0 !important;
}

.h_full{
    width:100%;
    height:100%;
    height:100vh;
}

#contentWrap_main .component-products__rank{
    display:none;
}

.BG_imgBox{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.BG_img_box2:after{
    content:'';
    display:block;
    clear:both;
}

.BG_img_box2 .BG_imgBox{
    position:relative;
    width:50%;
    float:left;
}

.BG_img_box2 .BG_imgBox span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    opacity:0;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 100vh;
    transition:all 0.3s;
}

.BG_img_box2 .BG_imgBox:hover span{
    opacity:1;
}

/* BASIC css start */
/* BASIC css start */
/* 2023 renewal */
html {
  scroll-behavior: smooth;
}
.content__wrapper {
    margin: 0 auto;
    max-width: 1920px;
}


.title-area__wrapper {
    max-width: 1450px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 45px;
}

.title-area__main {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-family: 'Marcellus';
}

.title-area__main>em {
    font-size: 24px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: -40px;
}
.title-area__sub {
    font-size: 20px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 500;
    padding-top: 20px;
    line-height: 30px;
}

.tab__list {
    display: flex;

    right: 5px;
    top: 0px;
}

.tab__list>li.is-active {
    font-weight: 600;
    color: #0b0b0b;
    border: 1px solid #1b1b1b;
}

.tab__list>li:not(:last-of-type) {
    margin-right: 5px;
}

.tab__list>li {
    padding: 0 23px;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: rgb(145, 145, 145);
    border-radius: 25px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid rgb(145, 145, 145);
    height: 37px;
    line-height: 35px;
    transition: color .2s, opacity .2s, border .2s;
}

.more-btn{
    text-align:left;
    padding-top:40px;
}

.more-btn > a{
    font-size:19px;
    display:inline-block;
    text-decoration:underline;
}



/* mainslide*/

#mainSlide2 .swiper-slide {
    text-align: center;
}

#mainSlide2 .swiper-pagination-fraction {
    bottom: 230px;
    left: 80px;
    width: auto;
    font-size: 15px;
}

/* mainslide*/

/* main category */
.main-category__list>li>a {
    font-size: 15px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
}

.main-category__list {
    display: flex;
    justify-content: center;
    padding: 105px 0;
}

.main-category__list>li:not(:last-of-type) {
    margin-right: 70px;
}

.main-category__list>li img {
    padding-bottom: 10px;
    display: block;
}

/* main category */

/* main banner */
.shoe_center_banner {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 0;
}

.shoe_center_banner a {
    width: 50%;
    display: inline-block;
}

.shoe_center_banner a:last-of-type {}

.shoe_center_banner a img {
    width: 100%;
}

/* main banner */




/* best */

.best-products .component-products:not(:first-of-type) {
    display: none;

}

.best-products .content__wrapper {
    margin-bottom: 124px; margin-top: 80px;
}

.best-products .component-products__wrapper {
    max-width: 1450px;
}

.best-products__title {
    font-size: 34px;
}

/* best */

/* keyword */

.keyword-products .content__wrapper {
    margin-bottom: 190px;
}

.keyword-products .title-area__wrapper {
    max-width: 1640px;
}

.keyword-products .component-products__wrapper {
    max-width: 1222px;
}
.ketword-products__banner-item {
  position: relative;
  overflow: hidden;
}

.ketword-products__banner-item:not(:first-of-type) {
  display: none;
}
.keyword-products .keyword-products__right {
    max-width: 1222px;
    overflow: hidden;
    position: relative;
}

.keyword-products__inner {
    display: flex;
    max-width: 1640px;
    margin: 0 auto;
    justify-content: space-between;
}

.keyword-products__left {
    margin-right: 3.797%;
}

.keyword-products__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    line-height: 3.5;
}

.keyword-products .component-products:not(:first-of-type) {
    display: none;

}

.keyword-products__left>a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.keyword-products__left img {
    width: 100%;
    transition: all .5s
}

.keyword-products__left:hover img {
    transform: scale(1.1);
}

.keyword-products__txt>h2 {
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.keyword-products__txt>p {
    font-size: 15px;
    color: #fff;
}

.keyword-products__txt>span {
    font-size: 18px;
    line-height: 20px;
    padding: 0 15px;
    color: #fff;
    height: 25px;
    border: 1px solid #ffffff;
    display: inline-block;
}

.keyword-products__list {
    padding-top: 70px;
}

.keyword-products .tab__list {
    top: 0;
}

.keyword-products .component-products__item {
    position: relative;
}


.keyword-products .component-products__info {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0 5%;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
}
.keyword-products .component-products__item:hover .component-products__info {
    opacity: 1;
}

.keyword-products .component-products__bg {
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.keyword-products .component-products__item:hover .component-products__bg {
    background-color: #0004;
}

.keyword-products .component-products__name>a,
.keyword-products .component-products__price,
.keyword-products .component-products__list-price {
    color: #fff;
}

.keyword-products .component-products__name>a {
    font-size: 16px;
    margin-bottom: 18px;
}

.keyword-products .component-products__price {
    font-size: 20px;
    margin-right: 0;
}

.keyword-products .component-products__list-price {
    font-size: 16px;
}


.keyword-products .component-products__thumb {
    margin-bottom: 0;
}
.keyword-products .swiper-pagination-progressbar {
margin-top: 60px;
}

.keyword-products .component-products__color,
.keyword-products .component-products__icons,
.keyword-products .component-products__disc,
.keyword-products .component-products__review {
    display: none;
}

/* keyword */



/* weekly */

.weekly-products__right {
    width: 100%;
    max-width: 1287px;
}
.weekly-products .content__wrapper {
    margin-bottom: 150px;
}

.weekly-products .title-area__wrapper {
    max-width: 1640px;
}

.weekly-products .component-products__wrapper {
    max-width: 1376px;
}
.weekly-products__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1640px;
    margin : 0 auto;
}

.weekly-products .component-products__item:nth-last-of-type(-n+4){

margin-bottom:0;
}

.weekly-products__left {
    position: relative;
    width: 100%;
    max-width: 247px;
    min-width: 247px;
    margin-right: 5%;
}
.weekly-products .tab__list {
    flex-direction: column;
    top: 100px;
    right: 45x;
}
.weekly-products .tab__list>li {
    margin-right: 0;
    border: none;
    padding: 0px;
    position: relative;
    height: auto;
    line-height: 100%;
    color: #ababab;
    width:fit-content;
}
.weekly-products .tab__list>li:not(:last-of-type) {
    margin-bottom: 30px;
}

.weekly-products .tab__list>li.is-active {
    color: #111;
}
.weekly-products .tab__list>li.is-active:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #da7373;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.weekly-products .component-products:not(:first-of-type) {
    display: none;

}
/* weekly */

/* celebrity */
.celebrity-products .content__wrapper{
    background-color: #f3f3f3;
    padding: 50px 0;
    box-sizing: border-box;
    margin-bottom: 75px;
}

.celebrity-products .title-area__wrapper {
    max-width: 1545px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.celebrity-products .more-btn {
    right: 95px;
}
.celebrity-products .tab__list {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: 0;
}
.celebrity-products .tab__list>li {
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 150;
    padding: 0;
    height: auto;
    line-height: 100%;
    text-align:center;
    opacity: .3!important;
        width: 100%!important;
    height: 100%!important;
    transition:color 0.2s ease 0s, opacity 0.2s ease 0s, border 0.2s ease 0s!important;
}


.celebrity-products .tab__list>li.swiper-pagination-bullet-active{
    color: #000;
    opacity: 1!important;
}

.celebrity-products .tab__list>li:not(:last-of-type) {
    margin: 0 10px 0 0!important;
}
.celebrity-products .tab__list>li:last-of-type {
    margin: 0!important;
}
.celebrity-products .tab__list > li>img {
    margin-bottom: 13px;
}



.celebrity-slider {
    position: relative;
    overflow: hidden;
    padding-top: 550px;
}
.celebrity-products .celebrity-imgs {
    margin: 0px auto;
    overflow: hidden;
    height: 550px;
    position: relative;
    max-width: 1650px;
    min-width: 1650px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.celebrity-products .swiper-slide {
    width: calc(100% / 3);
}


.celebrity-imgs .img_wrap {
    position: relative;
    padding-top: 500px;
    }
.celebrity-products .celebrity-imgs img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: scale(1) translate(-50%,-50%);
    opacity: 0.3;
    transition: 600ms all;
        max-width: 357px;
    min-width: 357px;
}
.celebrity-products .celebrity-imgs .swiper-slide.swiper-slide-active img {
    opacity: 1;
        max-width: 546px;
    min-width: 546px;
}

.celebrity-products .celebrity-imgs .prev_btn {
    left: 30%;
    background :none;
}
.celebrity-products .celebrity-imgs .prev_btn i,.celebrity-products .celebrity-imgs .next_btn i {
font-weight:600;
    }
.celebrity-products .celebrity-imgs .next_btn {
    right: 30%;
    background :none;
}
.celebrity-products .component-products__wrapper {
    max-width: 546px;
}

.celebrity-products .component-products__item {
    width: 100%;
    padding: 60px 53px 15px;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    margin-right: 0px;
    position: relative;
    display: none;
}
.celebrity-products .component-products__item:first-of-type{
display: block;
}
.celebrity-products .component-products__thumb {
    width: 100%;
    margin-right: 20px;
    max-width: 114px;
    display: inline-block;
}

.celebrity-products .component-products__icons {
    display: none;
}

.celebrity-products .component-products__info {
    padding-top: 20px;
    display: inline-block;
    width: calc(100% - 143px);
    vertical-align: top;
}

.celebrity-products .component-products__content {
    display: none;
}


.celebrity-products__title {
    position: absolute;
    line-height: 100%;
    left: 53px;
    top: 30px;
    /* display: none; */
}
.celebrity-products__title>a {
    font-size: 17px;
}
.celebrity-products__title>a>em {
    font-size: 12px;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: -25px;
}

.celebrity-products .celebrity-imgs .swiper-pagination {
}
/* celebrity */






/* new */
.new-products__right {
    max-width: 1287px;
    width: 100%;
}

.new-products .content__wrapper {
    margin-bottom: 150px; margin-top:180px;
}

.new-products .title-area__wrapper {
    max-width: 100%;
    padding-right:23px;
    padding-bottom:0;
}

.new-products .component-products__wrapper {
    max-width: 1287px;
}
.new-products__inner {
    display: flex;
    max-width: 1640px;
    margin: 0 auto;
    justify-content: space-between;
}

.new-products__left {
    position: relative;
    width: 100%;
    max-width: 247px;
    /* margin-right: 5%; */
}

.new-products__txt {
    text-align: center;

    box-sizing: border-box;
    display: inline-block;
}
.new-products__txt>h2 {
    font-size: 50px;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 400;
    font-family: Georgia;
}

.new-products__txt > p {
    font-size: 14px;
    color: #000;
}

/* new */










/*mayak*/
.mayak .content__wrapper {
    background-color: #f3f3f3;
    padding: 52px 104px;
    margin-bottom:30px;
}
.mayak__inner {
    display: flex;
    max-width: 1640px;
    margin: 0px auto;
    justify-content: space-between;
}
.mayak__left {
    width: 100%;
    max-width: 1000px;
    background-color: #f3f3f3;
    padding-top:60px;
}

.mayak__right {
    padding-left: 5.776%;
    box-sizing: border-box;
    position:relative;
}

.mayak .title-area__main{
    font-size: 55px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.mayak .title-area__wrapper p {
    font-size: 25px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #0b0b0b;
    font-weight: 500;
}
.mayak__right .mayak__imgs img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.mayak__right .mayak__imgs a:last-of-type img {
    padding-bottom: 50px;
    margin-bottom: 0px;
}
.mayak__right .more-btn {
    bottom: 0;
    top: auto;
}

.mayak-products .component-products:not(:first-of-type) {
    display: none;

}

.mayak-products .content__wrapper {
    margin-bottom: 124px;
}
.mayak-products .title-area__wrapper{
max-width:1640px;
}
.mayak-products .component-products__wrapper {
    max-width: 1613px;
}

/* mayak */


/* time sale */
.timesale-products .prev_btn {
    background: url(/design/half1031/2023_renewal/imgs/pc/pc_slide_btn_left02.png) no-repeat;
    height: 46px;
    top: 37%;
    left:65px;
}

.timesale-products .next_btn {
    background: url(/design/half1031/2023_renewal/imgs/pc/pc_slide_btn_right02.png) no-repeat;
    height: 46px;
    top: 37%;
    right:65px
}
.timesale-products__list {
    position: relative;
}
.timesale-products .content__wrapper {
    margin-bottom: 124px;
}
.timesale-products .title-area__wrapper{
max-width:1640px;
padding-bottom:73px;
}
.timesale-products .component-products__wrapper {
    max-width: 1613px;
}
.timesale-products .swiper-pagination,.timesale-products .component-products__color, .timesale-products .component-products__icons{ display:none;}


/* time sale*/

/* basic time sale*/

.timesale-products02 .basic-products__left {
    max-width: 310px;
}
/* basic time sale*/

/* basic */

.basic-products .content__wrapper {
    margin-bottom: 90px;
}

.basic-products .title-area__wrapper {
    max-width: 100%;
    padding-bottom:55px;
}

.basic-products .component-products__wrapper {
    max-width: 1376px;
}

.basic-products__inner {
    display: flex;
    max-width: 1640px;
    margin: 0 auto;
    padding-top:120px;
    justify-content: space-between;
    /*-webkit-box-align: start;*/
    /*-moz-align-items: flex-start;*/
    /*-ms-flex-align: start;*/
    /*align-items: flex-start;*/
}

.basic-products__left {
    position: relative;
    width: 100%;
    max-width:290px;
}
.basic-products .more-btn {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
}
.basic-products .title-area__sub{
    line-height: 30px;
}
.basic-products .component-products__item:nth-last-of-type(-n+4){margin-bottom:0;}
.basic-products__right {
    width: 100%;
    max-width: 1287px;
}
/* basic */

/* celebrity review */

.review-js-content {
    display: none;
}
.review-products .content__wrapper{
    box-sizing: border-box;
    margin-bottom: 190px;
}

.review-products .title-area__wrapper {
    max-width: 1790px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom:116px;
}


.review-products .prev_btn {
    left: 0;
    background :none;
}
.review-products  .prev_btn i,.review-products .next_btn i {
font-weight:600;
    }
.review-products .next_btn {
    right: 0;
    background :none;
}
.review-products .component-products__wrapper {max-width: 1490px;position: relative;}
.review-products .component-products__container {
    max-width: 1120px;
    margin: 0 auto;
    min-height:669px;
}

.review-products .component-products__item {
    width: 100%;
    padding-right: 105px;
    margin-bottom: 0px;
    margin-right: 0px;
    position: absolute;
    bottom: 58px;
    right: 0;
    font-size: 0;
}
.review-products .component-products__item:first-of-type{

}
.review-products .component-products__thumb {
    width: 100%;
    margin-right: 20px;
    max-width: 114px;
    display: inline-block;
    margin-bottom: 0;
}
.review-products__thumb img {
    vertical-align: initial;
}
.review-products .component-products__icons {
    display: none;
}

.review-products .component-products__info {
    padding-top: 20px;
    display: inline-block;
    width: calc(100% - 143px);
    vertical-align: top;
}

.review-products .component-products__content {
    display: none;
}


.review-products__title {
    position: absolute;
    line-height: 100%;
    left: 53px;
    top: 30px;
    /* display: none; */
}
.review-products__title>a {
    font-size: 17px;
}
.review-products__title>a>em {
    font-size: 12px;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: -25px;
}
.review-products .swiper-slide {
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
    min-height:669px;
}

.review-products__right h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 30px;
    font-family: 'Marcellus';
}

.review-products__right h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 12px;
}

.review-products__right {
    width: 50%;
    padding-top: 90px;
    padding-right: 105px;
    position: relative;
    margin-left:55px;
    box-sizing: border-box;
}

.review-products__right p {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    line-height: 22px;
    min-height: 240px;
    word-break: keep-all;
    overflow-y: auto;
    width: 100%;
}
.review-products__right p::-webkit-scrollbar {
    width: 6px; 
}
.review-products__right p::-webkit-scrollbar-thumb { border-radius: 3px; background-color: rgb(221, 221, 221); }


.review-products__thumb {
    width: 50%;
}
/* celebrity review */

/* best review */

.best-review__wrapper{
max-width:1074px;
margin:0 auto;
}

.best-review {
    background-color: #fff;
    padding: 90px 0;
}
/* best review */

/* instagram */

.v_find_box, .v_find_box iframe { width:100%!important;max-width:1500px; margin : 0 auto; }

/* instagram */

/* bottom-slider */
.bottom-banner-slider .content__wrapper{overflow:hidden;margin:0 auto;max-width:100%;}
.bottom-banner-slider__inner {
    width: 1100px;
    margin: 0 auto;
    padding-bottom:0px;
    position:relative;
}
.bottom-banner-slider__inner .swiper-slide img {
    vertical-align: unset;
    margin-bottom: 15px;
}

.bottom-banner-slider__inner .swiper-slide {
    text-align: center;
}

.bottom-banner-slider__txt {
    font-size: 18px;
    font-weight: 500;
}

.bottom-banner-slider__txt>strong {
    display: block;
    padding-bottom: 5px;
}
.bottom-banner-slider__inner .swiper-slide {
    display: flex;
    justify-content: space-between;
}
.bottom-banner-slider__inner .swiper-wrapper {
    height: auto;
}
.bottom-banner-slider .prev_btn {
    left: -45px;
    background: none;
    top: 129px;
}

.bottom-banner-slider .next_btn {
    right: -45px;
    background: none;
    top: 129px;
}

.bottom-banner-slider .prev_btn>i,.bottom-banner-slider .next_btn>i {
    color: #8b8b8b;
}

.bottomBanWrap a img{
    display:block;
    width:100%;
}
/* bottom-slider */

/* 2023 renewal */
    
    
.contents_top {overflow:hidden; padding-top:10px;}
.visual {width:1903px; height:610px; float:left;}
.visual .flexslider {background:#f1f1f5; border:0 none;position:relative;  }
.visual .flex-direction-nav {position:relative; margin:0 auto;}
.visual .flex-direction-nav a {position:absolute; height:52px; margin:0; top:-300px; left:auto; right:auto;}
.visual .flex-direction-nav a:before {content:'';}
.visual .flex-control-nav {bottom:27px;}
.visual .flex-direction-nav a.flex-next,
.visual .flexslider:hover .flex-direction-nav .flex-next {opacity:1; right:11px;}
.visual .flex-direction-nav a.flex-prev,
.visual .flexslider:hover .flex-direction-nav .flex-prev {opacity:1; left:11px;}

.visual .flex-control-paging {bottom:10px;}
.visual .flex-control-paging li a {
    width:12px;
    height:12px;
    background: transparent url("/design/half1031/2016_re/images/pagen2.png") no-repeat left top;
    box-shadow:inset 0 0 0 rgba(0, 0, 0, 0);
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.visual .flex-control-paging li a.flex-active, .visual .flex-control-paging li a:hover {
    
    background: transparent url("/design/half1031/2016_re/images/pagen2.png") no-repeat left bottom;
}


.dis_percent { display:none; color:#919191!important; }

.reviews_index { padding-bottom: 0!important; }
.contents_top .banner_list1 {float:right;}
.contents_top .banner_list1 .first {margin-bottom:10px;}

.contents_bot { overflow:hidden;}
.banner_list2 {overflow:hidden; float:left;}
.banner_list2 li {float:left;}
.banner_list2 .first {margin-right:10px;}

.banner {width:394px; height:311px; float:right;}
.banner .flexslider {background:#f1f1f5; border:0 none;position:relative;  }
.banner .flex-direction-nav {position:relative; margin:0 auto;}
.banner .flex-direction-nav a {position:absolute; width:37px; height:36px; margin:0; top:-171px; left:auto; right:auto;}
.banner .flex-direction-nav a:before {content:'';}
.banner .flex-control-nav {bottom:27px;}
.banner .flex-direction-nav a.flex-next,
.banner .flexslider:hover .flex-direction-nav .flex-next {opacity:1; right:0px;}
.banner .flex-direction-nav a.flex-prev,
.banner .flexslider:hover .flex-direction-nav .flex-prev {opacity:1; left:0px;}

.mid_banner {margin:10px 0 30px 0;}

.lookbook_wrap {height:550px; margin:20px auto; margin-bottom:70px;}
.lookbook .flex-control-paging {bottom:10px;}
.lookbook .flex-control-paging li a {
    width:12px;
    height:12px;
    background: transparent url("/design/half1031/2016_re/images/pagen2.png") no-repeat left top;
    box-shadow:inset 0 0 0 rgba(0, 0, 0, 0);
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.lookbook .flex-control-paging li a.flex-active, .lookbook .flex-control-paging li a:hover {
    
    background: transparent url("/design/half1031/2016_re/images/pagen2.png") no-repeat left bottom;
}


.tit_item { font-size:16pt; margin-bottom: 25px; color:#000;  letter-spacing:0px;  font-weight:500; padding-top:150px;}
.tit_item2 {font-size:18pt; color:#b3b3b3; letter-spacing:5px;font-weight:500;}
.tit_item3 {font-size:24.24pt; color:#b3b3b3; letter-spacing:5px; font-weight:500;} 
.MK-product-icons img{margin-right:3px;}



.flex-direction-nav a.flex-next:before {display:none;}

a, button {outline:none; select-dummy: expression(this.hideFoucs=true);}



#MAKESHOPLY1 {z-index:999999 !important ;}
#MAKESHOPLY2 {z-index:999999 !important ;}
#MAKESHOPLY3 {z-index:999999 !important ;}
#MAKESHOPLY4 {z-index:999999 !important ;}
#MAKESHOPLY5 {z-index:999999 !important ;}


.main_bottom {
    width: 1300px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}
.main_bottom .main_bottom_text {
    overflow: hidden;
    display: inline-block;
} 
.main_bottom .main_bottom_text>h1 {
    font-size: 19px;
    font-weight: 700;
    float: left;
    line-height: 21px;
    margin-right: 20px;
    padding-top:50px; padding-bottom:50px;
}
.main_bottom_text .bottom_category {float:left; font-size:8pt; padding-top:50px; padding-bottom:50px;}
.main_bottom_text .bottom_category li {
    float: left;
    margin-right: 20px;
    background: #e9e9e9;
    height: 25px;
    padding: 0 6px;
}
.main_bottom_text .bottom_category li a {
    font-weight: 300;
    display: block;
    line-height: 24px;
    font-size: 19px;
}


.banner_span { position:relative; padding-left:50%; border:solid 0px ; height:721px; } 
.div span { width:580px; display:block; } 
.aa { position:absolute; top:0; right:50%; height:720px; border:solid 0px ; } 
.bb { border:solid 0px ; left:9; height:357px; border:solid 0px ;} 
.cc { border:solid 0px ; top:0;left:9; height:367px; border:solid 0px ;} 


.top_btn1 {position: fixed; bottom: 77px; right: 20px; z-index: 99999; text-align: center; cursor: pointer; display: block;}
.top_btn4 {position: fixed; bottom: 35px; right: 20px; z-index: 99999; text-align: center; cursor: pointer; display: block;}
.top_btn2 {position: fixed; bottom: 183px; right: 20px; z-index: 99999; text-align: center; cursor: pointer; display: block;}
.top_btn3 {position: fixed; bottom: 189px; right: 20px; z-index: 99999; text-align: center; cursor: pointer; display: block;}
.top_btn1 .top {
    position: absolute;
    top: 0;
    width: 52px;
    height: 52px;
    display: block;
}
.top_btn1 .bottom {
    position: absolute;
    bottom: 0;
    width: 52px;
    height: 52px;
    display: block;
}


.on:after { content:''; position:absolute; bottom:0; width:30px; height:2px; background:#000; left:50%; transform: translateX(-50%); }

.prd-lt { text-align:center; }
.prd-lt ul li { position:relative; display:inline-block; font-size: 16px; margin-right:120px; margin-bottom: 10px; margin-top:15px; padding: 10px 0; cursor:pointer; }
.prd-lt ul li:last-child { margin-right:0; }

.item-wrap .prd-box .item-cont .item-list { position:relative; text-align:center; }
.item-wrap .prd-box .item-cont .item-list dt img { width:100%; height:auto; }
.prd-box .item-list .prd-overlay { display:none; width:100%; height:100%; position:absolute; top:-3px; left:0; background:rgba(0,0,0, .5); }
.prd-box .item-list .prd-overlay dd { margin-top: 50%; }

.center-banner { width:100%; height: auto; position:relative; }
.center-banner>img { width:100%; }
.center-banner div { position:absolute; left: 27%; bottom: 14%; width:100px;  padding: 10px 15px; border: 2px solid #fff; color:#fff; background:none; text-align:center; }
.center-banner div>a { display:block; font-size:18px; color:#fff;  }

.center-cate { width: 100%; margin: 0 auto; }
.center-cate .item-cont { overflow:hidden; }
.center-cate .item-cont .item-list { float: left; width: 11.5%; margin: 36px 2px; color: #bcbcbc; text-align: center; position:relative; }
.center-cate .item-cont .item-list:first-child { margin-left: 3.2%; }
.center-cate .item-cont .item-list img { width:100%;  }
.center-cate .item-list .prd-overlay { display:none; width:100%; height:100%; position:absolute; top:-3px; left:0; background:rgba(0,0,0, .5); }
.center-cate .item-list .prd-overlay dd { margin-top: 50%; }

.center-cate .prd-name { color:#fff; font-size:13px; }
.center-cate .prd-name font { color:#fff; }
.center-cate .prd-price { color:#fff; }
.center-cate .prd-price del, .center-cate .prd-price pm { color:#fff; }

.prd_bottom_banner { height:555px; margin-top: 85px; position:relative; overflow: hidden; }
.prd_bottom_banner .bg { position: absolute; width: 1920px; left: 50%; margin-left: -960px; }
.prd_bottom_banner .slick-arrow { top: 42%!important; }
.prd_bottom_banner .slick-slide { height: auto; }
.prd_bottom_slide { width:850px; float:right; margin-top: 27px; margin-right: 50px; }
.prd_bottom_slide .item-cont {}
.prd_bottom_slide .item-cont .item-list { text-align:center; }
.prd_bottom_slide .item-cont .item-list .prd-name { color: #000; padding: 20px 0 5px 0; font-weight: normal;  }
.prd_bottom_slide .item-cont .item-list .prd-price { margin: 1px 0 12px 0; color: #919191; font-weight: normal; font-size: 13px; }
.prd_bottom_slide .slick-dots { width: 200px; margin:0 auto; overflow:hidden; padding-left:22%; }
.prd_bottom_slide .slick-dots li { float:left; margin-right:10px; }
.prd_bottom_slide .slick-dots li>button { font-size:0; border-radius: 50%; background:#fff; opacity:.5; width:9px; height:9px; }
.prd_bottom_slide .slick-dots li.slick-active>button { background:#000; opacity:1; }
.prd_bottom_slide .MK-product-icons img { width:auto; display: inherit; }


.footer_slide { width: 100%; margin-right:auto; margin-left:auto; position:relative; }
.footer_slide .slide-control { text-align:center; font-size: 15px; }
.main_btn_wrap { width:100%; position:absolute; bottom:40px; }
.footer_slide .slick-arrow { position:absolute; width:36px; height:60px; background:none; top: 50%; transform: translateY(-50%); transform: -webkit-translateY(-50%); transform: -ms-translateY(-50%); transform: -o-translateY(-50%); transform: -moz-translateY(-50%);  z-index:99; font-size:0;}
.footer_slide .slick-prev { left:80px; }
.footer_slide .slick-next { right:80px; }
.footer_slide .slick-slide { height:auto!important; }

.footer_slide .slick-prev:after { content:""; position:absolute; top:0; left:0; width:29px; height:57px; background:url(/design/half1031/2016_re/img/ms_prev.png); background-size: 100%; background-repeat: no-repeat; }
.footer_slide .slick-next:after { content:""; position:absolute; top:0; left:0; width:29px; height:57px; background:url(/design/half1031/2016_re/img/ms_next.png); background-size: 100%; background-repeat: no-repeat; }



.footer_slide2 { width: 100%; margin-right:auto; margin-left:auto; position:relative; }
.footer_slide2 .slide-control { text-align:center; font-size: 15px; }
.main_btn_wrap { width:100%; position:absolute; bottom:40px; }
.footer_slide2 .slick-arrow { position:absolute; width:36px; height:60px; background:none; top: 50%; transform: translateY(-50%); transform: -webkit-translateY(-50%); transform: -ms-translateY(-50%); transform: -o-translateY(-50%); transform: -moz-translateY(-50%);  z-index:99; font-size:0;}
.footer_slide2 .slick-prev { left:80px; }
.footer_slide2 .slick-next { right:80px; }
.footer_slide2 .slick-slide { height:auto!important; }

.footer_slide2 .slick-prev:after { content:""; position:absolute; top:0; left:0; width:29px; height:57px; background:url(/design/half1031/2016_re/img/ms_prev.png); background-size: 100%; background-repeat: no-repeat; }
.footer_slide2 .slick-next:after { content:""; position:absolute; top:0; left:0; width:29px; height:57px; background:url(/design/half1031/2016_re/img/ms_next.png); background-size: 100%; background-repeat: no-repeat; }

#weekly_bet .item-wrap .item-cont .item-list { text-align:center; }


.weekly_numbering {     position: absolute;
    right: 0;
    top: -3px;
    background: #000;
    z-index: 9;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 17px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 600; }

.prd-price span, .prd-price span del { color:#000; }



.concept_category{width:100%;height:628px;padding:57px 0;box-sizing:border-box;-webkit-box-sizing:border-box;background:#eee;margin-bottom:42px}
.concept_category:last-of-type { margin-bottom:0; }
.concept_category>div{width:1600px;margin:0 auto;overflow: hidden;position: relative;}
.cate_left{width:432px;height:514px;position:relative;overflow:hidden;float: left;}
.cate_left:hover img{transform:scale(1.1)}
.cate_left img{width:100%;height:100%;transition:.5s all; vertical-align:middle;}

.text_box{position:absolute;text-align:left;top:0;left:70px;width:100%;height:100%;background:rgba(0,0,0,.0);box-sizing:border-box;-webkit-box-sizing:border-box;padding:140px 0}
.text_box h1{font-size:30px;margin-bottom:45px;color:#fff;line-height:140%; }
.text_box p{font-size:23px;margin-bottom:30px;color:#fff;font-family:'Noto Sans KR'}

.concept_category .item-wrap{width:1113px;float:right;margin-left:50px;position:absolute;top:52%;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%)}
.concept_category .item-wrap .item-list{width:260px;margin:0;margin-right:24px}
.concept_category .item-wrap .item-cont .item-list dt img{width:260px;height:348px}
.concept_category .item-wrap .item-list:last-of-type{margin-right:0}
.concept_category .item-wrap .item-list dd { position: relative; }
.concept_category .item-wrap .item-list dd .snap_review_count { position: absolute; bottom: -2px; margin-bottom: 0; right: 0; }




.concept_box {
    padding: 88px 0;
    background: #f4faf8;
    height: 605px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top:150px;
}
.concept_box>div { width:1500px; margin:0 auto; overflow:hidden; }
.concept_box .left_box {float:left;width: 390px;padding: 41px 0;}
.concept_box .left_box .concept_tab_list {
    margin-top: 95px;
}

.concept_box .left_box h1 { font-size:42px; color:#333; font-weight:700; font-family:'Noto Sans KR'; }

.concept_box .left_box .concept_tab_list ul li {
    margin-bottom: 35px;
    cursor:pointer;
    position:relative;
    height: 45px;
}

.concept_box .left_box .concept_tab_list ul li a {
    font-size: 20px;
    color: #a0a0a0;
    font-weight: 400;
    font-family: 'Noto Sans KR';
    transition: all 0.3s;
    display: block;
    line-height: 45px;
    }

.concept_box .left_box .concept_tab_list ul li.select a {
    font-size: 33px;
    font-weight: 600;
    color: #58dfc7;
}

.concept_box .left_box .concept_tab_list ul li:after {
display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #323968;
    right: -30px;
    top: 50%;
    z-index: 33;
    transition: all 0.7s;

}


.concept_box .left_box .concept_tab_list ul li.select:after {
    width: 140px;
}

.right_box {float:left;width: 1110px;margin-left: 0;}
.right_box .item-cont {overflow:hidden;}
.right_box .item-cont>a {float:left;width: 350px;height:429px;margin: 0;margin-right: 30px;}
.right_box .item-cont>a:nth-of-type(3) { margin-right:0; }
.right_box .item-cont>a img {
    width: 100%;
    height: 100%;
    margin: 0;
}


/* BASIC css end */


/* BASIC css end */


#SECTION_03 .videoWrap {
    position:relative;
}

#SECTION_03 .videoWrap .opacityMask{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:1;
}

#SECTION_05 .lacelle-products{
    padding:270px 0 0;
}

#SECTION_05 .lacelle-products h2{
    padding:10px 0 100px;
    font-size:49px;
    text-align:center;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    position: relative;
    font-family: 'Marcellus';
    
}

#SECTION_05 .lacelle-products .content__wrapper{
    max-width:1640px;
}

#SECTION_05 .component-products__list.list_05 .component-products__item{
    width:calc((100% - 68px) / 5);
}

#SECTION_05 .component-products__list.list_05 .component-products__item:nth-child(4n){
    margin-right:17px;
}

#SECTION_05 .component-products__list.list_05 .component-products__item:nth-child(5n){
    margin-right:0;
}

#SECTION_05 .lacelle-products .moreBtn{
    padding:0 0 50px;
    text-align:center;
}

#SECTION_05 .lacelle-products .moreBtn a{
    display:inline-block;
    font-size:19px;
    text-decoration:underline;
}



/* BASIC css end */

