
.mc {
    background-color: #20D08B;
}

.mct {
    color: #20D08B;
}
.wc {
    color: #fff;
}
.wb {
    background-color: #fff;
}

.gbg {
  background-image: linear-gradient(to bottom right, #20D08B, #2D9C5A, #00cabe);
}
.gmb {
    background-image: linear-gradient(to bottom right, #09e251, #00cabe, #09e251, #0dce60);
}

.sc-img-cont {
    opacity: 0;
  animation: fadeIn 0.9s 1;
  animation-fill-mode: forwards;
}
.sc-img-cont:nth-child(5n+1) {
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

a {
    color: #20D08B !important;
}

nav a {
    color: white !important;
}

.channel {
    width: 32px;
    height: 32px;
}
.sc-img {
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #010351;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #010246;
    color: #fff;
    border-top: 4px solid #1acc8d;
    text-align: center;
    padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #1acc8d;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #61ebba;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #4be8b0;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px 6px 15px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1acc8d;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #149f6e;
}

#footer .copyright {
    border-top: 1px solid #010479;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}
.channel {
    width: 32px;
    height: 32px;
}

.section {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.container h2 {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.container h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.container h4 {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.container h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.navbar {
    padding: .1rem 1rem !important;
}

body {
    color: #203749;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');

body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 20px;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    color: #34495e;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    color: #34495e;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #1abc9c;
    padding-left: 15px;
}


p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #203749;
}

.intro-text {
    color: #7f8c8d;
    font-size: 17px;
    text-align: center;
}

.conclusion {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #16a085;
    background-color: #e8f8f5;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
}

.rule {
    margin: 50px 0;
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
}

.final-message {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #34495e;
    background-color: #ecf0f1;
    padding: 20px;
    border-radius: 8px;
}

#footer p, #footer h3 {
    color: #fff !important;
}
