﻿@charset "utf-8";

/*============================================================
	common
============================================================*/
.card-wrapper {margin: 0; padding: 0; }
.card-wrapper:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

/* .card-focus {z-index: 1; position: absolute; top: 0; left: 0;  width: 100%; height: 100%;  box-sizing: border-box; } */
.card.action {border-color: #e60e61; }
.card.action .card-focus {border: 1px solid #e60e61; }


/*============================================================
	card 세로형
============================================================*/
.card {position: relative; float: left; width: 228px; margin-left: 25px; margin-top: 30px; border: 1px solid #d8dee6; border-radius: 3px; background-color: #fff; box-sizing: border-box; overflow: hidden; cursor: pointer; }
.card a {/* display: inline-block; */ text-decoration: none; }
/* .card.action > a {display: block; width: 100%; height: 100%;  box-sizing: border-box; z-index: 10;  } */

.card:first-child,
.card:nth-child(5n + 1) {margin-left: 0; }

.card:nth-child(1),
.card:nth-child(2),
.card:nth-child(3),
.card:nth-child(4),
.card:nth-child(5) {margin-top: 0; }

.card-nodata {float: none;  width: 100%; padding: 80px 0; cursor: default; }


/* card-product 
-------------------------------------------------------*/
.card-product {transition: all .2s ease-in-out; }
.card-product:hover {border-color: #e60e61; }

.card-product .card-thumb-wrapper {position: relative;  overflow: hidden; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.card-product .card-thumb {position: relative; width: 228px; height: 228px; display: block; }
.card-product .card-thumb:before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.03); }
.card-product .card-thumb img {width: 100%; height: 100%;  }

.card-product .card-sale-mark {position: absolute; right: 0; top: 0; z-index: 10; display: block; width: 40px; height: 28px; background-color: #e60e61; border-top-right-radius: 3px; border-bottom-left-radius: 6px; text-align: center; }
.card-product .card-sale-mark span {color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -1px; line-height: 28px; }

.card-product .card-info {position: relative; height: 158px; padding: 7px 7px; }
.card-product .card-title {height: 40px; margin: 3px 0 10px; font-size: 15px; line-height: 20px; font-weight: 400; color: #333; }
.card-product .card-price-wrapper {text-align: right; }
.card-product .price {font-size: 14px; color: #333; }
.card-product .price span {font-size: 16px; font-weight: 500; }

.card-product .card-info-bottom {position: absolute; bottom: 0; left: 0; width: 100%; padding: 7px 7px; border-top: 1px solid #e8ecf1; text-align: center; }
.card-product .card-link {color: #707070; font-size: 12px; text-decoration: none; vertical-align: middle; }
.card-product .icon-matching {width: 14px; height: 14px; margin-top: -3px; margin-right: 3px;  background-image: url("../images/common/icon_matching_02.png"); background-repeat: no-repeat; background-position: center top; background-size: contain;  vertical-align: middle;  }

/* product-card :: 상품 리스트 */
.product-card {transition: all .2s ease-in-out; }
.product-card:hover {border-color: #e60e61;}
.product-card-thumb {position: relative; width: 228px; height: 229px; border-bottom: 1px solid #bec8d5; overflow: hidden; background-image: url("../images/common/talmo_nodata.png"); background-repeat: no-repeat; background-size: 60px 60px; background-position: center center; }
.product-card-thumb:before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; background-color: rgba(0, 0, 0, 0.03); }
.product-card-thumb img { display: block; width: 100%; transition: all .2s ease-in-out; }

.product-card-thumb .card-mark-sale {position: absolute; right: 0; top: 0; z-index: 10; display: block; width: 50px; height: 28px; background-color: #e60e61; border-top-right-radius: 3px; border-bottom-left-radius: 6px; text-align: center; }
.product-card-thumb .card-mark-sale span {color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -1px; line-height: 28px; }

.product-card-info {position: relative; height: 137px; padding: 7px 10px 7px; box-sizing: border-box; }
.product-card-title {height: 40px; margin: 3px 0 10px; font-size: 15px; line-height: 20px; font-weight: 400; color: #333; }
.product-card-price {text-align: right; }
.product-card-price .price {font-size: 14px; color: #333; }
.product-card-price .price span {font-size: 16px; font-weight: 500; }


/* video-card :: 영상 리스트 */
.video-card {transition: all .2s ease-in-out; }
.video-card:hover {border-color: #e60e61;}
.video-card-thumb {position: relative; width: 228px; height: 128px; border-bottom: 1px solid #bec8d5; overflow: hidden; }

.video-card .card-mark-sale {position: absolute; right: 0; top: 0; z-index: 10; display: block; width: 50px; height: 28px; background-color: #e60e61; border-top-right-radius: 3px; border-bottom-left-radius: 6px; text-align: center; }
.video-card .card-mark-sale span {color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -1px; line-height: 28px; }

.video-card-thumb:before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; background-color: rgba(0, 0, 0, 0.03); }
.video-card-thumb img {display: block; width: 100%; transition: all .2s ease-in-out; }
.video-card-info {position: relative; height: 90px; padding: 7px 10px; box-sizing: border-box; } /* 매칭태그 나올경우 height 값 115px 로 수정;*/
.video-card-matching {margin-bottom: 7px; }
.video-card-title {height: 40px; margin-bottom: 10px; ; font-size: 15px; line-height: 20px; font-weight: 400; color: #333; }
.video-card-bjname {display: block; font-size: 13px; color: #777; }
.video-card-view {display: block; font-size: 13px; color: #777; }


/* bj-card :: bj 리스트 */
.bj-card {transition: all .2s ease-in-out; }
  /*.bj-card.action {border-color: #e60e61;}*/
.bj-card:hover {border-color: #e60e61; text-decoration: none; color: inherit; }
.bj-card-header {position: relative; width: 100%; height: 66px; padding: 20px 10px 20px 10px; box-sizing: border-box;  }
.bj-profile-img {position: absolute; left: 10px; top: 10px; width: 46px; height: 46px;  border-radius: 50%; overflow: hidden; background-image: url("../images/common/bj_default.png"); background-repeat: no-repeat; background-size: contain; background-position: center center; }
.bj-profile-img img {display: block; width: 100%; height: 100%; }
.bj-card-name {width: calc(100% - 65px); padding-left: 56px; font-size: 15px; font-weight: 400; color: #333; }
.bj-card-thumb {position: relative; width: 228px; height: 128px; border-bottom: 1px solid #bec8d5; overflow: hidden; background-image: url("../images/common/talmo_nodata.png"); background-repeat: no-repeat; background-size: 30px 30px; background-position: center center; }
.bj-card-thumb:before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; background-color: rgba(0, 0, 0, 0.03); }
.bj-card-thumb img {display: block; width: 100%; transition: all .2s ease-in-out; }
.bj-card-introduction {position: relative; height: 115px; padding: 7px 10px; font-size: 13px; color: #555; box-sizing: border-box; }
.bj-card-introduction .pre-box {height: 100%; -ms-overflow-style: none; cursor: default; }
.bj-card-introduction .pre-box::-webkit-scrollbar {display: none; }


/*============================================================
	card02 가로형
============================================================*/
.card02 {position: relative; width: 100%; height: 120px;padding: 0 0; border: 1px solid #bec8d5; border-radius: 3px; box-sizing: border-box; overflow: hidden; cursor: pointer; }
.card02:hover {border-color: #e60e61; }
.card02:first-child {margin-top: 0;}
.card02:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.card02 a {display: inline-block; text-decoration: none;}

.video-card02 .bar {display: inline-block; width: 1px; height: 10px; margin: 0 5px;  background-color: #999; }
.video-card02-thumb {float: left; width: 210px; height: 118px; }
.video-card02-thumb a {position: relative; display: block; width: 100%; height: 100%; overflow: hidden; width: 210px; height: 118px; }
.video-card02-thumb a:before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; background-color: rgba(0, 0, 0, 0.03);}
.video-card02-thumb img {width: 210px; height: 118px; padding: 0; margin: 0; }

.video-card02-thumb .card-mark-sale {position: absolute; right: 0; top: 0; z-index: 10; display: block; width: 50px; height: 28px; background-color: #e60e61; border-bottom-left-radius: 6px; text-align: center; }
.video-card02-thumb .card-mark-sale span {color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -1px; line-height: 28px; }

.video-card02-info {float: right; width: calc(100% - 210px); height: 100%; padding: 5px 15px 5px 15px; box-sizing: border-box; }
.video-card02-title {display: block; width: 100%; font-size: 16px; color: #333; font-weight: 400; text-decoration: none; vertical-align: middle; }
.video-card02-title .state-matching {margin-right: 5px; }
.video-card02-text {font-size: 12px; color: #777; }
.video-card02-text em {font-style: normal; }
.video-card02 .hash-wrapper {height: 48px; line-height: 16px; margin-top: 10px; font-size: 12px; }
.video-card02 .hash-wrapper a,
.video-card02 .hash-wrapper span {margin-left: 3px; }

.bj-video-card {width: 100%; height: 114px; margin-top: 20px; padding: 2px 2px 2px 10px; border: 0; }
.bj-video-card:hover {background-image: url("../images/sub/bj_video_card_on.png"); background-size: 100% 114px; }
.bj-video-card a {display: block; width: 100%; height: 100%; }
.bj-video-card-thumb {float: left; width: 196px; height: 100%; background-repeat: no-repeat; background-size: contain; background-position: left top; }

.bj-video-card-thumb .card-mark-sale {position: absolute; right: 0; top: 0; z-index: 10; display: block; width: 50px; height: 28px; background-color: #e60e61; border-bottom-left-radius: 6px; text-align: center; }
.bj-video-card-thumb .card-mark-sale span {color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -1px; line-height: 28px; }

.bj-video-card-thumb img {width: 100%; height: 100%; }
.bj-video-card-info {float: right; width: calc(100% - 196px); height: 100%; padding: 10px 15px; }
.bj-video-card-info .state-matching {margin-bottom: 7px; }
.bj-video-card-title {height: 36px; margin-bottom: 10px; font-size: 14px; color: #333; line-height: 18px; }
.bj-video-card-text {font-size: 12px; color: #777; }
.bj-video-card-text em {font-style: normal; }


/* no-data */
.card-nodata {float: none;  width: 100%; padding: 100px 0; text-align: center; color: #555; }
.card-nodata p {padding-top: 60px; background-image: url("../images/common/talmo_nodata.png"); background-repeat: no-repeat; background-size: 50px 50px; background-position: center top; }
