
/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.divider {
	display: none;
	}
	.mobile-hide {
	display: none;
}
}
@media only screen and (max-width: 992px) {
	.mobile-mb15 {
		margin-bottom: 15px;
	}
}

/*Header Top*/
#header .header-nav-top ul>li{
	background: url(../img/top_nav.png) no-repeat;
    background-position: right 0;
}
#header .header-nav-top .nav-top > li > a:hover, #header .header-nav-top .nav-top > li > a:focus {
    background: transparent;
    color: #3c3c3c !important;
}
#header .nav-top-master {
    color: #c67c77 !important;
}
#header .header-nav-top .nav-top > li > .nav-top-master:hover, 
#header .header-nav-top .nav-top > li > .nav-top-master:focus{
	color: #be1b11 !important
}
#header .user_count,
#header .list_count{
    color: #3c3c3c;
    font-size: 0.9em;
}
#header .search-mobile_wrp {
    padding: 15px 50px;
}
#header .search-mobile_wrp .btn{
	display: inline-block;
	width: 23%;
	vertical-align: top;
}
#header .header-search-mobile{
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 65px;
    top: 106px;
    left: 0;
}
#header .search-mobile-input{
	width: 75%;
	display: inline-block !important;
}
#header .search-mobile a.btn.btn-primary.btn-basic {
    color: #676767 !important;
}
@media only screen and (max-width: 992px) {
	.search-in{
		display: block !important;
	}
	.header-nav-main{
		border-bottom: 1px solid #eee;
    	box-shadow: 0px 1px 1px rgba(244,244,244,0.6);
	}
	#mainNav li{
		padding: 0 10px !important;
	}
	#header .container {
    	width: 100%;
		padding-right: 0px;
	    padding-left: 0px; 
	}
	#header.header-narrow .header-logo img {
    	margin: 12px 12px 12px 15px;
	}
	#header .header-nav-main {
		background: rgb(255, 255, 255);
		clear: both;
		float: none;
		position: relative;
		top: 27px;
	}
	#header .header-container {
		display: block;
		height: 105px;
	}
	#header .top-nav-btn-wrp {
		position: absolute;
		right: 15px;
		top: 8px;
	}
    #header .header-nav-top ul>li{
	    background: none;
        background-position: right -1px;
	}
    #header .header-nav-top {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 5px;
	}
    #header .header-btn-collapse-nav {
        margin: 12px 0 8px 5px;
		font-size: 14px !important;
    }
    #header .header-body {
    	padding-bottom: 0;
	}
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	    color: #3c3c3c;
	}
	#header .header-nav-top .nav-top > li > a:hover, #header .header-nav-top .nav-top > li > a a:focus {
	    color: #999 !important;
	}
	#header .nav-top-master {
	    color: #be1b11 !important;
	}
	#header .header-nav-top .nav-top > li > .nav-top-master:hover, 
	#header .header-nav-top .nav-top > li > .nav-top-master:focus{
		color: #c67c77 !important
	}
	#header .user_count,
	#header .list_count{
	    color: #999;
	}
	#header .header-nav-top ul>.bg-no-mobile{
		background: none;
	}
}
@media only screen and (max-width: 496px) {
	#header.header-narrow .header-logo img {
    	margin: 18px 12px 12px 15px;
		width: 50%;
	}
    #header .header-nav-top ul>li{
	    background: none;
        background-position: right -5px;
    }
    #header .header-nav-top {
		position: absolute;
    	bottom: 0;
	}
	#header .header-nav-main {
		top: 37px;
	}
    #header .header-btn-collapse-nav {
		color: #FFF;
		margin: 12px 0 8px 5px;
		padding: 6px 12px !important;
	}
    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
        padding: 1px 3px;
    }
}

/*Header*/
#header .header-body{
	padding-bottom: 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 17px;
    font-weight: 500;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top-color: #0088cc;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 1.1em;
}
#header .header-nav-main > nav > ul > li > a{
	padding: 10px 20px !important;
	color: #4a4a4a !important;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #FFF !important;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #4a4a4a transparent transparent transparent;
}
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
}
@media only screen and (min-width:992px) {
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
		background: #0088cc;
	}
}
@media only screen and (max-width:992px) {
	#header .header-nav-main > nav > ul > li > a{
		color: #08c !important;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #08c !important;
	}
    #header .header-nav-main nav > ul li a{
        line-height: inherit;
        padding: 7px 8px 3px 8px;
    }
}
@media only screen and (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}

/*main*/
.main .text-center{
	text-align: center;
}
.main .mb-xlg2 {
	margin-bottom: 100px;
}
.main .border-no{
	border: none;
}
/*text rotate 높이맞추기*/
.main h2.word-rotator-title .word-rotate {
    max-height: 36px;
    line-height: 36px;
    margin-bottom: -9px;
}
@media only screen and (max-width: 496px) {
	.main .mb-xlg2 {
		margin-bottom: 80px;
	}
	section.section.section-with-mockup {
    	margin-top: 50px;
	}
}
/*main contents*/
.counters label {
    font-size: 25px;
    margin-top: 1rem;
	font-weight: 500;
}
.contents01 h2{
	font-weight: 500;
}
@media only screen and (max-width: 766px) {
	.main .call-to-action {
		padding-left: 10px;
		padding-right: 10px
	}
	.main .call-to-action .call-to-action-btn {
    	margin: -40px 0 0 0;
	}
}
/*footer*/
#footer {
	padding: 0;
}
#footer .footer-copyright {
     margin-top: 0; 
}
#footer {
     margin-top: 115px; 
}
#footer .contact p {
    margin: 0 0 10px;
}

/*page header*/
.page-header.parallax{
	margin-bottom: 115px !important;
}

/*aside-menu Sub-title*/
#aside-menu.page-header{
	padding: 50px 0 !important;
	margin: 0 0 115px 0 !important;
}
#aside-menu.page-header h1>span{
	display: none;
}