/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
.slick-slide, .slick-slide a {
    outline: 0;
}
#contentWrapper {
    padding-top: 0 !important;
}
.main_img {
    background: #f6f5f3;
    padding-top: 176px;
}

.main_img .main_img_inner {
    width: 1733px;
    margin: 0 auto;
    text-align: center;
}

.main_img .main_img_inner a {
    display: block;
}
.main_img .main_img_inner a img {
    width: 100%;
}
.main_img .main_img_inner a:hover { 
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.main_img .main_content {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 121px;
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.en {
    font-family: "Notera Personal Use Only";
    color: #8d8480;
    font-size: 50px;
}

.kr {
    font-weight: 300;
    color: #8d8480;
    font-size: 17px;
    font-family: 'Noto Serif KR', 'lato', serif;
    letter-spacing: -0.2px;
    position: relative;
    line-height: 2;
    padding-top: 7px;
}
.after_en {
    font-family: "Notera Personal Use Only";
    color: #fff;
    font-size: 160px;
    position: absolute;
    bottom: 80px;
    -ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
    right: 80px;
    display:none
}
 
.main_img .main_content:before{
    content: "Vegan";
    display: block;
    font-family: "Notera Personal Use Only";
    color: #fff;
    font-size: 160px;
    position: absolute;
    bottom: 115px;
    -ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
    right: 80px;
    opacity:0;
    -webkit-transition: all 1s ease-in-out;
    -khtml-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
 


 
.main_img .main_content.on:before{ 
    opacity:1;
}
 




.best_item {
  position: relative;
  width: 1400px;
  margin: 0 auto;  
}
.best_item_title {
    width: 1400px;
    margin: 0 auto;
    padding: 123px 0 26px;
    position: relative;
}

.best_item_title .best_item_tab {
    font-size: 0;
}

.best_item_title .best_item_tab .tab_li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-weight: 300;
    color: #a3928a;
    font-size: 25px;
    font-family: 'Noto Serif KR', 'lato', serif;
    cursor: pointer;
}

.best_item_title .best_item_tab .tab_li.active {
    color: #36312f;
}

.best_item_title .best_item_link {
    position: absolute;
    top: 128px;
    right: 0;
}

.best_item .best_item_product {
    width: 1400px;
    opacity: 0;
    visibility: hidden;
    vertical-align: top;
    padding: 0;
    display: inline-block;
    top: 0; 
    position: absolute;
}
.best_item .best_item_product li {}

.best_item .best_item_product li .img {}

.best_item .best_item_product li .img img {
    width: 100%;
}
.best_item .best_item_product li .info {}

.best_item .best_item_product li .info .name {
    height: 60px;
    text-align: center;
    font-weight: 300;
    color: #8d8480;
    font-size: 16px;
    font-family: 'Noto Serif KR', 'lato', serif;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.price_align {
    text-align: right;
    padding-top: 7px;
    padding-right: 15px;
}
.a1 {
    font-size:15px; 
    color: #8d8480;
    font-weight: 300;
    font-family: 'Noto Serif KR', 'lato', serif;
    text-decoration: line-through;
    padding-right: 5px;
}
.a2 {
    font-size:15px;
    color: red;
    font-weight: 500;
    font-family: 'Noto Serif KR', 'lato', serif;
}



.prd_slide{
  position: relative;
}
.prevbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.nextbtn {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
@media screen and (max-width:1522px) {
.prevbtn,
.nextbtn {
    display: none !important;
}
}
.best_item .best_item_product .slick-dots {
    width: 100%;
    font-size: 0;
    padding-top: 90px;
    padding-bottom: 129px;
}

.best_item .best_item_product .slick-dots li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #e9e5e1;
    height: 2px;
    cursor: pointer;
}

.best_item .best_item_product .slick-dots li.slick-active {
    background: #8d8480;
}

.best_item .best_item_product .slick-dots li button {
    font-size: 0;
}
 
.review {
    background: #f6f5f3;
    padding-top: 120px;
    padding-bottom: 125px;
    width: 100%;
}

.review .title {
    font-family: 'Noto Serif KR', 'lato', serif;
    font-weight: 300;
    font-size: 25px;
    color: #36312f;
    text-align: center;
    position: relative;
    width: 1400px;
    margin: 0 auto 47px;
}

.review .title p {
    font-size: 17px;
    color: #8d8480;
    padding-top: 14px;
}

.review .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.review .title .more a {
    display: block;
}
.review_wrap {
    width: 1400px;
    margin: 0 auto;
}

.review_wrap .review_power {
    font-size: 0;
}

.review_wrap .review_power .review_power_inner {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Noto Serif KR', 'lato', serif;
    font-weight: 300;
}

.review_wrap .review_power .review_power_inner + .review_power_inner {
    margin-left: 22px;
}
.review_wrap .review_power .review_power_inner:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}
.review_wrap .review_power .review_power_inner .review_power_thumb {
    border: 1px solid #e2dfd9; text-align: center;
}

.review_wrap .review_power .review_power_inner .review_power_thumb img {
    width: 225; height:225px; bgcolor:#b5aeac; text-align: center;
}

.review_wrap .review_power .review_power_inner .review_power_name {
    color: #8d8480;
    font-size: 15px;
    padding-top: 28px;
    padding-left: 17px;
    background: #fff;
    padding-right: 10px;
}


.review_wrap .review_power .review_power_inner .review_power_content {
    color: #b0afaf;
    font-size: 13px;
    line-height: 1.6;
    padding-top: 14px;
    padding-left: 17px;
    background: #fff;
    padding-right: 20px;
    padding-bottom: 23px;
    height: 59px;
    overflow: hidden;
    font-weight: 200;
}

.review_wrap .review_power .review_power_inner .review_power_score {
    background: #fff;
    font-size: 0;
    padding-left: 17px;
    padding-bottom: 27px;
}

.review_wrap .review_power .review_power_inner .review_power_score .scorestar {
    font-size: 17px;
    letter-spacing: -0.5px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.review_wrap .review_power .review_power_inner .review_power_score .write {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    text-align: right;
    padding-right: 30px;
    color: #b0afaf;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


.youtube {
    width: 1280px;
    margin: 0 auto;
    padding-top: 125px;
}

.youtube .title {
    font-family: 'Noto Serif KR', 'lato', serif;
    font-weight: 300;
    font-size: 25px;
    color: #36312f;
    text-align: center;
    position: relative;
    width: 1280px;
    margin: 0 auto 47px;
}

.youtube .title p {
    font-size: 17px;
    color: #8d8480;
    padding-top: 10px;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

.scorestar {
    color: #dd0330;
}

.title2 {
    font-family: 'Noto Serif KR', 'lato', serif;
    font-weight: 300;
    font-size: 25px;
    color: #36312f;
    text-align: center;
    position: relative;
    width: 1275px;
    margin: 0 auto 47px;
    padding-top: 50px;
}

.title2 p {
    font-size: 17px;
    color: #8d8480;
    padding-top: 14px;
}

.title2 .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title2 .more a {
    display: block;
}

.asking { display: flex; justify-content: space-between; align-items: flex-start; max-width: 1275px; margin: 150px auto; text-align: center; }
.asking li { width: 26%; }
.asking li h4 { font-family: 'Noto Serif KR'; font-size: 40px; font-weight: 600; }
.asking li p { margin-top: 15px; font-size: 20px; }
.asking li p:last-child { margin-top: 25px; font-size: 17px; }
.asking li a { font-size: inherit; }

.price_align_2 {
text-align: center;
padding-top: 7px;

}
/* BASIC css end */

