/*
20190405v
//Rage Template
//Designerd by: http://bootstrapthemes.co
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/



/* font */


@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap);



@font-face {
	font-family: 'NotoSansCJKkr';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/notosans/NotoSansCJKkr-Light.eot');
	src: url('../fonts/notosans/NotoSansCJKkr-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/notosans/NotoSansCJKkr-Light.woff') format('woff'),
	url('../fonts/notosans/NotoSansCJKkr-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'NotoSansCJKkr';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/notosans/NotoSansCJKkr-Regular.eot');
	src: url('../fonts/notosans/NotoSansCJKkr-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/notosans/NotoSansCJKkr-Regular.woff') format('woff'),
	url('../fonts/notosans/NotoSansCJKkr-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'NotoSansCJKkr';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/notosans/NotoSansCJKkr-Medium.eot');
	src: url('../fonts/notosans/NotoSansCJKkr-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/notosans/NotoSansCJKkr-Medium.woff') format('woff'),
	url('../fonts/notosans/NotoSansCJKkr-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'NotoSansCJKkr';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/notosans/NotoSansCJKkr-Bold.eot');
	src: url('../fonts/notosans/NotoSansCJKkr-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/notosans/NotoSansCJKkr-Bold.woff') format('woff'),
	url('../fonts/notosans/NotoSansCJKkr-Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'NotoSansCJKkr';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/notosans/NotoSansCJKkr-Black.eot');
	src: url('../fonts/notosans/NotoSansCJKkr-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/notosans/NotoSansCJKkr-Black.woff') format('woff'),
	url('../fonts/notosans/NotoSansCJKkr-Black.ttf') format('truetype')
}

.Notosans {
	font-family: 'NotoSansCJKkr', sans-serif;
}

.nanumgothic {
	font-family: 'Nanum Gothic', sans-serif;
	color: #1a1a1a !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	position: relative;
	background-color: #fff;
	font-size: 14px;
	color: #797979;
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: 400;
	width: 100%;
	font-family: 'NotoSansCJKkr', sans-serif;
	line-height: 1.5;
}

/*------------------------------------------------------------------*/

/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*
    Page Content
------------------------------------------*/

/*
.page-content,
section { overflow: hidden; }*/

/*
    On Scroll Animations
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment
------------------------------------------*/
.roomy-120{
	padding-top: 120px;
	padding-bottom: 120px;
}
.roomy-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.roomy-80 {
	padding-top: 100px;
	padding-bottom: 80px;
}

.roomy-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}
m
.roomy-60 {
	padding-top: 100px;
	padding-bottom: 60px;
}

.roomy-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.roomy-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}


/*text color*/

.text-muted {}

.text-primary {
	color: #749BFA !important;
;
}

.text-finence {
	color: #13A0B2 !important;
;
}

.text-mega {
	color: #749BFA !important;
;
}

.text-white {
	color: #fff !important;
;
}

.text-black {
	color: #000 !important;
}

.text-warning {}

.text-danger {}

.disabled {
	cursor: not-allowed;
}

/*bacground color*/

.lightbg {
	background-color: #f2f2f2;
}

.bg-primary {
	background-color: #1E8BC3;
}

.bg-finence {
	background-color: #13A0B2;
}

.bg-mega {
	background-color: #6a6b6c;
}

.bg-grey {
	background-color: #f5f5f5;
}

.bg-black {
	background-color: #212121;
}

.bg-white {
	background-color: #fff;
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-user-select: none;
	-webkit-user-drag: none;
	-user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
	border: 0;
	text-decoration: none;
	outline: none;
}

a,
button,
a span {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
	outline: 0;
	border: 0;
	/*background-color: transparent;*/
}

*,
*:before,
*:after {
	box-sizing: border-box;
	/*    direction: rtl;*/
}

p {
	margin: 0 0 15px;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	outline: none;
	/*color:#fff;*/
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: transparent;
	background-image: none;
	/*color:#fff;*/
}

.form-control-label {
	border-radius: 0px;
	border: 1px solid #ccc;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	width: 100%;
	height: 50px;
	/*color:#fff;*/
}

.form-control-label:focus {
	border-color: #bcefeb;
	outline: 0;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
	/*color:#fff;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'NotoSansCJKkr', sans-serif;
	color: #1a1a1a;
	/*margin-bottom: 10px;*/
}

h1 {
	font-size: 3rem;
	line-height: 4rem;
}

h2 {
	font-size: 2.5rem;
	line-height: 3rem;
}

h3 {
	font-size: 2.1rem;
	line-height: 2.5rem;
}

h4 {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

h5 {
	font-size: 1.3rem;
}

h6 {
	font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
	color: #749BFA;
}

p {
	line-height: 1.5;
}

p:last-child {
	margin-bottom: 0px;
}

/*colors*/

.w100 {
	font-weight: 100;
}

.w200 {
	font-weight: 200;
}

.w300 {
	font-weight: 300;
}

.w400 {
	font-weight: 400;
}

.w500 {
	font-weight: 500;
}

.w600 {
	font-weight: 600;
}

.w700 {
	font-weight: 700;
}

.w800 {
	font-weight: 800;
}


/*
Section
*/

.parallax-section {
	max-width: 100%;
	color: #ffffff;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*all overlay*/

.overlay {
	background-color: rgba(51, 51, 51, 0.60);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*z-index: 10;*/
}



.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.left-no-padding {
	padding-left: 0 !important;
}

.right-no-padding {
	padding-right: 0 !important;
}

.fluid-blocks-col {
	padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
	padding: 70px 80px 0 40px;
}


/*
Separator
*/

.separator_left {
	width: 24px;
	height: 3px;
	margin: 42px 0;
	background: #749BFA;
}

.separator_auto {
	width: 24px;
	height: 3px;
	margin: 42px auto;
	background: #749BFA;
}

.separator_small {
	width: 12px;
	height: 3px;
	margin: 25px 0px;
	background: #555555;
}
.separator_small.bl{
	background: #749BFA !important;
}
/*
Button
*/

.btn {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	border: 1px solid;
}

.btn:hover {
	color: #fff;
	border: 1px solid;
}

.btn-default {
	border: 1px solid;
	border-color: #f5f5f5;
	background-color: transparent;
	color: #fff;
	padding: 1rem 2rem;
	margin-left: 10px;
	border-radius: 0;
}

.btn-default:hover {
	border-color: #749BFA;
	background-color: #749BFA;
}

.btn-primary {
	color: #fff;
	background-color: #749BFA;
	border: 1px solid;
	border-color: #749BFA;
	padding: 1rem 3rem;
	/*margin-bottom: 1rem;*/
}

.btn-primary:hover {
	background-color: #eee;
	border-color: #eee;
	border: 1px solid #eee;
	color: #749BFA;
}

.btn-success {}

.btn-info {}

.btn-warning {}

.btn-danger {}

.btn-link {}



/*
socail icon
--------------------------------*/

/*a i.share{
    color:#1E8BC3;
    -webkit-transition: all .6s;
    transition: all .6s;
}*/

/*
Extra height css
*/

.m-0 {
	margin: 0 !important;
}

.m-top-0 {
	margin-top: 0;
}

.m-r-0 {
	margin-right: 0;
}

.m-l-0 {
	margin-left: 0;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-r-15 {
	margin-right: 15px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-20 {
	margin-top: 20px;
}

.m-top-30 {
	margin-top: 30px;
}

.m-top-40 {
	margin-top: 40px;
}

.m-top-50 {
	margin-top: 50px;
}

.m-top-60 {
	margin-top: 60px;
}

.m-top-70 {
	margin-top: 70px;
}

.m-top-80 {
	margin-top: 80px;
}

.m-top-90 {
	margin-top: 90px;
}

.m-top-100 {
	margin-top: 100px;
}

.m-top-110 {
	margin-top: 110px;
}

.m-top-120 {
	margin-top: 120px;
}

.m-t-b-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.m-t-b-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.m-bottom-10 {
	margin-top: 10px;
}

.m-bottom-20 {
	margin-bottom: 20px;
}

.m-bottom-30 {
	margin-bottom: 30px;
}

.m-bottom-40 {
	margin-bottom: 40px;
}

.m-bottom-60 {
	margin-bottom: 60px;
}

.m-bottom-70 {
	margin-bottom: 70px;
}

.m-bottom-80 {
	margin-bottom: 80px;
}

.m-bottom-90 {
	margin-bottom: 90px;
}

.m-bottom-100 {
	margin-bottom: 100px;
}

.m-bottom-110 {
	margin-bottom: 110px;
}

.m-bottom-120 {
	margin-bottom: 120px;
}

.m_t__b {
	margin: 14rem 0;
}

.p_t__b {
	padding: 6rem 0;
}

p-0 {
	padding: 0 !important;
}

.p-l-15 {
	padding-left: 15px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-top-10 {
	padding-top: 10px;
}

.p-top-20 {
	padding-top: 1.33rem;
}

.p-bottom-20 {
	padding-bottom: 1.33rem;
}

.p-top-30 {
	padding-top: 1.875rem;
}

.p-bottom-30 {
	padding-bottom: 1.875rem;
}

.p-top-40 {
	padding-top: 2.66rem;
}

.p-bottom-40 {
	padding-bottom: 2.66rem;
}

.p-top-60 {
	padding-top: 5rem;
}

.p-bottom-60 {
	padding-bottom: 5rem;
}

.p-top-80 {
	padding-top: 5.714rem;
}

.p-bottom-80 {
	padding-bottom: 5.714rem;
}

.p-top-90 {
	padding-top: 6.429rem;
}

.p-bottom-90 {
	padding-bottom: 6.429rem;
}

.p-top-100 {
	padding-top: 100px;
}

.p-bottom-100 {
	padding-bottom: 100px;
}

.p-top-110 {
	padding-top: 110px;
}

.p-bottom-110 {
	padding-bottom: 110px;
}

.p-bottom-0 {
	padding-bottom: 0 !important;
}

.p_l_r {
	padding-left: 5.714rem;
	padding-right: 5.714rem;
}

/*padding*/

.padding-twenty {
	padding: 10px 0;
}

.padding-fourty {
	padding: 20px 0;
}

.padding-sixty {
	padding: 30px 0;
}

.padding-eighty {
	padding: 40px 0;
}

/*border*/

.no-border-top {
	border-top: 0px solid transparent !important;
}

.no-border-rigth {
	border-right: 0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control-label::-webkit-input-placeholder {
	color: #fff;
	background-color: transparent;
}

input::-webkit-input-placeholder {
	color: #cdcdcd;
}

input::-moz-placeholder {
	color: #cdcdcd;
}

input:-ms-input-placeholder {
	color: #cdcdcd;
}

input::placeholder {
	color: #cdcdcd;
}

input::-webkit-input-placeholder {
	color: #cdcdcd;
}

input::-moz-placeholder {
	color: #cdcdcd;
}

input::-ms-input-placeholder {
	color: #cdcdcd;
}

textarea::-webkit-input-placeholder {
	color: #cdcdcd;
	padding: 5px;
}

textarea::-moz-input-placeholder {
	color: #cdcdcd;
	padding: 5px;
}

textarea::-ms-input-placeholder {
	color: #cdcdcd;
	padding: 5px;
}

/*for image bg*/

.transform_scal_rotate:hover img {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}

.culmn {
	width: 100%;
	overflow: hidden;
}

/*heading title all area*/

.head_title {
	padding-bottom: 90px;
	overflow: hidden;
}

.head_title h2 {
	font-family: 'NotoSansCJKkr', sans-serif;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: -1.6px;
	color: #1a1a1a;
}

.head_title .desc-1 {
	width: 100%;
	color: #1A1A1A;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.head_title .desc-1 span {
	color: #1A1A1A;
	font-weight: 700;
}

.head_title .desc-2 {
	width: 100%;
	color: #999;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*End off pridifain css*/

/*Preloader css*/

#loading {
	background-color: #749BFA;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	left: 0;
	z-index: 9999;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}

.object {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	position: absolute;
	left: 65px;
	top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.object:nth-child(2n+0) {
	margin-right: 0px;

}

#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#object_five {
	-webkit-animation: object_five 2s infinite;
	animation: object_five 2s infinite;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#object_six {
	-webkit-animation: object_six 2s infinite;
	animation: object_six 2s infinite;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

#object_seven {
	-webkit-animation: object_seven 2s infinite;
	animation: object_seven 2s infinite;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

#object_eight {
	-webkit-animation: object_eight 2s infinite;
	animation: object_eight 2s infinite;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

#object_big {

	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	-webkit-animation: object_big 2s infinite;
	animation: object_big 2s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}


@-webkit-keyframes object_big {
	50% {
		-webkit-transform: scale(0.5);
	}

}

@keyframes object_big {
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

}

@-webkit-keyframes object_one {
	50% {
		-webkit-transform: translate(-65px, -65px);
	}

}

@keyframes object_one {
	50% {
		transform: translate(-65px, -65px);
		-webkit-transform: translate(-65px, -65px);
	}

}


@-webkit-keyframes object_two {
	50% {
		-webkit-transform: translate(0, -65px);
	}
}

@keyframes object_two {
	50% {
		transform: translate(0, -65px);
		-webkit-transform: translate(0, -65px);
	}

}

@-webkit-keyframes object_three {
	50% {
		-webkit-transform: translate(65px, -65px);
	}
}

@keyframes object_three {
	50% {
		transform: translate(65px, -65px);
		-webkit-transform: translate(65px, -65px);
	}
}

@-webkit-keyframes object_four {

	50% {
		-webkit-transform: translate(65px, 0);
	}

}

@keyframes object_four {
	50% {
		transform: translate(65px, 0);
		-webkit-transform: translate(65px, 0);
	}

}

@-webkit-keyframes object_five {

	50% {
		-webkit-transform: translate(65px, 65px);
	}

}

@keyframes object_five {
	50% {
		transform: translate(65px, 65px);
		-webkit-transform: translate(65px, 65px);
	}

}

@-webkit-keyframes object_six {

	50% {
		-webkit-transform: translate(0, 65px);
	}

}

@keyframes object_six {
	50% {
		transform: translate(0, 65px);
		-webkit-transform: translate(0, 65px);
	}

}

@-webkit-keyframes object_seven {

	50% {
		-webkit-transform: translate(-65px, 65px);
	}

}

@keyframes object_seven {
	50% {
		transform: translate(-65px, 65px);
		-webkit-transform: translate(-65px, 65px);
	}

}

@-webkit-keyframes object_eight {

	50% {
		-webkit-transform: translate(-65px, 0);
	}

}

@keyframes object_eight {
	50% {
		transform: translate(-65px, 0);
		-webkit-transform: translate(-65px, 0);
	}

}

/*End off Preloader*/

/*
Nav Menu style
==================*/

.cart-list li h6 a {
	color: #000;
}

.btn-cart {
	background-color: #749BFA;
	padding: 2px 10px;
	color: #fff !important;
	border: 0px solid;
	display: inline-block;
}

.btn-cart:hover {
	border: 0px solid;
	background-color: #ff7854 !important;
}


/*
Home Section style
==================*/

.home {
	width: 100%;
	position: relative;
	height: 678px;
}
.home .container{
	width: 100%;
	height: 678px;
	position: relative;
}

.main_home {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 1;
}

.home_text h1 {
	font-family: 'NotoSansCJKkr', sans-serif;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -1px;
}
.home_text .main_sub_text{
	font-size: 58px;
	font-weight: 400;
	letter-spacing: -1.6px;
	line-height: 1;
}

.home_btns > a{
	margin-bottom: 0;
	min-width: 140px;
	padding: 1rem !important;
}

/*
About section style
====================*/

.main_about {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

.about_bottom_content {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap
}

.about_bottom_content .about_bottom_item {}

.ab_head {
	width: 100%;
	display: table;
}

.ab_head .ab_head_icon {
	float: left;
	margin-right: 20px;
}

.ab_head .ab_head_icon .icofont,
.ab_head .ab_head_icon .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 1.5rem;
	background-color: #749BFA;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 6px rgba(255, 104, 99, 0.4);

}



/*
FAQ Page
--------*/

.faq_main_content h6 {
	margin-bottom: 0rem;
	border: 1px solid;
	border-color: #eee;
	position: relative;
}

.faq_main_content h6 + div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	display: block!important;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 10px;
	border: 0px solid #cdcdcd;
}

.faq_main_content h6 + div.open {
	height: 150px;
	border: 1px solid;
	border-top: 0;
	border-color: #eee;
}

.faq_main_content h6 a {
	display: block;
	height: 78px;
	color: #000000;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: -0.6px;
	text-decoration: none;
	overflow: hidden;
}
.faq_main_content .content p{
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -0.4px;
	line-height: 1.4;
	color: #797979;
}

.faq_main_content h6 span {
	font-weight: 600;
}

.faq_main_content h6 a i {
	width: 78px;
	height: 78px;
	line-height: 78px;
	background-color: #eeeeee;
	text-align: center;
	color: #444444;
	margin-right: 15px;
	font-size: 1.5rem;
}

.faq_main_content h6.open a {
	color: #444;
}

.faq_main_content h6.open a i {
	color: #fff;
	background-color: #444444;
}


.faq_main_content h6.open a i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq_main_content .content {
	padding: 25px;
	color: #4a4a4a;
}


/*
Video Section style
======================*/

.video {
	background: url(../images/background/banner_bg.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.main_video {
	display: block;
	/*z-index: 2;*/
	/*position: relative;*/
}

.main_video i,
.main_video span.fa,
.main_video span.icon {
	color: #fff;
	font-size: 3rem;
	border: 2px solid #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	position: relative;
}


/*
Featured section style
========================*/

.main_featured .head_title {
	width: 70%;
	margin: 0 auto;
}

.slick-center .featured_img {
	position: relative;
}

.slick-center .featured_img:before {
	content: "+";
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 43.5%;
	right: 43.5%;
	top: 35%;
	color: #000;
	background-color: #fff;
	border-radius: 50%;
	font-size: 3rem;
	z-index: 2;
	cursor: pointer;
}

.slick-center .featured_img a {
	position: absolute;
	left: 43.5%;
	right: 43.5%;
	top: 35%;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 3;
}

.featured_img a {
	display: none;
}

.featured_slider {
	width: 100%;
	height: 250px;
	margin: 20px auto;
	text-align: center;
}

.featured_img img {
	width: 100%;
	height: 100%;
}

.featured_slider div {
	margin-right: 5px;
}

.slick-slide {
	opacity: .6;
}

.slick-center {
	display: block;
	max-width: 10% !important;
	max-height: 20% !important;
	opacity: 1;


}


/*
service section style
========================*/

.main_featured,
.main_service {
	display: table;
	overflow: hidden;
	width: 100%;
}

.service_item {
	width: 100%;
	overflow: hidden;
}


/*.service_item .ico_01{*/
/*background: url(../images/icon/ic_phone.png) no-repeat center center;*/
/*}*/
/*.service_item .ico_02{*/
/*background: url(../images/icon/ic_coin.png) no-repeat center center;*/
/*}*/
/*.service_item .ico_03{*/
/*background: url(../images/icon/ic_schedule.png) no-repeat center center;*/
/*}*/

.service_item i {
	display: inline-block;
}
.service_item i img{
	height: 56px;
}

.service_item h6 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -1px;
}

.service_item .service_list {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -0.6px;
	margin-bottom: 6px !important;
}

.service_item .service_list:before{
	content: '';
	width: 3px;
	height: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #797979;
	position: absolute;
	top: 9px;
	left: 0px;

}


/*
Impress section style
========================*/

.impress {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -100px;
	padding: 25px;
	background: #f3f5f7;
}

.main_impress {

	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;

}

.main_impress h2 {
	font-size: 2.286rem
}

.main_impress > div{
	display: inline-block;
	width: 50%;
}

.main_impress .btn {
	display: block;
	width: 100%;
	padding: 0.2rem 0.2rem;
	color: #749BFA;
	background: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
}

.main_impress div+div .btn{
	margin-left: 10px;
}
.main_impress  .btn:hover{
	background: #749BFA;
	color: #ffffff;
}
.main_impress .btn img:last-child{
	display: none;

}
.main_impress .btn:hover img:first-child{
	display: none;
}
.main_impress .btn:hover img:last-child{
	display: inline-block;
}


/*
Portfolio section style
========================*/

.main_portfolio {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

.portfolio_content {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
]
}

.portfolio_item {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.portfolio_item:hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.portfolio_item img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}

.portfolio_hover {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
	padding-top: 12%;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio_item:hover .portfolio_hover {
	opacity: 1;
}

.portfolio_item2 .portfolio_hover {
	padding-top: 25%;
}

.portfolio_item3 .portfolio_hover {
	padding-top: 65%;
}

.home_btns,
.portfolio_hover_icon {
	font-size: 0;
}

.subscribe_btns button.btn,
.portfolio_hover_icon a {
	margin-left: 10px;
}

.portfolio_hover_icon a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid;
	border-color: #fff;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
}




/*
Skill Section style
=======================*/

/* Skill bar*/

.main_skill {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	margin: 0 25px;
	padding: 140px 0;
	border-bottom: 1px dashed #dddddd;
}
.main_skill + .main_skill + .main_skill{
	border-bottom: none;
}
.skill_content .thumb{
	width: 70%;
}
.skill_content .thumb03{
	width: 80%;
}
.main_skill .skill_content h2 {
	margin-bottom: 7px;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -1.6px;
}
.main_skill .skill_content .sub_text{
	display: inline-block;
	padding: 0 5px;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: -0.6px;
	color: #1a1a1a;
	margin-bottom: 0 !important;
}
.main_skill .skill_content .desc{
	font-size: 18px;
	font-weight: 200;
	letter-spacing: -0.6px;
	line-height: 2rem;
}
.teamskillbar {
	position: relative;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	background: #f2f2f2;
	height: 10px;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	transition-property: width, background-color;
}

.teamskillbar h6 {
	position: absolute;
	top: -25px;
	left: 0;
}

.teamskillbar-bar {
	height: 10px;
	width: 0px;
	background: #749BFA;
	position: absolute;
	left: 0px;
	top: 0px;
}


.skill_bottom_content {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

.skill_bottom_item .separator_small {
	margin: 20px auto;
}


/*
Testimonial Section style
=======================*/

.testimonial {
	background: url(../images/background/testimonial.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.main_testimonial {
	position: relative;
	z-index: 1;
}

.testimonial_slid {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding-bottom: 100px;
}

.testimonial_item {
	width: 90%;
	margin: 0 auto;
}

.testimonial_slid .slick-arrow {
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.testimonial_slid .slick-arrow.nextprevleft {
	float: left;
	top: 20px;
	left: -6%;
}

.testimonial_slid .slick-arrow.nextprevright {
	float: right;
	top: -130px;
	right: -6%;
}

.testimonial_item .test_authour i {
	color: #ffbf00;
}


/*
Pricing Section style
=======================*/

.pricing .text_group{
	margin: 0 auto;
	padding: 0 15px;

}
.pricing .text_group p{

	font-size: 17px;
	color: #7b9cfd;
}

.main_pricing {

}
.main_blog,
.main_pricing {
	overflow: hidden;
	width: 100%;
}

.pricing_top_border {
	height: 4px;
	width: 100%;
	background-color: #749BFA;
}

.pricing_item {
	position: relative;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	margin-bottom: 40px;
}
.pricing_item .pricing_head h3{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 14px;
}

.pricing_item .pricing_head p{
	font-size: 36px;
	color: #000;
	font-weight: 500;
	line-height: 1;
}

.pricing_item .pricing_head p .nanumgothic{
	font-size: 36px;
	color: #000000;
	font-weight: 500;
}
.pricing_item .pricing_head p span{
	font-size: 21px;
	color: #000000;

}

.pricing_head {
	padding-top:56px !important;
	padding-bottom: 20px;
	background: #fafafa;

}

.pricing_price_border {
	min-height: 82px;
	margin: 0 auto;
	background: #fafafa;
	padding-bottom: 25px;
}


.pricing_price_border  h3 {
	font-size: 15px;
	color: #999999;
	line-height: 22pt;
	font-weight: normal;
}

.pricing_price_border  p {
	font-size: 14px;
	color: #999999;
	line-height: 1.2;
}


.pricing_body {
	padding-top: 42px;
	padding-left: 30px;
	min-height: 600px;
	overflow: hidden;
}
.pricing_body .add-text{
	margin: 0;
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: -0.6px;
	line-height: 1.6rem;
	text-align: left;
}
.pricing_body ul {
	margin: 0 auto;
}

.pricing_body ul li {
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -0.6px;

	line-height: 2.5rem;
}

.pricing_body ul li i {
	margin-right: 10px;
}
.pricing_body .pricing_btn{
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
}
.pricing_body .pricing_btn a{
	width: 240px;
	font-size: 18px;
}

/*
Brand Section style
=====================*/

.main_cbrand {
	overflow: hidden;
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

.cbrand_item {
	height: 70px;
	overflow: hidden;
}

.cbrand_item img {
	width: 70%;
	/*margin: 10px;*/
}

.cbrand_item img.img_apple {
	width: 25%;
	padding: 10px;
}

/*
Subscribe Section style
=====================*/

.subscribe {
	background: url(../images/background/subscribe.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.main_subscribe {
	width: 100%;
	display: block;
}
.main_subscribe .text_bg{
	padding: 15px 0 20px 0;
}
.main_subscribe h2{
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -1.6px;
}
.main_subscribe p{
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: -0.6px;
	line-height: 24px;
}

.main_subscribe .subscribe_btns .form-control {
	width: 80%;
	display: block;
	background: transparent;
	border: none;
}

.main_subscribe .subscribe_btns .form-control #inputEmail2 {
	width: 100%;
	background-color: transparent;
	font-size: 15px;
	color: #fff;
	padding-left: 10px;
}

.main_subscribe .subscribe_btns button.btn {
	/*width:15%;*/
}


/*
Blog Section style
=====================*/

.blog_item {
	overflow: hidden;
	width: 100%;
}

.blog_item_img {
	overflow: hidden;

}

.blog_item_img img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}

.blog_item:hover .blog_item_img img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.blog_text {
	border: 1px solid #eee;
}

.blog_text p a {
	color: #666666;
	padding: 5px;
}


/*
Maps Section style
=====================*/

.main_maps {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.maps_text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 11;
}

.maps_text h3{
	display: inline-block;
	position: relative;
}
.maps_text i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background-color: #ff6863;
	font-size: 1rem;
	display: inline-block;
	position: relative;
	margin-left: 10px;
}





/*
Contact Section style
=====================*/

.main_contact {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

.main_contact a.btn {
	width: 100%;
}

.main_contact .rage_widget h3{
	font-size: 40px;
	font-weight: 400;
	color: #1a1a1a;
}

.main_contact .rage_widget p{
	font-size: 20px;
	font-weight: 200;
	letter-spacing: -0.6px;
}
.main_contact .rage_widget .separator_auto{
	display: inline-block;
}
.main_contact .form-group label{
	font-size: 13px;
}
.main_contact .form-group .form-control{
	font-size: 15px;

}
.widget_socail ul li a i {
	background-color: #434343;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.widget_socail ul li a:hover i {
	background-color: #749BFA;
}


.widget_socail li {
	display: inline-block;
	padding-right: 10px;
}

/*
Footer Section style
=====================*/
#footer {
	background: #333333;
}

.main_footer {
	display: flex;
	padding-top: 40px;
	padding-bottom: 56px;
	flex-basis: 100%;
	flex-wrap: wrap;
	overflow: hidden;
}

.main_footer h2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1;
	color: #aaacb3;
}

.main_footer .link_box {
	text-align: right;
	margin-top: 10px;
	padding: 15px;
}

.main_footer .link_box a {
	display: inline-block;
	padding: 4px 16px;
	color: #f2f2f2;
	background: #333333;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	font-weight: 500;
}

.main_footer .link_box a:hover {
	color: #333333;
	background: #f2f2f2;
}

.main_footer .footer_box {
	line-height: 1;
	text-align: right;
	font-size: 0;
}

.main_footer .footer_box p {
	position: relative;
	padding: 10px 15px 0;
	margin: 0 !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6rem;
	color: #868b96;
}

.main_footer .footer_box p::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #868b96;
}

.main_footer .footer_box p.num::after, .num_a:after {
	display: none;
}

.num_a {
	padding: 0 3px !important;
	word-break: keep-all;
	font-size: 11px !important;
	border: 1px solid #7a7a7a;
}

.main_footer .footer_box a {
	position: relative;
	padding: 0 8px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1rem;
	color: #868b96;
}

.main_footer .footer_box a::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #868b96;
}

.main_footer .footer_box .num a:hover {
	border: 1px solid #7a7a7a;
}

/* .main_footer .footer_box .copy {
	top: 10px;
} */

.main_footer .footer_box .copy::after {
	display: none;
}

.main_footer .footer_box div {
	margin-top: 10px;
	margin-left: 7px;
}


.main_footer .footer_box div a:after {
	content: '';
	display: none;
}

.main_footer .footer_box div .bound {
	font-style: normal;
	font-size: 13px;

}

.m_footer_box {
	display: none;
}

/*maps*/

.main_maps {
	width: 100%;
	height: 100%;
}

.main_maps .map_canvas_icon {
	position: absolute;
	left: 45%;
	top: 35%;
	cursor: pointer;
	/*z-index: 2;*/
}

.main_maps i {
	font-size: 2.5rem;
	color: #749BFA;

}

.main_maps h2 {
	color: #749BFA;
}

.mapheight {
	height: 100px;
	width: 100%;
}


/* scrollup */

.scrollup {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: #749BFA;
	opacity: 1;
}

.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}
/*Modified CSS*/
.navbar-header button span {
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 15px;
	width: 22px;
	height: 3px;
	background: #ffffff;
	margin-bottom: 2px;
	display: block;
	transition: 0.3s;
	border-radius: 5px;
}

.navbar-header button:hover {
	cursor: pointer
}

.navbar-header button span:nth-of-type(2) {
	margin: 6px 0;
}

.navbar-header button span:nth-of-type(3) {

	margin: 12px 0;
}

.navbar-header button {
	transition: all 0.3s ease-in-out;
}

.navbar-header button.active span:nth-of-type(2) {
	display: none
}

.navbar-header button.active span:nth-of-type(1) {
	transform: rotate(-45deg);
	top: 13px;
	transition: 0.3s
}

.navbar-header button.active span:nth-of-type(3) {
	margin: 10px 0;
	transform: rotate(45deg);
	transition: 0.3s
}


.navbar-header button {
	border: none;
}

.navbar-header button:focus {
	outline: none;
}


.dropdown-toggle::after {
	display: none
}

.attr-nav > ul > li > a span.badge {
	background: #ffffff;
	border-radius: 50%;
	margin-right: -4px;
}

.attr-nav {
	position: absolute;
	right: 10px;
	top: 0;
	margin-top: -10px;
}

@media (max-width: 1023px) {
	.navbar-expand-lg .navbar-nav > li {
		margin-left: 11px;
	}
}

@media (max-width: 992px) {
	.navbar-expand-md .navbar-toggler {
		display: block !important;
	}
	nav.navbar.bootsnav .navbar-brand {
		position: absolute;
		top: 12px;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	nav.navbar.bootsnav .navbar-collapse.collapse.show {
		display: block !important;
		overflow-x: hidden;
	}
	nav.navbar.bootsnav .navbar-nav {

		padding-top: 25px;
		margin-left: 0px;
	}

	.navbar-expand-lg .navbar-nav > li {
		margin-left: 0px;
	}
}

#video_section{
	position: absolute;
	width: 100%;
	height: 678px;
	overflow: hidden;
}



/*.img-bg{*/
/*display: none;*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 600px;*/
/*overflow: hidden;*/
/*background: url(../images/background/header.gif) no-repeat 50% 50%;*/
/*-moz-background-size: cover;*/
/*-webkit-background-size: cover;*/
/*-o-background-size: cover;*/
/*background-size: cover;*/
/*overflow: hidden;*/

/*}*/
.fadeImg{
	display: none;
	/*position: absolute;*/
	width: 100%;
	height: 600px;
	overflow: hidden;
	/*background: url(../images/background/header.gif) no-repeat 50% 50%;*/
	/*-moz-background-size: cover;*/
	/*-webkit-background-size: cover;*/
	/*-o-background-size: cover;*/
	/*background-size: cover;*/
	overflow: hidden;
}
.fadeImg .fade01{
	background: url(../images/background/header.png) no-repeat 50% 50%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 540px;
}
.fadeImg .fade02{
	background: url(../images/background/header02.png) no-repeat 50% 50%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 540px;
}
.fadeImg .fade03{
	background: url(../images/background/header03.png) no-repeat 50% 50%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 540px;
}

.navbar{
	padding: 1.5rem 1rem;
}

/*.navbar-brand{*/
/*width: 80%;*/
/*}*/
.navbar .navbar-header{
	width: 25%;
}

.navbar .navbar-collapse{
	justify-content: flex-end !important;
}

/* 아이폰 전화번호 하이어링크로 랜더링 될때 컬러 */
a[href^="tel"]{
	color:inherit;
	text-decoration:none;
}


#pricing2 {
	padding-top: 72px;
	background-color: #F6F8FC;
}
.head_title h3 {
	color: #1A1A1A;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.pricing-plan .plan {
	border-radius: var(--1, 8px);
	border: 1px solid #E8E8E8;
	background: #FFF;
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
	min-width: 330px;
	margin-top : 19px;
}
@media (min-width: 990px) {
	.pricing-plan .plan {
		/*height: 832px;*/
		height: 892px;
	}
}
.pricing-plan .plan-top {
	padding: 31px 33px 31px 33px;
	border-bottom: 1px solid #E8E8E8;
	background: #FAFAFA;
	border-top-left-radius: var(--1, 8px);
	border-top-right-radius: var(--1, 8px);
}
.plan-top H2 {
	color: #1A1A1A;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.plan-top H2 span {
	color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.plan-top .price {
	margin-top: 18px;
	display: grid;
	gap: 3px;
}

.plan-top .price .price-big {
	color: #1A1A1A;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	width: 100%;
}
.plan-top .price p span {
	color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.plan-top .price .origin-price {
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: line-through;
	height: 23px;
}
.plan-top .price .dc {
	margin-left: 4px;
	color: var(--Schemes-On-Primary, #FFF);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	width: 61px;
	height: 19px;
	padding: 2px var(--borderRadius, 4px);
	justify-content: center;
	align-items: center;
	border-radius: var(--borderRadius, 4px);
	background: #516DF6;
}

.plan-top .price .btn-plan {
	width: 262px;
	padding: 13px 18px 13px 16px;
	border-radius: var(--borderRadius, 4px);
	border : none;
	background: #516DF6;

	color: var(--Schemes-On-Primary, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.plan-bottom {
	padding: 38px 0px 0px 24px;
}
.plan-bottom ul li {
	color: #1A1A1A;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 24px;
}
.plan-bottom ul li svg {
	vertical-align: middle;
}
.plan-bottom ul li span {
	vertical-align: middle;
}
.plan-bottom .svg-desc {
	font-size: 14px;
	padding-left: 12px;
}

.plan-bottom .svg-desc2 {
	font-size: 11px;
	padding-left: 12px;
}

.plan-bottom .new {
	border-radius: var(--borderRadius, 4px);
	background: rgba(81, 109, 246, 0.10);

	color: #516DF6;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	display: inline-flex;
	padding: 2px var(--borderRadius, 4px);
	justify-content: center;
	align-items: center;
}
@media (min-width: 990px) {
	.plan-bottom .qna {
		border-radius: var(--borderRadius, 4px);
		background: rgba(81, 109, 246, 0.10);

		color: #516DF6;
		text-align: center;
		font-size: 11px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;

		display: inline-flex;
		padding: var(--borderRadius, 4px) var(--1, 8px);
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 990px) {
	.plan-bottom .qna {
		border-radius: var(--borderRadius, 4px);
		background: rgba(81, 109, 246, 0.10);

		color: #516DF6;
		text-align: center;
		font-size: 11px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;

		width: 80%;
		display: flex;
		height: 30px;
		padding: var(--borderRadius, 4px) var(--1, 8px);
		justify-content: center;
		align-items: center;
		align-self: stretch;
		margin-left: 60px;
	}
}

.pricing-info {
	margin-top: 41px;
	padding: 0px 0px 41px 30px;

	color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.pricing-info ul {
	list-style: disc;
}

.title-blue {
	color: #516DF6;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.modal-title-watshu {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

#modal-free ul li:first-child {
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top : 0px;
}

#modal-free ul li {
	padding-top : 12px;
}

#modal-free ul li svg {
	vertical-align: middle;
}
#modal-free ul li span {
	padding-left: 12px;
	vertical-align: middle;
}

.modal-btn-free {
	width: 100%;
	border: 0px;
	border-radius: var(--borderRadius, 4px);
	background: #516DF6;

	color: var(--Schemes-On-Primary, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	padding: 13px 12px 13px 16px;
}

.modal-btn-free:disabled {
	opacity: 0.4;
	background: #516DF6;
}

.cursor-pointer {
	cursor: pointer;
}

.join_form {text-align: center; margin: 0 auto; width: 100%;}
.join_form > div {position: relative; width: 100%;}
.join_form > div input {
	width: 100%; height: 48px; margin: 10px 0; border: 0.3px solid #49454F; box-sizing: border-box; border-radius: 4px; padding: 0 1.4em; outline: none !important; color: #49454F;
	/* M3/body/large */
	font-family: var(--Body-Large-Font, Roboto);
	font-size: var(--Body-Large-Size, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Body-Large-Line-Height, 24px); /* 150% */
	letter-spacing: var(--Body-Large-Tracking, 0.5px);
}
.join_form > div input::placeholder {
	color: #49454F;
	/* M3/body/large */
	font-family: var(--Body-Large-Font, Roboto);
	font-size: var(--Body-Large-Size, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Body-Large-Line-Height, 24px); /* 150% */
	letter-spacing: var(--Body-Large-Tracking, 0.5px);
}
.join_form > div label {position: absolute; top: -1.5em; left: 0; margin: 1.9em 2em 2em 1em; background-color: white; padding: 0 4px; color: #49454F;
	/* M3/body/small */
	font-family: var(--Body-Small-Font, Roboto);
	font-size: var(--Body-Small-Size, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Body-Small-Line-Height, 16px); /* 133.333% */
	letter-spacing: var(--Body-Small-Tracking, 0.4px);
}

.check-label-watshu {
	display: block;
	height: 24px;

	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 6px 0px 0px 30px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
	출처: https://fresh-mint.tistory.com/entry/css-드래그-방지 [민트코딩:티스토리]
}

.check-watshu input[type="checkbox"]{
	display: none;
}
.check-watshu input[type="checkbox"]+label{
	background-repeat: no-repeat; /* 반복 방지 */
	background-image: url('../images/check/check_off_watshu.png'); /*off 이미지*/
}
/* on */
.check-watshu input[type="checkbox"]:checked+label{
	background-repeat: no-repeat; /* 반복 방지 */
	background-image: url('../images/check/check_on_watshu.png'); /*on 이미지*/
}

.modal-tel {
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
