html { font-size: 62.5%;}
html, body {
    font-family: 'SUIT', sans-serif;
    margin:0;
}

nav {
    overflow-x : hidden;
    width:100%;
    background-color: #333;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
}

#main-logo {
    width:50px;
    height: 50px;
    margin-left: 15px;
    
}

a {
    text-decoration: none;
    color: white;
    white-space: nowrap;
}

#link {
    color: #083d8d;
}

#link:visited {
    color: #46e46e;
}


p {
    margin:0;
}

.main {
    padding-left:10px;
}

.tools-text {
    margin-top:20px;
    background-color:#333;
    color: white;
    font-size: 3rem;
    margin-bottom:20px;
    box-sizing: content-box;
    width: fit-content;
    padding-left:20px;
    padding-right:20px;
}

#title-a {
    margin-left:10px;
}

.tool > img {
    width:20rem;
    border: 1px solid #ccc;
}

.title {
    font-size:2.6rem;
}

.desc {
    font-size:1.6rem;
}

img {
    width: 20rem;
}

.separator {
    margin-top:5px;
    margin-bottom:5px;
    border-top: 2px solid #ccc; /* 선 색상과 두께 설정 */
  }

.tools-section.first {
    margin-top: 50px;
}

.tools-section {
    margin-top:25px;
}

.tools-text.other {
    margin-top : 150px;
}