@charset 'utf-8';

/* 탑메뉴 */

[data-menu-type='1'] {transition-property:height;}
/*[data-menu-type='1'][data-menu-top-background]:before {background-color:#2b52a7;}*/
[data-menu-type='1'][data-menu-bottom-background]:after {background-color:#fff;}
/* 공통 */
[data-menu-type='1'] [data-menu-text] {font-size:16px; line-height:18px;}
[data-menu-type='1'] [data-menu-text][target='_blank']:after {width:12px; height:12px; margin-left:5px;}
/* 제목상자 */
[data-menu-type='1'] div[data-menu-title] {width:300px; background-color:#005caa;}
[data-menu-type='1'] div[data-menu-title='2'] {transition-property:visibility, opacity;}
[data-menu-type='1'] div[data-menu-title] p {color:#fff; font-size:15px; line-height:17px; text-align:center;}
/* 제목상자 활성화 */
[data-menu-type='1'] div[data-menu-depth='1'].clearfix ul[data-menu-list='1'] > li.active div[data-menu-title='2'] {visibility:visible; opacity:1;}
/* 1차메뉴 */
[data-menu-type='1'] div[data-menu-depth='1'].clearfix ul[data-menu-list='1'] {width:900px;}
[data-menu-type='1'] ul[data-menu-list='1'] > li {width:14%;}
[data-menu-type='1'] [data-menu-text='1'] {padding:0 5px; color:#fff; text-align:center;}
[data-menu-type='1'] [data-menu-text='1'][target='_blank']:after {background-image:url('../images/depth_text_white_blank.png');}
/* 2차메뉴 */
[data-menu-type='1'] div[data-menu-depth='2'] {transition-property:visibility, background-color;}
[data-menu-type='1'] ul[data-menu-list='2'] {padding:15px 5px;}
[data-menu-type='1'] ul[data-menu-list='2'] > li {margin-top:10px;}
[data-menu-type='1'] ul[data-menu-list='2'] > li:first-child {margin-top:0;}
[data-menu-type='1'] [data-menu-text='2'] {color:#222; text-align:center;}
[data-menu-type='1'] [data-menu-text='2'][target='_blank']:after {background-image:url('../images/depth_text_black_blank.png');}
/* 2차메뉴 활성화 */
.menu_active [data-menu-type='1'] div[data-menu-depth='2'] {visibility:visible;}
[data-menu-type='1'] ul[data-menu-list='1'] > li.active div[data-menu-depth='2'] {background-color:#eee;}
/* 3차메뉴 */
[data-menu-type='1'] div[data-menu-depth='3'] {display:none;}
/* 메뉴높이 */
[data-menu-type='1'], [data-menu-type='1'][data-menu-top-background]:before {height:70px;}
[data-menu-type='1'][data-menu-bottom-background]:after, [data-menu-type='1'] div[data-menu-title] {top:70px;}
[data-menu-type='1'][data-menu-bottom-background]:after, [data-menu-type='1'] div[data-menu-title], [data-menu-type='1'] div[data-menu-depth='2'] {height:calc(100% - 70px);}
/* 중앙정렬 넓이 */
[data-menu-type='1'] div[data-menu-depth='1'], [data-menu-type='1'][data-menu-top-background]:before, [data-menu-type='1'][data-menu-bottom-background]:after {width:1280px;}
[data-menu-type='1'][data-menu-top-background='full']:before, [data-menu-type='1'][data-menu-bottom-background='full']:after {width:100%;}

/* 좌측메뉴 */

nav#left_menu {width:250px}
nav .sub_title{height:60px;font-size:20px;line-height:30px;color:#fff;text-align:center;background-color:#0054a6;padding-top:30px}
[data-menu-type='4'] {background-color:#fff;}
/* 공통 */
[data-menu-type='4'] ul[data-menu-list] > li.has > [data-menu-text]:before {background-image:url('../images/has_depth_off.png'); transition-property:width, height, margin-right;}
[data-menu-type='4'] a[data-menu-text][target='_blank']:after {background-image:url('../images/depth_text_white_blank.png'); transition-property:width, height, margin-left;}
/* 공통 활성화 */
[data-menu-type='4'] ul[data-menu-list] > li.has.active > [data-menu-text]:before {background-image:url('../images/has_depth_on.png');}
/* 1차메뉴 */
[data-menu-type='4'] [data-menu-text='1'] {padding:11px 5px; color:#333; font-size:16px; line-height:18px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.has > [data-menu-text='1']:before {width:12px; height:8px; margin-right:10px;}
[data-menu-type='4'] a[data-menu-text='1'][target='_blank']:after {width:12px; height:12px; margin-left:5px;}
/* 1차메뉴 활성화 */
[data-menu-type='4'] ul[data-menu-list='1'] > li.active [data-menu-text='1']:hover {text-decoration:none;}
/* 2차메뉴 */
[data-menu-type='4'] div[data-menu-depth='2'] {background-color:#175898; transition-property:visibility;}
[data-menu-type='4'] ul[data-menu-list='2'] {padding-right:5px; padding-left:5px; transition-property:padding-top, padding-bottom;}
[data-menu-type='4'] ul[data-menu-list='2'] > li {transition-property:margin-top;}
[data-menu-type='4'] [data-menu-text='2'] {color:#fff; transition-property:font-size, line-height;}
[data-menu-type='4'] ul[data-menu-list='2'] > li.has > [data-menu-text='2']:before {width:0; height:0;}
[data-menu-type='4'] a[data-menu-text='2'][target='_blank']:after {width:0; height:0;}
/* 2차메뉴 활성화 */
[data-menu-type='4'] ul[data-menu-list='1'] > li.active div[data-menu-depth='2'] {visibility:visible;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] {padding-top:15px; padding-bottom:15px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li {margin-top:10px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li:first-child {margin-top:0;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active [data-menu-text='2'] {font-size:16px; line-height:18px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active [data-menu-text='2']:hover {text-decoration:none;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.has > [data-menu-text='2']:before {width:12px; height:8px; margin-right:10px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active a[data-menu-text='2'][target='_blank']:after {width:12px; height:12px; margin-left:5px;}
/* 3차메뉴 */
[data-menu-type='4'] div[data-menu-depth='3'] {background-color:#24478b; transition-property:visibility;}
[data-menu-type='4'] ul[data-menu-list='3'] {padding-right:20px; padding-left:20px; border-top:0 solid #175898; transition-property:padding-top, padding-bottom, border-top-width;}
[data-menu-type='4'] ul[data-menu-list='3'] > li {transition-property:margin-top;}
[data-menu-type='4'] [data-menu-text='3'] {color:#fff; transition-property:font-size, line-height;}
[data-menu-type='4'] ul[data-menu-list='3'] > li.has > [data-menu-text='3']:before {width:0; height:0;}
[data-menu-type='4'] a[data-menu-text='3'][target='_blank']:after {width:0; height:0;}
/* 3차메뉴 활성화 */
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active div[data-menu-depth='3'] {visibility:visible;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active ul[data-menu-list='3'] {padding-top:20px; padding-bottom:20px; border-top-width:10px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active ul[data-menu-list='3'] > li {margin-top:10px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active ul[data-menu-list='3'] > li:first-child {margin-top:0;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active [data-menu-text='3'] {font-size:16px; line-height:18px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active ul[data-menu-list='3'] > li.active [data-menu-text='3']:hover {text-decoration:none;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active ul[data-menu-list='3'] > li.has > [data-menu-text='3']:before {width:12px; height:8px; margin-right:10px;}
[data-menu-type='4'] ul[data-menu-list='1'] > li.active ul[data-menu-list='2'] > li.active a[data-menu-text='3'][target='_blank']:after {width:12px; height:12px; margin-left:5px;}
/* 4차메뉴 */
[data-menu-type='4'] div[data-menu-depth='4'] {display:none;}

/* 모바일 메뉴 */
html.open {overflow: hidden;}
.m_menu_open {display:none;width: 50px; height: 50px; position: absolute; right: 0px; top: 10px; z-index: 1; background-image: url("/theme/cookie/img/mobile/m_menu_open.png"); background-size: 50%; background-repeat: no-repeat; background-position: center; cursor: pointer;-webkit-tap-highlight-color: rgba(255,255,255,0) !important;}
.close {width: 50px; height: 50px; position: absolute; right: 0px; top: 0px; background-image: url("/theme/cookie/img/mobile/m_menu_close.png"); background-size: 50%; background-repeat: no-repeat; background-position: center; cursor: pointer;-webkit-tap-highlight-color: rgba(255,255,255,0) !important;}
#m_menu_list {width: 250px; height: 100%; position: fixed; top: 0px; right: -252px; z-index: 10; border: 1px solid #c9c9c9; background-color: white; text-align: center; transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease;overflow:scroll;}
#m_menu_list.open {right: 0px;}
.page_cover.open {display: block;}
.page_cover {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.4); z-index: 4; display: none;}
/*메뉴 css 추가*/
.m_gnb_menu{margin-top:50px;}
.m_gnb_menu ul,.m_gnb_menu ul li{list-style:none;}
.m_gnb_menu ul li a{text-decoration:none;}
/*1차메뉴*/
.m_gnb_menu .m_gnb01_ul{text-align:left;padding-left:0;/*border-top:1px dashed #ccc;*/}
.m_gnb_menu .m_gnb01_ul>li{line-height:45px;/*border-bottom:1px dashed #ccc;*/}
/*.m_gnb_menu .m_gnb01_ul>li>a{display:block;font-size:17px;color:#1d1d1d;padding-left:25px;}*/
.m_gnb_menu .m_gnb01_ul>li>a{display:block;font-size:17px;color:#1d1d1d;padding-left:15px;border-left:5px solid #4299d0;background:#e8f4fc;font-weight:bold;}
/*2차메뉴*/
/*.m_gnb_menu .m_gnb01_ul>li>.m_gnb02_ul{padding-left:0;background:#f6f6f6;}*/
.m_gnb_menu .m_gnb01_ul>li>.m_gnb02_ul{padding-left:0;}
.m_gnb_menu .m_gnb01_ul>li>.m_gnb02_ul>li{line-height:40px;display:block;}
.m_gnb_menu .m_gnb01_ul>li>.m_gnb02_ul>li>a{display:block;font-size:15px;color:#4d4d4d;padding-left:30px;}

.m_gnb_menu .m_gnb01_ul>li.on>a{border-left:5px solid #4299d0;background:#e8f4fc;font-weight:bold;}
.m_gnb_menu .m_gnb01_ul>li.on>.m_gnb02_ul>li{display:block;}
@media (max-width: 768px) {
	.top_menu{display:none;}
	.m_menu_open{display:block;}
}
@media (max-width: 400px) {
	.top_menu{display:none;}
	.m_menu_open{display:block;top:;}
}

/*터치 영역 back 없애기*/
/*
.m_gnb_menu .m_gnb01_ul{-webkit-tap-highlight-color: rgba(0,0,0,0.8) !important;}
.m_gnb_menu .m_gnb01_ul>li>a{-webkit-tap-highlight-color: rgba(0,0,0,0.8) !important;}
.m_gnb_menu .m_gnb01_ul>li>.m_gnb02_ul{-webkit-tap-highlight-color: rgba(0,0,0,0.8) !important;}
.m_gnb_menu .m_gnb01_ul>li>.m_gnb02_ul>li{-webkit-tap-highlight-color: rgba(0,0,0,0.8) !important;}
.m_gnb_menu .m_gnb01_ul>li>.m_gnb02_ul>li>a{-webkit-tap-highlight-color: rgba(0,0,0,0.8) !important;}


.m_gnb_menu .m_gnb01_ul>li{-webkit-tap-highlight-color: rgba(0,0,0,0) !important;}
*/