* {
    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;
}

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;
}

/*header*/
nav {
    width: 100%;
}
.nav_top {
    width: 100%;
    background-color: #fff;
    height: 80px;
    border-bottom: 3px solid #571246;
}
.nav_top > a > img {
    position: relative;
    top: 8px;
    margin: 0 auto;
    display: flex;
}
.nav_btm {
    width: 100%;
    height: 70px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #c7c7c7;
    transition: all 0.5s;
}
.nav_btm_fixed {
    position: fixed;
    top: 55px;
    left: 0px;
    z-index: 100;
}
.nav_btm_inner {
    margin: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.nav_btm_inner > li:first-child {
    display: none;
    position: relative;
    top: 5px;
    left: 25px;
}
.nav_btm_inner > li:first-child:hover {
    background-color: transparent;
}
.nav_btm_inner > li > a {
    font-size: 20px;
    font-family: 'noto sans cjk kr';
    font-weight: 400;
    padding: 0px 35px;
    line-height: 70px;
    color: #000;
}
.nav_btm_inner > li:nth-child(3) > a {
    padding: 0px 55px;
}
.nav_btm_inner > li:hover {
    background-color: #571246;
    color: #fff;
}
.nav_btm_inner > li > a.on {
    color: #fff;
    font-weight: 600;
}
.main_img img {
    width: 100%;
}
.nav_btm_inner > li > ul {
    display: none;
    background-color: #571246;
    text-align: initial;
    position: relative;
    z-index: 100;
    width: 140%;
}
.nav_btm_inner > li > ul > li > a {
    color: rgb(221, 221, 221);
    line-height: 70px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.2s;
    padding-left: 35px;
}
.nav_btm_inner > li > ul > li > a:hover {
    color: #571246;
    background-color: #fff;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Enter your style code */
    .nav .menu_fullarch a {
        background: none;
        color: #fff;
    }
    .nav .menu_invisal a {
        background: none;
        color: #fff;
    }
}

/*m_nav*/
.header .m_nav {
    display: none;
}
.m_nav .menu_btn {
    text-align: right;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 4.5%;
    right: 2%;
    transform: translateY(-62%);
}
.m_nav .menu_btn .m_btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m_nav .menu_btn span {
    width: 34px;
    height: 3px;
    background: #571246;
    display: block;
    margin: 5px 0;
}

.m_nav .menu_bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    display: none;
    z-index: 90;
}
.m_nav .sidebar_menu {
    display: none;
    width: 50vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 91;
    overflow-y: auto;
}
.m_nav .sidebar_menu::-webkit-scrollbar {
    width: 0px;
}
.m_nav .close_btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 2%;
    top: 20px;
}
.m_nav .close_btn > .c_btn {
    width: 100%;
    height: 100%;
    position: relative;
}

.m_nav .close_btn span {
    width: 40px;
    height: 3px;
    background: #333;
    display: block;
    position: absolute;
    top: 40%;
    right: 10%;
    transform: translate(-50%, -50%);
}
.m_nav .close_btn span.c_btn1 {
    transform: rotate(-47deg);
}
.m_nav .close_btn span.c_btn2 {
    transform: rotate(47deg);
}

.m_nav .menu_wrap {
    margin-top: 84px;
}

.m_nav .menu_wrap li a {
    color: #333;
    font-size: 18px;
    padding: 20px 20px;
    display: block;
    border-bottom: 1px solid #fff;
    font-weight: 400;
}

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

@media (max-width: 1200px) {
    /*header*/
    .header .logo_top img {
        width: 90%;
    }
    .nav li a br {
        display: block;
    }
} /*1200*/

@media (max-width: 1080px) {
    /*header*/
    .header {
        height: 64px;
        padding-top: 0px !important;
    }
    .header .logo_top {
        width: 170px;
        height: auto;
    }
    .m_nav .sidebar_menu {
        width: 70vw;
        overflow-y: auto;
    }
    .m_nav .close_btn {
        top: 10px;
    }
    .m_nav .menu_btn span {
        margin: 4px 0;
    }
    .m_nav .menu_wrap {
        margin-top: 64px;
    }
    .nav_top {
        border-bottom: none;
    }
    .renew_top {
        display: none !important;
    }

    /*header*/
    /*.header .logo_top{width: auto;}
    .header .logo_top img{width:auto;}*/
    .header {
        background-color: #fff;
    }
    .header .nav {
        display: none;
    }
    .header .m_nav {
        display: block;
    }
} /*1000*/

@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;
    }
} /*900*/

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

@media (max-width: 480px) {
    /*header*/
    .header {
        height: 64px;
    }
    .header .logo_top {
        width: 170px;
        height: auto;
    }
    .m_nav .sidebar_menu {
        width: 70vw;
    }
    .m_nav .close_btn {
        top: 10px;
    }
    .m_nav .menu_btn span {
        margin: 4px 0;
    }
    .m_nav .menu_wrap {
        margin-top: 64px;
    }

    /**/
    .main_content {
        padding-top: 40px;
    }
    article .article_title {
        font-size: 22px;
        letter-spacing: -1.5px;
    }
    article .article_section {
        font-size: 16px;
    }
} /*480*/
