/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {

}

	.fixed-header {display:none;}
	.login{display:block}
	.mpage{display:block;}
	.ppage{display:none;}
	.spage{overflow-x:auto;white-space: nowrap;}

	/* header */
	.fixed-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.top-line { background:#333333; }
	.fixed-top {
		position: fixed;
		top: 34px;
		right: 0;
		left: 0;
		z-index: 1030;
	}
		.fixed-header {display:block;}
	.login{display:none}
	.mpage{display:none;}
	.ppage{display:block;}
/* desktop */


@media (min-width: 1090px) {

}

.footer h2{margin:0 0 20px; 0}

.list-group-item {/*border:0;*/ padding: 1.4rem 1.25rem; font-size:16px; color:#000000;}
.list-group a {border-bottom:1px solid #d8d8d8; border-left:0; border-right:0;}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border:0;
    background-image: none;
}
.lnb_img {padding:50px 0 0 0; width:275px;}
.list-group-first{
	padding: 50px 0px 50px 0px;
    font-size: 27px;
	color:#000000;
    font-weight: 400;
    
}
.sub_padd {padding:0 0 0 60px;}
.carousel-item a{color:#fff;}

/* 네비게이션 수정 */
.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover {
	background:#f5f5f5;
}