


.priceNum3, .priceNum3 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 100em;
	margin: 0 auto;
}

#pricePlans .priceNum3 .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	margin: 0 0 20px 0;
	border:1px solid #dedede;
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: #3e4f6a;
	margin: 0;
	padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #2B3E4F;
	
	/*
	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	*/
	color: #fff;
	border-radius: 0px 0px 0 0;
}


.planContainer .price p {
	background: #2B3E4F;
	
	/*
	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	*/
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	/* height: 2.6em;  */
	line-height: 2.0em;
	margin: 0 0 1em;
	padding:3px;
}

.planContainer .price p.bestPlanPrice {
	background: #A1D4DE;
	color:#333;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 2em;
}

.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

.planContainer .options li span {
	font-weight: 400;
	color: #333;
}


/* 클래스 추가 */

.planContainer .options li .f-red{color:red; font-weight:bold;}

.planContainer .options li .f-white{color:#fff; font-weight:bold;}

.width30{width:30%;}


.planContainer .options li .sale{padding:4px 12px; border-radius:0px; background:#e4e4e4; border:1px solid #dfdfdf;}

.planContainer .options li .event{padding:4px 12px; border-radius:0px; background:#ce3939; color:#fff;} 
/* 클래스 추가 */


.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4f6a;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	/*border: 2px solid #3e4f6a;*/
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 0px;
	margin: 1.5em 0 1.8em;
	background:#eaeaea;
	border:1px solid #e5e5e5;
}

.planContainer .button a.bestPlanButton {
	color: #333;
	background: #A1D4DE;
	border:1px solid #e5e5e5;
	/* border: 2px solid #f7814d; */
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

.f-red{color:#cd1817;}


@media screen and (min-width: 481px) and (max-width: 768px) {


#pricePlans .priceNum3 .plan {
    width: 32%;
    margin: 0 0 20px 1%;
}

#pricePlans .priceNum3 > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans .priceNum3 .plan {
	width: 31.3%;
	margin: 0 0 20px 2%;
}

#pricePlans .priceNum3 > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans .priceNum3 .plan {
	width: 31.3%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans .priceNum3 > li:last-child {
	margin-right: 0;
}

#pricePlans .priceNum3 .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
        -ms-transform: scale(1);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a:hover {
	background: #2B3E4F;
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #2B3E4F;
	/* border: 2px solid #ff9c70; */
}

}



