@charset "utf-8";

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.ctt_admin a {
    background-color: #868686;
    float: left;
    padding: 1%;
    border-radius: 0 100px 100px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    display: block;
    position: fixed;
}



#hd_pop {
    z-index: 11111111111111111;
    position: absolute;
    margin: 0 auto;
    /*width: 970px;*/
    height: 0;
    width: auto;
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 10px 0;
    background: #333;
    color: #fff;
    text-align: right
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff;
    font-size: 16px;
}


.downBtn {
    margin:20px 0;;
}
.downBtn a {
    display:block;
    font-size:1.11rem;
    font-weight:bold;
    color:#fff;
    background-color:#0a2455;
    border-radius:30px;
    padding:5px;
    width:250px;
    margin:10px 0;
    border:2px solid #0a2455;
    text-align:center;
}
.downBtn a:hover {
    background-color:#fff;
    color:#0a2455;
    border:2px solid #0a2455;
}

#accessibility {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0
}

#accessibility a {
    position: absolute;
    top: -100px;
    left: -100px
}

#accessibility a:focus,
#accessibility a:active {
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #115aa3;
    text-decoration: none
}
#mir {
    overflow:hidden;
}
.mircenter,#bbs {
    width:100%;
    max-width:1300px;
    margin:0 auto;
    padding:0 10px;
}

/* contain */
#contain,
#bbs {}
#contain .title,
#bbs .title {}
#contain .title h3,
#bbs .title h3 {
    font-size:38px;
    text-align:center;
    position:relative;
    margin:100px auto 60px;
    padding-bottom:35px;
}
#contain .title h3::after,
#bbs .title h3::after {
    content:'';
    width:30px;
    height:2px;
    background-color:#000;
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
}

/* header */
#header {}
#header .header {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 50px;
    background-color:#fff;
    border-bottom:1px solid #ddd;
}
#header .header .header_le,
#header .header .header_ri {
    display:flex;
    align-items:center;
}

#header .header .logo {
    margin-top:-13px;
}
#header .header .gnb {}
#header .header .search_btn {}
#header .header .search_btn .quick_tit {}
#header .header .allmenu {
    margin-left:15px;
}
#header .header .allmenu .bar {
    width:34px;
    height:23px;
    background-image:url(../img/header/menu.png);
    background-repeat:no-repeat;
    background-position:center center;
}
#header .header .menuGoBtn {}
#header .header .menuGoBtn a {
    font-size:18px;
    font-weight:700;
    letter-spacing:-0.45px;
    margin-left:50px;
}


/* global */
#global {}
#global .depth1 {
    display:flex;
    align-items:center;
}
#global .depth1 .dl1 {}
#global .depth1 .dl1.g5 {
    display:none;
}
#global .depth1 .dl1 .da1 {
    font-size:18px;
    font-weight:800;
    letter-spacing:-0.45px;
    margin:0 40px;
    display:block;
    padding:25px 0;
}
#global .depth2 {
    position:absolute;
    z-index:1;
    width:100%;
    left:0;
    height:300px;
    background-color:#fff;
    display:none;
    box-shadow: 0 15px 20px #33333324;
}
#global .depth2 .depth2Wrap {
    display:flex;
    align-items: stretch;
    justify-content: center;
    height:100%;
}
/* #global .depth2 .dep2_title {
    background-color:#edf6ff;
    background-image:url(../img/header/menu_logo.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    width:30%;
    position:relative;
}
#global .depth2 .dep2_title p {
    font-size:30px;
    letter-spacing:-0.75px;
    font-family: 'NEXON Lv1 Gothic OTF';
    width:40%;
    position:absolute;
    right:70px;
    top:50%;
    transform:translateY(-50%);
} */
#global .depth2 ul {
    width:1020px;
    display:flex;
    flex-wrap:wrap;
    padding:10px;
}
#global .depth2 .dl2 {
    width:31.33%;
    margin:1%;
    border:1px solid #ddd;
    background-repeat:no-repeat;
    background-position:98% top;
}
#global .depth2 .dl2 .da2 {
    display:block;
    position:relative;
    height:100%;
}
#global .depth2 .dl2 .da2 p {
    font-size:22px;
    letter-spacing:-0.55px;
    position:absolute;
    bottom:15px;
    right:20px;
    color:#fff;
    text-shadow: 0px 3px 5px #00000063;
}

#global .depth2 .dl2:hover {
    border:1px solid #e3f0ff;
    background-color:#edf6ff;
}
#global .depth1 .dl1.g4 .depth2 {
    display:none!important;
}
#global .depth1 .dl1.g5 .depth2 {
    display:none!important;
}


#global .depth1 .dl1.g1 .depth2 .dl2:nth-child(1) {
    background-image:url(../img/header/menu01_01.jpg);
}
#global .depth1 .dl1.g1 .depth2 .dl2:nth-child(2) {
    background-image:url(../img/header/menu01_02.jpg);
}
#global .depth1 .dl1.g1 .depth2 .dl2:nth-child(3) {
    background-image:url(../img/header/menu01_03.jpg);
}
#global .depth1 .dl1.g1 .depth2 .dl2:nth-child(4) {
    background-image:url(../img/header/menu01_04.jpg);
}
#global .depth1 .dl1.g1 .depth2 .dl2:nth-child(5) {
    background-image:url(../img/header/menu01_05.jpg);
}
#global .depth1 .dl1.g1 .depth2 .dl2:nth-child(6) {
    background-image:url(../img/header/menu01_06.jpg);
}



#global .depth1 .dl1.g2 .depth2 .dl2:nth-child(1) {
    background-image:url(../img/header/menu02_01.jpg);
}
#global .depth1 .dl1.g2 .depth2 .dl2:nth-child(2) {
    background-image:url(../img/header/menu02_02.jpg);
}
#global .depth1 .dl1.g2 .depth2 .dl2:nth-child(3) {
    background-image:url(../img/header/menu02_03.jpg);
}
#global .depth1 .dl1.g2 .depth2 .dl2:nth-child(4) {
    background-image:url(../img/header/menu02_04.jpg);
}
#global .depth1 .dl1.g2 .depth2 .dl2:nth-child(5) {
    background-image:url(../img/header/menu02_05.jpg);
}
#global .depth1 .dl1.g2 .depth2 .dl2:nth-child(6) {
    background-image:url(../img/header/menu02_06.jpg);
}



#global .depth1 .dl1.g3 .depth2 .dl2:nth-child(1) {
    background-image:url(../img/header/menu03_01.jpg);
}
#global .depth1 .dl1.g3 .depth2 .dl2:nth-child(2) {
    background-image:url(../img/header/menu03_02.jpg);
}
#global .depth1 .dl1.g3 .depth2 .dl2:nth-child(3) {
    background-image:url(../img/header/menu03_03.jpg);
}
#global .depth1 .dl1.g3 .depth2 .dl2:nth-child(4) {
    background-image:url(../img/header/menu03_04.jpg);
}
#global .depth1 .dl1.g3 .depth2 .dl2:nth-child(5) {
    background-image:url(../img/header/menu03_05.jpg);
}
#global .depth1 .dl1.g3 .depth2 .dl2:nth-child(6) {
    background-image:url(../img/header/menu03_06.jpg);
}




#global .depth1 .dl1.g4 .depth2 .dl2:nth-child(1) {
    background-image:url(../img/header/menu04_01.jpg);
}
#global .depth1 .dl1.g4 .depth2 .dl2:nth-child(2) {
    background-image:url(../img/header/menu04_02.jpg);
}
#global .depth1 .dl1.g4 .depth2 .dl2:nth-child(3) {
    background-image:url(../img/header/menu04_03.jpg);
}
#global .depth1 .dl1.g4 .depth2 .dl2:nth-child(4) {
    background-image:url(../img/header/menu04_04.jpg);
}
#global .depth1 .dl1.g4 .depth2 .dl2:nth-child(5) {
    background-image:url(../img/header/menu04_05.jpg);
}
#global .depth1 .dl1.g4 .depth2 .dl2:nth-child(6) {
    background-image:url(../img/header/menu04_06.jpg);
}





/* category */
#category {}
#category .bg {
    position: fixed;
    top: 0;
    z-index: 201;
    width: 100%;
    height: 100vh;
    background-color: rgba(3,16,43,0.9);
    display: none;
}
#category .category {
    position: fixed;
    z-index: 202;
    max-width: 1400px;
    width: 100%;
    padding: 40px 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
#category .category .depth1 {
    display:flex;
}
#category .category .depth1 .dl1 {
    width:calc(100% / 4);
    padding:0 10px;
    text-align:center;
}
#category .category .depth1 .dl1 .da1 {
    font-size:22px;
    font-weight:800;
    color:#fff;
    padding:10px 0;
    border-bottom:2px solid #fff;
}
#category .category .depth1 .dl1:nth-child(4),
#category .category .depth1 .dl1:nth-child(5) {
    display:none;
}
#category .category .depth1 .g4codewrap {
    margin-top:50px
}
#category .category .depth1 .dl1.g4code {
    width:100%;
}
#category .category .depth1 .dl1.g4code .da1 {
    border: 2px solid #fff;
    padding: 15px 10px;
    display: block;
    margin-bottom: 30px;
}
#category .category .depth2 {
    margin-top:10px;
}
#category .category .depth2 .dl2 {}
#category .category .depth2 .dl2 .da2 {
    font-size:20px;
    color:#fff;
    padding:5px 0;
    display:block;
}
#category .category .depth2 .dl2 .da2:hover {
    font-weight:600;
}
#category .category .category_mem {
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#category .category .category_mem a {
    display:block;
    font-size:16px;
    color:#fff;
    border:1px solid #fff;
    border-radius:10px;
    padding:5px 15px;
    margin:0 10px;
}
#category .category .close {
    width:25px;
    height:25px;
    background-image:url(../img/header/allmenu_close.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    position:absolute;
    right:20px;
    top:0;
    opacity: 1;
}
#category .bg.sel, 
#category .category.sel {
    display: block;
}





/* footer */
#footer {
    background-color:#2a2a2a;
    padding:35px 0 70px;
}
#footer .footerTOP {
    display:flex;
    justify-content:space-between;
    padding-bottom:20px;
}
#footer .footerTOP .address {}
#footer .footerTOP .address .copyright,
#footer .footerTOP .address .copyright a {
    font-size:14px;
    color:#adadad;
}
#footer .footerTOP .address .copyright a:hover {
    color:#fff;
}
#footer .footerTOP .address ul {
    display:flex;
    align-items:center;
}
#footer .footerTOP .address ul .addInfo {
    font-size:14px;
    color:#adadad;
}
#footer .footerTOP .address ul .addInfo::after {
    content:'';
    width:1px;
    height:15px;
    background-color:#adadad;
    display:inline-block;
    margin:0 5px;
    position:relative;
    top:3px;
}
#footer .footerTOP .address ul .addInfo:last-child:after {
    display:none;
}
#footer .footerTOP .snsWrap {
    display:flex;
    align-items:center;
}
#footer .footerTOP .snsWrap a {
    display: block;
    margin-left:20px;
}
#footer .footerTOP .snsWrap a P {
    color:#adadad;
    font-size:14px;
}
#footer .footerBOT {
    border-top:2px solid #adadad;
    display:flex;
    justify-content:space-between;
    padding:0 25px;
    padding-top:40px;
}
#footer .footerBOT .footerLogo {
    margin-right:100px;
}
#footer .footerBOT .footerLogo img {}
#footer .footerBOT .footerSitemap {
    flex:1;
}


/* sitemap */
#sitemap {}
#sitemap .depth1 {
    display:flex;
}
#sitemap .depth1 .dl1 {
    width:25%;
}
#sitemap .depth1 .dl1 .da1 {
    font-size:14px;
    color:#fff;
}
#sitemap .depth2 {}
#sitemap .depth2 .dl2 {
    margin-top:10px;
}
#sitemap .depth2 .dl2 .da2 p {
    font-size:14px;
    color:#adadad;
}
#sitemap .depth1 .dl1.g4,
#sitemap .depth1 .dl1.g5 {
    display:none;
}
#sitemap .depth1 .dl1 .noticeda1 {
    margin-top:15px;
    display:block;
}


/* 서브헤더 이미지 */
#st0 .desc {
    background-image:url(../img/sub/header01_img.jpg);
}
#st1 .desc {
    background-image:url(../img/sub/header02_img.jpg);
}
#st2 .desc {
    background-image:url(../img/sub/header03_img.jpg);
}
#st3 .desc {
    background-image:url(../img/sub/header04_img.jpg);
}
#st4 .desc {
    background-image:url(../img/sub/header05_img.jpg);
}
#st5 .desc {
    background-image:url(../img/sub/header06_img.jpg);
}

/* title */
#title {}
#title .title {}
#title .title .desc {
    padding:100px 0;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center center;
}
#title .title .desc h2 {
    font-size:48px;
    font-weight:bold;
    color:#fff;
    text-shadow: 0 0 14.3px rgba(0, 0, 0, 0.2);
}
#title .title .desc .loc {
    margin-top:20px;
}
#title .title .desc .loc ul {
    display:flex;
    align-items:center;
    justify-content:center;
}
#title .title .desc .loc ul li:first-child {
    display:none;
}
#title .title .desc .loc ul li::after {
    content:'';
    width:1px;
    height:15px;
    background-color:rgb(255 255 255 / 70%);
    display:inline-block;
    margin:0 15px;
    position: relative;
    top:1px;
}
#title .title .desc .loc ul li:last-child::after {
    display:none;
}
#title .title .desc .loc ul li a {
    font-size:18px;
    color:rgb(255 255 255 / 70%);
}
#title #st4  .desc .loc {
    /* visibility:hidden; */
    display:none;
}

#title .title .navi {
    position:relative;
    top:-35px;
}
#title .title .navi .naviBtn {
    display:none;
}
#title .title .navi .navimenu {
    display:flex;
    border:1px solid #ececec
}
#title .title .navi .navimenu li {
    text-align:center;
    border-right:1px solid #ececec;
}
#title .title .navi .navimenu li:last-child {
    border-right:0;
}
#title .title .navi .navimenu a {
    display:block;
    padding:25px 5px;
    background-color:#fff;
}
#title .title .navi .navimenu span {
    font-size:18px;
}
#title .title .navi .navimenu li.sel a {
    background-color:#004ea2;
    box-shadow: 0 0 14.7px 1.3px rgba(0, 0, 0, 0.1);
}
#title .title .navi .navimenu li.sel span {
    color:#fff;
    font-weight:bold;
}
#title #st4  .navi .nv2 {
    display:none;
}
#title .title .navi .navimenu .kh-col-1  {
    width:100%;
}
#title .title .navi .navimenu .kh-col-2  {
    width:50%;
}
#title .title .navi .navimenu .kh-col-3  {
    width:33.33%;
}
#title .title .navi .navimenu .kh-col-4  {
    width:25%;
}
#title .title .navi .navimenu .kh-col-5  {
    width:20%;
}
#title .title .navi .navimenu .kh-col-6  {
    width:16.666666%;
}
#title .title .navi .navimenu .kh-col-7  {
    width:14.285714%;
}
#title .title .navi .navimenu .kh-col-8  {
    width:12.5%;
}
#title .title .navi .navimenu .kh-col-9  {
    width:11.111111%;
}
#title .title .navi .navimenu .kh-col-10  {
    width:10%;
}



/*---------------반응형 미디어쿼리----------------*/
@media (max-width:1600px) {
    #header .header .logo {
        margin-right:10px;
    }
    #global .depth1 .dl1 .da1 {
        margin:0 20px;
    }
    #header .header .menuGoBtn a {
        margin-left:20px;
    }
    #global .depth2 .dep2_title p {
        font-size:26px;
    }
    #global .depth2 .dl2 .da2 p {
        font-size:20px;
    }
}

@media (max-width:1400px) {
    #contain .title h3,
    #bbs .title h3 {
        font-size:32px;
        margin:80px auto 50px;
        padding-bottom:30px;
    }

    #header .header {
        padding:0 20px;
    }
    #header .header .menuGoBtn {
        display:none;
    }
    #global .depth2 {
        height:280px;
    }
    #global .depth2 .dep2_title p {
        font-size:22px;
        right:50%;
        transform:translate(50%,-50%);
        width:65%;
    }
    #global .depth2 .dl2 .da2 p {
        font-size:18px;
    }
}

@media (max-width:1200px) {
    #contain .title h3,
    #bbs .title h3 {
        font-size:30px;
        margin:60px auto 40px;
        padding-bottom:25px;
    }

    #title .title .desc {
        padding:80px 0;
    }
    #title .title .desc h2 {
        font-size:43px;
    }
    #title .title .desc .loc {
        margin-top:15px;
    }
    #title .title .navi {
        top:-30px;
    }
    #title .title .navi .navimenu a {
        padding:20px 5px;
    }
    #title .title .navi .navimenu span {
        font-size:17px;
    }
}

@media (max-width:1024px) {
    #header .header {
        padding:20px;
    }
    #header .header .logo {
        margin-top:0;
    }
    #header .header .gnb {
        display:none;
    }



    #category .category .depth1 .dl1 .da1 {
        font-size:18px;
    }
    #category .category .depth2 .dl2 .da2 {
        font-size:16px;
    }
    #category .category .depth1 .g4codewrap {
        display:block;
        margin-top:20px;
  
    }
    #category .category .depth1 .dl1.g4code {
        text-align: center;
    }

    #category .category {
        left:0;
        top:0;
        transform:unset;
    }
    #category .category .depth1 {
        display:block;
    }
    #category .category .depth1 .dl1 {
        width:100%;
        text-align:left;
    }
    #category .category .depth1 .dl1 .da1 {
        padding:20px 40px;
    }
    #category .category .depth2 {
        margin-top:0;
        background-color:#0a2455;
    }
    #category .category .depth2 .dl2 .da2 {
        padding:10px 40px;
    }
    #category .category .close {
        top:20px;
    }


        
    /* footer */
    #footer {
        padding:35px 0;
    }
    #footer .footerTOP {
        flex-wrap: wrap;
        justify-content: center;
    }
    #footer .footerTOP .address {
        width:100%;
    }
    #footer .footerTOP .address ul {
        flex-wrap: wrap;
    }
    #footer .footerTOP .snsWrap {
        width:100%;
        justify-content:center;
        margin-top:20px;
    }
    #footer .footerTOP .snsWrap a {
        margin-left:10px;
    }
    #footer .footerBOT {
        justify-content:center;
    }
    #footer .footerBOT .footerLogo {
        margin-right:0;
    }
    #footer .footerBOT .footerSitemap {
        display:none;
    }


    #title .title .desc {
        padding:60px 0;
    }
    #title .title .desc h2 {
        font-size:36px;
    }
    #title .title .desc .loc {
        margin-top:10px;
    }

}
@media (max-width:991px) {
    #title .title .navi .nv2 {
        position:relative;
    }
    #title .title .navi .naviBtn{
        display:block;
        background-color:#fff;
        border:1px solid #ececec;
        width:100%;
        text-align:left;
        padding:15px 30px;
        font-size:17px;
    }
    #title .title .navi .navimenu {
        display:none;
        position: absolute;
        width:100%;
        z-index:10;
    }
    #title .title .navi .navimenu li {
        width:100%!important;
        text-align:left;
        border-right:0;
        border-bottom:1px solid #ececec;
    }
    #title .title .navi .navimenu li:last-child {
        border-bottom:0;
    }
    #title .title .navi .navimenu a {
        padding:15px 30px;
    }
    #title .title .navi .navimenu span {
        font-size:16px;
    }
}

@media (max-width:768px) {
    #contain .title h3,
    #bbs .title h3 {
        font-size:26px;
    }
}

@media (max-width:480px) {
}

@media (max-width:320px) {}