


.priceNum4,.priceNum4 ul,.priceNum4 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.priceNum4{
    margin:60px 0; 
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 100em;
	margin: 0 auto;
}

#pricePlans .priceNum4 .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);*/
}

/* 180822 클래스 변경 베리사인 삭제 부분*/
#pricePlans .priceNum4 .plan8 {
    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;}


/*    무제한 무료,유료 가격테이블     */
.planContainer {
    background: #fff;
    /*    border: 1px solid #dedede;*/
    border-radius: 0px;

}
.su-plan {
    background:#004877;
    overflow:hidden;
}
.su-plan .options{
    margin-top:0 !important;
    padding:10px 0; 
    background:#eee;
}

.su-plan .button {
    border:1px solid #fff;
    width:70%;
    margin:30px auto 15px;
}

.su-plan.import {

    background:#23ADE3;
}
.su-plan.import .options{ padding-top:12px; padding-bottom:0; }
.su-plan.import .options li {
    line-height: 2.4;
}
.priceNum4 > li:nth-child(3) {
   
    padding:0 10px;
}

.premium-vis3 {
    padding-top:50px;
    padding-bottom:60px;
    background:#fffbf7;
    margin-bottom:50px;
}

.su-plan.import .button a {margin-bottom:3em !important;}
.su-plan .button a {
    color: #e5e5e5 !important;
    background:transparent !important;
}


.su-plan .button input[type="radio"]{
    margin:15px 0;
    height:20px !important;
    width:20px;
    vertical-align: middle;
}
.su-plan .button label {
    font-weight: 300 !important;
    color: #fff;
    vertical-align: middle;
    margin-bottom:2px;
    text-indent:0.2em;
}





@media screen and (min-width: 481px) and (max-width: 768px) {


#pricePlans .priceNum4 .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans .priceNum4 > li:nth-child(2n) {
	margin-right: 0;
}

/* 180822 클래스 변경 베리사인 삭제 부분*/
#pricePlans .priceNum4 .plan8 {
    width: 49%;
    margin: 0 2% 20px 0;
}

#pricePlans .priceNum4 > .plan8 > li:nth-child(2n) {
    margin-right: 0;
}







}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans .priceNum4 .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans .priceNum4 > li:nth-child(2n) {
	margin-right: 0;
}

/* 180822 클래스 변경 베리사인 삭제 부분*/
#pricePlans .priceNum4 .plan8 {
    width: 49%;
    margin: 0 2% 20px 0;
}

#pricePlans .priceNum4 > .plan8 > li:nth-child(2n) {
    margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans .priceNum4 .plan {
	width: 24%;
	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 .priceNum4 > li:last-child {
	margin-right: 0;
}

/* 180822 클래스 변경 베리사인 삭제 부분*/
#pricePlans .priceNum4 .plan8 {
    width: 49%;
    margin: 0 2% 20px 0;

    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

/* 180822 클래스 변경 베리사인 삭제 부분*/
#pricePlans .priceNum4 > .plan8 > li:last-child {
    margin-right: 0;
}

#pricePlans .priceNum4 .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);
}

/* 180822 클래스 변경 베리사인 삭제 부분*/
#pricePlans .priceNum4 .plan8: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;
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #2B3E4F;
	/* border: 2px solid #ff9c70; */
}

}



