@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
    background: transparent
}

body {
    overflow-x: hidden;
    background: transparent;
    word-break: keep-all;
}

@media (max-width:1300px) {
    body {
        overflow-x: scroll
    }
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 16px;
    height: 100%;
}

html {
    font-size: 16px;
}

img {
    max-width: 100%;
}

h1,h2,h3,h4,p {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    line-height: 1;
}

a {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

ul,
ol,
dl {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    list-style-position: outside;
}


.body_container {
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    padding-top: calc(4.12vw + 160px);
}

.width_01 {
    width: 1920px;
    margin: 0px auto;
    position: relative;
}

.width_02 {
    max-width: 75rem;
    /* 1200px */
    margin: 0px auto;
    /* position: relative; */
}

.hide_pc {
    display: none;
}

.hide_m {
    display: block;
}

.main_title {
    text-align: center;
    height: auto;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}

.main_title .bar {
    display: inline-block;
    width: 34px;
    height: 1px;
    background: #0c4da2;
    margin: 30px auto;
}

.main_title h1 {
    color: #0c4da2;
    font-size: 2.78rem;
    margin-bottom: 14px;
    font-weight: bold;
}

.main_title span {
    color: #000;
    font-size: 22.5px;
}

.index_title {
    padding-top: 110px;
}

.index_title {
    text-align: center;
    padding-bottom: 60px;
}

.index_title h1 {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 300;
    padding-bottom: 16px;
}

.index_title strong {
    font-weight: bold;
}

.index_title span {
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #a9a9a9;
}


@media (max-width: 1920px) {

    .width_01 {
        width: 100%;
        margin: 0px auto;
        position: relative;
    }
}

@media (max-width: 800px) {

    .hide_pc {
        display: block;
    }

    .hide_m {
        display: none;
    }


    .body_container {
        padding-bottom: 0;
        padding-top: 80px;
    }

    .main_title {
        height: auto;
        background-color: #f2f2f2;
        padding-bottom: 30px;
    }

    .main_title .bar {
        display: inline-block;
        width: 2.25rem;
        height: 2px;
        background: #0c4da2;
        margin: 2.5rem auto 0.5em;
    }

    .main_title h1 {
        font-size: 24px;
        font-weight: bold;
        height: auto;
    }

    .main_title span {
        color: #000;
        font-size: 18px;
    }

    .index_title {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .index_title h1 {
        font-size: 6vw;
        margin-bottom: 6px;
    }

}