﻿@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

@font-face {
 font-family: 'NanumBarunGothic';
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 src: url(webfont/NanumSquare/NanumSquareR.eot);
 src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquare/NanumSquareR.woff) format('woff'),
      url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 src: url(webfont/NanumSquare/NanumSquareR.eot);
 src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquare/NanumSquareR.woff) format('woff'),
      url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
 font-family: 'NotoSansKR-Regular';
 src: url(webfont/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'NotoSansKR-Bold';
 src: url(webfont/NotoSansKR-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'NotoSansKR-Variable';
    src: url('webfont/NotoSansKR-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* 가변 글꼴이 지원하는 굵기 범위 지정 */
}

#bandMessage{bottom: 50%!important;}
#findForm{padding: 145px 0!important;}
#joinForm h4{margin-top: 150px!important;}

/* font select */

body * { font-family:NotoSansKR-Regular, sans-serif; letter-spacing : -0.5px;}

@media (min-width:1500px){
.container{
	width: 1400px;
}
}

a:focus , a:active, a:hover{outline:0; text-decoration: none;}
	

/* header */
#gnb-login #header{display: inline-block;right: -15%;top: 50%;text-align: right;position: absolute;transform: translateY(-50%);}
#gnb-login #header .header-box-right a{font-size: 17px;color: #fff;text-decoration: none;padding: 10px 15px;display: inline-block;}


/* gnb */
#gnb-wrap {background: rgba(255, 255, 255, 1);height: 96px;position: fixed;width: 100%;z-index: 999;}
#gnb-wrap .container{position:relative;}
#gnb-login{height:100%;}
#gnb {display: inline-flex;position: absolute;left: 25%;top: 50%;height: 60%;
width: 50%;transform: translate(0,-50%);flex-direction: row;flex-wrap: wrap;
align-content: center;align-items: center;justify-content: space-around;}
#gnb li a .caret {border-top: 20px solid #fff;border-right: 0px solid transparent;border-left: 0px solid transparent;border-bottom: 0px solid transparent;
position: relative;margin: 0;height: 0px;width: 2px;transform: rotate(225deg);transition: all 0.6s;margin-top: -10px;margin-left: 15px;
float: right;top: 15px;font-size: 20px;right: 0px;}
#gnb > li  { float:left; padding:0px 10px; position:relative;margin: 15px 0;}
#gnb > .more{padding:0;}
#gnb > .more span{color:#fff;font-size:17px;}
#gnb > li > a {font-size: 20px;color: #000;text-decoration: none;transition: all ease 0.2s;font-weight: bold;padding: 30px 10px;}
/*#gnb > li > a:hover > .caret,#gnb > li > a:focus > .caret{ transition: all ease 0.2s; border-color:#CB1834;}*/
#gnb > .more:last-child{display:none;}
#gnb > li > ul { display:none; }
.point { position:absolute; bottom:-91px; left:46%; margin-left:-9px; display:none; opacity:1;}

/* all-menu */

.logo-wrap{left: 10%;position: absolute;top: 50%;text-align: center;border: none;display: block;transform: translate(0,-50%);}
.gnb-all { display: none; position: fixed; z-index: 9999; background: rgba(0, 0, 0, 0.7); top: 0; left: 0; width: 100%; height: 100%; text-align:center;}
.gnb-all a {color:#fff; text-decoration:none;}
.gnb-all img {margin:80px 0px 50px; max-width:185px; }
.gnb-all .all-wrapper .all-close { color: #fff; cursor: pointer; font-weight: 600; font-size: 5em; float:right; }
.gnb-all .all-wrapper .container a { display: block; color: #fff; }
.gnb-all .all-wrapper .container > ul > li { display: inline-block; vertical-align: top; padding:0px 25px;}
.gnb-all .all-wrapper .container > ul > li > a { margin:0px 0px 18px; font-size: 25px; font-weight: 600; text-decoration:none;}
.gnb-all .all-wrapper .container > ul > li:first-child { display: none; }
.gnb-all .all-wrapper .container > ul > li > ul > li > a { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:20px; padding:6px 0px;}
.gnb-all .all-wrapper .container > ul > li > ul > li > a:hover { font-weight:bold; transition:0.2s all ease;}
.gnb-all .all-wrapper .container > ul > li > ul > li > ul > li > a { color: #fff; display: block; margin-bottom: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:16px;}

/* gnb2 */
.gnb2{background: rgba(0,0,0,.7);width: 100%;position: absolute;left: 0px;z-index: 9999;top: 96px;
height: 0;overflow: hidden;}
.gnb2 .wrapper{border-top: 1px solid #8e8e8e;}
.gnb2 .container-fluid{padding: 25px 15px; text-align: center;}
.subul > li{margin: 0;display: inline-block;vertical-align: top;text-align: left;padding: 0 20px;}
.subul li a{color: #fff; text-decoration: none;}
.subul > li > a {font-size: 17px;font-weight: 600;position: relative;}
.subul > li > a:hover{font-weight:bold;}
.subul > li > ul{margin-top: 15px;}
.subul > li > ul > li{font-size: 17px;transition: all ease 0.3s;line-height: initial;padding: 5px 0px;}
.subul > li > ul > li > a{display: inline-block;overflow: hidden;width: 100%;text-overflow: ellipsis;
white-space: nowrap;color: #000;}
.subul > li > ul > li > a:hover,.subul > li > ul > li > a:focus{font-weight:bold;}


/* footer */
#footer{background-color:#151b35;}
#footer .footM{display: inline-flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;width: 100%;padding: 55px 0;}
#footer .footM .footR{order:2;}
#footer .footM .footR ul{color: #fff;font-size: 16px;line-height: 1.5;letter-spacing: .5px;}
#footer .footM .footR ul li{}
#footer .footM .footL{order:1;}
#footer .footM .footL ul{color: #fff;font-size: 16px;line-height: 1.5;letter-spacing: .5px;}
#footer .footM .footL ul li{}
#footer .footM .footL ul li hr{width: 15%;margin: 20px auto 20px 0;border-width: 3px;}

/* mobile */
.header-mobile-gnb{right: 0;height: 100%;width: 10%;background-color:#000;
position: absolute;top: 50%;text-align: center;border: none;display: block;transform: translate(0,-50%);}
.header-mobile-gnb .toggle {color: #fff!important;font-size: 30px;display: inline-flex;gap: 15px;
width: 100%;height: 100%;align-items: center;justify-content: center;}
.header-mobile-gnb .toggle span{font-size:20px;}
#my-menu{ background-color:rgba(0,0,0,.3); max-width:240px; z-index:4; }
#mm-0:before { height:0!important; }
#mm-1 > ul > li:hover > a.mma1 { color: #34b4c7 !important; }
.mm-navbar.mm-hasbtns .mm-close .mm-sronly{display:none;}
.mm-navbars-top{background-color:rgba(0,0,0,.75);}
.mm-btn {top:unset!important;}
.mm-menu .mm-listview>li .mm-next:after { border-color:#fff; }
.mm-panels>.mm-panel>.mm-listview { margin:0px!important;}
.mm-panels>.mm-panel.mm-hasnavbar { padding-top:0!important; }
.mm-panels > .mm-panel { padding:0; }
.mm-panels, .mm-panels>.mm-panel { z-index:9999; }
.mm-listview { margin:0; }
.mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 20px; margin: 0; }
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel { padding:0 0 0 10px; }
.mm-listview>li>a, .mm-listview>li>span { padding:10px 20px!important; font-size:17px; }
.closeMenu{color:#fff!important; text-decoration:none!important; cursor:pointer; font-size:40px;position: absolute;
right: 0;top: 5%;}
.mob-login { overflow:hidden; padding:15px 0; border-bottom:1px solid #808080; margin-bottom:10px; }
.mob-login li { float:right; overflow:hidden; }
.mob-login a { display: inline-block !important; font-size: 17px !important; border: 0px !important; box-shadow: none !important; color: #aaa !important; padding: 0px 10px !important; }
.mob-login a .fa { font-size:20px!important; }
.mmenu-depth1 > a{ color:#fff!important; }
.mmenu-depth2 > a{ color:#E4E3B9!important; }
.mmenu-depth3 > a{ color:#B4EBF1!important; }
a.mm-next{width:100%!important;}

.subul {text-align:center;}

/*mmenu*/
#my-menu{display:none;}
body > .mm-opened{display:block!important;}

/* content - fixed 헤더에 가려지지 않도록 상단 여백 확보 */
#content {
    padding-top: 12rem;
}

/* 서브타이틀 - 위쪽에 위치 */
.subTitle {
    margin-bottom: 20px;
    margin-top: 8rem;
}
.subTitle #sub_title {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding-bottom: 8px;
    margin: 0;
}

/* subgnb - 브레드크럼 형태 (서브타이틀 아래에 위치) */
#subgnb { 
    padding: 20px 0px 30px 0px;
    margin-bottom: 20px;
}
#subgnb .subgnb-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#subgnb .subgnb-inner > div { 
    margin: 0;
    display: inline-block; 
    float: left;
}
#subgnb span, 
#subgnb a { 
    font-size: 16px; 
    color: #777; 
    position: relative; 
    top: 3px; 
    text-decoration: none;
}
#subgnb a.active { 
    color: #6599CB; 
    font-weight: bold; 
}
#subgnb .dropdown {
    display: inline-block;
    border-right: 1px solid #CCCCCC;
    float: left;
}
#subgnb .dropdown:last-child { 
    border: none;
}
#subgnb .dropdown .btn { 
    padding: 5px 20px; 
    font-size: 17px; 
    font-weight: bold;
}
#subgnb .dropdown .btn-default { 
    border: none;
}
#subgnb .dropdown .btn:hover { 
    background-color: transparent !important; 
    transition: 0.3s all ease;
}
#subgnb .dropdown .btn,
#subgnb .dropdown .btn .active { 
    background-color: transparent !important; 
}
#subgnb .dropdown-menu > li > a { 
    padding: 10px 20px; 
    transition: 0.3s all ease; 
    font-size: 17px;
}
#subgnb .caret {
    border-top: 4px solid #4d80f9;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid #4d80f9;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    transform: rotate(225deg);
    transition: all 0.6s;
    margin-top: -15px;
    margin-left: 20px;
}
#subgnb .home-button img {
    height: 20px;
}


@media (max-width:1699px) {
    .logo-wrap{left: 5%;}
    #gnb{width:60%;}
    #gnb > li{padding: 0px 5px;}
    #gnb > li > a{padding: 30px 5px;}
}

@media (max-width:1499px) {
}

@media (max-width:1280px) {
    .logo-wrap {
        left: 4%;
        max-width: 120px;
    }

    .logo-wrap img {
        max-width: 100%;
        height: auto;
    }

    #gnb {
        left: 23%;
        width: 58%;
        justify-content: space-between;
    }

    #gnb > li {
        padding: 0 3px;
    }

    #gnb > li > a {
        font-size: 17px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .header-mobile-gnb {
        width: 110px;
    }

    .header-mobile-gnb .toggle {
        gap: 8px;
        font-size: 24px;
        white-space: nowrap;
    }

    .header-mobile-gnb .toggle span {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .logo-wrap{left: 2%;}
    #gnb {width: 65%;left: 20%;}
    #gnb > li > a{font-size: 18px;}
    .header-mobile-gnb{width:15%;}
    .header-mobile-gnb .toggle span{font-size: 17px;}
}

@media (max-width:992px) {
    #gnb-wrap{height:90px;}
    .header-mobile-gnb{width:20%;}
}

@media (max-width:767px) {
    #content {
        padding-top: 8rem;
    }
    #subgnb { 
        padding: 15px 0 20px 0;
    }
    #subgnb .dropdown .btn {
        padding: 5px 10px;
        font-size: 14px;
    }
    .subTitle #sub_title {
        font-size: 24px;
    }
    .logo-wrap {max-width:110px;}
    #gnb-wrap{height:64px;}
    .header-mobile-gnb{width:30%;}
    .header-mobile-gnb .toggle{gap:10px;}
    #footer .footM{padding:20px 0;}
    #footer .footM .footR ul li,
    #footer .footM .footL ul li{font-size:14px;}
}

@media (max-width:320px) {
}

/* responsive layout refinements */
@media (max-width: 1199px) {
    html,
    body {
        overflow-x: hidden;
    }

    .logo-wrap {
        left: 2rem;
        max-width: 120px;
    }

    .logo-wrap img {
        max-width: 100%;
        height: auto;
    }

    #gnb {
        left: 20%;
        width: 58%;
        justify-content: space-between;
    }

    #gnb > li {
        padding: 0 3px;
    }

    #gnb > li > a {
        font-size: 17px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .header-mobile-gnb {
        width: 9.5rem;
    }

    .header-mobile-gnb .toggle {
        gap: .55rem;
        font-size: 1.45rem;
        white-space: nowrap;
    }

    .header-mobile-gnb .toggle span {
        font-size: .95rem;
    }
}

@media (max-width: 991px) {
    #gnb-wrap {
        height: 72px;
    }

    #gnb,
    .gnb2 {
        display: none !important;
    }

    .logo-wrap {
        left: 1.6rem;
        max-width: 108px;
    }

    .header-mobile-gnb {
        width: 64px;
        min-width: 0;
    }

    .header-mobile-gnb .toggle {
        gap: 0;
        font-size: 1.35rem;
    }

    .header-mobile-gnb .toggle span {
        display: none;
    }

    #footer .footM {
        align-items: flex-start;
        gap: 1.5rem;
    }

    #footer .footM .footR,
    #footer .footM .footL {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #gnb-wrap {
        height: 72px;
    }

    .logo-wrap {
        left: 1.5rem;
        max-width: 100px;
    }

    .header-mobile-gnb {
        width: 60px;
    }

    #footer .container {
        width: 100%;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    #footer .footM .footR ul,
    #footer .footM .footL ul {
        padding-left: 0;
        word-break: keep-all;
    }
}

@media (max-width: 420px) {
    .logo-wrap {
        left: 1.35rem;
        max-width: 92px;
    }
}
