@charset "utf-8";

/*PC 메인 페이지 renewal*/
body {
    font-family: 'NanumSquare Regular', sans-serif;
}

/* index_renewal.html */
.main_nav .menu-main {
    position: relative;
}

.li_r {
    position: absolute;
    right: 0px;
}

.li_r span {
    color: #141414;
    text-decoration: none;
    display: block;
    padding: 17px 0;
    margin-right: 100px;
    font-weight: 500;
    font-size: 14px;
}

.li_r:last-child span {
    color: #141414;
    text-decoration: none;
    display: block;
    padding: 17px 0;
    font-weight: 500;
    font-size: 14px;
    margin-right: 0px;
}

#euserid span {
    margin-right: 15px;
}

.menu-group .dropdown {
    margin-left: 0px;
}

.menu-group .dropbtn img {
    width: 15px;
    margin-left: 8px;
}

.header .sec_nav .right .menu-group a:first-child {
    margin-right: 0px;
    margin-left: 15px;
}

.header .sec_nav .right .menu-group .mg_link {
    margin-top: 20px;
    margin-right: 0px;
}

.header .sec_nav .right .menu-group .mg_link a {
    width: auto !important;
    height: 28px;
    margin-right: 20px;
}

.header .sec_nav .right .menu-group .mg_link a:last-child {
    margin-right: 0px;
}

.header .sec_nav .right .menu-group .mg_link a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.main-commom {
    justify-content: center;
    width: 1100px;
    margin: 60px auto 30px;
    text-align: center;
    padding: 0;
    display: block;
    position: relative;
}

.main-commom .title {
    font-weight: 600;
    font-size: 28px;
}

.main-commom .sub-tit-rnl {
    display: block;
    font-size: 16px;
    color: #D1342A;
    font-weight: 500;
    margin-top: 10px;
}

#swiper-lowest2 {
    width: 1136px;
    padding: 0 16px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.category_icon_rnl ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 840px;
    margin: 40px auto;
}

.category_icon_rnl ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 64px;
    font-size: 14px;
    color: #9A9A9A;
}

.category_icon_rnl ul li>img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    object-fit: contain;
}


.rnl-wrapper .pic,
.rnl-wrapper .swiper-slide .pic {
    width: 100%;
    max-width: 250px;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.rnl-wrapper .pic img,
.rnl-wrapper .swiper-slide .pic img {
    object-fit: cover;
    border-radius: 10px;
}

.rnl-wrapper .pic .like-icon,
.lowest-price-containter .lowest-price .pic .like-icon,
#normal_product #np_cont .pic .like-icon {
    width: 24px;
    height: 22px;
    bottom: 15px;
    right: 15px;
}
.rnl-wrapper .pic .like-icon img,
.lowest-price-containter .lowest-price .pic .like-icon img,
#normal_product #np_cont .pic .like-icon img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.rnl-wrapper .product-name {
    font-weight: 400;
    font-family: inherit;
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
    width: 250px;
}

.rnl-wrapper .sale-price {
    font-family: inherit;
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 140%;
}

.rnl-wrapper .ttc-content {
    margin: 0;
    font-size: 14px;
    font-family: inherit;
    color: #169AA8;
}

.rnl-wrapper .ttc-price {
    margin-bottom: 0;
    color: #169AA8 !important;
    font-family: inherit;
    font-size: 14px !important;
    margin-left: 4px;
}

.rnl-wrapper .ttc-content img {
    width: 18px;
}

.txt-content {
    position: relative;
}

.ttc-noti-rnl {
    font-size: 12px;
    color: #9E9E9E;
    margin: 4px 0 0;
    width: 90%;
}

.rnl-wrapper .ratebox-content {
    position: absolute;
    right: 12px;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.raterater-rating-layer {
    color: #FFD555;
}

.rnl-wrapper .prod-rate {
    font-family: inherit;
}

.rnl-wrapper .review-count {
    font-family: inherit;
    font-size: 14px;
    color: #000;
    margin-left: 4px;
}



/* 타임 세일 time sale*/

#new-time-rnl{
    width: 1136px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.time-limit{
    font-size: 30px;
    color: #D1342A;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 0;
}
.new-time-containter{
    overflow-x: hidden;
    /* margin-bottom: 100px; */
}
.new-time-containter .title{
    margin-left: 28px;
}

.new-time-link.swiper-slide:first-child{
    margin-left: 0px !important;
}
.new-time-link.swiper-slide.pointer.swiper-slide-prev {
    margin-left: -5px;
}
.new-time-link.swiper-slide.pointer.swiper-slide-active {
    margin-left: 5px;
}

.new-time-containter .swiper-container{
    overflow-x: visible;
    overflow-y: visible;
    margin-left: 28px;
    position: relative;
    z-index:2;
}
.new-time-containter .pic{
    width: 259px;
    height: 259px;
    margin-bottom: 20px;
    position: relative;
}
.new-time-containter .pic img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.new-time-containter .txt-content {
    width: 260px !important;
}

.new-time-containter .swiper-button-next{
    position: absolute;
    background-image: none;
    right: 0px;
    outline: 0;
    width: 56px;
    height: 56px !important;
    top: 29% !important;
    z-index:20
}
.new-time-containter .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.new-time-containter .swiper-button-prev{
    position: absolute;
    background-image: none;
    left: -30px;
    outline: 0;
    width: 56px;
    height: 56px !important;
    top: 29% !important;
    z-index: 20;
}

.new-time-containter .swiper-container {
    overflow-x: visible;
    overflow-y: visible;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    z-index: 2;
}

.new-time-containter .swiper-button-prev {
    left: -16px;
}
.new-time-containter .swiper-button-next {
    right: -16px;
}


/* 인기상품 tab */

.tab-container-rnl {
    position: relative;
    overflow: hidden;
    width: 1100px;
    margin: 0 auto 100px;
}

.tab-container-rnl .tit_list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    place-content: center;
    width: 500px;
    margin: 20px auto 40px;
    gap: 10px;
}

.tab_wrap {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 0;
}

.tab_wrap .tit_list {
    position: relative;
    font-size: 0;
}

.tab_wrap .tit_list>li a {
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 24px;
    background-color: #EFEFEF;
    padding: 8px 24px;
    border-radius: 30px;
    color: #767676;
    font-weight: 500;
    transition: all 0.3s;
}

.tab_wrap .tit_list>li a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.tab_wrap .tit_list>li.active a {
    position: relative;
    color: #fff;
    background: #F78B75;
    padding: 8px 24px;
    border-radius: 30px;
    z-index: 2;
}

.tab_wrap .tab_con {
    border-top: none;
}

.tab_wrap .tab_con .tab_list {
    display: none;
    padding: 0;
}

.tab-contents-rnl {
    display: flex;
    justify-content: space-between;
    height: 520px;
    padding: 0;
    margin: 0;
}

.recomm-banner-rnl {
    width: 520px;
    height: 520px;
}

.recomm-banner-rnl img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-contents-rnl ul {
    display: flex;
    list-style: none;
    width: 50.5%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.tab-contents-rnl ul li {
    margin: 0;
    padding: 0;
    width: 170px;
}

.tab-contents-rnl ul li:nth-of-type(1),
.tab-contents-rnl ul li:nth-of-type(2),
.tab-contents-rnl ul li:nth-of-type(3) {
    margin-bottom: 15px;
}

.tab-contents-rnl ul .pic {
    width: 170px;
    height: 170px;
    position: relative;
}

.tab-contents-rnl ul .pic img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.tab-contents-rnl .pic .like-icon {
    width: 24px;
    height: 22px;
    bottom: 12px;
    right: 12px;
}

.tab-contents-rnl .pic .like-icon img {
    object-fit: contain;
    border-radius: 0;
}

.tab-contents-rnl .txt-content {
    font-size: 14px;
    margin: 4px auto 0;
    width: 96%;
}

.tab-contents-rnl .sale-price {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 500;
}

.tab-contents-rnl .ttco-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
}

.tab-container-rnl .ttco-content img {
    width: 18px;
}

.tab-contents-rnl .ttco-content span {
    font-weight: 500;
    color: #169AA8;
}

.tab-contents-rnl .ttco-content .ttco-price {
    font-size: 14px;
    margin: 0 3px;
    font-weight: 400;
}


/* 띠배너 */
.banners-rnl{
    padding-top: 0px;
    height: 160px;
    margin-top: 0px;
    margin-bottom: 100px;
}

.banners-rnl> .swiper-container {
    height: 160px;
}

/* 전체 상품 리스트 */

#normal_product #np_cont .pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
