/*.meditor_outer .owl-carousel{display:block !important;}*/
.meditor_outer .owl-controls{position:absolute;bottom:10px;left:0;width:100%;margin-top:0}
.meditor_outer .owl-dots .owl-dot span{width:6px;height:6px;margin:0 3px;background: url(<?php echo(H_ROOT2)?>/imgs/ico/visual_dot.png) no-repeat;border-radius:0}
.meditor_outer .owl-dots .owl-dot.active span, .meditor_outer .owl-dots .owl-dot:hover span{background: url(<?php echo(H_ROOT2)?>/imgs/ico/visual_dot_on.png) no-repeat}
.meditor_outer .owl-nav{display: none !important}
.owl-stage-outer{width:100%}

.meditor_outer .nx-col{float:left;}
.meditor_outer .nx-col1{width: 100%;}
.meditor_outer .nx-col2{width: 50%;}
.meditor_outer .nx-col3{width: calc(100% / 3);}
.meditor_outer .nx-col1 + .nx-col1{clear:both;}
.meditor_outer .nx-col1 + .nx-col2{clear:both;}
.meditor_outer .nx-col1 + .nx-col3{clear:both;}
.meditor_outer .nx-col2 + .nx-col1{clear:both;}
.meditor_outer .nx-col2 + .nx-col3{clear:both;}
.meditor_outer .nx-col3 + .nx-col1{clear:both;}
.meditor_outer .nx-col3 + .nx-col2{clear:both;}

.meditor_outer .area1{max-width:1280px;padding:0 40px;margin:0 auto;float:none;box-sizing:border-box;}
.meditor_outer .area2{max-width:1400px;padding:0 40px;margin:0 auto;float:none;box-sizing:border-box;}
.meditor_outer .area3{max-width:1600px;padding:0 40px;margin:0 auto;float:none;box-sizing:border-box;}
.meditor_outer .base-padding{padding:0 40px;}

.link_font {
	text-decoration: underline;
	cursor: pointer;
}

.ck-content ul, .ck-content ol {
	padding-left: 40px;
}

.ck-content ul li::marker, .ck-content ol li::marker {
	font-size: 16px;
	color: #222;
}

.ck-content blockquote {
	font-style: normal;
}

@media only screen and (max-width: 900px) {
	.meditor_outer .nx-col3{width: 100%;}
}

@media only screen and (max-width: 700px) {
	.meditor_outer .nx-col2{width: 100%;}
}

@media only screen and (max-width: 759px) {
	.meditor_outer .area1, .meditor_outer .area2, .meditor_outer .area3, .meditor_outer .base-padding{padding:0 10px;}
}