@import url("/css/main/font.css");
.main_25new {
    font-family:'Pretendard';
}
/* *********************************************************************************
 *	링크 포커스(접근성)
 * *********************************************************************************/
 a:focus, button:focus{
    outline:2px dashed #5d99dd;
    outline-offset: -2px;
}
 input[type="text"]:focus,
 input[type="password"]:focus,
 textarea:focus,
 select:focus{
    outline:2px dashed #5d99dd;
}
.gov_top {
    font-family:'Pretendard';
    position: relative;
    min-height: 32px;
    color: #1d1d1d;
    font-size: 15px;
    overflow: hidden;
    padding: 6px 0px 0px;
}
.gov_top::before {
    content: "";
    position: absolute;
    width: 500%;
    height: 100%;
    top: 0px;
    left: 50%;
    background-color: #edf1f5;
    transform: translateX(-50%);
    z-index: -1;
}
.gov_top .gov_desc {
    margin: 0px 16px 5px 0px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.gov_top .gov_desc img {
    position: relative;
    top: -1px;
    margin-right: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
.header_top {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}
.header_top .con {
    position: relative;
    padding: 20px 0 16px;
    height: 110px;
}
.header_top:after,
.header_top
.inner:after {
    content: "";
    display: block;
    clear: both;
}
#toplogo {
    float: left;
    line-height: 100%;
    padding-top: 16px;
}
#toplogo img {
    display: inline-block;
    max-width: initial;
    /* height: 100%; */
    vertical-align: top;
}
#toplogo span {
    padding: 16px;
    margin-top: 6px;

}
.toplogotxt {
    float: left;
    padding-left: 15px;
    padding-top: 32px;
    font-size: 20px;
    font-weight: 500;
    color: #555;
    font-family:'Pretendard';
}
button.krds-btn {
    background-color: transparent;
}
.header_util {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 15px;
}
.view_adj i {
    background: url('/images/veiw-mode.png') no-repeat 0 5px;
    width: 16px;
    height: 18px;
    display: inline-block;
}
.topicon_List {
    float: right;
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
    gap: 35px;
}
.topicon_List button {
    color:#1d1d1d;
    font-family:'Pretendard';
    font-weight: bold;
    font-size: 16px;
    padding-top: 28px;
}
.topicon_List .top_login button,
.topicon_List .top_join button,
.topicon_List .top_mnavi button,
.topicon_List .top_logout button {
    position: relative;
}
.topicon_List .top_login button::before,
.topicon_List .top_join button::before,
.topicon_List .top_mnavi button::before,
.topicon_List .top_logout button::before {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(100% / 2);
    transform: translateX(-50%);
}
.topicon_List .top_login button::before {
    background-image: url('/images/topicon_List01.png');
}
.topicon_List .top_join button::before {
    background-image: url('/images/topicon_List02.png');
}
.topicon_List .top_mnavi button {
    display: none;
}
.topicon_List .top_mnavi button::before {
    background-image: url('/images/topicon_List03.png');
}
.topicon_List .top_logout button::before {
    background-image: url('/images/topicon_List04.png');
}
.topicon_List .top_call {
    background: url(/images/top_callicon.png) no-repeat 3px 0;
    display: flex;
    flex-direction: column;
    color: #1d1d1d;
    font-family: 'Pretendard';
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.7px;
}
.topicon_List .top_call .calltxt {
    padding-left: 22px;
    padding-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.2px;
}
.topicon_List .top_call .callnum {
    padding-bottom: 1px;
}
/** 메뉴 **/
.header_menu {
    position:relative;
    font-family:'Pretendard';
    letter-spacing: 0;
}
.header_menu:before {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    height:0;
    border-bottom:1px solid #d8d8d8;
}
#gnb_menu > ul {
    display: flex;
    position: relative;
}
#gnb_menu > ul > li {
    flex:0 0 auto;
    margin-right:16px;
}
#gnb_menu > ul > li:last-child {
    margin-right: 0;
}
#gnb_menu > ul > li > a {
    display: flex;
    align-items: center;
    height: 62px;
    position: relative;
    padding: 0 16px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    vertical-align: top;
    transition: all 0.3s;
}
#gnb_menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    transform: translateX(-50%);
    border-bottom: 4px solid #0859ad;
    transition: all 0.3s;
    z-index: -1;
}
#gnb_menu > ul > li.active > a {
    position: relative;
    z-index: 2;
    color: #0859ad;
    background-color: #fff;
}
#gnb_menu > ul > li.active_chk > a {
    position: relative;
    z-index: 2;
    color: #0859ad;
    border-bottom: 4px solid #0859ad;
}
#gnb_menu > ul > li.active > a:before {
    width: 100%;
}
#gnb_menu > ul > li > a:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background: url('/images/main/icon_gnb_arrow.png') center no-repeat;
    background-size: 20px auto;
    transition: all 0.3s;
}
#gnb_menu > ul > li.active > a:after {
    background-image: url('/images/main/icon_gnb_arrow_ov.png');
}
#gnb_menu > ul > li.active > a:after {
    transform: rotate(180deg);
}
#gnb_menu .submenu_top {
    border-bottom: 1px solid #d8d8d8;
    height: 96px;
    position: relative;
}
#gnb_menu .submenu_top a {
    background: url('/images/gnb_arrow_r.png') center right / 20px auto no-repeat;
    color: #1d1d1d;
    font-size: 25px;
    font-weight: 600;
    left: 0;
    padding: 0 30px 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#gnb_menu .submenu_bottom {
    padding: 30px 1px 55px;
}
#gnb_menu .submenu_bottom > ul {
    margin-top: -40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
#gnb_menu .submenu_bottom > ul > li {
    float: left;
    margin-top: 40px;
}
#gnb_menu .submenu_bottom > ul > li a {
    position: relative;
    padding-left: 12px;
}
#gnb_menu .submenu_bottom > ul > li ::before {
    content: "･";
    left: 0;
    position: absolute;
    top: 1px;
}
#gnb_menu .submenu_bottom > ul > li a::after {
    display: block;
    position: absolute;
    left: 11px;
    bottom: 0;
    width: 0;
    max-width: calc(100% - 11px);
    height: 1px;
    background-color: #002b5e;;
    content: "";
    transition: all 0.3s;
}
#gnb_menu .submenu_bottom > ul > li a:hover {
    color: #002b5e
}
#gnb_menu .submenu_bottom > ul > li a:hover:after {
    width: 100%;
    left: 11px;
}
#gnb_menu .submenu{left:50%;transform:translateX(-50%);position:absolute;visibility:hidden;overflow:hidden;width:128rem;height:auto;min-height:20rem;opacity:0;top:calc(100% - 1px);z-index:10;max-width:100%;text-align:left}
#gnb_menu .submenu::before{position:absolute;top:0;z-index:-1;height:100%;content:"";left:50%;width:100vw;transform:translateX(-50%);border-top:1px solid #ddd;background-color:#fff}
#gnb_menu .submenu::after{
	position:absolute;
	top:0;z-index:-1;
	height:100%;
	content:"";
	left:50%;
	width:100vw;
	transform:translateX(-50%);
	top:100%;
	clear:both;
	height:100vh;
	background-color:#000;
	opacity:.7
	}
#gnb_menu > ul > li.active .submenu{visibility:visible;overflow:visible;opacity:1}

#gnb_menu .submenu > ul{
    display: flex;
    position: relative;
    flex-direction: column;
    width: calc(100% + 20px);
    height: 100%;
    min-height: 530px;
    flex-wrap: wrap;
    width: 100%;
    margin-right: -2px;
    padding: 16px 0;
    color: #1d1d1d;
}
#gnb_menu .submenu > ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 260px;
    height: calc(100% - 1px);
    background: #edf1f5;
}
#gnb_menu .submenu > ul > li{
    display:flex;
}
#gnb_menu .submenu > ul > li > a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/main/icon_gnb_arrow.png) center no-repeat;
    background-size: 20px auto;
    transition: all 0.3s;
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
}
#gnb_menu .submenu > ul > li > a {
    font-size: 17px;
    width: 260px;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 24px;
    transition: all 0.2s;
    background: #edf1f5;
    font-weight: 600;
    color: #052b57;
    box-sizing: border-box;
}
#gnb_menu .submenu > ul > li > a:hover,
#gnb_menu .submenu > ul > li > a:focus,
#gnb_menu .submenu > ul > li.active > a{
    background:#fff;
}
#gnb_menu .submenu > ul > li .dep3{
    display:none;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 260px);
    margin-left: 260px;
    padding: 24px 40px;
}
#gnb_menu .submenu > ul > li.active > .dep3{display:block}
.dep3_title{
    display: flex;
    height: 46px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
#gnb_menu .submenu > ul > li.is_link > a {
    position: relative;
}
#gnb_menu .submenu > ul > li.is_link > a::after {
    position: relative;
    content: '';
    background: url(/images/main/ico_more.png) center no-repeat;
    width: 30px;
    height: 30px;
    right: 0;
}
#gnb_menu .submenu > ul > li.is_link > a:before {
    display: none;
}
/* .dep3_title a:after{content:"";display:inline-block;position:relative;top:-.2rem;margin-left:.4rem;width:2.4rem;height:2.4rem;background:url('/images/layout/icon_gnb_rightArrow.png') center no-repeat;background-size:2rem auto;vertical-align:middle} */
#gnb_menu .submenu > ul ul{
    display:flex;
    flex-wrap:wrap
}
#gnb_menu .submenu .dep3_menu{
    position: relative;
    width: calc(33% - 20px);
    margin: 0 24px 20px 0;
    max-width: 280px;
}
.dep3 li:nth-child(3n) {
    margin-right: 0 !important;
}
#gnb_menu .submenu .dep3_menu a {
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #52575e;
    letter-spacing: 0;
    border: 1px solid #c5c9d6;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
#gnb_menu .submenu .dep3_menu a::before {
    position: absolute;
    content: '';
    background: url('/images/icon_gnb_arrow2.png') no-repeat ;
    width: 9px;
    height: 5px;
    right: 15px;
}
#gnb_menu .submenu .dep3_menu a:hover,
.force-hover {
    color: #1a6aba !important;
    border: 1px solid #1a6aba !important;
    transition: .3s all;
}
#gnb_menu .submenu .dep3_menu a:hover:before {
    background: url('/images/icon_gnb_arrow2_ov.png') no-repeat;
}
a.force-hover:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 5px;
    right: 15px;
    background: url('/images/icon_gnb_arrow2_ov.png') no-repeat !important;
}
#gnb_menu .submenu .dep4 li {
    width: 100%;
}
#gnb_menu .submenu .dep4 a:hover,
#gnb_menu .submenu .dep4 a:focus{
    color:#2677c9;
    position: relative;
}
#gnb_menu .submenu .dep4 {
    flex-direction: column;
    padding-top: 10px;
}
#gnb_menu .submenu .dep4 a {
    border: 0;
    color: #5f6670;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    line-height: 30px;
    height: auto;
    font-weight: 400;
}
#gnb_menu .submenu .dep4 a::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #5f6670;
    left: 22px;
}
#gnb_menu .submenu .dep4 a:hover::before {
    background: #2677c9 !important;
}
#gnb_menu .submenu .dep4 a:hover {
    border: none !important;
}
#gnb_menu .submenu .dep3_menu.active > a,
#gnb_menu .submenu .dep3_menu a.force-hover {
    color: #1a6aba !important;
    border: 1px solid #1a6aba !important;
}
#gnb_menu > ul > li.activeOnL > a {
    position: relative;
    z-index: 2;
    color: #0859ad;
    background-color: #fff;
}
#gnb_menu > ul > li.activeOnL > a:before {
    width: 100%;
}
#gnb_menu > ul > li.activeOnL > a:after {
    background-image: url(/images/main/icon_gnb_arrow_ov.png);
}
#gnb_menu > ul > li.activeOnL > a:after {
    transform: rotate(180deg);
}
#gnb_menu .activeOnM a {
    background: #fff !important;
}
#gnb_menu .activeOnS > a {
    color: #1a6aba !important;
    border: 1px solid #1a6aba !important;
    transition: .3s all;
}
#gnb_menu .activeOnS > a::before {
    background: url('/images/icon_gnb_arrow2_ov.png') no-repeat !important;
}
#gnb_menu .submenu .dep4 .activeOnS2 a {
    color:#2677c9;
}
#gnb_menu .submenu .dep4 .activeOnS2 a:before {
    background: #2677c9 !important;
}
/* 퀵 */
.quick-menu {
    font-family: 'Pretendard';
    position: absolute;
    top: 19%;
    right: 0;
    background: #fff;
    border-right: none;
    z-index: 999;
    box-shadow: -2px 0px 8px rgba(74, 105, 163, 0.1);
    border-radius: 30px 0 0 30px;
    z-index: 2;
}
.quick-menu ul {
    padding-top: 5px;
    padding-bottom: 65px;
}
.quick-menu li a {
    width: 72px;
}
.quick-menu li a i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f2f6;
}
.quick-menu ul li a {
    display: block;
    padding: 0 1px 0 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s, color 0.3s;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
}
.quick-menu ul li a span {
    text-align: center;
    font-size: 14px;
    color: #555;
    padding-top: 8px;
    letter-spacing: .2px;
    transition: .3s;
}
.quick-menu ul li a span:hover {
    color: #0859ad;
}
.quick-menu ul li a:hover {
}
.quick-menu ul li i {
    background-repeat: no-repeat;
    background-position: center;
}
.quick-menu ul li:nth-child(1) i {
    background-image: url('/images/main/quick_icon02.png');
}
.quick-menu ul li:nth-child(2) i {
    background-image: url('/images/main/quick_icon03.png');
}
.quick-menu ul li:nth-child(3) i {
    background-image: url('/images/main/quick_icon04.png');
}
.quick-menu ul li:nth-child(4) i {
    background-image: url('/images/main/quick_icon06.png');
}
.quick-menu ul li:nth-child(5) i {
    background-image: url('/images/main/quick_icon06.png');
}
/*
.quick-menu ul li:nth-child(6) i {
    background-image: url('/images/main/quick_icon06.png');
}
.quick-menu ul li:nth-child(7) i {
    background-image: url('/images/main/quick_icon07.png');
}
.quick-menu ul li:nth-child(8) i {
    background-image: url('/images/main/quick_icon08.png');
}
*/
.quick-menu .go-top {
    width: 62px;
    height: 62px;
    background-color: #1a67db;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: -22px;
    left: 9px;
}
.quick-menu .go-top span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* 푸터 */
#footer_new {
    background-color: #f0f0f0;
    color: #1d1d1d;
    font-family:'Pretendard';
    border-top: 1px solid #d8d8d8;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 400;
    margin-top: 100px;
}
#footer_new .con {
    padding: 20px 0;
}
#footer_new .f_logo {
}
.footer_info {
    display: flex;
    justify-content: space-between;
}
.footer_txt_area {
    margin: 40px 0;
}
.footer_txt_area address {
    margin-bottom: 20px;
}
.footer_txt_area p {
    margin-bottom: 5px;
}
.footer_txt_area strong {
    font-weight: 700;
}
.footersns_icon {
    padding-top: 38px;
}
.footersns_icon ul {
    display: flex;
    justify-content: flex-end;
}
.footersns_icon li {
    margin-left: 10px;
}
.footersns_icon li a {
    display: block;
    width: 40px;
    height: 40px;
    /* border: 1px solid #e4e4e4; */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px auto;
    border-radius: 50%;
}
.footer_bottom {
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
}
.footer_navlink ul {
    display: flex;
}
.footer_navlink li {
    margin-right: 10px;
    padding: 0 10px;
}
.footer_bottom .copyright2 {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}
/* 관련사이트 */
.affinity-hub {
    position: relative;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-size: 17px;
    letter-spacing: 0;
    font-family: 'Pretendard';
}
.affinity-hub .hub-trigger {
    background: #fff;
    padding: 0 17px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d0d3d7;
}

.affinity-hub .hub-icon img {
width: 16px;
height: 16px;
}
.affinity-hub .portal-tunnel {
display: none;
position: absolute;
bottom: 99%;
left: 0;
right: 0;
background: #fff;
border: 1px solid #ccc;
max-height: 265px;
overflow-y: auto;
z-index: 10;
}
.affinity-hub .portal-tunnel ul {
list-style: none;
margin: 0;
padding: 0;
}
.affinity-hub .portal-tunnel li {
border-bottom: 1px solid #eee;
}
.affinity-hub .portal-tunnel li a {
display: block;
padding: 12px 17px;
color: #333;
font-size: 16px;
text-decoration: none;
}
.affinity-hub .portal-tunnel li a:hover {
background-color: #f5f5f5;
}
.affinity-hub .hub-trigger::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url('/images/main/relate_ico.png') no-repeat;
    transition: all 0.3s;
    right: 16px;
}
.affinity-hub .hub-trigger:hover::before {
    transform: rotate(90deg);
}
/* 컬러값 */
.pCo_b {
    color: #003675;
}
/* 폰트 */
.fw_700 {
    font-weight: 700;
}
.menu-close-btn {
    display: none;
}
.header_menu_mobile,
.serMain_controls {
    display: none;
}

/* 반응형 */
@media screen and (max-width: 1240px) {
    #toplogo {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1000px) {
    #gnb_menu .submenu > ul:before {
        width: 200px;
    }
    #gnb_menu .submenu > ul > li .dep3 {
        width: calc(100% - 200px);
        margin-left: 200px;
        padding: 24px 1px 24px 40px;
    }
    #gnb_menu .submenu > ul > li > a {
        width: 200px;
    }
    .footer_bottom {
        flex-direction: column;
    }
    .footer_navlink ul {
        flex-wrap: wrap;
    }
    .footer_bottom .copyright2 {
        padding: 10px 0 0 10px;
    }
}
@media (max-width: 820px) {
    body.menu-open {
        overflow: hidden;
    }
    .header_menu{
        display: none;
    }
    .quick-menu {
        display: none;
    }
    .topicon_List .top_mnavi button {
        display: block;
    }
    #toplogo {
        padding-left: 0;
    }
    .gov_top .con {
        padding: 0 16px;
    }
    #toplogo a img {
        width: 80%;
    }
    .toplogotxt {
        padding-left: 0;
        font-size: 16px;
    }
    .topicon_List {
        padding-top: 10px;
    }
    .header_top .con {
        padding: 15px 16px 16px 16px;
        height: 90px;
    }
    .topicon_List {
        gap: 20px;
    }
    #footer_new .con {
        padding: 20px;
    }

    .footer_navlink ul {
        flex-wrap: wrap;
        font-size: 15px;
    }
    .footer_navlink li {
        padding-bottom: 10px;
    }

    .footer_info {
        flex-direction: column;
    }
    .footer_txt_area {
        font-size: 16px;
        margin: 40px 0 20px 0;
    }
    .footerlink_area {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .affinity-hub {
        margin: 0;
    }
    .footersns_icon {
        padding: 0;
    }
    .visual_wrapMain .con {
        padding: 0 20px;
    }
    .service_iconMain .con {
        padding: 0 20px;
        position: relative;
    }
    .serMain_contents li a {
        width: 111px !important;
    }
    .serMain_contents li > a > span {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 620px) {
    .gov_top .gov_desc {
        font-size: 13px;
    }
    .topicon_List button {
        font-size: 14px;
        font-weight: 600;
    }
    .toplogotxt {
        display: none;
    }
    #footer_new .f_logo img {
        width: 100px;
    }
    .footer_txt_area {
        margin-top: 30px;
    }
    .footerlink_area {
        flex-direction: column;
    }
    .affinity-hub {
        width: 100%;
        height: 46px;
    }
    .affinity-hub .hub-trigger {
        height: 46px;
    }
    .footersns_icon {
        padding-top: 20px;
    }
    .footersns_icon ul {
        justify-content: flex-start;
    }

}
/* 모바일메뉴 */
#mobileMenuWrap {
  position: fixed;
  font-family: 'Pretendard';
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow: auto;
}
#mobileMenuWrap.active {
  right: 0;
}
.mobileMenu2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.closeBtn {
  align-self: flex-end;
  margin: 16px;
  background: none;
  border: none;
  position: relative;
  width: 24px;
  height: 24px;
  float: right;
}
.closeBtn::before {
    content: "";
    display: block;
    width: 24px;
    height: 100%;
    background: url('/images/main/icon_close_24.png') center no-repeat;
    transition: all 0.2s;
}
.closeBtn:hover:before {
    transform: rotate(180deg);
}
.menuContainer {
  flex: 1;
  display: flex;
  height: 100%;
  border-top: 1px solid #d8d8d8;
}
.menuDepth1 {
  width: 32%;
  background: #edf1f5;
  border-right: 1px solid #d8d8d8;
  overflow-y: auto;
}

.menuDepth1 li a {
  display: block;
  padding: 20px 16px;
  font-weight: 600;
  font-size: 16px;
}

.menuDepth1 li.on {
  color:#fff;
}
.menuDepth1 li.on a {
    position: relative;
    z-index: 11;
}
.menuDepth1 li.on a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 8px;
    left: 2px;
    right: 0px;
    bottom: 0;
    height: 40px;
    border-radius: 24px;
    background: #00b6bd;
    background: -moz-linear-gradient(left, #00b6bd 0%, #4286e1 100%);
    background: -webkit-linear-gradient(left, #00b6bd 0%, #4286e1 100%);
    background: linear-gradient(to right, #00b6bd 0%, #4286e1 100%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}
.menuDepth2Wrap {
  width: 67%;
  overflow-y: auto;
  padding: 25px;
  background: #fff;
}

.dep1_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mobileMenu2 .dep2 > li {
  margin-bottom: 12px;
}
.mobileMenu2  .dep2 > li > a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.mobileMenu2 .dep3 {
  margin-left: 20px;
}
.mobileMenu2 .dep3 li {
    margin-bottom: 10px;
}
.mobileMenu2 .dep3 li a {
  font-size: 15px;
  display: block;
  padding: 3px 0;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  color: #1d1d1d;
}
.mobileMenu2 .dep3 li a::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #5f6670;
    top: 11px;
    left: -10px;
    border-radius: 3px;
}
.mobileMenu2 .dep3 li a:hover {
    color: #0c5fb3;
}
.mobileMenu2 .dep4 li a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}
.mobileMenu2 .dep4 li {
    margin-bottom: 0;
}
.mobileMenu2 .dep4 li a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #5f6670;
    top: 11px;
    left: 4px;
}
/* 숨김처리 */
.panel {
  display: none;
}

.panel.active {
  display: block;
}

@media (min-width: 821px) {
  #mobileMenuWrap,
  #menuOpenBtn-mobile {
    display: none !important;
  }
}
.sitemap_ic {
    background: url(/images/sitemap_ic.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}