@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* 노토 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@font-face {
    font-family: 'LINESeedKR-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'LINESeedKR-RG';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Rg.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SEBANG_Gothic_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 초기 설정 */
* {
    margin: 0;
    padding: 0;
    font-family: 'LINESeedKR-RG';
    color: #333;
}
body{
    padding-right: 0 !important;
}
html, 
body {
    overflow-x: hidden;
}
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
label {
    margin: 0;
}

.row {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.view-768 {
    display: none !important
}

.hide-768 {
    display: block !important
}

.view-1210 {
    display: none !important
}

.hide-1210 {
    display: block !important
}

.d-flex.hide-1210 {
    display: flex !important
}
.d-flex.hide-768 {
    display: flex !important
}

span.hide-1210 {
    display: inline !important
}

.wrap-1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.wrap-900{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


/* 미디어 쿼리 */

@media(max-width:1210px) {

    .view-1210 {
        display: block !important
    }

    .hide-1210 {
        display: none !important
    }

    span.view-1210 {
        display: inline !important
    }

    span.hide-1210 {
        display: none !important
    }

    span.hide-1210,
    img.hide-1210 {
        display: none !important;
    }

    img.view-1210 {
        display: inline !important;
    }
    .d-flex.hide-1210 {
        display: none !important
    }
    
}



@media(max-width:768px) {

    .view-768 {
        display: block !important
    }

    .hide-768 {
        display: none !important
    }
    .d-flex.hide-768 {
        display: none !important
    }
}
/************************************************ header ************************************************/
.header_bg{
    background: url(../images/common/header_bg.png) no-repeat center center / cover;
    background-size: cover;
    height: 640px;
}
.header_top, .header_top_v2{
    padding: 44px 50px;
    position: relative;
}
.header_top h1{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #0d5289;
    font-family: 'SEBANG_Gothic_Bold';
    width: 360px;
    max-width: 360px;
    background-color: #fff;
    padding: 14px 0;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 60px;
}
.header_top p{
    line-height: 1.2;
}
.header_top p,.header_top p span{
    text-align: right;
    font-size: 22px;
    font-weight: 300;
    color: #0d5289;
    text-shadow: calc(3px * 1) 0 0 #fff,
calc(3px * 0.9239) calc(3px * 0.3827) 0 #fff,
calc(3px * 0.7071) calc(3px * 0.7071) 0 #fff,
calc(3px * 0.3827) calc(3px * 0.9239) 0 #fff,
0 calc(3px * 1) 0 #fff,
calc(3px * -0.3827) calc(3px * 0.9239) 0 #fff,
calc(3px * -0.7071) calc(3px * 0.7071) 0 #fff,
calc(3px * -0.9239) calc(3px * 0.3827) 0 #fff,
calc(3px * -1) 0 0 #fff,
calc(3px * -0.9239) calc(3px * -0.3827) 0 #fff,
calc(3px * -0.7071) calc(3px * -0.7071) 0 #fff,
calc(3px * -0.3827) calc(3px * -0.9239) 0 #fff,
0 calc(3px * -1) 0 #fff,
calc(3px * 0.3827) calc(3px * -0.9239) 0 #fff,
calc(3px * 0.7071) calc(3px * -0.7071) 0 #fff,
calc(3px * 0.9239) calc(3px * -0.3827) 0 #fff;
}

.header_top p span{
    display: block;
    font-family: 'LINESeedKR-Bd';
}

.header_middle h1{
    margin: 30px auto 58px auto;
    width: fit-content;
}
.header_middle .sns{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header_middle .sns>ul>li{
   margin: 0 7px;
}
.header_middle .sns li:last-child{
    margin-right: 0;
}

@media (max-width:750px) {
    .header_bg{
        background: url(../images/common/header_bg_m.png) no-repeat center center / cover;
    }
}

/************************************************ header ************************************************/

/************************************************ footer ************************************************/
.footer_num{
    background-color: #0d5289;
    padding: 18px 0;

}
.footer_num p,.footer_num p span{
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.footer_ms{
    background-color: #444444;
    padding: 30px 0;
}
.footer_ms p{
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    color:#fff;
    font-weight: 600;
    font-size: 15px;
}
.footer_ms p.copy{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
}
/************************************************ footer ************************************************/

@media(max-width:1000px) {
    .header_top, .header_top_v2 {
        padding: 34px 20px;
    }
    .header_top h1 {
        font-size: 20px;
        width: 250px;
        max-width: 250px;
        padding: 14px 0;
        top: 30px;
        display: none;
    }
    .header_middle h1 {
        margin: 55px auto 45px auto;
        padding: 0 20px;
    }
    .header_top p, .header_top p span{
        font-size: 20px;
    }
    /************************************************ footer ************************************************/
    .footer_num p, .footer_num p span{
        font-size: 16px;
    }
    .footer_num p span{
        display: none;
    }
    .footer_num{
        padding: 18px 20px;
    }
    .footer_ms{
        padding: 30px 20px;
    }
}