/* #article header {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

#logo2 img {
    width: 250px;
    height: auto;
}

#logo1 img {
    width: 182px;
    height: auto;
}

#logo2 {
	position: fixed;
	top: 37px;
	left: 35px;
	z-index: 998;
}

#logo1 {
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 998;
}

#article h1 {
    padding: 140px 0 40px;
    font-size: 2rem;
    border-bottom: 1px solid #006259;
    margin-bottom: 60px;
}

#article #contents .backYellow {
    padding: 30px 50px;
}

#article #contents h2 {
    text-align: left;
    color: #006259;
}

#article #contents h3 {
    font-size: 1.5rem;
    display: inline-block;
    color: #FFF;
    background: #006259;
    padding: 2px 20px 4px;
    border-radius: 20px;
}

#article #sec5 {
    margin-top: 100px;
}