@charset "utf-8";

/* gnb, lnb, footer 통합 공통 디자인 */
/* 덴올티비, 덴올몰, 덴잡, 에듀덴올, 덴잡, 덴잡소프트 */

* {padding: 0; margin: 0; /*box-sizing: border-box;*/}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul, ol {
  list-style-type: none;
}

html, body {
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  overflow-wrap: break-word;
  font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Dotum, 돋움, sans-serif;
}


/* 페이지 별 컬러 */

/* tv */
#denallHeader.denall-tv-integ-wrap .mainHeader {border-bottom: 1px solid #eb6100;}
#denallHeader.denall-tv-integ-wrap .subHeader_program_item:hover {color: #4c2ee5;}

/*#denallHeader.denall-tv-integ-wrap #denallGnb .list_gnb_item:hover .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #eb6100;  !* polyfill *!
}
#denallHeader.denall-tv-integ-wrap #denallGnb .list_gnb_item.active .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #eb6100;  !* polyfill *!
}*/

/* mall */
#denallHeader.denall-mall-integ-wrap .mainHeader {border-bottom: 1px solid #bc1c7e;}
#denallHeader.denall-mall-integ-wrap .subHeader_program_item:hover {color: #e12383;}


#denallHeader.denall-mall-integ-wrap #denallGnb .list_gnb_item:hover .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #fcbae4;  /* polyfill */
	background-image: linear-gradient(to right, #df88c2, #fcbae4), linear-gradient(to top, #c01186, #f977ca);
}
#denallHeader.denall-mall-integ-wrap #denallGnb .list_gnb_item.active .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #f977ca;  /* polyfill */
  /* background: linear-gradient(90deg, rgba(106,20,209,1) 0%, rgba(200,32,144,1) 100%); */
  background: linear-gradient(to right, #c01186, #f977ca);
}

/* edu */
#denallHeader.denall-edu-integ-wrap .mainHeader {border-bottom: 1px solid #2947da;}
#denallHeader.denall-edu-integ-wrap .subHeader_program_item:hover {color: #1c67ff;}


#denallHeader.denall-edu-integ-wrap #denallGnb .list_gnb_item:hover .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #99deea;  /* polyfill */
	background-image: linear-gradient(to right, #9399ed, #99deea), linear-gradient(to top, #2733db, #33bfd5);
}
#denallHeader.denall-edu-integ-wrap #denallGnb .list_gnb_item.active .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #33bfd5;  /* polyfill */
  /* background: linear-gradient(90deg, rgba(106,20,209,1) 0%, rgba(200,32,144,1) 100%); */
  background: linear-gradient(to right, #2733db, #33bfd5);
}


/* job */
#denallHeader.denall-job-integ-wrap .mainHeader {border-bottom: 1px solid #5f4bd9;}
#denallHeader.denall-job-integ-wrap .subHeader_program_item:hover {color: #4a2cff;}


#denallHeader.denall-job-integ-wrap #denallGnb .list_gnb_item:hover .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #bdb8fe;  /* polyfill */
	background-image: linear-gradient(to right, #a39adb, #bdb8fe), linear-gradient(to top, #4735b8, #7d73ff);
}
#denallHeader.denall-job-integ-wrap #denallGnb .list_gnb_item.active .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #7d73ff;  /* polyfill */
  /* background: linear-gradient(90deg, rgba(106,20,209,1) 0%, rgba(200,32,144,1) 100%); */
  background: linear-gradient(to right, #4735b8, #7d73ff);
}


.denall-job-integ-wrap {}

/* soft */
#denallHeader.denall-soft-integ-wrap .mainHeader {border-bottom: 1px solid #386a8d;}
#denallHeader.denall-soft-integ-wrap .subHeader_program_item:hover {color: #018fbe;}


#denallHeader.denall-soft-integ-wrap #denallGnb .list_gnb_item:hover .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #a3d6d6;  /* polyfill */
	background-image: linear-gradient(to right, #9aa8d1, #a3d6d6), linear-gradient(to top, #3551a4, #47aeae);
}
#denallHeader.denall-soft-integ-wrap #denallGnb .list_gnb_item.active .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #47aeae;  /* polyfill */
  /* background: linear-gradient(90deg, rgba(106,20,209,1) 0%, rgba(200,32,144,1) 100%); */
  background: linear-gradient(to right, #3551a4, #47aeae);
}


/****/

#denallHeader.denall-tv-integ-wrap .subHeader {padding: 0 50px 0 216px;}
#denallHeader.denall-mall-integ-wrap .subHeader {padding: 0 45px 0 240px;}
#denallHeader.denall-edu-integ-wrap .subHeader {padding: 0 50px 0 290px;}
#denallHeader.denall-job-integ-wrap .subHeader {padding: 0 50px 0 370px;}
#denallHeader.denall-soft-integ-wrap .subHeader {padding: 0 50px 0 420px;}

/* #denallHeader.denall-tv-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 266px);} */
#denallHeader.denall-mall-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 285px);}
/* #denallHeader.denall-edu-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 340px);} */
/* #denallHeader.denall-job-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 420px);} */
#denallHeader.denall-soft-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 470px);}


/****/


#denallHeader {
	position: absolute; left: 0; top: 0; z-index: 999;
  width: 100%; background-color: #fff;
  font-size: 100%;
  font-family: Pretendard;
}

.subHeader-fixed {position:fixed; top:0px; width:100%; z-index: 7000;}
.denall-mall-allmenu {position: absolute;z-index: 9999;top: 62px;left: 30px;}
.allmenu-scroll-fixed {position:fixed; top:13px !important;}

#denallHeader button:hover, #denallHeader button:focus, #denallHeader button:active {
  border: none;
  outline: 0;
  cursor: pointer;
}

#denallHeader select:hover, #denallHeader select:focus, #denallHeader select:active {
  border: none;
  outline: 0;
  cursor: pointer;
}

#denallGnb .list_gnb .gnb_maintitle{ font-weight:bold; font-size:18px; color: #666; /*font-family: auto;*/}


#denallHeader a:link, a:visited {
  text-decoration: none;
  color: #111;
  font-size: 100%;
}

#denallHeader a:link img, a:visited img{
  border: 0px;
}

#denallHeader .mainHeader {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 0 50px;
  height: 49px;
  background: #fff;
  z-index: 8000;
}

#denallGnb .screen_out {
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0px;
  left: -99999px;
  overflow: hidden;
}


.search_ranking_slider div {display: flex;  justify-content: space-between;align-items: center;font-size: 14px;font-weight: normal;height: 16px;}
.search_ranking_slider div img {width:12px; height: 10px; margin:0px 5px;}
.search_ranking_slider .strong {color:#ed0080;font-weight: bold;}


/* Header area */


/* mainHeader left area */
#denallHeader .header-left {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	height: 100%;
}
/* mainHeader left area - logo area */
#denallHeader .denall_logo img {margin-bottom: 2px; /*margin-top: -2px;*/}

/* mainHeader left area - GNB area */
#denallGnb { height: 100%; margin-left: 80px; }
#denallGnb .list_gnb{ display:flex; height:100%; letter-spacing: normal; }
#denallGnb .list_gnb_item { position: relative; height:100%; cursor: pointer; transition: .2s; display: flex; }
#denallGnb .list_gnb_item:hover, #denallGnb .list_gnb_item.active { background: #fff; }

#denallGnb .list_gnb_item:hover .list_gnb_link .gnb_maintitle, #denallGnb .list_gnb_item.active .list_gnb_link .gnb_maintitle {color: #111;}

/*#denallGnb .list_gnb_item:hover::before,
#denallGnb .list_gnb_item.active::before {
	content: url(../images/gnb-sh-l.png);
	display: inline-block;
	position: absolute; top: 0; left: -12px;
	height: 100%;
}
#denallGnb .list_gnb .mall:hover::before {
	border-left: 1px solid #dee1e6;
	content: '';
	display: inline-block;
	left: -1px;
	height: 100%;
}
#denallGnb .list_gnb_item:hover::after,
#denallGnb .list_gnb_item.active::after {
	content: url(../images/gnb-sh-r.png);
	display: inline-block;
	position: absolute; top: 0; right: -12px;
	height: 100%;
}

#denallGnb .list_gnb_item:hover .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: #a379ca;  !* polyfill *!
	background-image: linear-gradient(to left, #f4b9e2, #a379ca), linear-gradient(to top, #c82090, #6a14d1);
}
#denallGnb .list_gnb_item.active .list_gnb_link::after {
	position: absolute; bottom: 0; left: 0;
	content: ' ';
	display: block; width: 100%; height: 4px;
	background: rgb(106,20,209);  !* polyfill *!
	background: linear-gradient(90deg, rgba(106,20,209,1) 0%, rgba(200,32,144,1) 100%);
}*/

#denallGnb .list_gnb_link {
	position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  line-height: 28px;
	font-size: 18px;
}

#denallHeader .subHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px 0 216px; /* 216 = 32 + 96 + 88 (여백+로고크기+gnb여백) */
	height: 44px;
	background: #fff;
	box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.3);
	font-size: 14px;
	font-weight: bold;
	/* border-top: 1px solid #dee1e6; */
}


#denallHeader .subHeader_submit_button {line-height: 30px; margin:0px 2px; font-size: 13px; display: block; padding: 0px 20px; border-radius: 2px; border:1px solid #ccc; background-color: #ffffff;}
#denallHeader .sub_gnb_button_wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: bold;
  letter-spacing: -0.075em;
  position: relative;
}



#denallHeader .subHeader_submit_button.edu_shbtn {border: solid 1px #c7ccd1; background-color: #e0e4e8;}
#denallHeader .subHeader_submit_button.mall_shbtn {border: solid 1px #d7cad1; background-color: #e3dadf;}
#denallHeader .subHeader_submit_button.job_shbtn {border: solid 1px #cac5d7; background-color: #e5e2ee;}
#denallHeader .subHeader_submit_button.soft_shbtn {border: solid 1px #018fbe;}
#denallHeader .subHeader_submit_button.soft_shbtn.blue {border: solid 1px #c6d2d6;background-color: #e2ebee;}

#denallHeader .subHeader_submit_button.edu_shbtn:hover {border: solid 1px #c7ccd1; background-color: #c7ccd1;}
#denallHeader .subHeader_submit_button.mall_shbtn:hover  {border: solid 1px #d7cad1; background-color: #d7cad1;}
#denallHeader .subHeader_submit_button.job_shbtn:hover  {border: solid 1px #cac5d7; background-color: #cac5d7;}
#denallHeader .subHeader_submit_button.soft_shbtn:hover  {border: solid 1px #018fbe; background-color: #dfedf1;}
#denallHeader .subHeader_submit_button.soft_shbtn.blue:hover {border: solid 1px #c6d2d6;background-color: #c6d2d6;}

#denallHeader .subHeader_program {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#denallHeader .subHeader_program_item {
	flex-shrink: 0;
	margin-right: 26px;
	/* color: #666; */
	cursor: pointer;
}
#denallHeader .subHeader_program_item:hover {
	color: #db5faa;
}
#denallHeader .subHeader_program_item:active,
#denallHeader .subHeader_program_item.selected {
	color: #ff0099;
}
#denallHeader .subHeader_program_all {
	padding-left: 21px;
	display: inline-flex;
	flex-shrink: 0;
	margin-left: 80px;
	font-size: 13px;
	color: #542ca4;
  background: url(../images/btn-gnb-pro-all-h-s.png) no-repeat;
  line-height: 15px;
}
#denallHeader .subHeader_program_all:hover,
#denallHeader .subHeader_program_all:active {
	background: url(../images/btn-gnb-pro-all-h-s.png) no-repeat;
	color: #5b10f1;
}

#denallHeader .subHeader .sub_gnb_button_wrap .alert_num {
  position: relative;
  top: -3px;
  right: -3px;
  /* display: none; */
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e03994;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 13px;
  /* margin: 0px 5px; */
  display: inline-block;
  text-align: center;
}


.denall-mall-integ-wrap .mini_gnb_2 .search_detail::after {
  content: ' ';
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 19px;
  background-color: #444 !important;
}

/**/
.top_search_b .input_wrap .search_ranking .strong, .top_search_b .input_wrap .search_ranking_banners .strong {
  color: #ed0080;
  font-weight: bold;
}
.top_search_b {
  position: relative;
}


.top_search_b .input_wrap .search_top_select {
  position: absolute;
  left: 0;
  top: 4px;
  width: 103px;
  border-right: #5b5b5b solid 1px;
  height: 22px;
  background: url(../images/icon_ar_down.png) no-repeat right;
}
.top_search_b .input_wrap .top_search_input {
  width: 100%;
  border: 0px none;
  height: 30px;
  line-height: 30px;
  background: #f3f3f4;
}
.top_search_b .input_wrap .top_search_rank {
  background-color: #fff;
  width: 129px;
  right: 0px;
  /* margin-right: 0px; */
  position: absolute;
  margin: 0px;
  padding-left: 9px;
  border-left: 1px solid #ddd;
}
.top_search_b .input_wrap .search_ranking {
  z-index: 99;
  position: absolute;
  right: 8px;
  line-height: 30px;
  width: 141px;
  height: 30px;
  overflow: hidden;
}
.top_search_b .input_wrap .search_ranking .ranking_txt, .top_search_b .input_wrap .search_ranking_banners .ranking_txt {
  width: 100px;
  display: inline-block;
}


.search_ranking {
  width: 142px;
  /* height: 32px; */
  border: 1px solid #d6d6dd;
  /* vertical-align: baseline; */
  /* justify-content: center; */
  /* align-items: center; */
  /* line-height: 32px; */
  padding: 8px;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -2px;
}


/**/



/* mainHeader right area  - mini GNB area */
.mini_gnb_list { display: flex; align-items: center; flex-shrink: 0; font-size:14px; line-height:22px; font-weight: bold; letter-spacing: 0; max-width: calc(100% - 115px); }
.mini_gnb { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.mini_gnb > li { display: flex;  display: -ms-inline-flexbox; align-items: center; cursor: pointer; float: left; padding: 2px 0;}
.mini_gnb > li:not(:last-child)::after {
	content: ' ';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #CCCCCC;
	margin: 0 8px;
  border-radius: 50%;
}
.mini_gnb span{color:#ccc;}
.mini_gnb .login_name { position: relative; }
.alert_logout_toggle {
	margin-left: 2px;
	vertical-align: -2px;
}
.alert_logout{
	position: absolute;right: 21px; top: calc(100% + 9px);
	box-shadow: 1.3px 2.7px 8px 0 rgba(0, 0, 0, 0.65);
	z-index:100;
	text-align: center;
	display:none;
}
.alert_logout_inner{background-color:#fff;padding: 15px 13px 16px 10px;font-size: 12px;border: #000 solid 1px;}
.alert_logout_inner li {
	cursor: pointer;
	white-space: nowrap;
	text-align: left;
	margin-bottom: 5px;
	letter-spacing: -0.075em;
}
.alert_logout_inner li:last-child {
	margin-bottom: 0;
}
.alert_logout_inner li:hover,
.alert_logout_inner li.selected,
.alert_logout_inner li:active,
.alert_logout_inner li a:hover,
.alert_logout_inner li a.selected,
.alert_logout_inner li a:active {
	color: #3333cc !important;
}


/*
    로그인한 후 mini_gnb(오른쪽 상단)에 나타나져야 하는 것
    class명 li:   login > login_name // signup > login_mypage
*/
.alert{position: relative;}

/* Header - mini gnb searching/alert (오른쪽 상단) */
.mini_gnb_2 {
	display: flex;
	align-items: center;
}
.mini_gnb_2::after {
	content: ' ';
	display: inline-block;
	margin: 0 13px; width: 1px; height: 19px;
	background-color: #ccc;
}
.mini_gnb_2 > ul{display: block;}
.mini_gnb_2 .search_alert { font-size:13px; display:flex; flex-direction:row; align-items:center; }
.mini_gnb_2 .search_alert_item {
	position: relative;
}
.mini_gnb_2 .alert_area { position: relative; margin-left:16px; display: inline-block; }
.mini_gnb_2 .alert_icon {
	display:inline-block; width:22px; height:23px;
	background:url("../images/icn-gnb-alert-n.png") no-repeat;
}
.mini_gnb_2 .alert_area:hover .alert_icon { background-image:url("../images/icn-gnb-alert-h-s.png"); }
.mini_gnb_2 .alert_num {
	position: absolute; top: -3px; right: -3px;
	display: none; /* 보일 때는 display: flex 해야 함*/
	justify-content: center; align-items: center;
	width:16px; height:16px; border-radius:50%;
	background-color:#3333cc;
	font-size:10px; color:#fff; font-weight: bold;
}

/* .mini_gnb_2 .top_search_area {
	position:relative; padding: 0 12px;
	border: 1px solid #d6d6dd; border-radius: 3px;
	display: flex; justify-content: space-between; align-items: center;
	width: 374px; height: 34px;
	background: #ececf0;
} */


.mini_gnb_2 .top_search_area {
  position: relative;
  padding: 0 12px;
  border: 1px solid #d6d6dd;
  /* border-radius: 3px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 374px;
  height: 32px;
  background: #ececf0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  /* border-top-right-radius: 0px; */
  /* border-bottom-right-radius: 0px; */
}

.search_top_select {
  border: 0px;
  background-color: transparent;
  font-size: 13px;
  color: #666;
  letter-spacing: -0.98px;
  background: url(../images/icon-drop.png) no-repeat right;
  -webkit-appearance: none;
  appearance: none;
}





.mini_gnb_2 .search_detail {
	flex-shrink: 0;
	display: flex; align-items: center;
}
.mini_gnb_2 .search_detail::after {
	content: ' ';
	display: inline-block;
	margin: 0 12px;
	width: 1px;
	height: 19px;
	background-color: #ccc;
}

.mini_gnb_2 .search_detail_box {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	transform: translateX(-50%);
	background-color: #e6e6f6;
	background: -moz-linear-gradient(#e6e6f6 66%, #b5b5e2 100%);
	background: -webkit-linear-gradient(#e6e6f6 66%, #b5b5e2 100%);
	background: linear-gradient(#e6e6f6 66%, #b5b5e2 100%);
	box-shadow: 0px 6px 16px 0 rgba(32, 43, 83, 0.7), inset 1.1px 1.1px 0 0 #ffffff;
  	border: 1px solid;
	border-radius: 2px;
  	border-image-source: linear-gradient(to top, #5757df, #a2a2e3);
  	border-image-slice: 1;
	padding: 16px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.1em;
}
.mini_gnb_2 .search_detail_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
.mini_gnb_2 .search_detail_title {
	color: #333;
	margin-bottom: 7px;
}
.mini_gnb_2 .search_detail_teethBox {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.mini_gnb_2 .search_detail_teethNo {
	margin-right: 9px;
	display: flex;
	flex-wrap: wrap;
	width: 495px;
	box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2);
	border: 1px solid rgb(194, 194, 204);
}
.mini_gnb_2 .header_search_detail_teethNoItem {
	padding: 5.5px 0;
	width: 6.25%;
	text-align: center;
	background: rgb(242,250,249);
	background: -moz-linear-gradient(0deg, rgba(242,250,249,1) 0%, rgba(229,250,249,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(242,250,249,1) 0%, rgba(229,250,249,1) 100%);
	background: linear-gradient(0deg, rgba(242,250,249,1) 0%, rgba(229,250,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2faf9",endColorstr="#e5faf9",GradientType=1);
	cursor: pointer;
	color: #666;
}
.mini_gnb_2 .header_search_detail_teethNoItem + .header_search_detail_teethNoItem{
	border-left: 1px solid rgb(194, 194, 204);
}
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(8),
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(24) {
	border-right: 1px solid rgb(48, 48, 48);
}
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(9),
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(17),
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(25) {
	border-left: 0;
}
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(-n+16) {
	border-bottom: 1px solid rgb(48, 48, 48);
}
.mini_gnb_2 .header_search_detail_teethNoItem:hover {
	background: #8d92d1;
	color: #fff;
}
.mini_gnb_2 .header_search_detail_teethNoItem:active,
.mini_gnb_2 .header_search_detail_teethNoItem.selected {
	background: #5b5bee;
	color: #fff;
	box-shadow: 0px 4px 10px 0 rgba(11, 50, 195, 0.6);
}
.mini_gnb_2 .header_search_detail_teethNoItem .number{
	position: relative;
	left: -1px;
}
.mini_gnb_2 .search_detail_teethGroupButton {
	width: 70px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2), inset 1px 1px 0 0 rgba(255, 255, 255, 0.6);
  	border-style: solid;
  	border-width: 1px;
  	border-image-source: linear-gradient(to top, #a6a6cb, #b0b0d7);
  	border-image-slice: 1;
  	background-image: linear-gradient(to top, #e1e1ed, #ddddee);
  	color: #4e4e7b;
  	font-size: 12px;
}
.mini_gnb_2 .search_detail_teethGroupButton.selected {
	background: #5b5bee;
	color: #fff;
	box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2);
}
.mini_gnb_2 .search_detail_teethGroupButton:not(:last-child) {
	margin-bottom: 5px;
}
.mini_gnb_2 .header_search_detail_teethGroupButton {
	width: 70px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2), inset 1px 1px 0 0 rgba(255, 255, 255, 0.6);
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(to top, #a6a6cb, #b0b0d7);
	border-image-slice: 1;
	background-image: linear-gradient(to top, #e1e1ed, #ddddee);
	color: #4e4e7b;
	font-size: 12px;
}
.mini_gnb_2 .header_search_detail_teethGroupButton.selected {
	background: #5b5bee;
	color: #fff;
	box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2);
}
.mini_gnb_2 .header_search_detail_teethGroupButton:not(:last-child) {
	margin-bottom: 5px;
}
.mini_gnb_2 .search_detail_subject {
	display: flex;
	/* justify-content: space-evenly; */
	width: 575px;
	box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2);
  	border-style: solid;
  	border-width: 1px;
  	border-image-source: linear-gradient(to top, #9e9eb5, #bbbbcb);
  	border-image-slice: 1;
  	background-image: linear-gradient(to top, #f2fbfa, #e5faf9);
}
.mini_gnb_2 .search_detail_subjectItem {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: #566070;
	width: 14.2857%;
	text-align: center;
	cursor: pointer;
	padding: 5px 0;
}
.mini_gnb_2 .search_detail_subjectItem:hover {
	background: #8d92d1;
	color: #fff;
}
.mini_gnb_2 .search_detail_subjectItem:active,
.mini_gnb_2 .search_detail_subjectItem.selected {
	background: #5b5bee;
	color: #fff;
	box-shadow: 0px 4px 10px 0 rgba(11, 50, 195, 0.6);
}
.mini_gnb_2 .search_detail_subjectItem .text {
	width: 100%;
}

.mini_gnb_2 .search_detail_subjectItem:not(:last-child)::after {
	content: ' ';
	display: block;
	width: 1px;
	height: 22px;
	background-color: #bfbfbf;
}
.mini_gnb_2 .header_search_detail_subjectItem {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: #566070;
	width: 14.2857%;
	text-align: center;
	cursor: pointer;
	padding: 5px 0;
}
.mini_gnb_2 .header_search_detail_subjectItem:hover {
	background: #8d92d1;
	color: #fff;
}
.mini_gnb_2 .header_search_detail_subjectItem:active,
.mini_gnb_2 .header_search_detail_subjectItem.selected {
	background: #5b5bee;
	color: #fff;
	box-shadow: 0px 4px 10px 0 rgba(11, 50, 195, 0.6);
}
.mini_gnb_2 .header_search_detail_subjectItem .text {
	width: 100%;
}

.mini_gnb_2 .header_search_detail_subjectItem:not(:last-child)::after {
	content: ' ';
	display: block;
	width: 1px;
	height: 22px;
	background-color: #bfbfbf;
}
.mini_gnb_2 .search_detail_button {
	display: flex; align-items: center;
	font-size: 12px;
	letter-spacing: -0.1em;
  color: #666699;
  border: 0;
}
.mini_gnb_2 .search_detail_button::after {
	content: url(../images/icn-gnb-search-open.png);
	display: block;
	margin: -5px 0 0 10px; width: 7px;
}
.mini_gnb_2 .search_detail_button:hover,
.mini_gnb_2 .search_detail_button.selected {
	color: #3333cc;
}
.mini_gnb_2 .search_detail_button.selected::after {
	content: url(../images/icn-gnb-search-close.png);
}
.mini_gnb_2 .btn_top_search {
	flex-shirnk: 0;
	width: 22px;
	height: 22px;
}
.mini_gnb_2 .icon_search {
	flex-shrink: 0;
	width: 100%; height: 100%;
	display:inline-block;
	background:url("../images/icn-gnb-search-n.png") no-repeat; cursor: pointer;
}
.mini_gnb_2 .icon_search:hover { background-image:url("../images/icn-gnb-search-h-s.png"); }
.mini_gnb_2 .searchinput {
	text-indent: 0;
	color: #5c5c6d;
	outline: 0;
	font-size: 13px;
	letter-spacing: -0.1em;
	border: 0;
	background: transparent;
	flex-grow: 1;
  font-weight: bold;
  height: 32px;
}
.mini_gnb_2 .searchinput::placeholder{ color: #5c5c6d; }

/* 영상검색 눌렀을 경우 검색창 나타나기*/
/*
    .mini_gnb_2 .search_alert > 너비 변경 // width:211px; > 344px;
*/

/*
.mini_gnb_2 .search_alert{width:344px;}
.mini_gnb_2 .search_alert li a img.icn-gnb-search-n{position: relative;right:25px;top:9px;}
.mini_gnb_2 .search_alert li a img.icn-gnb-search-h{position: relative;right:25px;top:9px;}
.mini_gnb_2 .search_alert {width:425px;}
.mini_gnb_2 .search_alert li a.searching >span{display: none;}
.mini_gnb_2 .search_alert li a.searching{margin-top:-9px;width:255px;}
*/
.mini_gnb_2 .alert_details {
	width:380px;max-height:520px;
	position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%);
	box-shadow:0px 4px 14px 0 rgba(0, 0, 0, 0.5);z-index:9999;display:none;
}
.mini_gnb_2 .alert_details_inner{max-height:475px;padding:0px 20px 0px 20px;/*그중 스크롤바20px*/display:block;overflow:auto;background-color:#fff;}
.mini_gnb_2 .alert_details .alert_details_inner li{border-bottom:1px solid #e5e5e5;text-align:left;padding:20px 0 15px;}
.mini_gnb_2 .alert_details .alert_details_inner li:last-child{border-bottom:0;}
.mini_gnb_2 .alert_details .alert_details_inner li a{display:block; overflow:hidden;}
.mini_gnb_2 .alert_details .alert_details_inner li a img{max-width: 100%; max-height: 100%; display:inline-block;}
.mini_gnb_2 .alert_details .alert_details_inner li a .alert_detail_box{width:192px;float: left;font-size:14px;letter-spacing:-1.4px;}
.mini_gnb_2 .alert_details .alert_details_inner li a .alert_detail_box strong{display:block;font-size:16px;line-height:18px;letter-spacing:-0.1em;font-weight:bold;margin-bottom:4px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.mini_gnb_2 .alert_details .alert_details_inner li a .alert_detail_box .updated_time{color:#999;padding-top:5px;}
.mini_gnb_2 .alarm_desc {color: #333; font-size: 14px; letter-spacing: -0.1em; text-overflow: ellipsis; overflow: hidden; max-height: 36px; line-height: 18px; word-break: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}
.mini_gnb_2 .alert_thumb_wrapper { width: 112px; height: 62px; float:left; margin-right:14px; background-color: #e6e6e6; }

/* 알림 전체보기 버튼 */
.mini_gnb_2 .more{height:40px;line-height:40px;background-color:#e8e9ef;text-align: center;padding:0;}
.mini_gnb_2 .alert_button_more {
	background: url(../images/icn-alert-more.png) no-repeat right 2.5px;
	padding-right: 21px;
	color:#333;
	font-weight: bold;
	font-size:14px;
	letter-spacing: -0.1em;
}





@media (max-width: 1440px) {
	#denallGnb {
		margin-left: 64px;
	}
	#denallHeader .subHeader {
		padding: 0 50px 0 192px; /* 192 = 32 + 96 + 64 (여백+로고크기+gnb여백) */
	}
	.mini_gnb_2 .top_search_area {
		width: 354px;
	}
}
@media (max-width: 1280px) {
	#denallGnb {
		margin-left: 38px;
	}
	#denallHeader .subHeader {
		padding: 0 50px 0 166px; /* 166 = 32 + 96 + 38 (여백+로고크기+gnb여백) */
	}
	.mini_gnb_2 .top_search_area {
		width: 314px;
	}
}

/* 덴올 1차 통합 수정 */
/* 덴올몰 */
.quick_order.integ_container {margin-top:95px}
.container_order.integ_container {margin-top:95px}
.dds_logout.integ_container {margin-top:95px}

.cate_wrap {background: #eceff1;}
.cate_wrap .cate_menu {margin-left: 195px; height: 34px;}

.cate_wrap .cate_menu>li>a {font-size: 13px;height: 34px;line-height: 34px;}

.all_cate {top: 34px; left: 730px;}
.subHeader_program img {vertical-align:unset;}

/* 덴올몰 배너 */
/*
.top_event_banners {display: none; margin-top: 141px;}
.top_event.expandable:hover {box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);}
*/

.top_event_expandable {width:333px;}
.top_event_expandable:hover {box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);}

/* 덴플 edu 1차 통합 수정 */
h1.denall_logo {margin:0px; font-size:0;}
.page-wrapper-row.full-height .page-content-container {margin-top:40px;}

/* 덴잡 footer 상단 여백*/
/* .denjob-new-footer {margin-top: 70px;} *//* 덴잡에서 inline 처리 함 */

.top_event_banners {overflow: hidden;}


/* ie9 전용 hack */

@media screen and (min-width:0\0) {

:root #denallHeader {}
:root #denallGnb .list_gnb_link {position: relative\9;}
:root #denallHeader .mainHeader {width:100%; box-sizing: border-box;}
:root #denallHeader .subHeader {width:100%; line-height: 44px\9;}
:root #denallHeader .subHeader div:nth-child(1) {float: left;}
:root #denallHeader a:link img, a:visited img {border: 0px;}
:root #denallHeader .subHeader_program {display: inline-block;}
:root #denallGnb {display: inline-block;}
:root #denallGnb .list_gnb {display: inline-block;}
:root #denallGnb .list_gnb_item { display: inline-block;}
/* :root #denallGnb .gnb_maintitle  {line-height: 47px;} */
:root #denallHeader .header-left {display: table; float:left;}
:root #denallHeader .sub_gnb_button_wrap {display: inline-block;}
:root .mini_gnb_list {display: inline-block; float: right;  /*height: 50px;*/}
:root .mini_gnb_2 .search_alert {display: inline-block; float: left;}
:root #denallHeader .sub_gnb_button_wrap {display: inline-block; float: right; top: 0px; height: 44px\9; top:-44px\9 ;}
:root #denallHeader .subHeader_submit_button {display: inline-block;}
:root .search_ranking {display: inline-block;}
:root .search_ranking_slider div {display: inline-block; line-height: 16px;}
:root .top_event_banners div {height: 44px;}
:root .top_event_slider {height: 44px;}
:root .top_event_expandable {overflow: hidden;}
:root .denall_logo {width:120px; display: inline-block; vertical-align: middle;}
/* :root .mini_gnb > li {display: inline-block;} */
:root .mini_gnb_2 .search_detail {float: left; /*display: inline-block;*/}
:root .mini_gnb_2 .btn_top_search {float: right; line-height: 32px;}
:root .mini_gnb_2 .icon_search {width: 30px; height: 30px; background-position: center;}
:root .alert_logout {/*height: 95px;*/ width: 90px;}
:root .alert_logout_inner li {line-height: 15px;}
:root #denallHeader.denall-mall-integ-wrap .mainHeader {box-sizing: border-box;}
:root #denallHeader.denall-mall-integ-wrap .subHeader {box-sizing: border-box;}
/* :root .denall-mall-integ-wrap#denallHeader #denallGnb .active.list_gnb_item .list_gnb_link::after {top:30px;} */
:root .mini_gnb_2 {display: inline-block\9; vertical-align:middle; margin-top:7px; float: left;}
:root .mini_gnb {display: inline-block; vertical-align: middle; line-height: 47px;}

/*:root #denallHeader.denall-tv-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 266px);} */
:root #denallHeader.denall-mall-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 0px);}
/*:root #denallHeader.denall-edu-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 340px);} */
/*:root #denallHeader.denall-job-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 420px);} */
/*:root #denallHeader.denall-soft-integ-wrap .subHeader.subHeader-fixed {width: calc(100% - 470px);} */
}



/* ie7 전용 hack */

*+html #denallHeader.denall-mall-integ-wrap .mainHeader {box-sizing: -ms-border-box;}
*+html #denallHeader.denall-mall-integ-wrap .subHeader {box-sizing: -ms-border-box; border-bottom: 1px solid #d5d5d5;}
*+html #denallHeader .mainHeader {}
*+html #denallHeader .subHeader {line-height: 44px;}
*+html #denallHeader .subHeader div:nth-child(1) {float: left;}
*+html #denallHeader a:link img, a:visited img {border: 0px;}
*+html #denallHeader .subHeader_program {display: inline-block;}
*+html #denallGnb {display: inline-block; margin-left: 63px;}
*+html #denallGnb .list_gnb {display: inline-block;}
*+html #denallGnb .list_gnb_item { display: inline-block; float: left;}
*+html #denallGnb .gnb_maintitle  {line-height: 47px;}
*+html #denallHeader .header-left {display: table; float:left;}
*+html #denallHeader .sub_gnb_button_wrap {display: inline-block;}
*+html .mini_gnb_list {display: inline-block; float: right;  height: 50px; vertical-align: middle;}
*+html .mini_gnb_2 .search_alert {display: inline-block; float: left; line-height: 32px; vertical-align: middle;}
*+html #denallHeader .sub_gnb_button_wrap {display: inline-block; float: right; top:-44px;}
*+html #denallHeader .subHeader_submit_button {display: inline-block;}
*+html .search_top_select {outline-width: 0; outline-color: #ccc; border:0;}
*+html .search_ranking {display: inline-block;}
*+html .search_ranking_slider div {display: inline-block; line-height: 16px;}
*+html .top_event_expandable {overflow: hidden; float: left;}
*+html .denall_logo {width:120px; display: inline-block; vertical-align: middle; float: left; height: 47px; line-height: 47px;}
*+html .mini_gnb > li {display: table-cell;}
*+html .mini_gnb_2 .search_detail {float: left; display: inline-block;}
*+html .search_ranking_slider div a {float: left;}
*+html .mini_gnb_2 .icon_search {
    width: 30px;
    height: 30px;
  }
*+html .alert_logout {top: 50px;}
*+html .alert_logout_inner li {line-height: 15px;}
*+html .denall-mall-integ-wrap#denallHeader #denallGnb .active.list_gnb_item .list_gnb_link::after {top:30px;}
*+html .mini_gnb_2 {display: inline-block; vertical-align:middle; margin-top:7px; float: left;}
*+html .mini_gnb {display: inline-block; vertical-align: middle; line-height: 47px;}
*+html .mini_gnb li {float: left; margin: 0px 10px;}

html>body .mini_gnb>li {
	color: #000 !important;
}

#denallHeader a:link,
a:visited {
	color: #000;
}

#denallGnb .list_gnb_item.active+.mall:hover::before {
	border-left: 1px solid #dee1e6;
	content: '';
	display: inline-block;
	left: -1px;
	height: 100%;
}

#denallGnb .list_gnb_item.active+.denple:hover::before {
	border-left: 1px solid #dee1e6;
	content: '';
	display: inline-block;
	left: -1px;
	height: 100%;
}

#denallGnb .list_gnb_item.active+.denjob:hover::before {
	border-left: 1px solid #dee1e6;
	content: '';
	display: inline-block;
	left: -1px;
	height: 100%;
}

#denallGnb .list_gnb_item.active+.software:hover::before {
	border-left: 1px solid #dee1e6;
	content: '';
	display: inline-block;
	left: -1px;
	height: 100%;
}

/* 3 */
#denallHeader .denall_logo img {
	vertical-align: top;
	margin-top: 2px;
}

/* 4 */
#denallGnb .list_gnb .active .gnb_maintitle {
	font-size: 19px;
}

/* 5-6 */
.denall-mall-integ-wrap .mainHeader {height: 49px !important;}
.denall-edu-integ-wrap .mainHeader {height: 49px !important;}
.denall-job-integ-wrap .mainHeader {height: 49px !important;}
.denall-soft-integ-wrap .mainHeader {height: 49px !important;}
#denallGnb .list_gnb_link {height: 49px !important;}
.denall-tv-integ-wrap .mainHeader {height: 49px !important;}

/* 13 */
.denall-mall-integ-wrap .subHeader_program_item {
	margin-right: 46px !important;
}

#denallHeader {min-width: 1280px;}

#denallGnb .list_gnb .list_gnb_item.ems .list_gnb_link .gnb_maintitle {
	color: #666;
	letter-spacing: normal;
	font-size: 18px;
	font-weight: bold;
}

#denallGnb .list_gnb .list_gnb_item.ems:hover .list_gnb_link .gnb_maintitle {
	color: #111;
}

.button_about_osstem {
	width: 54px;
	height: 26px;
	text-align: center;
	border-radius: 2px;
	border: solid 1px #b0b0b0;
	background-color: #fff;
	flex-direction: column;
	font-size: 12px !important;
	justify-content: center;
	display: inline-flex;
	border-radius: 2px;
	font-weight: 700;
	word-break: break-word;
	line-height: 14px;
	color: #eb6100 !important;
	padding: 4px 8px;
	margin-right: 16px;
	letter-spacing: 0;
	align-self: center;
}
@media (max-width: 1480px) {
	.button_about_osstem {
		display: none;
	}
}
