


.priceNum7,.priceNum7 ul,.priceNum7 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 .priceNum7 .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.bestPlanPrice {
	/*background-color:#EDF6FB;*/
	background: #A1D4DE;
	color:#333;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 1em;
}

.planContainer .options li {
	font-weight: 300;
	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 .c-red{color:#D62806; 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; font-weight:bold;} 
.planContainer .options li .wp-event{padding:4px 12px; border-radius:0px; background:#ce3939; color:#fff; font-weight:bold;} 
/* 클래스 추가 */


.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;}


/*  161216 수연 추가 (무제한호스팅 리뉴얼 - 가격비교)*/

.contrast {
    width:19%;
    margin:50px 0.6% 40px;
    padding:10px 0;
    float:left;
    text-align:center;
}
.contrast:nth-child(1) {width:15%; text-align:left; }
.contrast:nth-child(1) .planContainer {border:0 none; background:transparent;} 
.contrast:nth-child(1) .title h2, .contrast:nth-child(1) .price p { background:transparent;}
.contrast:nth-child(1) .options li , .contrast:nth-child(2) .options li { color:#777;}

.contrast:nth-child(2) {width:22%; padding:0;}
.contrast:nth-child(2) .planContainer {background:#fff;      box-shadow: 5px 5px 10px #ccc;} 
.contrast:nth-child(2) .title h2 {padding-top:1.5em; background:#00abeb; }
.contrast:nth-child(2) .price p { background:#00abeb; }





.contrast .price p span,  .priceNum4 .price p span  {
    display:block;
    font-size:12pt;
    color:#ddd;
}
.priceNum4 .price p span{
    color:#555;    
}

.contrast .planContainer{
    background:#4f6171;
}
.contrast .options li { 
    border-bottom:1px solid #eee;
    color:#fff;
}






@media screen and (min-width: 481px) and (max-width: 768px) {


#pricePlans .priceNum7 .plan {
	width: 48%;
	margin: 0 2% 20px 0;
}

#pricePlans .priceNum7 > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans .priceNum7 .plan {
	width: 12.9%;
	margin: 0 1% 20px 0;
}

#pricePlans .priceNum7 > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans .priceNum7 .plan {
	width: 12.9%;
	margin: 0px 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans .priceNum7 > li:last-child {
	margin-right: 0;
}


#pricePlans .priceNum7 .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.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 !important;
	color: #fff !important;
}

.planContainer .button a.bestPlanButton:hover {
	background: #2B3E4F;
	/* border: 2px solid #ff9c70; */
}

}

      


