@charset "UTF-8";
/*PretendardGOV*/
@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 100;
    src: url('../font/PretendardGOV-Thin.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 200;
    src: url('../font/PretendardGOV-ExtraLight.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 300;
    src: url('../font/PretendardGOV-Light.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 400;
    src: url('../font/PretendardGOV-Regular.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 500;
    src: url('../font/PretendardGOV-Medium.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 600;
    src: url('../font/PretendardGOV-SemiBold.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 700;
    src: url('../font/PretendardGOV-Bold.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 800;
    src: url('../font/PretendardGOV-ExtraBold.subset.woff') format('woff');
}

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-weight: 900;
    src: url('../font/PretendardGOV-Black.subset.woff') format('woff');
}

@font-face {
    font-family: 'Jalnan';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Jalnan2.woff') format('woff');
}

/* reset */
* {
    box-sizing: border-box;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

fieldset,
img,
abbr,
acronym {
    border: 0 none
}

dl,
ul,
ol,
menu,
li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
    word-break: break-all;
    width:100%;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

a {
    text-decoration: none;
    cursor: pointer
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

a:focus {
    outline:2px dashed #4c54eb;
}
:focus-visible {
    outline: 2px dashed #4c54eb;
    outline-offset: -2px;
}

b,
span {vertical-align: top;}

address,
cite,
code,
dfn,
var {
    font-style: normal;
    font-weight: normal
}

body {
    min-width: 320px;
    font-family: 'PretendardGOV', '돋움', Dotum, '굴림', Gulim, Helvetica;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #333;
}


/* 플로팅 */
.l-cont{float:left;}
.r-cont{float:right;}

.block{display:block !important;}
.inline{display:inline-block !important;}

.sr-only,
.hide {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.md{position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); width:90%; text-align:center}

.t-left{text-align:left !important;}
.t-center{text-align:center !important;}
.t-right{text-align:right !important;}

.txtL {
    text-align: left !important
}

.txtC {
    text-align: center !important
}

.txtR {
    text-align: right !important
}

.txt_red {
    color: #e01313 !important
}

.txt_blue {
    color: #4c54eb !important
}

.txt_gray {
    color: #777777 !important
}


.txt_08 {
    font-size: 0.85rem !important;
    line-height: 1.3;
}

.txt_09 {
    font-size: 0.95rem !important;
    line-height: 1.3;
}

.txt_11 {
    font-size: 1.1rem !important;
}

.txt_12 {
    font-size: 1.2rem !important;
}

.txt_15 {
    font-size: 1.5rem !important;
    line-height: 1.2;
}

.txt_bold {
    font-weight: 600 !important;
}

.italic {
    font-style: italic;
}

.txt-link {
    text-decoration: underline !important;
    color: #4c54eb !important;
    font-weight: 500;
}


/* 마진 */
.ml0 { margin-left: 0 !important }
.ml5 { margin-left: 0.3125rem !important }
.ml10 { margin-left: 0.625rem !important }
.ml15 { margin-left: 0.9375rem !important }
.ml20 { margin-left: 1.25rem !important }
.ml25 { margin-left: 1.5625rem !important }
.ml30 { margin-left: 1.875rem !important }
.ml35 { margin-left: 2.1875rem !important }
.ml40 { margin-left: 2.5rem !important }
.ml50 { margin-left: 3.125rem !important }
.ml60 { margin-left: 3.75rem !important }
.ml100 { margin-left: 6.25rem !important }

.mr0 { margin-right: 0 !important }
.mr5 { margin-right: 0.3125rem !important }
.mr10 { margin-right: 0.625rem !important }
.mr15 { margin-right: 0.9375rem !important }
.mr20 { margin-right: 1.25rem !important }
.mr25 { margin-right: 1.5625rem !important }
.mr30 { margin-right: 1.875rem !important }
.mr35 { margin-right: 2.1875rem !important }
.mr40 { margin-right: 2.5rem !important }
.mr45 { margin-right: 2.8125rem !important }
.mr50 { margin-right: 3.125rem !important }

.mt0 { margin-top: 0 !important }
.mt5 { margin-top: 0.3125rem !important }
.mt10 { margin-top: 0.625rem !important }
.mt15 { margin-top: 0.9375rem !important }
.mt20 { margin-top: 1.25rem !important }
.mt25 { margin-top: 1.5625rem !important }
.mt30 { margin-top: 1.875rem !important }
.mt35 { margin-top: 2.1875rem !important }
.mt40 { margin-top: 2.5rem !important }
.mt45 { margin-top: 2.8125rem !important }
.mt50 { margin-top: 3.125rem !important }
.mt55 { margin-top: 3.4375rem !important }
.mt60 { margin-top: 3.75rem !important }
.mt65 { margin-top: 4.0625rem !important }
.mt70 { margin-top: 4.375rem !important }
.mt75 { margin-top: 4.6875rem !important }
.mt80 { margin-top: 5rem !important }
.mt90 { margin-top: 5.625rem !important }
.mt100 { margin-top: 6.25rem !important }

.mb0 { margin-bottom: 0 !important }
.mb5 { margin-bottom: 0.3125rem !important }
.mb10 { margin-bottom: 0.625rem !important }
.mb15 { margin-bottom: 0.9375rem !important }
.mb20 { margin-bottom: 1.25rem !important }
.mb25 { margin-bottom: 1.5625rem !important }
.mb30 { margin-bottom: 1.875rem !important }
.mb35 { margin-bottom: 2.1875rem !important }
.mb40 { margin-bottom: 2.5rem !important }
.mb45 { margin-bottom: 2.8125rem !important }
.mb50 { margin-bottom: 3.125rem !important }
.mb55 { margin-bottom: 3.4375rem !important }
.mb65 { margin-bottom: 4.0625rem !important }
.mb70 { margin-bottom: 4.375rem !important }
.mb75 { margin-bottom: 4.6875rem !important }
.mb85 { margin-bottom: 5.3125rem !important }

.mtb10 { margin: 0.625rem 0 !important }
.mtb15 { margin: 0.9375rem 0 !important }
.mtb20 { margin: 1.25rem 0 !important }
.mtb50 { margin: 3.125rem 0 !important }
.mtb60 { margin: 3.75rem 0 !important }

/* 패딩 */
.pr0 { padding-right: 0 !important }
.pr5 { padding-right: 0.3125rem !important }
.pr7 { padding-right: 0.4375rem !important }
.pr10 { padding-right: 0.625rem !important }
.pr15 { padding-right: 0.9375rem !important }
.pr20 { padding-right: 1.25rem !important }

.pl0 { padding-left: 0 !important }
.pl5 { padding-left: 0.3125rem !important }
.pl10 { padding-left: 0.625rem !important }
.pl20 { padding-left: 1.25rem !important }

.pt0 { padding-top: 0 !important }
.pt5 { padding-top: 0.3125rem !important }
.pt10 { padding-top: 0.625rem !important }
.pt20 { padding-top: 1.25rem !important }
.pt30 { padding-top: 1.875rem !important }
.pt40 { padding-top: 2.5rem !important }
.pt50 { padding-top: 3.125rem !important }
.pt60 { padding-top: 3.75rem !important }
.pt65 { padding-top: 4.0625rem !important }
.pt70 { padding-top: 4.375rem !important }
.pt80 { padding-top: 5rem !important }
.pt90 { padding-top: 5.625rem !important }

.pb0 { padding-bottom: 0 !important }
.pb5 { padding-bottom: 0.3125rem !important }
.pb10 { padding-bottom: 0.625rem !important }
.pb15 { padding-bottom: 0.9375rem !important }
.pb20 { padding-bottom: 1.25rem !important }
.pb25 { padding-bottom: 1.5625rem !important }
.pb30 { padding-bottom: 1.875rem !important }
.pb35 { padding-bottom: 2.1875rem !important }
.pb40 { padding-bottom: 2.5rem !important }
.pb45 { padding-bottom: 2.8125rem !important }
.pb50 { padding-bottom: 3.125rem !important }
.pb80 { padding-bottom: 5rem !important }


.pd0{padding:0 !important}


/* 박스 사이즈 퍼벤트 */
.w5p {
    width: 5% !important
}

.w10p {
    width: 10% !important
}

.w15p {
    width: 15% !important
}

.w20p {
    width: 20% !important
}

.w25p {
    width: 25% !important
}

.w30p {
    width: 30% !important
}

.w33p {
    width: 33% !important
}

.w35p {
    width: 35% !important
}

.w40p {
    width: 40% !important
}

.w45p {
    width: 45% !important
}

.w50p {
    width: 50% !important
}

.w55p {
    width: 55% !important
}

.w60p {
    width: 60% !important
}

.w65p {
    width: 65% !important
}

.w70p {
    width: 70% !important
}

.w75p {
    width: 75% !important
}

.w80p {
    width: 80% !important
}

.w85p {
    width: 85% !important
}

.w90p {
    width: 90% !important
}

.w95p {
    width: 95% !important
}

.w100p {
    width: 100% !important
}

.w50 {
    width: 50px !important
}

.w60 {
    width: 60px !important
}

.w70 {
    width: 70px !important
}

.w80 {
    width: 80px !important
}

.w100 {
    width: 100px !important
}

.w150 {
    width: 150px !important
}

.w200 {
    width: 200px !important
}

.w250 {
    width: 250px !important
}

.w300 {
    width: 300px !important
}

.w350 {
    width: 350px !important
}

.w400 {
    width: 400px !important
}

.w450 {
    width: 450px !important
}


html {
    display: block;
    height: 100%;
}

input[type=checkbox],
input[type=radio] {
    width: 15px;
    height: 15px
}

*::placeholder{color:#666;}

table caption,
.hidden {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

/* SKIP */
.skipH {
    position: absolute;
    height: 0;
    width: 0;
    left: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

a.skipNavi {
    display: block;
    position: absolute;
    z-index: 500;
    left: 0;
    top: -10000px;
    font-size: 1.3em;
    text-align: center;
    width: 100%;
}

a.skipNavi:hover,
a.skipNavi:focus,
a.skipNavi:active {
    position: absolute;
    top: 0;
    z-index: 500;
    padding: 15px 0;
    color: #FFF;
    font-weight: bold;
    background: none repeat scroll 0 0 #152d4b;
}

a.skipNavi:focus {
    outline-color: transparent;
}

a.skipNavi:focus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed #FFF;
    box-sizing: border-box;
}

#wrap {
    height: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    line-height: inherit;
}

/*COMMOM-HEADER*/

#header {
    position: relative;
    width: 100%;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}
#header.fl-header {
    position:fixed !important;
    background:rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(8px);
}
.header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:1680px;
    margin:0 auto;
}
#header .logo {
    display: flex;
    align-items: center;
    gap:0 20px;
    width:21.875rem;
}
#header .logo a img {max-width: 100%}
.util {
    width:8.125rem;
    display: flex;
    justify-content: flex-end;
    gap:5px;
}
.util button,
.util a {
    width:45px;
    height:45px;
    border-radius: 10px;
}
.util .util-member {
    background:#e3e9ff url(../images/common/btn_member.svg) no-repeat 50% 50%;
    background-size: 45%;
}
.util .util-login {
    background:#e3e9ff url(../images/common/btn_logout.svg) no-repeat calc(50% + 2px) 50%;
    background-size: 45%;
    transform: scale(-1);
}
.util .util-login.v_before {
    transform: scale(1);
}
.util .util-menu {
    background:#e3e9ff url(../images/common/btn_sitemap.svg) no-repeat 50% 50%;
    background-size: 45%;
}


/*gnb*/
#gnb {
    position: relative;
    top:0;
    left:0;
    width: calc(100% - 30rem);
}
#gnb .menu {
    width: 100%;
    text-align: center;
}
#gnb .nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap:10%;
}
#gnb .nav-menu li {
    flex-shrink: 0;
}
#gnb .nav-menu li a.item {
    display: block;
    color: #333;
    white-space: nowrap;
    font-weight: 600;
    height: 100%;
    font-size: 1.3125rem;
    padding: 2.625rem 0;
    position: relative;
}
#gnb .nav-menu li.on a.item,
#gnb .nav-menu li a.item:hover {
    color:#4c54eb;
}
#gnb .nav-menu li a.item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 99;
    width: 0;
    height: 0;
    background:#4c54eb;
    transform: translateX(-50%);
    transition: all 0.2s;
}
#gnb .nav-menu li.on a.item::after,
#gnb .nav-menu li a.item:hover::after {
    width: 100%;
    height: 4px;
}
.nav-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 10
}
.nav-head {
    display: none;
}
.nav-head .nav-head-close {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    background: url(../images/common/close_white2.svg) no-repeat center center;
    background-size: 1.4375rem;
}


/*푸터*/
#footer {
    background: #5b6071;
    color:#fff;
    position: relative;
    z-index: 5;
}
.footer-in {
    width: 1680px;
    margin: 0 auto;
    padding: 2.5rem 0;
}
.copy-util a:focus {outline-offset: 2px; outline-color: #fff;}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom:1px solid #8d909c;
}
.copy-util {
    display: flex;
    gap: 3.125rem;
}
.copy-util li {
    position: relative;
}
.copy-util li:not(:first-child):before {
    content: "";
    width:3px;
    height:3px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left:-25px;
    top:50%;
    transform: translateY(-50%);
}
.copy-util a {
    font-size: 1.15rem;
    font-weight: 500;
    color: #fff;
}
.copy-util a:hover {
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}
.copy-logo {
    display: flex;
    gap:1.875rem;
    align-items: center;
}
.copy1 {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: #c8c9ce;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
    flex-wrap: wrap;
}
.copy1 span {
    margin:0 1.875rem 0 0;
}
.copy1 dl {
    display: inline-flex;
    gap:0.625rem;

    font-weight: 700;
    letter-spacing: 0.03rem;
}
.copy2 {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #c8c9ce;
    text-transform: uppercase;
}

/*주요사이트*/
.footer-bottom-right {
    display: flex;
    gap:5px;
    align-items: start;
}
.site-list-wrap {position: relative;}
.site-list-wrap a:focus {outline-offset: -3px; outline-color: #fff;}
.site-list-tit {
    display: block;
    background:#434858 url(../images/common/site-list-btn.svg) no-repeat calc(100% - 16px) 50%;
    background-size: 11px;
    border-radius: 0.625rem;
    padding:1.3125rem 2.5rem 1.3125rem 1.25rem;
    min-width: 13.75rem;
    color:#fff;
    height:3.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-list {
    position: absolute;
    bottom:4rem;
    left:0;
    width:100%;
    background: #434858;
    color:#fff;
    border-radius: 0.625rem;
    overflow-y: auto;
    max-height: 18.75rem;
    z-index: 30;
}
.site-list li {
    border-bottom: 1px dotted #8d909c;
}
.site-list li:last-of-type {border:none;}
.site-list a {
    display: block;
    padding:1.125rem 0.9375rem;
    transition: all 0.2s;
}
.site-list a:hover {
    background: #757b8b;
}

#scroll-top {
    position: fixed;
    right: 10px;
    bottom: 45px;
    z-index: 999;
    text-align: center;
    background: #4c54eb url(../images/common/top_arrow.svg) no-repeat 50% 50%;
    background-size: 30%;
    color: #fff;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.10);
    display: none;
    border-radius: 0.625rem;
    transition: transform 0.3s;
    width: 4.375rem;
    height: 4.375rem;
}
#scroll-top:hover {
    transform: scale(1.1);
}
#scroll-top:focus {outline-offset: 2px;}

/*공용모달창*/
.modal {
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.2s;
    display: none;
}
.modal-in {
    background: #fff;
    width:60%;
    max-width: 600px;
    border-radius: 0.9375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.modal-head {
    padding:1.25rem;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 12px rgba(33, 56, 121, 0.15);
}
.modal-head h2 {
    font-size: 1.4rem;
}
.modal-close {
    width:1.25rem;
    height:1.25rem;
    background: url(../images/common/close_black.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.modal-con {
    padding:1.25rem;
}
.modal-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0.625rem;
    margin-top: 2rem;
}


/*반응형*/
@media all and (max-width:1750px) {
    #wrap {
        min-width: auto;
        width: 100%;
    }
    .ban-wrap,
    .header-area {
        width: 96%;
    }
    .footer-in {
        width: 96%;
    }
    .banner-in {
        width: 96%;
    }
}

@media all and (max-width:1380px) {
    .header-area {padding: 1.2rem 0;}
    #gnb {border-bottom:none;}

    #gnb #nav {
        position: fixed;
        height: 100%;
        right: -100%;
        top: 0;
        z-index: 999;
        background: #1b1464;
        display: none;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow-y: hidden;
        align-items: stretch;
        align-content: flex-start;
    }

    #gnb .menu .nav-head {
        display: flex;
        height: auto;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 1.2rem 2%;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    #gnb .close-btn {
        border:none;
    }

    #gnb .menu .nav-head h2 {
        color: #fff;
        display: block;
    }

    #gnb .menu .nav-head h2 img {width:100%;}

    #gnb .menu>ul {
        display: none;
        height: auto;
        margin: 0;
        padding: 0;
    }
    #gnb .menu li {width:100%}

    #gnb .menu>ul.nav-menu {
        width: 100%;
        display: block;
    }

    #gnb .menu>ul.nav-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    #gnb .nav-menu li a.item {color: #fff; padding: 2rem; text-align: left;}
    #gnb .nav-menu li.on a.item,
    #gnb .nav-menu li a.item:hover {
        color: #fff;
        background: #5a4bff;
    }
    #gnb .nav-menu li a.item::after,
    #gnb .nav-menu li.on a.item::after,
    #gnb .nav-menu li a.item:hover::after {
        left: auto;
        right: 2rem;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(-90deg);
        background: url(../images/sub/arrow_icon_bt_w.svg) no-repeat 50% 50%;
        background-size: 100%;
    }
    #gnb .nav-util {
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 2rem 0;
    }
    #gnb .nav-util .util-member {
        background: rgba(255, 255, 255, 0.7);
        color: #1b1464;
        padding: 1.2rem 2rem;
        display: inline-block;
        border-radius: 0.5rem;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .footer-top {flex-wrap: wrap;}
    .copy-util {
        width: 65%;
        flex-wrap: wrap;
    }
    .site-list-wrap {width: 30%;}
    .copy-util a {font-size: 1rem;}
    .site-list-tit {min-width: auto;}
    .footer-bottom-left {width:65%;}
    .footer-bottom-right {width:30%; flex-direction: column;}
    .site-list-wrap {width:100%;}
    .copy1 {
        flex-direction: column;
        align-items: flex-start;
    }
    .copy1 span {margin:0}
}

@media all and (max-width:767px) {
    body,
    html {
        font-size: 14px;
    }
    #header .logo {width: 16rem;}
    .footer-in {
        width: 100%;
    }
    .copy-util {width:100%; justify-content: center;}
    .copy-util li {width:auto;}
    .copy-util a {font-size: 1.1rem;}
    .copy-logo {justify-content: center; width:90%; margin: 0 auto;}
    .copy-logo img {max-width: 50%;}
    .copy-logo img:first-of-type {max-width: 34%;}
    .copy1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 88%;
        margin: 1.875rem auto 0 auto;
        line-height: 1.5;
    }
    .copy2 {
        text-align: center;
        width: 88%;
        margin: 0.625rem auto 0 auto;
        line-height: 1.5;
    }
    .footer-bottom {flex-wrap: wrap; width: 96%; margin: 0 auto;}
    .footer-bottom-left {width:100%;}
    .footer-bottom-right {
        width: 90%;
        flex-direction: row;
        margin: 2rem auto 0 auto;
        flex-wrap: wrap;
    }
    .site-list-wrap {width:100%;}
}

@media all and (max-width:600px) {

}

@media all and (max-width:360px) {

}