
.breadcrumb{
	padding:0;
	background-color:transparent;
	border-radius:0;
	font-weight:300;
	text-transform:uppercase;
	color:inherit;
	font-size: 13pt; 
	letter-spacing: -1px /*서브 현재위치*/
	color:#555555;
}
.breadcrumb>.active{
	color:inherit;
	opacity:0.9;
}
.breadcrumb>li+li:before{
	color:inherit;
	padding:0 13px;
}

.breadcrumb li a{
	color:#101010
}

.pagination>li>a,.pagination>li>span{
	text-align:center;
	padding:9px 0;
	border-color:rgba(0,0,0,0.1);
	margin-left:9px;
	min-width:40px;
	max-width:40px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
}

.pagination>li:first-child>a,.pagination>li:first-child>span{
	border-radius:0px;
	padding:9px 0;
}

.pagination>li:last-child>a,.pagination>li:last-child>span{
	border-radius:0px;
	padding:9px 0;	
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{
	background-color:#db2450;
	border-color:#db2450;
	color:#ffffff;
}
.pagination>li>a.current,.pagination>li>span.current,.pagination>li>a.current:hover,.pagination>li>span.current:hover,.pagination>li>a.current:focus,.pagination>li>span.current:focus{
	background-color:#db2450;
	border-color:#db2450;
	color:#ffffff;
}
.form-control{
	height:40px;
	border-color:rgba(0,0,0,0.1);
	background-color:#ffffff;
	border-radius:0;
	color:#000000;
	padding-left:30px;
	padding-right:40px;
	font-size:20px;
	font-style:italic;
}
.form-control,.form-control:focus{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.form-control.invalid{
	-webkit-box-shadow:0 0 0 2px #db2450;
	box-shadow:0 0 0 2px #db2450;
}
.form-control:focus{
	border-color:#818181;
	color:#818181;
}

.form-control:-moz-placeholder{
	color:#818181;
	opacity:1;
}
.form-control::-moz-placeholder{
	color:#818181;
	opacity:1;
}
.form-control:-ms-input-placeholder{
	color:#818181;
}
.form-control::-webkit-input-placeholder{
	color:#818181;
}
.form-control:focus:-moz-placeholder{
	color:transparent;
	opacity:1;
}
.form-control:focus::-moz-placeholder{
	color:transparent;
	opacity:1
}
.form-control:focus:-ms-input-placeholder{
	color:transparent;
}
.form-control:focus::-webkit-input-placeholder{
	color:transparent;
}


.form-control+[class*="icon-"]{
	position:absolute;
	font-size:24px;
	right:20px;
	top:7px;
	color:#db2450;
}
.carousel{
	overflow:hidden;
}
.carousel-indicators li{
	width:14px;
	height:14px;
	border-width:2px;
	margin:0;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
	-ms-transition:all 0.2s ease-in-out 0s;
	transition:all 0.2s ease-in-out 0s;
}
.carousel-indicators li:hover{
	opacity:0.8;
}
.carousel-indicators .active{
	border-color:#db2450;
	width:14px;
	height:14px;
	background-color:transparent;
}

.carousel-control{
	border:1px solid #ffffff;
	color:#ffffff!important;
	border-radius:0px;
	width:50px;
	height:50px;
	left:-50px;
	top:50%;
	margin-top:-25px;
	text-shadow:none;
	opacity:1;
	background-image:none!important;filter:alpha(opacity=100);
}
.carousel-control.right{
	right:-50px;
}
.carousel:hover .carousel-control{
	left:50px;
}
.carousel:hover .carousel-control.right{
	left:auto;
	right:50px;
}
.carousel-control span{
	font-family:'pretendard'!important;
	width:50px!important;
	height:50px!important;
	margin:0!important;
	font-size:16px!important;
	left:0!important;
	top:0!important;
	line-height:50px;
}
.carousel-control .icon-prev:before{
	content:'\e801';
}.carousel-control .icon-next:before{
	content:'\e80a';
}
.panel-heading .panel-title{
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
	padding:0;
	position:relative;
	display:block;
}
.panel-heading .panel-title>a{
	line-height:1;
	display:block;
	padding:13px 50px 12px 30px;
	border-radius:0px;
	color:#ffffff;
	background-
	border:1px solid rgba(0,0,0,0.1);
}
.panel-heading .panel-title>a.collapsed:hover,.panel-heading .panel-title>a:hover{
	color:#ffffff;
	background-
	border-
}
.panel-heading .panel-title>a.collapsed{
	
	background-color:transparent;
}
.panel-heading .panel-title>a:after{
	color:#ffffff;
	
	content:'\e800';
	position:absolute;
	font-size:16px;
	line-height:40px;
	text-align:center;
	right:0;top:0;
	width:40px;
	height:40px;
	background-color:#db2450;
}
.panel-heading .panel-title>a.collapsed:after{
	content:'\e80a';
}
.panel{
	box-shadow:none;
}
.panel-group .panel{
	border-radius:0;
	background-color:transparent;
}
.panel-default>.panel-heading{
	background-color:transparent;
	color:inherit;
	position:relative;
	border:none;
	border-radius:0;
	padding:0;
	margin:0;
}
.panel-default{
	border-color:transparent;
}
.panel-group .panel+.panel{
	margin-top:8px;
}
.panel-group .panel-heading+.panel-collapse .panel-body{
	adding:23px 30px 30px;
	margin-top:-3px;
	border:none;
	border-radius:0px;
}
p+.progress{
	margin-top:-10px;
}
.progress{
	overflow:visible;
	height:10px;
	position:relative;
	border-radius:5px;-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent;
	border:1px solid #f2f2f2;
}
.progress-bar{
	background-color:#db2450;
	color:inherit;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:5px;
	margin:-1px;
	height:10px;
}
.progress-bar span{
	position:relative;
	color:#ffffff;
	top:-5px;
	font-size:0.9em;
	display:none;
	}

.alert{
	border-radius:0;
}

.media-right,.media>.pull-right{
	padding-left:20px;
}

.media-left,.media>.pull-left{
	padding-right:20px;
}

.nav>li>a{
	color:inherit;
}

.nav>li>a:hover,.nav>li>a:focus{
	background-color:inherit;
}

.tab-content{
	border-radius:0 0 0 0;
	padding:20px 30px;
	border:1px solid rgba(0,0,0,0.1);
}

.tab-content.no-border{
	padding:0;border:none;
	background-color:transparent!important;
}

.nav-tabs{
	border-bottom-color:transparent;
	font-size:16px;
	margin-top:0px;
	margin-bottom:-1px;
}

.nav-tabs>li>a{
	padding:9px 24px;
	margin-right:2px;
	margin-top:0px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:0;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
	border-bottom-color:#ffffff;
	background-color:transparent;
	
}

li.media:before,li.media:after{
	display:block;
	content:'';
	clear:both;
}

section>[class*="container"]{
	padding-top:50px;
	padding-bottom:50px;
}
section.sub-section>[class*="container"]{
	padding-top:0;
	padding-bottom:0;
}


.darkgrey_section+.darkgrey_section>[class*="container"],.dark_section+.dark_section>[class*="container"],.color_section+.color_section>[class*="container"],.light_section+.light_section>[class*="container"],.grey_section+.grey_section>[class*="container"]{
	padding-top:5px;
}

.darkgrey_section.with_bottom_border+.darkgrey_section>[class*="container"],.dark_section.with_bottom_border+.dark_section>[class*="container"],.color_section.with_bottom_border+.color_section>[class*="container"],.light_section.with_bottom_border+.light_section>[class*="container"],.grey_section.with_bottom_border+.grey_section>[class*="container"]{
	padding-top:90px;
}
.darkgrey_section+.darkgrey_section.with_top_border>[class*="container"],.dark_section+.dark_section.with_top_border>[class*="container"],.color_section+.color_section.with_top_border>[class*="container"],.light_section+.light_section.with_top_border>[class*="container"],.grey_section+.grey_section.with_top_border>[class*="container"]{
	padding-top:90px;
}

.darkgrey_section+.darkgrey_section.darkgrey_lighter>[class*="container"],.darkgrey_section.darkgrey_lighter+.darkgrey_section>[class*="container"]{
	padding-top:100px;
}

.row+.row{
	margin-top:20px;
}

section>[class*="container"]>.row>[class*="col-"],footer>[class*="container"]>.row>[class*="col-"]{
	margin-top:10px;
	margin-bottom:10px;
}

section>[class*="container"]>.row>[class*="col-"]:last-child,footer>[class*="container"]>.row>[class*="col-"]:last-child,.bottom_section>[class*="container"]>.row>[class*="col-"]
{
	margin-bottom:0;
}
.table_section [class*="container"]{
	height:100%;
	}

.table_section .row{
	display:table;
	min-width:100%;
	height:100%;
}
.table_section [class*="col-"]{
	display:table-cell;
	vertical-align:middle;
	float:none;
}

#topline>[class*="container"]>.row>[class*="col-"]{
	margin:0!important;
}






.action_section>[class*="container"]{
	padding-top:55px;
	padding-bottom:55px;
}

.bottom_section>[class*="container"]{
	padding-bottom:0;
}

.title_section>[class*="container"]{
	padding-bottom:50px;
}

#breadcrumbs>[class*="container"]{
	padding-top:80px;
	padding-bottom:33px;
	margin-top:-71px;
	height:130px;
}

#breadcrumbs.light_section+.light_section>[class*="container"]{
	padding-top:50px;
}

#topmenu>[class*="container"]{
	padding-top:1px;
	padding-bottom:1px;
}

#topline>[class*="container"]{
	padding-top:0;
	padding-bottom:0;
}

#pagination>[class*="container"]{
	padding-top:30px;
	padding-bottom:30px;
}

#footer>[class*="container"]{
	padding-top:68px;
	padding-bottom:45px;
}

#copyright>[class*="container"]{
	padding-top:49px;
	padding-bottom:34px;
}



.blockquote-big{
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	font-style:normal;
	font-size:30px;
	text-align:center;
	line-height:1.2;
	
	padding:0 60px;
	border:none;
}
.blockquote-big h3{
	font-size:14px;
	text-transform:uppercase;
	color:inherit;
}
.blockquote-big:after{
	left:auto;
	right:0;
	top:0;
	content:'\e847';
}
.blockquote-big:before{
	top:0;
	left:0;
}

.alignleft{
	float:left;
	margin:5px 30px 15px 0;
	max-width:50%;
}
.with_background{
	padding:40px;
	background-color:#f5f5f5;
}
.with_border{
	padding:40px;
	border:1px solid rgba(0,0,0,0.1);
}
#response,.highlight{
	color:#5F82E5;
	font-family:'pretendard', sans-serif;
}
.grey{
	
	text-transform:uppercase;
}
.thin{
	font-weight:300;
}
.divider20{
	margin:20px 0;
}
.divider40{
	margin:40px 0;
}
.topmargin0{
	margin-top:0;
}
.topmargin10{
	margin-top:10px;
}
.topmargin40{
	margin-top:40px;
}
.margin0{
	margin:0;
}
.display_table{
	display:table;
	min-width:100%;
	height:100%;
}
.display_table_cell{
	display:table-cell;
	vertical-align:middle;
}
.not_found{
	font-size:300px;
}
.not_found+p{
	border-bottom:1px solid #f2f2f2;
	display:inline-block;
	margin-top:-10px;
	padding:0 40px 20px;
}






ul.list1{
	list-style:none;
	
	padding:0;
}
ul.list1 li{
	position:relative;
	padding:9px 0 10px 22px;
}
ul.list1 li:first-child
{
	border-top:1px solid rgba(0,0,0,0.1);
}
ul.list1 li{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
ul.list1 li:before{
	background-color:#db2450;
	content:'';
	display:block;position:absolute;
	left:5px;top:22px;width:6px;
	height:6px;
	border-radius:50%;
	}

ul.list2{
	list-style:none;
	padding-left:20px!important;
}
ul.list2 li{
	position:relative;
	padding:8px 0 8px;
}

ul.list2 li:before{
	
	content:'\e82c';
	font-size:28px;
	color:#db2450;
	display:block;
	position:absolute;
	left:-18px;
}

ol.list3{
	counter-reset:li;
	list-style:none outside none;
	padding:0;
}

ol.list3 li{
	position:relative;
	padding:8px 0 8px 38px;
}

ol.list3 li:after{
	content:counter(li,decimal-leading-zero);
	counter-increment:li;
	position:absolute;
	left:2px;
	top:50%;
	margin-top:-16px;
	font-weight:700;
	color:inherit;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#ffffff;
	background-color:#db2450;
	border-radius:100%;
}


.parallax{
	background-attachment:fixed!important;
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
	overflow:hidden;
	background-position:50% 0;
	background-repeat:no-repeat;
	position:relative;
	}



.parallax:before,.parallax:after{
	content:'';
	position:absolute;
	top:0;right:0;
	bottom:0;left:0;
	opacity:0.8;
}



.parallax.grey_section:after{
	background-color:#E2E5EA;
	-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	opacity:0.9;
}
.parallax.color_section:after{
	background-color:#db2450;
	background-image:url(assets/img/background_section.png);
	-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	opacity:0.9;
}
.parallax.dark_section:before{
	background-color:#000;
	opacity:0.6;
}
.parallax.dark_section:after{
	-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter:alpha(opacity=0.2);
	opacity:0.20;
}
.parallax.darkgrey_section:after{
	background:#319ed6;
}
.parallax>.container,.radial_gradient>.container,.gradient>.container,#header>[class*="container"]{
	z-index:300;
	position:relative;
}
.radial_gradient{
	position:relative;
	overflow:hidden;
}


.radial_gradient:before{
	content:'';
	display:block;
	position:absolute;
	width:1400px;
	height:1400px;
	top:50%;
	left:50%;
	margin-top:-700px
	;margin-left:-700px;
	z-index:2;
	background:-moz-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background:-webkit-gradient(radial,center center,0px,center center,50%,color-stop(0%,rgba(255,255,255,0.24)),color-stop(50%,rgba(255,255,255,0)));
	background:-webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background:-o-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background:-ms-radial-gradient(center,ellipse cover,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	background:radial-gradient(ellipse at center,rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff',endColorstr='#00ffffff',GradientType=1);
}

.with_background_image{
	background-image:url(assets/img/background_section.png);
}
.with_top_border,.with_bottom_border{
	position:relative;
}
.with_top_border:before,.with_bottom_border:after{
	content:'';
	display:block;
	position:absolute;
	height:1px;
	left:0;
	right:0;
	top:0;
	background-color:rgba(0,0,0,0.1);
}
.with_bottom_border:after{
	top:auto;
	bottom:0;
}


.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:80px;
	height:80px;
	position:absolute;
	left:50%;top:50%;
	background:url(assets/img/preloader.gif) no-repeat 50% 50% transparent;
	margin:-40px 0 0 -40px;
}
.light_section{
	background-color:#ffffff;
	color:#818181;
}
.light_section h1,.light_section h2,.light_section h3,.light_section h4,.light_section h5,.light_section h6{
	
}

.light_section h1 a,.light_section h2 a,.light_section h3 a,.light_section h4 a,.light_section h5 a,.light_section h6 a{
	color:inherit;
}
.light_section h1 a:hover,.light_section h2 a:hover,.light_section h3 a:hover,.light_section h4 a:hover,.light_section h5 a:hover,.light_section h6 a:hover{
	color:#db2450;
}
.light_section a{
	color:#db2450;
}
.light_section a:hover{
	color:#818181;
}
.light_section .theme_button{
	color:#ffffff;
}
.light_section .theme_button:hover,.light_section .theme_button:focus{
	color:#ffffff;
	background-
	border-
}
.light_section .theme_button.inverse{
	
}
.light_section .theme_button.inverse:hover,.light_section .theme_button.inverse:focus{
	border-color:#db2450;
	background-color:#db2450;
	color:#ffffff;
}
.light_section .widget_tag_cloud a:hover{
	color:#ffffff;
}

.grey_section h1,.grey_section h2,.grey_section h3,.grey_section h4,.grey_section h5,.grey_section h6{
	color:#2a2a2a;
}
.grey_section h1 a,.grey_section h2 a,.grey_section h3 a,.grey_section h4 a,.grey_section h5 a,.grey_section h6 a{
	color:inherit;
}
.grey_section h1 a:hover,.grey_section h2 a:hover,.grey_section h3 a:hover,.grey_section h4 a:hover,.grey_section h5 a:hover,.grey_section h6 a:hover{
	color:#db2450
}
.grey_section a{
	color:#db2450;
}
.grey_section a:hover{
	
}
.grey_section .theme_button{
	color:#ffffff;
	border-color:#db2450;
}
.grey_section .theme_button:hover,.grey_section .theme_button:focus{
	color:#ffffff;
}
.grey_section .theme_button.inverse{
	border-color:rgba(0,0,0,0.1);
	
}
.grey_section .theme_button.inverse:hover,.grey_section .theme_button.inverse:focus{
	background-color:#db2450;
	color:#ffffff;
}
.grey_section .form-control{
	border-color:#ffffff;
}



.dark_section{
	background-color:#000000;
	color:#b1b1b1;
}

.darkgrey_section{
	background-
	color:#b1b1b1;
}


.darkgrey_section .section_header+p{
	color:#818181!important
}

.darkgrey_section.darkgrey_lighter{
	background-color:#3a3a3a;
}
.color_section{
	background-color:#db2450;
	color:#f1a7b9
}

.color_section h1,.color_section h2,.color_section h3,.color_section h4,.color_section h5,.color_section h6{
	color:#ffffff;
}
.color_section h1 a,.color_section h2 a,.color_section h3 a,.color_section h4 a,.color_section h5 a,.color_section h6 a{
	color:#ffffff;
}
.color_section h1 a:hover,.color_section h2 a:hover,.color_section h3 a:hover,.color_section h4 a:hover,.color_section h5 a:hover,.color_section h6 a:hover{
	color:#f1a7b9;
}
.color_section a{
	color:#ffffff;
}

.color_section a:hover{
	color:#f1a7b9;
}
.color_section blockquote,.color_section .blockquote{
	border-color:#e25073;
}
.color_section .theme_button{
	border-color:#ffffff;
	background-color:#ffffff;
	
}


.color_section .theme_button.inverse{
	background-color:transparent;
	border-color:#ffffff;
	color:#ffffff;
}
.color_section .theme_button.inverse:hover,.color_section .theme_button.inverse:focus{
	background-
	border-
	color:#ffffff;
}

.color_section .with_background{
	background-color:#dd315b;
}
.color_section .with_border{
	border-color:#e25073;
}

.color_section.with_top_border .container:before,.color_section.with_bottom_border .container:after{
	background-color:#e25073;
}
.color_section .section_header:before{
	background-color:#e25073;
}
.color_section #response,.color_section .highlight{
	
}
.color_section .form-control{
	color:#ffffff;
	border-color:#e25073;
	background-color:#dd315b;
}

.color_section .form-control:-moz-placeholder{
	color:#f1a7b9;
}
.color_section .form-control::-moz-placeholder{
	color:#f1a7b9;
}
.color_section .form-control:-ms-input-placeholder{
	color:#f1a7b9;
}
.color_section .form-control::-webkit-input-placeholder{
	color:#f1a7b9;
}
.color_section .form-control:focus:-moz-placeholder{
	color:transparent;
	opacity:1;
}
.color_section .form-control:focus::-moz-placeholder{
	color:transparent;
	opacity:1;
}
.color_section .form-control:focus:-ms-input-placeholder{
	color:transparent;
}
.color_section .form-control:focus::-webkit-input-placeholder{
	color:transparent;
}
.boxed .container{
	max-width:100%;
	padding-left:50px;
	padding-right:50px;
}

.boxed #box_wrapper.container{
	padding:0;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}
.to_animate{
	visibility:hidden;
}
.animated{
	visibility:visible!important;
}
#box_wrapper,#land{
	overflow:visible;
	position:relative;
}
#topline{
	background-color:#ffffff;    
}






#header{
	top:0;
	left:0;
	right:0;
	position:relative;
	z-index:1000;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
	-ms-transition:all 0.2s ease-in-out 0s;
	transition:all 0.2s ease-in-out 0s;
}

#header:before,#header:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;right:0;
	bottom:0;
}
#mainslider+#header_wrapper>#header.affix-top:before,#mainslider+#header_wrapper>#header.affix-top:after{
	display:block;
}





.rev_slider_wrapper+#header_wrapper,#mainslider+#header_wrapper{
	height:auto!important;
}
#header.affix{
	position:fixed;
	top:0!important;
	/*box-shadow:0px 2px 3px rgba(0,0,0,0.1);*/
}
.action_section h3{
	font-size:30px;
	margin:0;
}


a.logo{
	font-size:20px;
	text-transform:uppercase;
	line-height:50px;
	
}

#topline a.logo img{  /***********************************로고*/
	position:relative;
	top:-3px;
	padding-right:8px;
	max-width:280px; 
	/*margin:10px 10px 10px 50px;*/
	margin:10px 10px 0px 50px;

}
#copyright a.logo img{
	display:block;
	margin:0 auto 7px;
}
#copyright a.logo{
	max-width:250px;
	margin:auto;
	display:block;
	font-size:11pt;
	line-height:30px;
	text-transform:none;
	margin-bottom:1em;
}
.esens_topline { 
	padding-right:3em;
}
