
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.inner-big{
	width: 1600px;
	margin: 0 auto;
}
.inner{
	width: 1420px;
	margin: 0 auto;
}
.text-mon{
	font-family: 'Montserrat','Noto Sans KR';
}
.partners-list:last-child{
	margin-bottom: 120px;
}
.btn-more{
	display: block;
    border: 1px solid #999;
	background: none;
	margin: 0 auto;
    border-radius: 50px;
    padding: 15px 30px;
}

header .header-box{
    width: 100%;
    height: 115px;
    display: table;
}
header .logo-box {
    display: table-cell;
    vertical-align: middle;
}
header .logo-box h1{
    font-size: 20px;
}
header .header-in{
    display: table-cell;
    vertical-align: middle;
}
header .header-in ul{
    float: right;
}
header .header-in ul li{
    float: left;
}
header .header-in ul .sitemap-img img{
    width: 24px;
    margin-top: 4px;
}

header .header-in ul .contact-txt{
    font-size: 20px;
    font-weight: 300;
    margin-right: 50px;
}



footer .inner{
    position: relative;
    height: 150px;
}
.foot-logo{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.foot-logo .logo-box h1{
    font-size: 20px;
}
.foot-address{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.foot-address p{
	display: inline-block;
	letter-spacing: 0.05rem;
	margin-right: 20px;
}
.foot-copy{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.foot-copy p{
	font-size: 14px;
	color: #999;
}

@keyframes dongdong{
	from {
		bottom: 65px;
	}
	to {
		bottom: 50px;
	}
}

.contact-btn{
	position: fixed;
	bottom: 50px;
	right: 30px;
	animation: dongdong ease-in-out 1s infinite alternate; 
	margin-top: 0;
	z-index: 99;
}

.contact-btn button{
	background:linear-gradient(120deg,#66d3f7,#8774ed);
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	line-height: 1.3;
	width: 80px;
	height:80px;
	border: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.contact-btn img{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact-btn span{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
@media screen and (max-width: 1024px) {
	.inner-big{
		width: 100%;
		padding: 0;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	
	header .header-box{
	height: 80px;
	}
	header .header-in ul .contact-txt{
		font-size: 16px;
		margin-right: 30px;
	}
	header .header-in ul .sitemap-img img{
		width: 18px;
	}
	
	
    .contact-btn{
        right: 20px;
    }
	.contact-btn button{
		width: 70px;
		height: 70px;
		font-size: 16px;
	}
}
/*E:1024*/

/*S:768*/
@media screen and (max-width: 768px){
    footer{
        border-top: 1px solid #eee;
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .foot-logo{
        width: 25%;
        height: 160px;
        float: left;
    }
    .foot-logo h1{
        text-align: center;
    }
    .foot-address{
        width: 70%;
        height: 160px;
        float: left;
        transform: translate(-40%,-50%);
    }
    .foot-address p{
        color: #333;
        display: block;
        text-align: left;
        font-size: 12px;
        margin-right: 0;
        word-break: keep-all;
    }
    .foot-copy{
        position: relative;
        margin-top: 0;
    }
    .foot-copy p{
        padding-top: 20px;
    }
}