@charset "utf-8";
@import url('../../font/rule/font.css');

/* ver - 24.05.23  */

/*default*/
* {
    font-family: Pretendard;
    letter-spacing: -0.01em;
}

body, h1, h2, h3, h4, h5, h6, p{
    margin:0;
    padding:0;
} 
ul, li, dl, dt, dd{
    margin:0;
    padding:0;
    list-style: none;
}
.ver2-wrap img{
    border:0;
    margin-bottom: 0;
}
.ver2-wrap a{
    text-decoration: none;
    color:#232323;
}

.cf:after{
    content: "";
    display:block;
    clear:both;
}
body.ver2{
    font-family:'Pretendard', 'NotoSansKR', 'sans-serif';
}

.ver2-wrap {
    margin-left: auto;
    margin-right: auto;
}

.keep-all{word-break: keep-all!important;}


.ver2-inner {
    max-width: 1632px;
    padding: 0 16px;
    margin: 0 auto;
}



.colorChange {
    background: linear-gradient(-45deg, #083388 2%, #70C3D5 100%);
    background-size: 300%;
    animation: colorChange 7s cubic-bezier(0.4, 0, 1, 1) infinite;
    overflow: hidden;
}

@keyframes colorChange {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*defalt*/  