﻿@charset "utf-8";



@import "common.css";
@import "main.css";
@import "category.css";
@import "goods.css";
/*@import "mypage.css";*/
@import "etc.css";

/* 메인 움직이는 배너 */
@import "smoothDivScroll.css";
#makeMeScrollable
{
	width:100%;
	height: 120px;
	position: relative;
}

/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
#makeMeScrollable div.scrollableArea img
{
	position: relative;
	float: left;
	margin: 0;
	padding-left: 10px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* 제품 상세 보기 하단 고정 클래스 */
.footfixed{position:fixed;bottom:0;left:0;width:100%;height:56px;margin:0;background-color:rgba(0,0,0,0.7)}
.footfixed .inner{margin:6px 7px 5px}
.footfixed .btn_buy{display:block;width:99%;height:44px;margin:0 auto;border-top:1px solid #ff8920;border-radius:2px;background:#f45b0d -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E63D36), to(#D50004));box-shadow:1px 4px 5px #191c24;color:#fff;font-size:1.571em;font-weight:bold}

/* order.asp 결제버튼 설정... */
.footnonefixed{bottom:0;left:0;width:100%;height:56px;margin:0;background-color:rgba(0,0,0,0.7)}
.footnonefixed .inner{padding:5px 5px}
.footnonefixed .btn_buy{display:block;width:99%;height:44px;margin:0 auto;border-top:1px solid #ff8920;border-radius:2px;background:#f45b0d -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E63D36), to(#D50004));box-shadow:1px 4px 5px #191c24;color:#fff;font-size:1.571em;font-weight:bold}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}

input type=['button'] {
    -webkit-appearance: none;
    border-radius: 0;
}
.trainer img {
	width:100%;
	}