@charset 'utf-8';
@import url('notosanskr/NotoSansKR.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

html {
    font-size: 10px;
}

body {
    background-color: #E9E2E7;
}

.clearfix:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}



/* 공통 클래스 */
.clearfix:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

.wrap {
    position: relative;
    display: block;
    min-width: 120rem;
}

.container {
    position: relative;
    width: 120rem;
    margin: 0 auto;

}


/* 리디자인 */
.rede {
    position: relative;
    display: block;
    width: 100%;
    height: 20rem;
    background-color: #3D6A66;
}

.rede h2 {
    position: relative;
    display: block;
    font-size: 4.4rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1;
    letter-spacing: 0.012rem;
    text-transform: uppercase;
    padding-top: 6.5rem;
}




.rede-img {
    position: relative;
    display: block;
    width: 100%;
}


.rede-img img {
    position: relative;
    display: block;
    width: 100%;

}
.rede-img-plus {
    margin-top: 5rem;
}

