
.AdArea[data-where="FindMyPc"]{
	margin-top: 55px;
}



.TrendsDataListArea{	
	padding-top: 30px;
	padding-bottom: 40px;
	min-height: 50vmin;
}

.LoadTargetStuffFoundModal{
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 100px;
	transition: all 0.5s;
}

.IconArea{
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: auto;
}

.LoadTargetStuffFoundModal:hover{
	font-size: 15px;
	animation-name: Loding;
	animation-duration: 4s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;

	-webkit-animation-name: Loding;
	-webkit-animation-duration: 4s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: reverse;
}

.modal-body .btn{
    white-space: nowrap;
}

.KeyWordInputArea {
    padding-top: 5px;
    padding-bottom: 5px;
}

.FoundListArea {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 310px;
}

.TrendsModalArea{
	padding-top: 30px;
	padding-bottom: 130px;
}

.StuffMainBox .ControlArea,
.StuffMainBox .MainImg,
.StuffMainBox .Footer{
	padding: 0px;
}

.StuffMainBox .MainImg {
    aspect-ratio: 1 / 1;
}

.StuffMainBox .stuffImgBox{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: 100% auto;	
}

.StuffOneSection{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 150px;
	border-bottom: 1px dotted #e2e2e2;
}

.stuffImgBox,
.StuffName{		
	transition: all 0.5s;
}
.StuffOneSection .StuffName{	
	font-size: 25px;
}
.StuffOneSection:hover .stuffImgBox{	
	background-size: 120% auto;
}

.StuffOneSection:hover .StuffName{	
	font-size: 26px;
}

.StuffOneSection .StuffThumnail{
	padding-top: 20px;
	padding-bottom: 20px;
}

.StuffOneSection .stuffImgBox{
	aspect-ratio: 1 / 1;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 5%;
}

.TargetTrendsInfor{
	color: #000;
}

.StuffGraphArea{	
	width: 100%;
	height: 130px;
    background-color: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.StuffGraphArea .Loding{
	font-size: 13px;
}

/*
.ADarea[data-position="top"]{
	padding-top: 0px;
	padding-bottom: 0px;
}
*/

.PointNumber{
	font-size: 20px;
}

.SmallMessege{
	padding-top: 10px;
	padding-bottom: 10px;
}

.PointNumber .Loding{
	font-size: 12px;
}

.TrendsControalArea{
	/*
	margin-top: 130px;
	padding-top: 20px;
	padding-bottom: 20px;
	*/
}

.StuffOneSection .StuffName { 
	margin-top: 0px;
    color: #25a6ca;    
}

.GraphControlBtnArea,
.GraphViewArea{
	padding: 0px;
}

.TargetTrendsInfor .ControlBtnArea{
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 0px;
	padding-right: 0px;
}

.TrendPoint{
	margin-bottom: 20px;
}

.AdSlide{
	display: none;
}

.ExhibitionArea {
	margin-top: 54px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s;
}

.ExhibitionArea .PointImgDiv {
    position: relative;
    height: 0px;
    top: -40px;
    left: 20%;
    opacity: 0;
    transition: all 0.5s;
}

.ExhibitionArea .PointTextDiv {
    position: relative;
    color: #ffffff;
    height: 0px;
    top: -20px;
    left: 15px;
    font-size: 20px;
}

.ExhibitionArea .PointImgDiv img {
    max-width: 70px;
    transition: all 0.5s;
}

.ExhibitionArea .BigPointText{
	font-size: 13px;
	transition: all 0.5s;
}

.ExhibitionArea .SmallPointText{
	font-size: 10px;	
	transition: all 0.5s;
}

.ComparisonMainArea,
.FindMyPcArea,
.FindMyMonitorArea,
.ResearchMainArea {
	min-height: 60vmin;
}

.StuffOneSection .stuff_pay{
    color: #d51111;
}

.StuffOneSection .stuff_card_pay{
	color: #2192ac;
}

.FoundStuffModalBtn{	
	aspect-ratio: 1 / 1;
	background-position: center center;
	background-size: 100% 100%;
}

#FoundStuffModal .SelectStuffBtn{	
	word-break: keep-all;
    white-space: normal;	
}

.table-responsive{	
    scroll-snap-type: x mandatory;
}
.table-responsive::-webkit-scrollbar {
  display: none;
}

.WeekStuffTop10Area,
.WeekGoodsTop10Area,
.OneWeekSellList{
	min-width: 2300px;
}

.RankRow{
	min-width: 230px;
	scroll-snap-align: center;
}

.FindMyPcResultArea .DataList{
	min-height: 20vmin;
}



.TopGoodsArea[data-where="FindMyPc"],
.TopGoodsArea[data-where="FindMyMonitor"]{
	min-height: 60vmin;
}
.GoodsListSection[data-where="FindMyPc"] .WeekGoodsTop10Area,
.GoodsListSection[data-where="FindMyMonitor"] .WeekGoodsTop10Area{
	min-width: 920px;
}
.TrendMenuArea {
	margin-top: 55px;
}

.TrendMenuArea .SideNavArea{
	min-width: 556px;
}


.BgPriceSlide, 
.SelectPriceSlide{	
	height: 10px;
}

.MinPriceBtn,
.MaxPriceBtn{	
	height: 25px;
	aspect-ratio: 1/1;
}

.BtnSlide{
	top:-80%
}



@media (min-width: 768px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	.WeekStuffTop10Area,
	.WeekGoodsTop10Area,
	.OneWeekSellList,
	.RankRow{
		min-width: unset;
	}
}


