@charset= "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    word-break: keep-all;
}

.clearfix::after,
.clearfix::before {
    overflow: hidden;
    clear: both;
    content: '';
}

a,
img {
    display: block;
}
#post_area img {
    height: auto !important;
    margin: 0 auto;
}
.se-module-horizontalLine {
    display: none;
}
p {
    margin: 0 0 0px;
}

/*공통*/
.inner {
    max-width: 1450px;
    margin: 0 auto;
    height: inherit;
}
.main_content {
    padding-top: 100px;
}

article .article_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 10px;
}
article .article_section {
    font-size: 20px;
    color: #535353;
    text-align: center;
    letter-spacing: -1px;
}

/*footer*/
footer {
    padding: 0 0 0;
    margin-bottom: 100px;
}
.f_sns_wrap {
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eeeef0;
    margin-bottom: 0;
}
.f_sns_wrap li:first-child {
    margin-left: 0;
}
.f_sns_wrap li {
    margin-left: 10px;
    display: none;
}

.f_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0;
}
.f_b_menu {
    overflow: hidden;
    padding: 30px 0;
}
.f_b_menu li {
    color: #858585;
    float: left;
    margin-left: 30px;
    width: fit-content;
    letter-spacing: -0.3px;
}
.f_b_menu li:first-child {
    margin-left: 0;
}
.f_copy {
    color: #858585;
}

@media (max-width: 1500px) {
    /**/
    .inner {
        width: 96%;
    }
    .swiper2_inner {
        width: 98%;
    }
} /*1330*/

@media (max-width: 1200px) {
} /*1200*/

@media (max-width: 1080px) {
    footer {
        margin-bottom: 70px;
    }
} /*1080*/

@media (max-width: 990px) {
    .f_bottom {
        align-items: flex-start;
        padding: 20px 0 30px 0;
    }
    .f_logo {
        width: 250px;
    }
    .f_b_menu li {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
} /*990*/

@media (max-width: 960px) {
    /**/
    article .article_title {
        font-size: 29px;
    }
    article .article_section {
        font-size: 18px;
    }
} /*960*/

@media (max-width: 900px) {
    /**/
    .main_content {
        padding-top: 70px;
    }
    .items ul {
        padding: 20px 0 30px 0;
    }
} /*900*/

@media (max-width: 760px) {
} /*760*/

@media (max-width: 640px) {
    article .article_title {
        font-size: 26px;
    }
    article .article_section {
        font-size: 17px;
    }
} /*640*/

@media (max-width: 480px) {
    /**/
    .main_content {
        padding-top: 40px;
    }
    article .article_title {
        font-size: 22px;
        letter-spacing: -1.5px;
    }
    article .article_section {
        font-size: 16px;
    }
    #post_area {
        width: 400px !important;
    }
} /*480*/

@media (max-width: 380px) {
} /*380*/
