@charset "utf-8";
/*color
#dce45d;

*/

/*로고*/
.sticky h1 a .logo1{
display:none;
}
.sticky h1 a .logo2{
    display:block;
}
header h1 a .logo1{
    display:none;
}
header h1 a .logo2{
    display:block;
}



/*서브 메인 사진*/

.body-wrap{
	font-size: 0;
}
.sub-main{
	width: 100%;
	height: 350px;
	background-image: url(../../img/main-top02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.sub-main-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
}

.sub-main-bg .bg-txt{
	font-size: 80px;
	position: absolute;
	z-index: 100;
	color: rgba(255, 255, 255, 0.15);
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width:768px){
	.sub-main-bg .bg-txt{
	font-size: 50px;
}
	
}











/*서브링크*/
.sub-link{
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sub-link .link{
	max-width: 1400px;
	margin: auto;
}
.sub-link a{
	font-size: 20px;
	font-weight: 700;
	width: 180px;
	text-align: center;
	padding: 23px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid  rgba(0, 0, 0, 0.2);
}
.sub-link a img{
	width: 20px;
}


@media screen and (max-width:1024px){

.sub-link .link{
	width: 100%;
}
.sub-link a{
	font-size: 20px;
	width: 180px;
	padding: 20px;
}
.sub-link a img{
	width: 20px;
}
	
}
@media screen and (max-width:425px){

.sub-link .link{
	width: 100%;
}
.sub-link a{
	font-size: 20px;
	width:30%;
	padding: 15px;
}
.sub-link a img{
	width: 15px;
}
	
}











/*서브 타이틀*/

.sub-title{
	text-align: center;
	display: block;
	margin: auto;
}

.sub-title h2{
	font-size: 40px;
	margin: 100px auto 20px;
}
.sub-title h2::after{
	content: '/';
	display: block;

	margin:50px auto ;
	
	font-weight: 100;
	font-size: 25px;
}
.sub-title h5{
	font-size: 20px;
color: #898989;
	padding: 5px 0;
}


@media screen and (max-width:1024px){
	.sub-title h2{
	font-size:2rem;
}
	
}
@media screen and (max-width:768px){
	.sub-title h2{
	font-size:1.5rem;
}
	
}



