
/* 팝업레이어 */
#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;
}


#header .header-container {
	padding:5px 0 15px;
}

@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;*/
		padding:5px 0 15px;
	}

	#header .header-container.m_n_n {height:60px;padding:0;}

	#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: 5px 0 5px 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: 60px;
	}
    #header .header-btn-collapse-nav {
		color: #FFF;
		margin: 5px 0 5px 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: 16px;
    font-weight: 400;
}
#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 40px !important;
	color: #fff !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: #fff 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: 0;
	}
}
/*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:0; 
}
#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;
}


/*//////////////////////////// ETC. ////////////////////////////////*/
.nav-pills>li {
    display:inline-block; float:none;
}

ul.h_sns_links {list-style:none; margin:0; padding:0;}
ul.h_sns_links li {float:left; padding-left:5px;}

a div.h_est_btn {font-size:12px; padding:3px 5px; border:1px solid #999; color:#999; margin:5px 0 0 5px; border-radius:5px;}

.bus_p {border:1px solid #ccc; border-left:none; margin-top:0; height:100%; position:relative; background:#fff url(../img/bus_p_back.png) 50% 50% no-repeat;}
.bus_p.l_b {border-left:1px solid #ccc; padding-bottom:1px;}

.bus_p h4 {font-size:18px;}
.bus_p h4 span {border-top:1px solid #00a0e9;}

.n_p_b {border:1px solid #ccc; border-left:none; margin-top:0; height:100%; position:relative; background:none; padding:0;}
.n_p_b.l_b {border-left:1px solid #ccc;}

@media only screen and (max-width: 767px) {
	.bus_p, .n_p_b {border-bottom:none;}
	.bus_p.s_b_b {border-bottom:1px solid #ccc;} 
	.bus_p.s_l_b {border-left:1px solid #ccc; padding-bottom:1px;}

	.n_p_b.s_b_b {border-bottom:1px solid #ccc;}
	.n_p_b.s_l_b {border-left:1px solid #ccc;}
}

a .bus_p { background:#fff url(../img/bus_p_back.png) 50% 50% no-repeat; background-size:cover;
	-webkit-transition:background-color .5s;
    transition:background-color .5s;
}
a .bus_p h4 {
	-webkit-transition:color .5s;
    transition:color .5s;
}
a:hover .bus_p {background-color:#ffcc00;}
a:hover .bus_p h4 {color:#fff;}

table.boguntable2 {width:100%;}
table.boguntable2 th {width:15%;}
table.boguntable2 th, table.boguntable2 td {padding:3px 0;}
table.boguntable2 input[type='text'] {border:1px solid #ddd;border-radius:5px;}
table.boguntable2 select {border:1px solid #ddd; border-radius:5px; height:26px;}

.real_t_e {border-right:3px solid #0068b7;}
@media only screen and (max-width: 992px) {
	.real_t_e {border-right:none; border-bottom:3px solid #0068b7;}
}