body {
	overflow-x:hidden;
}

a {color:#333;}
a:hover {color:#666}

.py-10 {
	padding-bottom:40px;
	padding-top:40px;
}

label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.features video {
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.ck-editor__editable_inline {
    height: 400px;
}

.home-card .card {
	background:#f9f9f9;
	border:1px solid #f2f2f2;
	border-radius:8px;
}

.items-center {
	align-items: center;
}

ul {
	/** list-style:none; **/
    margin-top: 0;
    margin-bottom: 10px;
}

.content img {max-width:100%;}
.page {
	min-height:500px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.table {
	border-bottom:1px solid #444;
}

.pagination-wrapper {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding:10px 0px 0px 0px;
}

.media {border-bottom:0px;}


@media (min-width: 1200px) {
.sign-wrapper {
  width: 600px; } }
.sign-wrapper .form-group label {
display: block;
margin-bottom: 5px; }

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    font-size:18px;
    font-weight: normal;
    margin-bottom:10px;
}

p {margin:0px;}

.df-logo img {max-height:35px;}

@media (max-width: 576px) {
	.df-logo img {
	    max-height: 25px;
	}

	.display-4 {
		font-size:2rem;
	}
}

.highlighter {
    position: relative;
    z-index: 0;
	font-weight:700;
}

.highlighter:after {
    content: '';
    position: absolute;
    left: 1px;
    bottom: 3px;
    z-index: -1;
    width: 102%;
    height: 6px;
    background: #ff60f7;
    border-radius: 3px;
	opacity:0.7;
}

.highlighter.gr:after {
    left: -3px;
    bottom: 6px;
    height: 65px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.197586) 17.02%, rgba(255, 97, 247, 0) 17.02%, rgba(255, 96, 247, 0.3) 37.74%, rgba(255, 158, 173, 0.6) 86.17%);
}

.jumbotron {
	background-color:transparent !important;
    margin-top: 0;
    position: relative;
    z-index: 1;
	text-align:center;
	padding:20px 0 0 0;
}

.jumbotron hgroup {
    padding-top: 30px;
}

.jumbotron .lead {
	font-size:20px;
	margin-bottom:20px;
}

.btn.gr {
    background: linear-gradient(90deg, #d3254d 0%, #3851E7 100%);
	color:#fff;
	border:0px;
}

.btn.wr {
    background: linear-gradient(50deg, #6cd325 0%, #E73831 70%);
	color:#fff;
	border:0px;
}

.main section:first-child {
    position: relative;
    z-index: 1;
}

.max600 {max-width:600px;}
.btn-cmd {
	width:50%;
	padding:5px 6px;
	font-size:13px;
	margin:0px 5px 5px 0px;
}
.btn-cmd i {
	text-align:left;
	margin-right:3px;
}

.toast {
		left: 50%;
		top:500px;
		position: fixed;
		z-index: 9999;
		display:none;
}

.content-body {min-height:510px;}

.df-example {
	font-size: 0.875rem;
	letter-spacing: normal;
	padding: 10px;
	background-color: #fff;
	border: 1px solid rgba(72, 94, 144, 0.16);
	position: relative; }
	@media (min-width: 992px) {
		.df-example {
			padding: 20px; } }
	@media (min-width: 1200px) {
		.df-example {
			padding: 25px; background-color:#fafafa;} }
	.df-example::before {
		content: attr(data-label);
		display: block;
		position: absolute;
		top: -6px;
		left: 5px;
		font-size: 8px;
		font-weight: 600;
		font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		background-color: inherit;
		color: #8392a5;
		padding: 0 5px; }
	.df-example.df-inverse {
		background-color: #1c273c;
		color: rgba(255, 255, 255, 0.7);
		border-width: 0; }
		.df-example.df-inverse::before {
			background-color: #3b4863;
			top: -16px;
			left: 0; }


.demo-forms .form-control,
.demo-forms .input-group-text {
	font-size: inherit; }

.free {
	text-decoration: line-through;
}

.price_free, .price_month, .price_year {
	font-size:20px;
	font-weight:900;
	color:#0153c7;
	margin-top:10px;
	margin-bottom:20px;
}

#feature img {
	max-width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	margin:0 auto;
	box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);
	margin-bottom:30px;
}

#content figure.image {
	text-align:center;
	padding:10px 0;
	margin:20px 0;
}

#content figure.image img {
	border:1px solid #ccc;
	border-radius:10px;
	box-shadow:0 10px 10px 0 rgb(7 7 7/9%);
}

#content ul.todo-list {
	padding:0px;
	list-style-type: none;
}

#content ul.todo-list li input[type='checkbox'] {
	margin-right:5px;
}

.error {
	color:red;
}

oembed {width:100%;}
oembed iframe {
	width:100%;
	min-height:450px;
}

/***************************
 * ¸ÞÀÎ µ¿ÀÛ ¹æ½Ä ¼³¸í
 ***************************/

#works {
	margin-top:100px;
	margin-bottom:100px;
}

#works .steps {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#works .steps .card {
	width:24%;
	background-color:#f8f6ff;
	text-align:center;
}

#works .steps .card .card-title{
	font-size:16px;
}

#works .steps .right {
	z-index:10;
}

#works .steps .fa-angle-right{
	background: #fff;
    padding: 6px 12px;
    margin: 0 -12px;
    z-index: 1;
    color: #525df9;
    border-radius: 100%;
	line-height: 17px;
	width:30px;
	height:30px;
    box-shadow: 0 1px 10px rgb(50 50 50 / 20%);
	display:block;
}

#works .steps .fa-angle-down{
	background: #fff;
    padding: 6px 12px;
    margin: -21px 0px;
    z-index: 1;
    color: #525df9;
    border-radius: 100%;
	width:30px;
	height:30px;
	line-height: 17px;
    box-shadow: 0 1px 10px rgb(50 50 50 / 20%);
	display:none;
}

@media (max-width: 876px) {

	#works .steps .card {
		width:100%;
		margin-bottom:10px;
	}

	#works .steps .fa-angle-right{ display:none }
	#works .steps .fa-angle-down{ display:block }

	#works .steps .right {
		width:100%;
		text-align:center;
		display: flex;
		justify-content: center;
	}

}

.dropdown-profile .dropdown-item{
	color:#1b2e4b !important;
}

.white .navbar-menu .nav-link,.white .navbar-right a.dropdown-link,.white .navbar-right a:not(.btn){
	color:#001737 !important;
}
.white .df-logo{
	display:none !important;
}
.white .df-logo.scroll{
	display:block !important;
}