@charset "utf-8";

@import url(denall/font.css);

* {margin: 0; padding: 0; box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html, body { font-size: 1rem; font-family: 'Pretendard'; font-weight: normal; color: #000;}
input, textarea, button{ outline: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section, caption {display: block;}
input,select,textarea,button  { font-family: inherit; }
ul, ol {list-style-type: none;}
blockquote, q {quotes: none;}
a {text-decoration: none; color: inherit;}
table {border-collapse: collapse; border-spacing: 0;}
colgroup {display: table-column-group;}
col {display: table-column;}
em {font-style: italic;}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  cursor:pointer;

  background: transparent;

  color: inherit;
  font: inherit;

  line-height: normal;

  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;

  -webkit-appearance: none;
}

button::-moz-focus-inner {border: none;padding: 0;}
button {display: block; border: none; box-shadow: none;}
button:focus, button:active {border: none;outline:0;}

.screen_out{position: absolute !important; width: 1px !important; height: 1px !important; clip: rect(0,0,0,0) !important; margin: -1px !important; overflow: hidden !important;}

/* add */
a:link, a:visited{text-decoration:none; color: #000;}
select{cursor:pointer;}


html, body{ margin:0; padding:0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; word-break: break-all; overflow-wrap: break-word;}
/* body { min-width:320px;} */
body {overflow-y:scroll;}

h3{font-weight:bold;font-size:31px;}
/* common form input */
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
  background:#fff url(../images/select_bg_ar.png) no-repeat right;
  cursor:pointer;
  padding:0 19px 0 11px;
  border:#c6c6c6 solid 1px;
}

select:focus{background-color:#fff}
/*ie 8*/
@media \0screen {
  select{ background:none; }
  body{letter-spacing: -0.1em; }
}
select::-ms-expand {
  display: none;
}

textarea{ padding:12px; font-size:16px;resize:none;}
pre{white-space: pre-wrap; word-break:break-all}

/*color*/
.pink{color:#ed0f69;}
.red{color:#f33;}
.purple{color:#30f;}
.blue{color:#06c;}
.blue2{color:#03c;}
.searchword{color:#2f5ed4;}
.mint{color:#66ffff;}

/*icon*/
.icon_new{display:inline-block; width:21px; height:21px; background:url('../images/icn-new.png') no-repeat;}
.line_space{margin: 0px 8px;font-size: 0;height: 14px;border-right: #cecece solid 1px;display: inline-block;vertical-align: middle;}

/*status-bar*/
.status-bar{
  display: block; width:100%; height:8px;
  position: absolute; bottom:0; left:0;
  background-color:#b638e4;
  background:-webkit-linear-gradient(to right, #1568d9, #f70fff);
  background:-moz-linear-gradient(to right, #1568d9, #f70fff);
  background:-o-linear-gradient(to right, #1568d9, #f70fff);
  background: linear-gradient(to right, #1568d9, #f70fff);
}

/* share icon */
.video_share_area {
  display: flex;
  flex-shrink: 0;
}
.video_share_area .video_share_img_wrapper {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.video_share_area .video_share_img_wrapper img {
  vertical-align: top;
}
.video_share_area .video_share_img_wrapper .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
}
.video_share_area .video_share_img_wrapper:hover .hover {
  opacity: 1;
}
.video_share_area .video_share_img_wrapper:hover + .video_share_desc {
  color: #ff669c;
}
.video_share_area .video_share_item:not(:last-child) {
  margin-right: 40px;
}
.video_share_area .video_share_item a { display: inline-block; }
.video_share_area .video_share_item img {vertical-align: top; width: 38px;}
.video_share_area .video_share_desc {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -0.1em;
  color: #fff;
  font-weight: bold;
  margin-top: 3px;
}
.video_share_area .video_share_desc.selected {
  color: #ff669c;
}

/* 팝업창 style : 현재 display:none;*/
.popup_area{display:none; position:fixed;top:0;left:0;right:0; bottom:0; align-items:center; justify-content:center; font-weight:bold; background-color:rgba(0,0,0,.2); z-index:99}
.popup_area .each_popup{width:510px;background-color:#fff;padding:20px;border:2px solid #000;box-shadow:2.6px 5.4px 10px 0 rgba(0, 0, 0, 0.25);position: relative;}
.popup_area .each_popup img{display:block; margin:0 auto 5px;}

/* 팝업창 내용이 3줄 이상 일시 "확인"버튼이 밀리는 현상으로 주석처리함
.popup_area .popup_delete_confirm{height:308px;}
*/
.popup_area p{padding:0 0 20px 11px ;font-size:26px;/* letter-spacing:-2.08px; */color:#333;border-bottom:1px solid #ccc; text-align:left;}
.popup_area .each_popup >div{text-align: center; overflow:auto}
.popup_area strong{display:block;margin:60px auto;}
.popup_area button{width:228px;height:62px;display:block;float:left;color:#fff;font-size:18px;/* letter-spacing:-1.44px; */}
.popup_area .single{float:none; display:inline-block;}
.popup_area .delete{background-color:#ed0f69;margin-right:10px;}
.popup_area .confirm{background-color:#ed0f69;margin-right:10px;}
.popup_area .complete{background-color:#ed0f69;margin-left:25%;}
.popup_area .cancel{background-color:#424242;}
.each_popup .btn_close{position: absolute;right:23px;top:24px;cursor: pointer;}

.popup_area .popup_delete_complete{height:250px;text-align:center;padding-top:62px;}
.popup_area .filealert >div >p{font-size:14px;/* letter-spacing:-1.05px; */font-weight:400;padding-bottom:30px;border-bottom:0;}
.popup_area .filealert >div strong{margin:40px auto 15px;}

/* checkbox css */
input[class="cb-pink"] {display: none;}
input[class="cb-pink"] + label span {display: inline-block;width: 20px;height: 20px;border: 1px solid #bcbcbc;cursor: pointer;vertical-align:middle;background:url('../images/icn-check-s.png') bottom no-repeat;margin-right:5px;}
input[class="cb-pink"]:checked + label span{background:url('../images/icn-check-s.png') bottom no-repeat;background-color: #ed0f69;border: 1px solid #ed0f69;}

input[class="cb-pink-media"] {display: none;}
input[class="cb-pink-media"] + label span {display: inline-block;width: 20px;height: 20px;border: 1px solid #bcbcbc;cursor: pointer;vertical-align:middle;background:url('../images/icn-check-s.png') bottom no-repeat;margin-right:5px;}
input[class="cb-pink-media"]:checked + label span{background:url('../images/icn-check-s.png') bottom no-repeat;background-color: #ed0f69;border: 1px solid #ed0f69;}

input[type="text"] {text-indent:10px;}
input::-ms-clear{
  display: none;
}

/* 20200228 kig */
/**[class*="_title"]{text-overflow:ellipsis; overflow:hidden; white-space:nowrap}*/
*[class*="_title"]:not(.video_info_inner_title, .lnb_title){text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
/* 20200302
	- 기존코딩에 줄바꿈 적용이 전혀 안되어 있었음.
	- 일단 전체 적용 후. 상세 페이지에서 하나씩 줄바꿈 걷어 내고 있음.
	TODO: 섬네일 영역의 타이틀 & 게시판 영역의 타이틀만 줄바꿈 적용 해야함.
*/

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡpopup pageㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/

.close-btn{position: absolute;right:40px;top:30px;}

.btn_box{margin:50px auto 0;overflow:hidden;width:460px;}
.btn_box button{width: 225px;height: 53px;line-height:53px;color: #fff;float: left;font-weight: bold;}
.btn_box button:first-child{margin-right:10px;background-color:#ed0f69;}
.btn_box button:last-child{background-color:#424242;}

.denall_popup .popup-list .popup{margin: 0;}
.denall_popup .popup-list .popup >p{font-size:26px;/* letter-spacing:-1.3px; */text-align:left;border-bottom: 1px solid #ccc;font-weight:700;padding-bottom: 20px;}

.popup .search_area{width:460px;height:40px;margin:20px auto 30px;}
.popup .search_area form fieldset{ border: solid 1px #c1c5cd; background-color: #f7f8fb;}
.popup .search_area form fieldset legend{display:none;}
.popup .search_area form fieldset .search_window{float: left;width:100%;height:40px;line-height:40px;}
.popup .search_area form fieldset .search_window input{width:89%;height:40px;border:0;font-size:16px;background-color: #f7f8fb;}
.popup .search_area form fieldset .search_window >button{width:50px;height:42px;float:right;background:url('../images/icn-vodsearch-search-n.png') 25% 49% no-repeat;}
.popup .search_area form fieldset .search_window >button:hover{background:url('../images/icn-vodsearch-search-h.png') 25% 49% no-repeat;}

.total{font-size:24px;font-weight:700;/* letter-spacing:-1.2px; */color:#333;text-align:center;margin-bottom:23px;}

.result-list1{width:100%;}
.result-list1 table{display: block;}
.result-list1 table thead{display:block;width:700px;height:40px;line-height:40px;background-color:#f2f2f3;border-top:2px solid #000;}
.result-list1 table colgroup col:nth-child(1){width:200px;}
.result-list1 table colgroup col:nth-child(2){width:400px;}
.result-list1 table colgroup col:nth-child(3){width:100px;}
.result-list1 table tbody tr{height:55px;line-height:55px;}
/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/

/*button*/
.submit_btn button{width:266px;height:63px;background-color:#ed0f69;color:#fff;font-weight:bold;text-align: center;margin:0 auto;}
.submit_btn button:hover{background-color:#f53180;box-shadow: 3px 0.3px 7px 0 rgba(0, 0, 0, 0.23);}
.submit_btn button:active { background: #c80051;}
.noresult >div button.btn-fff{color:#000;background-color:#fff;border:1px solid #999;margin-right:10px;}/*1:1문의 btn*/
.noresult >div button.btn-fff:hover{color:#fff;}

/*table*/
.common_table{ table-layout:fixed;}
td.title{padding:20px; line-height:1.7}
td.table_detail_content{padding:20px !important}
.table_detail_content img{max-width:100%;}

/*share box*/
.share-tooltip{width:400px;height: 136px;padding:30px 30px 20px 22px;background-color:#fff; box-shadow: 0px 2px 10px 0 rgba(125, 125, 125, 0.6);position: absolute;top:90px;right:0;font-size:24px;font-weight:bold;/* letter-spacing:-1.2px; */color:#333;line-height:22px;display:none;z-index: 10}
.share-tooltip >button{position: absolute;top:14px;right:14px}
.share-tooltip p{float: left;margin-bottom: 30px;}
.share-tooltip ul {overflow: hidden;float:right}
.share-tooltip ul >li{float:left;}
.share-tooltip ul >li + li{margin-left: 8px;}
.share-tooltip ul >li:last-child{margin-right:10px;}
.share-tooltip ul >li >a{display:inline-block;}
.share-tooltip ul >li >a >img{margin-top: 0px;}
.share-tooltip >div{width:100%;height:34px;line-height:34px;overflow: hidden;padding-left:8px;}
.share-tooltip >div >input{border:1px solid #d1d1d1;width:258px;height:34px;line-height:34px;display:block;margin-right:4px;float: left;text-indent:5px;font-size:16px;}
.share-tooltip >div >button{border:1px solid #d1d1d1;width:78px;height:34px;font-size:15px;/* letter-spacing:-0.75px; */color:#666;display:block;float:left;}

/* scrollbar */
/*::-webkit-scrollbar {width: 10px;height: 10px;}
::-webkit-scrollbar-button {width: 0px;height: 0px;}
::-webkit-scrollbar-thumb {background:#383838;border: 2px solid #383838;border-radius: 44px;}
::-webkit-scrollbar-thumb:hover {background:#626262;}
::-webkit-scrollbar-thumb:active {background: #979797;}
::-webkit-scrollbar-track {background: #11151a;border: 0px solid #11151a;border-radius: 73px;}
::-webkit-scrollbar-track:hover {background: #11151a;}
::-webkit-scrollbar-track:active {background: #11151a;}
::-webkit-scrollbar-corner {background: transparent;}*/

/* scrollbar */
/* ::-webkit-scrollbar {width: 10px;height: 10px;}
::-webkit-scrollbar-button {width: 0px;height: 0px;}
::-webkit-scrollbar-thumb {background:#cfd1d6;border: 2px solid #cfd1d6;border-radius: 44px;}
::-webkit-scrollbar-thumb:hover {background:#cfd1d6;}
::-webkit-scrollbar-thumb:active {background: #cfd1d6;}
::-webkit-scrollbar-track {background: #f4f5f8;border: none;border-radius: 73px;}
::-webkit-scrollbar-track:hover {background: #f4f5f8;}
::-webkit-scrollbar-track:active {background: #f4f5f8;}
::-webkit-scrollbar-corner {background: transparent;}

::-moz-scrollbar {width: 10px;height: 10px;}
::-moz-scrollbar-button {width: 0px;height: 0px;}
::-moz-scrollbar-thumb {background:#cfd1d6;border: 2px solid #cfd1d6;border-radius: 44px;}
::-moz-scrollbar-thumb:hover {background:#cfd1d6;}
::-moz-scrollbar-thumb:active {background: #cfd1d6;}
::-moz-scrollbar-track {background: #f4f5f8;border: none;border-radius: 73px;}
::-moz-scrollbar-track:hover {background: #f4f5f8;}
::-moz-scrollbar-track:active {background: #f4f5f8;}
::-moz-scrollbar-corner {background: transparent;}

::-ms-scrollbar {width: 10px;height: 10px;}
::-ms-scrollbar-button {width: 0px;height: 0px;}
::-ms-scrollbar-thumb {background:#cfd1d6;border: 2px solid #cfd1d6;border-radius: 44px;}
::-ms-scrollbar-thumb:hover {background:#cfd1d6;}
::-ms-scrollbar-thumb:active {background: #cfd1d6;}
::-ms-scrollbar-track {background: #f4f5f8;border: none;border-radius: 73px;}
::-ms-scrollbar-track:hover {background: #f4f5f8;}
::-ms-scrollbar-track:active {background: #f4f5f8;}
::-ms-scrollbar-corner {background: transparent;}

::-o-scrollbar {width: 10px;height: 10px;}
::-o-scrollbar-button {width: 0px;height: 0px;}
::-o-scrollbar-thumb {background:#cfd1d6;border: 2px solid #cfd1d6;border-radius: 44px;}
::-o-scrollbar-thumb:hover {background:#cfd1d6;}
::-o-scrollbar-thumb:active {background: #cfd1d6;}
::-o-scrollbar-track {background: #f4f5f8;border: none;border-radius: 73px;}
::-o-scrollbar-track:hover {background: #f4f5f8;}
::-o-scrollbar-track:active {background: #f4f5f8;}
::-o-scrollbar-corner {background: transparent;}
 */

/* 결과없음 */
.noresult{border-top:1px solid #e4e4e4; padding:80px 0;}
.noresult >div >p{text-align:center;font-size:22px;font-weight:bold;color:#333;margin-bottom:24px;padding:0;}
.noresult >div >p >span{color:#2f5ed4;}
.noresult >div >p strong:first-child{font-size:18px;margin-bottom:6px;display:block;font-weight: normal;}
.noresult >div >p strong:last-child{font-size:16px;margin-bottom:34px;display:block;font-weight: normal;}
.noresult >div >p img{display:block;margin:0 auto 10px;}
.noresult >div button{width:302px;height:60px;text-align:center;color:#fff;font-weight:bold;font-size:18px;/* letter-spacing:-1.08px; */background-color:#ed0f69;margin:0 auto;}
.noresult >div button:hover{background-color:#f53180;box-shadow: 3px 0.3px 7px 0 rgba(0, 0, 0, 0.23);}
.noresult >div button:active { background: #c80051; }

.noresult-l >div >p{padding:0;}

/* 동영상 카드 */
.card_vod {
  box-shadow: 0 0 4.9px 0.1px rgba(28, 34, 36, 0.15);
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  outline: 0; cursor: pointer;
  margin-bottom: 10px;
}
.card_vod:hover {
  box-shadow: 0px 4px 6.9px 0.1px rgba(47, 111, 165, 0.5);
}
.card_vod_thumbWrapper {
  position: relative;
  padding-top: 56.11%;
  overflow: hidden;
  background: #cccccc url(../images/img-no-movie-n.png) no-repeat center;
}
.card_vod_thumbWrapper .status-bar_wrapper {
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 8px;
}
.card_vod_thumb {
  position: absolute; top: 50%; left: 50%;
  max-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.card_vod_time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #1c1818;
  opacity: 0.75;
  width: 50px;
  height: 18px;
  line-height: 16px;
  padding-left: 1px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 10px;
}
.card_vod_info {
  position: relative;
  height: 85px;
  background: #fff;
  padding: 7px 14px 8px 11px;
}
.card_vod_info .card_vod_info_title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  white-space: normal;
  line-height: 1.29em;
  max-height: 2.58em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_vod_info_subject {
  color: #1f62c7;
  font-size: 13px;
  margin-top: 2px;
}
.card_vod_info_desc {
  display: flex;
  margin-top: -1px;
  font-size: 12px;
  color: #828b95;
}
.card_vod_info_viewName {
  margin-right: 6px;
}
.card_vod_info_beforeDay {
  display: flex;
  align-items: center;
}
.card_vod_info_beforeDay::before {
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  background: #d4d8de;
  margin: -1px 5px 0 4px;
}
.card_vod_heart {
  position: absolute;
  bottom: 1px;
  right: 6px;
  width: 38px;
  height: 38px;
  background: url(/images/icn-thumbnail-heart-m-n.png) no-repeat center;
  cursor: pointer;
  background-size: 38px auto;
}
.card_vod_heart:hover {
  background-image: url(/images/icn-thumbnail-heart-m-h.png);
}
.card_vod_heart.selected {
  background-image: url(/images/icn-thumbnail-heart-m-s.png);
}
/* 플로팅 메뉴 home/top/bottom 버튼 */
.side_menu{
  display: none;
  position: fixed;
  right: 5px;
  bottom: 20px;
}
.side_menu .link_home,
.side_menu .goto {
  width: 50px;
  height: 50px;
  display: block;
}
.side_menu .home_menu{
  margin-top: 5px;
  margin-bottom: 5px;
}
.side_menu .link_home{
  border: 1px solid #282828;
  background: #393939 url('/images/icn-miniplayer-home-h.png') no-repeat center 60%;
}
.side_menu .link_home:hover{
  border: 1px solid #454545;
  background-color: #545454;
}
.side_menu .link_home:active{
  border: 1px solid #070606;
  background-color: #1d1b1b;
}
.side_menu .goto_top,
.side_menu .goto_bottom{
  border: 1px solid #555c6c;
}
.side_menu .goto_top{
  background: #5e6678 url('/images/icn-miniplayer-scroll-top.png') no-repeat center;
  border-bottom: 0;
}
.side_menu .bottom_menu{
  position: relative;
}
.side_menu .bottom_menu:before{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 30px;
  height: 1px;
  background-color: #9095a2;
}
.side_menu .goto_bottom{
  background: #5e6678 url('/images/icn-miniplayer-scroll-botton.png') no-repeat center;
  border-top: 0;
}
.side_menu .goto_top:hover,
.side_menu .goto_bottom:hover{
  background-color: #7f8694;
  border: 1px solid #7f8694;
}
.side_menu .goto_top:active,
.side_menu .goto_bottom:active{
  background-color: #4a5160;
  border: 1px solid #4a5160;
}

.side_menu .goto_sns {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}
.side_menu .link_sns{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #282828;
  background: #393939;
}

.side_menu .link_sns img {
  width:32px;
}
.side_menu .link_sns:hover{
  border: 1px solid #454545;
  background-color: #545454;
}
.side_menu .link_sns:active{
  border: 1px solid #070606;
  background-color: #1d1b1b;
}

/* pagenation style */
/* .pagenation{width:600px;margin:84px auto 111px;line-height:36px;text-align:center;overflow:hidden;} */
.pagenation{display: flex; justify-content:center; margin:0 auto;line-height:36px;text-align:center;overflow:hidden;/*width:270px; width: 440px;*/}
/* 화살표와 숫자 123 있을때의 너비- 나머지 경우의수 자바스크립트로 개발쪽에서 해결, block 이 아닐경우 가운데 정렬불가*/
.pagenation >ul{float: left;margin-right:9px;}
.pagenation >ul:last-child{margin-right:0px;}
.pagenation >ul li{float: left;width:36px;height:34px;border:1px solid #c0c0c0;border-right:0;background-color:#f5f5f5;cursor: pointer;}
.pagenation >ul li:last-child{border-right:1px solid #c0c0c0;}
.pagenation >ul li a{display:block; width:36px;height:34px; color:#999;font-size:14px;/* letter-spacing:-1.82px; */}
.pagenation >ul li:hover{background-color:#797b7f;}
.pagenation >ul li:hover a{color:#e0e0e0;}

/* pagenation style - active */
.pagenation >ul li.active{background-color:#424242}
.pagenation >ul li.active a{color:#e0e0e0;}

/* 댓글영역 - vod_pro_home_playing.css 에서 가져옴 */
.vod_comment_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.vod_comment_text {
  letter-spacing: -0.075em;
}
.vod_comment_count{
  margin-left: 8px;
  color: #33f;
}
.vod_comment_count.total_count{
  line-height: 1;
}
.vod_comment_refresh{
  margin-left: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.my_comment{
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/images/icon-reply-me.png') no-repeat center;
}
.vod_comment_writingBox{
  display: flex;
  justify-content: space-between;
}
.vod_comment_area .cbox_text {
  flex-grow: 1;
  color: #000;
  font-size: 14px;
  vertical-align: top;
  margin-right: 3px;
}
.wrap_btn_txt{
  align-self:flex-start;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.wrap_btn_txt .cbox_btn_txt_cancel,
.wrap_btn_txt .cbox_btn_txt_upload{
  display: inline-block;
  width: 64px;
  height: 38px;
  line-height: 38px;
}
.wrap_btn_txt .cbox_btn_txt_cancel{
  background-color: #424242;
}
.wrap_btn_txt .cbox_btn_txt_upload{
  background-color: #ed0f69;
  margin-left: 1px;
}

.wrap_vod_comment_heading{
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000;
}
.wrap_vod_comment_heading .vod_comment_heading{
  padding: 8px 0;
  letter-spacing: -0.1em;
  font-size: 20px;
  font-weight: bold;
}
.vod_comment_heading .total_comment_count{
  color: #33f;
  letter-spacing: normal;
}
.wrap_vod_comment_heading .vod_comment_refresh{
  width: 22px;
  height: 22px;
  margin: 4px 0 0 10px;
  cursor: pointer;
}

/* 댓글 없을 때  */
.no_comment{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  border-bottom: 1px solid #e2e2e2;
}
.no_comment .guide_no_comment{
  font-size: 14px;
  color: #6c6b6b;
  margin-top: 6px;
}
.no_comment .guide_no_comment:before{
  content: url(/images/icn-no-con-n.png);
  vertical-align: middle;
  margin-right: 6px;
}


/* 댓글 리스트 영역*/
.vod_comment_listBox {
  padding-top: 3px;
}
.vod_comment_listBox .comment {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #e2e2e2;
}
.vod_comment_listBox .comment.comment_reply .comment_inner {
  padding-left: 20px;
}
.comment_reply_img {
  position: absolute;
  left: 0;
  top: 14px;
}
.comment_writer_info {
  font-size: 16px;
  color: #000;
  letter-spacing: -0.075em;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.comment_writer_info img {
  margin-left: 10px;
  height: 17px;
}
.comment_writer_info .wrote_date {
  font-size: 13px;
  color: #999;
  margin-left: 10px;
}
.comment_desc {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  line-height: 1.43;
}

.comment .delete_btn {
  position: absolute;
  right: 0;
  top: 15px;
  width: 17px;
  height: 17px;
  background: #adadad url('/images/icon-delete.png') no-repeat center;
  cursor: pointer;
  z-index: 1;
}
.comment .delete_btn:hover{
  background-color: #b7b7b7;
}
.comment .delete_btn:active{
  background-color: #868686;
}

.vod_comment_more {
  width: 100%;
  border: solid 1px #a8a8be;
  background-color: #f5f5f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  height: 40px;
}
.vod_comment_more:after{
  content: url('/images/icn-reply-info-more.png');
  margin: -3px 0 0 9px;
}
.vod_comment_more:hover {
  background-color: #ededee;
}
.vod_comment_more:active {
  background-color: #f5f5f6;
  border: solid 1px #a8a8be;
}
.vod_comment_more:focus {
  border: solid 1px #a8a8be;
}

.vod_comment_hide {
  width: 100%;
  border: solid 1px #a8a8be;
  background-color: #f5f5f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  height: 40px;
}
.vod_comment_hide:after{
  content: url('/images/icn-reply-info-hide.png');
  margin: -3px 0 0 9px;
}
.vod_comment_hide:hover {
  background-color: #ededee;
}
.vod_comment_hide:active {
  background-color: #f5f5f6;
  border: solid 1px #a8a8be;
}
.vod_comment_hide:focus {
  border: solid 1px #a8a8be;
}


/* 댓글 영역 - base.css 에 있었던 것 */
.comment_list{width:100%;}
.comment_list .comment_list_title{padding: 8px 0; letter-spacing: -0.1em; border-bottom:2px solid #333; display: flex; align-items: center;}
.comment_list .comment_list_title p{color: #333; letter-spacing: -0.1em; font-size: 20px;font-weight: bold;}
.comment_list .comment_list_title p strong{color:#3333ff; letter-spacing: normal;}
.comment_list .comment_list_title .vod_comment_refresh{	width: 22px; height: 22px; margin: 0 0 0 10px; cursor: pointer;}
.comment_list .comment_list_title a{display: inline-block;}
.comment_list .comment_list_title a:hover .restart-n{display: none;}
.comment_list .comment_list_title a:hover .restart-h{display: block;}


.comment_list_inner{width:100%; padding-top: 15px;}
.comment_list_inner .comment{padding:14px 0;border-bottom:1px solid #e2e2e2;overflow: hidden;position: relative;}
.comment_list_inner .comment:first-child{padding: 0 0 14px;}
.comment_list_inner .comment::after{content:"";display: block;clear: both;}
.comment_list_inner .comment.comment_reply{ display:flex; flex-direction:row; padding-left: 20px; }
.comment_list_inner .comment.comment_reply .img_area{ margin-right:20px; width:auto;}
.comment_list_inner .comment .comment_inner{width:100%;float: left;}
.comment_list_inner .comment .comment_inner .comment_writer_info{width:100%; display:flex; align-items:center;}
.comment_list_inner .comment .comment_inner .comment_writer_info .writer_name{font-size: 16px;font-weight:bold; letter-spacing:-0.075em;color:#333;float: left; margin-right: 6px;}
.comment_list_inner .comment .comment_inner .comment_writer_info img{float: left;margin-right:4px;}
.comment_list_inner .comment .comment_inner .comment_writer_info .wrote_date{font-size:13px;color:#999;float:left; margin-left: 2px; font-weight: bold;}
.comment_list_inner .comment .comment_inner .comment_desc{display: block;width:87%;}

/* vod list 공통 설정 */
/* 섬네일 스타일은 3개  1.공통 , 2.마이페이지, 3.편성표  */
/* 기본 섬네일 */
.default_thumb_img{background:#f4f4f4 url('../images/vod-bg.png') no-repeat center;}
*.video_list_each_info{width:auto !important;height:auto;color:#fff;position: absolute;bottom:12px; left:16px; right:16px;}
*.sub_title{display:block;font-size:13px;/* letter-spacing:-1.3px; */ text-overflow: ellipsis;white-space: nowrap; overflow: hidden; text-shadow: 0 0 8.6px #000;}
*.main_title{display:block; font-weight:bold;font-size:19px;/* letter-spacing:-0.95px; */text-shadow: #000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; text-shadow: 0 0 16.7px #000;}
.common_vod_list{margin:0 -5px;}
.common_vod_item{position: relative;float: left;margin:0 5px 20px; cursor: pointer;}/*transition:all 0.2s;*/
.common_vod_item .pro_title, .sub_title_area .pro_title{font-size:18px;/* letter-spacing:-1.8px; */ text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.common_vod_item .img_gradation{position:absolute; left:0;right:0; top:0;bottom:0; background:url('../images/img-thumbnail-gradation-n.png') no-repeat bottom;}
.common_vod_item:hover .img_gradation{background-image:url('../images/img-thumbnail-gradation-h.png');}
.common_vod_item .common_vod_item--wrap{position:relative; transition:all 0.2s;}
.common_vod_item:hover .common_vod_item--wrap{ margin-top:-10px;   margin-bottom:10px;}
.common_vod_item .common_vod_item--bgbox{display:block; height:180px; overflow:hidden; background:#f4f4f4 url('../images/vod-bg.png') no-repeat center;}
.common_vod_item .common_vod_item--bgbox img{width:100%; height:auto;}
img.common_vod_item--bg[src=''], img[src='']{display:none;}

/* 동영상 한개 샘플 title */
.vod_option_container{display:flex; flex-direction:row; }
.vod_option_container .sub_title{font-size:13px;/* letter-spacing:-1.3px; */text-shadow:#000;}
.vod_option_container .main_title{font-weight:bold;font-size:19px;/* letter-spacing:-0.95px; */text-shadow: #000;}
.vod_option_container .view_counting{display:block;color:#adffff;font-size:12px;float:left;letter-spacing: 0.2px;}
.vod_option_container .since_date{display:block;color:#adffff;font-size:12px;margin-left:10px;float:left; flex:1}
.common_vod_item .video_time{width:54px;height:22px;line-height:22px;background-color:rgba(0,0,0,0.7);color:#e0e0e0;font-size:13px;text-align:center;float: right; position: absolute;top:0;right:0;}
.vod_option_container .heart { position: absolute; bottom: 5px; right: 0; }
.vod_option_container .heart img { vertical-align: top; }
/*hover 스타일은 각각 적용*/
.common_vod_list.recommend_vod_list .common_vod_item:hover .common_vod_item--wrap,
.common_vod_list.vod_pro_home_vod_list .common_vod_item:hover .common_vod_item--wrap,
.common_vod_list.vod_list .common_vod_item:hover .common_vod_item--wrap{box-shadow: 0px 14px 12.9px 0.1px rgba(97, 45, 197, 0.45);}
.recommend_vod_list li:nth-child(5n) { margin-right: 0; }


.eventpopup{position: absolute;top:94px;left:60px;z-index: 10;border: 1px solid #3f3f3f;box-shadow: 0px 4px 14px 0px rgba(0,0,0,1);width:300px;}
.eventpopup >img{display: block;}
.eventpopup >div.eventpopup-closebtn{width:100%;height:36px;line-height:36px; font-size:12px;background-color:#2b3133;color:#fff;text-align: center;/* letter-spacing: -0.3px; */}
.eventpopup >div.eventpopup-closebtn .pop-right{float: left;width:50%;}
.eventpopup >div.eventpopup-closebtn .pop-left >img{position: relative;top:2px;right:-23px;}
.eventpopup >div.eventpopup-closebtn a{color:#fff;}
/*.eventpopup >div.eventpopup-closebtn .pop-left{float:left;width:50%;}*/
.eventpopup >div.eventpopup-closebtn .pop-left{position:relative; float:left;width:50%;/* text-align: left; */}
.eventpopup >div.eventpopup-closebtn .pop-left:after{content:""; position:absolute; right:0; top:12px; width:1px; height:13px; background-color:#656565;}


/*공통 레이아웃*/
#wrap { margin-top: 93px; } /* header 높이만큼 적용 */
.l-inner {
  width: 1920px;
  max-width: calc(100% - 184px); /* 1920기준 디자인 여백 184 = 92 * 2 */
  margin: 0 auto;
}

.l-inner-full {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.l-inner-full::-webkit-scrollbar {
  display: none; /* 영상 전체 화면 스크롤바 제거 */
}
@media (min-width: 1921px) {
  .l-inner {
    max-width: calc(1920px - 184px);
  }
  .l-inner.fullInner { /* l-inner-full안에 들어가야하는 inner들 1920넘어갈 때 레이아웃 깨지지 않도 */
    max-width: calc(100% - 184px);
  }
}
@media (max-width: 1440px) {
  .l-inner {
    max-width: calc(100% - 100px); /* 1440기준 디자인 여백 120 = 50 * 2 */
  }
  .l-inner-full {
    width: 1440px;
  }
}
@media (max-width: 1280px) {
  .l-inner {
    max-width: calc(100% - 102px); /* 1280기준 디자인 여백 100 = 51 * 2 */
  }
  #denallFoot, #wrap, .l-inner-full {
    width: 1280px;
  }
}

.fullscreen_scroll_container {
  display:none;
  position: absolute;
  height: 200px;
  bottom: 60px;
  left: 30%;
  width: 40%;
}
.fullscreen_scroll_container .down_on_fullscreen{
  position: absolute;
  font-size: 1.2em;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  color: #fff;
  z-index: 99999;
  /* mouse hovering timeout*/
  animation: disappear 3s linear none;
  opacity: 0;
  transition: all .1s ease-in-out;
}

@keyframes disappear {
  0%,
  100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}

.fullscreen_scroll_container:hover .down_on_fullscreen{
  opacity: 1;
}

.main_video_wrapper.wrapper_fullscreen {
  width: 100%
}


/* body {
	margin: 0px;
	overflow:hidden;
} */

.main_popup {background-color: #2b3133;}
.main_popup>a>img {display: block;}
.main_popup>div.main_popup-closebtn {width: 100%;height: 39px;font-size: 12px;background-color: #2b3133;color: #fff;text-align: center;letter-spacing: -0.3px;}
.main_popup>div.main_popup-closebtn .pop-left>img {position: relative;top: 2px;right: -80px;}
.main_popup>div.main_popup-closebtn a {color: #fff;}
.main_popup>div.main_popup-closebtn .pop-left {
  float: left;
  width: 50%;
  position: relative;
  line-height: 39px; /*추가*/
  text-align: center; /*추가*/
}
.main_popup>div.main_popup-closebtn .pop-right {
  /* float: left; */ /*제거*/
  width: 50%;
  line-height: 39px; /*추가*/
  display: inline-block; /*추가*/
  position: relative; /*추가*/
}
.main_popup>div.main_popup-closebtn .pop-left:after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px; /* 12px로 변경 */
  width: 1px;
  height: 13px;
  background-color: #656565;
}


.logo_mobile {
  display: none;
}

/* Header area */
#denallHeader{
  position: fixed; left: 0; top: 0; z-index: 20;
  width: 100%; background-color: #fff;
}
#denallHeader .mainHeader {
  position: relative;
  display:flex; justify-content: space-between; align-items: center;
  padding: 0 50px 0 32px; height: 49px;
  background: #fff;
}

/* 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 { vertical-align: top; margin-top: -2px; }

/* mainHeader left area - GNB area */
#denallGnb { height: 100%; margin-left: 88px; }
#denallGnb .list_gnb{ display:flex; height:100%; }
#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.active .list_gnb_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 4px;
  background: #eb6100;
}
#denallGnb .list_gnb_link {
  position: relative;
  display: inline-flex; align-items: center;
  padding: 0 22px; height: 100%;
}
#denallGnb .list_gnb .gnb_maintitle{ font-weight:bold; font-size:18px; color: #333; }

/* mainHeader right area  - mini GNB area */
.mini_gnb_list { display: flex; align-items: center; flex-shrink: 0; font-size:12px; font-weight: bold; letter-spacing: -0.075em; }
.mini_gnb { display: flex; align-items: center; }
.mini_gnb > li { display: flex; align-items: center; cursor: pointer; }
.mini_gnb > li:not(:last-child)::after {
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  background: rgb(159, 167, 171);
  margin: 0 9px;
  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;
}


/*
    로그인한 후 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:#eb6100;
  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 .search_detail {
  flex-shrink: 0;
  display: flex; align-items: center;
}
.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: #eb6100;
}
.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: #eb6100;
}
.mini_gnb_2 .search_detail_button.selected::after {
  content: url(/images/icn-gnb-search-close.png);
}
.mini_gnb_2 .btn_top_search {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.mini_gnb_2 .search_detail:before{
  content: ' ';
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 19px;
  background-color: #ccc;
}
.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 center; 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;
}
.mini_gnb_2 .searchinput::placeholder{ color: #5c5c6d; }

.wrap_btn_search_popupbox{
  margin-top: 16px;
  text-align: center;
}
.btn_search_popupbox{
  display: inline-block;
  width: 176px;
  height: 32px;
  background-color: #5b5bee;
  box-shadow: 0px 4px 8px 0 rgba(27, 27, 89, 0.3);

  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.1em;
  color: #fff;
}
.btn_search_popupbox:hover{
  background-color: #6868ef;
}
.btn_search_popupbox.selected{
  background-color: #4d4dcb;
}






/* 영상검색 눌렀을 경우 검색창 나타나기*/
/*
    .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;
}

#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_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 a.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-n.png) no-repeat;
}
#denallHeader a.subHeader_program_all:hover,
#denallHeader a.subHeader_program_all:active {
	background: url(../images/btn-gnb-pro-all-h-s.png) no-repeat;
	color: #5b10f1;
}
 */
@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;
  }
}

/* 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%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  overflow-wrap: break-word;
  font-family:  'Pretendard';
}

#wrap {
  margin-top: 93px;
}

.mobileGnb {
  display: none;
}


/* 페이지 별 컬러 */

/* tv */
#denallHeader.denall-tv-integ-wrap .subHeader_program_item:hover {color: #eb6100}
#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;
}

/* mall */
#denallHeader.denall-mall-integ-wrap .subHeader_program_item:hover {color: #eb6100;}
#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: #eb6100;
}

/* edu */
#denallHeader.denall-edu-integ-wrap .subHeader_program_item:hover {color: #eb6100;}
#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: #eb6100;
}


/* job */
#denallHeader.denall-job-integ-wrap .subHeader_program_item:hover {color: #eb6100;}
#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: #eb6100;
}


/* soft */
#denallHeader.denall-soft-integ-wrap .subHeader_program_item:hover {color: #eb6100;}
#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: #eb6100;
}


/****/

#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%;
}

.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, button:focus, button:active {
  border: none;
  outline: 0;
  cursor: pointer;
}

#denallHeader select:hover, select:focus, select:active {
  border: none;
  outline: 0;
  cursor: pointer;
}

#denallGnb .list_gnb .gnb_maintitle{ font-weight:bold; font-size:18px; color: #666;}


#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 32px;
  height: 49px;
  background: #fff;
  z-index: 8000;
  border-bottom: 1px solid #eb6100;
}

#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: 0; width: 88px;}

/* mainHeader left area - GNB area */
#denallGnb { height: 100%; margin-left: 88px; }
#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.active .list_gnb_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 4px;
  background: #eb6100;
}

#denallGnb .list_gnb_link {
  position: relative;
  display: inline-flex; align-items: center;
  padding: 0 22px; height: 100%;
}

#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;
  font-size: 14px;
  font-weight: bold;
  border-top: 0;
  box-shadow: none;
}


#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: #eb6100;
}
#denallHeader .subHeader_program_item:active,
#denallHeader .subHeader_program_item.selected {
  color: #eb6100;
}
#denallHeader a.subHeader_program_all {
  flex-shrink: 0;
  padding-left: 21px;
  font-size: 13px;
  color: #000;
  background: url(../images/btn-gnb-pro-all-h-s.png) no-repeat;
  line-height: 15px;
}
#denallHeader a.subHeader_program_all:hover,
#denallHeader a.subHeader_program_all:active {
  background: url(../images/btn-gnb-pro-all-h-s.png) no-repeat;
  color: #000;
}

#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:12px; font-weight: bold; letter-spacing: -0.075em; }
.mini_gnb { display: flex; align-items: center; }
.mini_gnb > li { display: flex; align-items: center; cursor: pointer; }
.mini_gnb > li:not(:last-child)::after {
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  background: rgb(159, 167, 171);
  margin: 0 9px;
  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;
}

/* global btn */
.gnb_global {
  margin-right: 20px;
  position: relative;
}
.gnb_global .global_btn {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px 0 51px;
}
.gnb_global .global_btn::before {
  content: '';
  position: absolute;
  left: 20px;
  background: url(../images/global_icon.png) no-repeat center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}
.gnb_global .global_btn::after {
  content: '';
  position: absolute;
  right: 1px;
  background: url(../images/icn-gnb-global-open.png) no-repeat center;
  width: 7px;
  height: 4px;
}
.gnb_global .global_btn.selected::after {
  background: url(../images/icn-gnb-global-close.png) no-repeat center;
}
.global_box {
  position: absolute;
  top: calc(100% + 7px);
  border: 1px solid #000;
  padding: 15px 10px;
  background: #fff;
  min-width: 172px;
  z-index: 100;
  border-image-slice: 1;
  display: none;
}
.global_box li {
  margin-bottom: 8px;
}
.global_box li a{
  display: flex;
  align-items: center;
  font-size: 14px !important;
  font-weight: normal;
  letter-spacing: 0;
  gap: 10px;
}
.global_box li a img {
  width: 30px;
}
.global_box li strong {
  font-weight: bold;
  display: inline-block;
  width: 34px;
}
.global_box li:last-child {
  margin-bottom: 0;
}
.global_box .global_link.selected {
  color: #eb6100;
}
.global_box .global_link:hover {
  color: #eb6100 !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:#eb6100;
  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: 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_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: 0px 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(25) {
  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: 0px 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: 570px;
  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: #eb6100;
  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: #eb6100;
}
.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: #666;
  outline: 0;
  font-size: 12px;
  letter-spacing: 0;
  border: 0;
  background: transparent;
  flex-grow: 1;
  font-weight: bold;
}
.mini_gnb_2 .searchinput::placeholder{ color: #666; }

/* 영상검색 눌렀을 경우 검색창 나타나기*/
/*
    .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;
}

/* 알림 삭제 버튼 */
.alert_delet_area {
  background: #fff;
  text-align: right;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e8e9ef;
}
.alert_button_del {
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  letter-spacing: -1.3px;
  color: #666699;
  font-size: 12px;
}



@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 처리 함 */


.mini_gnb_2 .search_detail:before {display:none;}
.denall-tv-integ-wrap .top_search_area .search_detail::after {
  content: ' ';
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 19px;
  background-color: #ccc;
}

/* 3 */
#denallHeader .denall_logo img {
  vertical-align: top;
  margin-top: 0px;
}

/* 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: 50px !important;}

/* 13 */
.denall-mall-integ-wrap .subHeader_program_item {
  margin-right: 46px !important;
}

/* 17 */
.newsticker-button:active {
  background-color: #d6dbeb;
  border: 1px solid #c2cbe4;
}

.newsticker-button:hover {
  background-color: #eff0f4;
  border: 1px solid #c2cbe4;
}

/* 11 tv header 전용 - 치아번호 검색창 디자인 변경 건 */
.mini_gnb_2 .header_search_detail_teethNoItem {background: none;}
.mini_gnb_2 .search_detail_teethNo {box-shadow: none; border: none;}
.mini_gnb_2 .header_search_detail_teethNoItem + .header_search_detail_teethNoItem {border-left: 0px;}
.mini_gnb_2 .header_search_detail_teethNoItem:hover {border-radius: 2px;}
.mini_gnb_2 .search_detail_subject {background: none;border: 0px;box-shadow: none;}
.mini_gnb_2 .header_search_detail_subjectItem:not(:last-child)::after {width: 0px;}
.mini_gnb_2 .header_search_detail_subjectItem {background: #fff;margin: 2px;padding: 1px 21px;width: auto;border-radius: 2px;box-shadow: 0px 4px 8px 0 rgba(39, 39, 185, 0.3);background-image: linear-gradient(to top, #e5faf9, #ffffff), linear-gradient(to top, #9b9bbd, #aeaeda);border: 1px solid #9b9bbd;}
.mini_gnb_2 .header_search_detail_teethGroupButton.selected {border-radius: 2px; border: 0px;}
.mini_gnb_2 .header_search_detail_teethNoItem {width: 26px; height: 26px; margin: 2px 2px; border-radius: 2px; line-height: 25px; /* box-sizing: content-box; */}
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(24) {border-right: 0px solid rgb(48, 48, 48);}
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(8) {border-right: 0px solid rgb(48, 48, 48);}
.mini_gnb_2 .header_search_detail_teethNoItem:nth-child(25) {border-right: 0px solid rgb(48, 48, 48);}
.mini_gnb_2 .header_search_detail_teethNoItem:active, .mini_gnb_2 .header_search_detail_teethNoItem.selected {border-radius: 2px;}

/* teetUP 11번, 41번 뒤에 구분 라인 span 추가 */
.division_line {
  border-left: 1px solid #333;
}

/* teethUp li 상악 하악 사이에 hr 추가*/
hr.teeth_item_line {
  border-collapse: collapse;
  width: 98%;
  background-color: #333;
  height: 1px;
  display: table;
}

.btn_search_popupbox:active {
  background-color: #4d4dcb !important;
}

#denallHeader {min-width: 1280px;}

.masterCourseLink {
  width: 145px;
  height: 36px;
  margin: 0 10px 0px 0px;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1.05px;
  cursor: pointer;
  position: relative;
  color: #fff !important;
  background-color: #3333cc;
}

.masterCourseLink:hover {
  background-color: #5c5cd6;
}

/* Consensus Report Link */
.btn_ctg_consensusreport { position: absolute; left: 240px; }
.btn_ctg_consensusreport img { height: 42px;}
.btn_prg_consensusreport { margin: -3px 10px 0 0; }
.btn_prg_consensusreport img { height: 42px}

/* 치아선택 버튼 */
.teeth-pick {
  width: 100px;
  height: 36px;
  margin: 0 10px 0px 0px;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.23);
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1.05px;
  background-color: #3333cc;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.teeth-pick:hover {
  background-color: #5c5cd6;
}

.teeth-pick:active,
.teeth-pick.active {
  background-color: #24248e;
}

.teeth-pick .select-arrow {
  background: url(/images/icn-toothsel-n.png);
  width: 7px;
  height: 4px;
  display: inline-block;
  margin: 0px 0px 0px 8px;
  background-repeat: no-repeat;
  transform: translate(0px, -4px);
}

.teeth-pick:active .select-arrow,
.teeth-pick.active .select-arrow {
  background: url(/images/icn-toothsel-s.png);
}

.teeth_detail_title .detail_title_disc {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.98px;
  color: #333333;
  margin: 0px 11px;
}

/**/


.teeth_search_detail {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.teeth_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, #5656c4, #7373b6);
  background-image: linear-gradient(to top, #ddddf0, #efeffa), linear-gradient(to top, #5656c4, #7373b6);
  border-image-slice: 1;
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.1em;
  right: calc(100% - 115%);
  z-index: 9999 !important;
}

.teeth_search_detail_box .btn_search_popupbox {
  width: 156px;
}

.teeth_search_detail_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: auto;
  height: auto;
  cursor: pointer;
}

.teeth_detail_title {
  color: #333;
  margin-bottom: 7px;
  font-weight: bold;
  color: #3333cc;
  letter-spacing: -1.13px;
  font-size: 15px;
}

.teeth_search_detail_teethBox {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.teeth_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);
}

.teeth_search_detail_teethNoItem {
  padding: 0px 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;
}

.teeth_search_detail_teethNoItem+.teeth_search_detail_teethNoItem {
  border-left: 1px solid rgb(194, 194, 204);
}

.teeth_search_detail_teethNoItem:nth-child(8),
.teeth_search_detail_teethNoItem:nth-child(25) {
  border-right: 1px solid rgb(48, 48, 48);
}

.teeth_search_detail_teethNoItem:nth-child(9),
.teeth_search_detail_teethNoItem:nth-child(17),
.teeth_search_detail_teethNoItem:nth-child(25) {
  border-left: 0;
}

.teeth_search_detail_teethNoItem:nth-child(-n+16) {
  border-bottom: 0px solid rgb(48, 48, 48);
}

.teeth_search_detail_teethNoItem:hover {
  background: #8d92d1;
  color: #fff;
}

.teeth_search_detail_teethNoItem:active,
.teeth_search_detail_teethNoItem.selected {
  background: #5b5bee;
  color: #fff;
  box-shadow: 0px 4px 10px 0 rgba(11, 50, 195, 0.5);
}

.teeth_search_detail_teethNoItem .number {
  position: relative;
  left: -1px;
}

.teeth_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;
}

.teeth_search_detail_teethGroupButton.selected {
  background: #5b5bee;
  color: #fff;
  box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2);
}

.teeth_search_detail_teethGroupButton:not(:last-child) {
  margin-bottom: 5px;
}

.teeth_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;
}

.teeth_search_detail_teethGroupButton.selected {
  background: #5b5bee;
  color: #fff;
  box-shadow: 0px 2px 3px 0 rgba(17, 3, 91, 0.2);
}

.teeth_search_detail_teethGroupButton:not(:last-child) {
  margin-bottom: 5px;
}

.teeth_search_detail_subject {
  display: flex;
  /* justify-content: space-evenly; */
  width: 570px;
  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);
}

.teeth_search_detail_subjectItem {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #566070;
  width: 14.2857%;
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
}

.teeth_search_detail_subjectItem:hover {
  background: #8d92d1;
  color: #fff;
}

.teeth_search_detail_subjectItem:active,
.teeth_search_detail_subjectItem.selected {
  background: #5b5bee;
  color: #fff;
  box-shadow: 0px 4px 10px 0 rgba(11, 50, 195, 0.6);
}

.teeth_search_detail_subjectItem .text {
  width: 100%;
}

.teeth_search_detail_subjectItem:not(:last-child)::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 22px;
  background-color: #bfbfbf;
}

.teeth_search_detail_subjectItem {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #566070;
  width: 14.2857%;
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
}

.teeth_search_detail_subjectItem:hover {
  background: #8d92d1;
  color: #fff;
}

.teeth_search_detail_subjectItem:active,
.teeth_search_detail_subjectItem.selected {
  background: #5b5bee;
  color: #fff;
  box-shadow: 0px 4px 10px 0 rgba(11, 50, 195, 0.6);
}

.teeth_search_detail_subjectItem .text {
  width: 100%;
}

.teeth_search_detail_subjectItem:not(:last-child)::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 22px;
  background-color: #bfbfbf;
}

.teeth_search_detail_button {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: -0.1em;
  color: #666699;
  border: 0;
}

.teeth_search_detail_button::after {
  content: url(../images/icn-gnb-search-open.png);
  display: block;
  margin: -5px 0 0 10px;
  width: 7px;
}

.teeth_search_detail_button:hover,
.teeth_search_detail_button.selected {
  color: #3333cc;
}

.teeth_search_detail_button.selected::after {
  content: url(../images/icn-gnb-search-close.png);
}

.teeth_search_detail_teethNoItem {
  background: none;
}

.teeth_search_detail_teethNo {
  box-shadow: none;
  border: none;
}

.teeth_search_detail_teethNoItem+.teeth_search_detail_teethNoItem {
  border-left: 0px;
}

.teeth_search_detail_teethNoItem:hover {
  border-radius: 2px;
}

.teeth_search_detail_subject {
  background: none;
  border: 0px;
  box-shadow: none;
}

.teeth_search_detail_subjectItem:not(:last-child)::after {
  width: 0px;
}

.teeth_search_detail_subjectItem {
  background: #fff;
  margin: 2px;
  padding: 1px 21px;
  width: auto;
  border-radius: 2px;
  box-shadow: 0px 4px 8px 0 rgba(39, 39, 185, 0.3);
  background-image: linear-gradient(to top, #e5faf9, #ffffff), linear-gradient(to top, #9b9bbd, #aeaeda);
  border: 1px solid #9b9bbd;
}

.teeth_search_detail_teethGroupButton.selected {
  border-radius: 2px;
  border: 0px;
}

.teeth_search_detail_teethNoItem {
  width: 26px;
  height: 26px;
  margin: 2px 2px;
  border-radius: 2px;
  line-height: 25px;
  /* box-sizing: content-box; */
}

.teeth_search_detail_teethNoItem:nth-child(24) {
  border-right: 0px solid rgb(48, 48, 48);
}

.teeth_search_detail_teethNoItem:nth-child(8) {
  border-right: 0px solid rgb(48, 48, 48);
}

.teeth_search_detail_teethNoItem:nth-child(25) {
  border-right: 0px solid rgb(48, 48, 48);
}

.teeth_search_detail_teethNoItem:active,
.teeth_search_detail_teethNoItem.selected {
  border-radius: 2px;
}

/* teetUP 11번, 41번 뒤에 구분 라인 span 추가 */
.division_line {
  border-left: 1px solid #a4a4c3;
}

/* teethUp li 상악 하악 사이에 hr 추가*/
.teeth_item_line {
  border-collapse: collapse;
  width: 98%;
  background-color: #a4a4c3;
  height: 1px;
  display: block;
  filter: contrast(0.5);
}

.teeth_title_line {
  border-collapse: collapse;
  width: 100%;
  background-color: #333;
  height: 1px;
  display: block;
  margin: 8px 0px;
}

.btn_area {
  position: relative;
}

.result_option_area {
  position: relative;
}

/*헤더 상단 상세검색 bg 컬러 수정 추가*/
.mini_gnb_2 .search_detail_box {
  background-image: linear-gradient(to top, #ddddf0, #efeffa), linear-gradient(to top, #5656c4, #7373b6);
}

/* 댓글영상시간 */
a.timeline-pick-comment {
  color: #205ad0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  float: left;
  line-height: 30px;
  margin-right: 5px;
  height: 14px;
}

/* 공유하기 레이어 팝업 디자인 변경 20210121 */
.share-tooltip {
  width: 274px;
  height: 211px;
  padding: 18px 20px 20px 20px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0 rgba(125, 125, 125, 0.6);
  position: absolute;
  top: 90px;
  right: 0;
  font-size: 24px;
  font-weight: bold;
  /* letter-spacing: -1.2px; */
  color: #333;
  line-height: 25px;
  display: none;
  z-index: 10;
}

.share-tooltip>button {
  position: absolute;
  top: 14px;
  right: 14px;
}

.share-tooltip >div {
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: unset;
  padding-left: 0px;
  margin: 13px 0px;
}

.share-tooltip >div >input {
  border: 1px solid #d8d8d8;
  width: 170px;
  height: 25px;
  line-height: 25px;
  display: block;
  margin-right: 0px;
  float: left;
  text-indent: 5px;
  font-size: 12px;
  color: #090909;
  letter-spacing: -0.6px;
  background-color: #f8f8f8;
}

.share-tooltip p {
  float: left;
  margin-bottom: 17px;
  font-size: 18px;
  letter-spacing: -1.8px;
  color: #090909;
}

.share-tooltip ul {
  overflow: hidden;
  float: none;
  display: inline-flex;
  width: 100%;
  height: 55px;
}

.share-tooltip ul li {
  float: none;
  display: block;
  text-align: center;
}

.share-tooltip ul >li + li {
  margin-left: 27px;
}

.share-tooltip ul >li:last-child {
  margin-right: 0px;
}

.share-tooltip >div >button {
  border: 1px solid #d8d8d8;
  width: 64px;
  height: 25px;
  font-size: 12px;
  color: #090909;
  display: block;
  float: left;
  letter-spacing: -0.6px;
  font-weight: normal;
  margin-left: -1px;
}

.share-tooltip .division_row_line {
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  margin-bottom: 6px;
}

.share-tooltip >ul >li >span {
  font-size: 10px;
  font-weight: bold;
  color: #090909;
  text-align:center;
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: top;
}

.time_box_wrap {
  margin: 0px !important;
}

.time_box_wrap * {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #000000;
  vertical-align: bottom;
}

.time_box_wrap label .time_box {
  border: solid 1px #fff;
  background-color: #fff;
  width: 60px !important;
  height: 22px !important;
  box-sizing: border-box !important;
  text-align: center;
  text-indent: 0px !important;
  line-height: 24px;
  user-select: none !important;
}

.time_box_wrap label .time_box::before {
  content: ' : ';
}

.time_box_wrap label .time_box:disabled {
  background: #fff;
  border: 1px solid #fff;
}

.time_box_wrap label span::after {
  content: ' : ';
  margin-right: 0px;
}


.time_box_wrap label span {
  margin: 0px 0px 0px 9px;
}

.time_box_wrap .ui_check input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  vertical-align: middle;
}

.time_box_wrap .ui_check input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  box-sizing: border-box;
}

.time_box_wrap .ui_check input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: url(../img/comm/btn-check-normal.png) no-repeat;
  vertical-align: middle;
  background-size: 22px;
  background-color: #fff;
  border: 1px solid #ccc;
  background-size: 22px;
  box-sizing: border-box;
}
.time_box_wrap .ui_check input[type="checkbox"]:checked+label:before {
  background: url(../images/btn-check-checked.png) no-repeat;
  background-position: center;
  background-size: 22px;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.time_box_wrap .ui_check input[type="checkbox"]:checked+label span {
  font-weight: bold;
}

.time_box_wrap .ui_check input[type="checkbox"]:checked+label .time_box {
  font-weight: bold;
  border: solid 1px #d8d8d8;
  background-color: #f8f8f8;
  width: 60px !important;
  height: 22px !important;
  box-sizing: border-box !important;
  text-align: center;
  text-indent: 0px !important;
  line-height: 24px;
}

.time_box_wrap .ui_check input[type="checkbox"]:checked+label span:after {
  contain: none !important;
}

.share-tooltip  * > :focus {
  outline: none;
}

/* // 공유하기 레이어 팝업 디자인 변경 20210121 */



/* 내 동영상 버튼 추가 - 20210304 (4차 개발) */
.subHeader_vod{
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-left: 80px;
  letter-spacing: -0.066em;
  font-size: 14px;
  font-weight: bold;
}
.link_my_vod{
  margin-right: 25px;
  color: #000;
}
.open_vod_upload{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 36px;
  background: #eb6100;
  color: #fff;
}
.open_vod_upload > img{
  margin-right: 6px;
}
.open_vod_upload:hover{
  background: #eb6100;
}

/* 의료기관찾기 버튼 */
/* 의료기관찾기 버튼 */
.button_find_map {
  width: 72px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #eb6100;
  margin: 0 4px 0 24px;
}
.button_about_osstem {
  width: 123px;
  height: 36px;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  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: 0 8px;
  letter-spacing: -0.01em;
}
.button_about_osstem span {
  color: #898989;
}


/* 다국어 드롭다운  */
div[data-role="langSelectBox"] .lang_hide { display: none; }
div[data-role="langSelectBox"] .show { display: block; }

/* 셀렉트 영역 스타일 */
.lang_select[data-role="langSelectBox"] { width: 100px; height: 36px; position: relative; display: flex; display: -ms-flexbox; align-items: center;
  padding: 5px 10px;  margin: 0 10px 0px 0px; background-color: #009492;  color: #000; font-size: 15px; font-weight: bold; cursor: pointer;  box-shadow: 5.7px 1.8px 6.8px 0.2px rgba(0, 0, 0, 0.16); box-sizing: border-box; }
.lang_select[data-role="langSelectBox"]:hover {background-color: #1bbaba;}
.lang_select[data-role="langSelectBox"]:active {background-color: #057170;}

/* 옵션 영역 스타일 */
.lang_select ul { position: absolute; z-index: 100;  left: 0px; width: 100px; border: solid 1px #000; background-color: #fff; cursor: pointer; box-shadow: 5.7px 1.8px 6.8px 0.2px rgba(0, 0, 0, 0.23); box-sizing: border-box; padding: 10px 0px; margin: 0px; }
.lang_select ul li { letter-spacing: -0.65px; font-size: 13px; padding: 3px 10px; display: flex; display: -ms-flexbox; align-items: center; }
.lang_select ul li:hover { color: #009492; }
.lang_select .selected-option { color: #fff; letter-spacing: -0.8px; }
.lang_select .select-arrow { background: url(/images/icn-toothsel-n.png); width: 7px; height: 4px; display: inline-block; margin: 0px 0px 0px 8px; background-repeat: no-repeat; transform: translate(0px, -4px);}


/* 다국어 라디오 */

.vod_lang_wrap {display: flex; align-items: center;}
.vod_lang_wrap .lang_wrap_title {height: 34px; display: flex; display: -ms-flexbox; align-items: center; color: #4d4c4c; letter-spacing: -0.43px; font-size: 17px; font-weight: bold;}
.vod_lang_wrap .lang_wrap_title img {margin: 0px 5px; }
.vod_lang_wrap .lang_sel_wrap {display: flex; display: -ms-flexbox; margin: 0px 10px;}
.vod_lang_wrap .lang_sel_wrap .lang_sel {display: inline-flex; display: -ms-inline-flexbox;}
.vod_lang_wrap .lang_sel_wrap .lang_sel input[type=radio] {width: 0px; height: 0px;}
.vod_lang_wrap .lang_sel_wrap .lang_sel label { width: 100px; height: 34px; position: relative; display: flex; display: -ms-flexbox; align-items: center; padding: 5px 10px; margin: 0px; background-color: #fff; color: #000; font-size: 15px; font-weight: bold; cursor: pointer; outline: solid 1px #a4a4a4; box-sizing: border-box; justify-content: center; font-size: 14px;}
.vod_lang_wrap .lang_sel_wrap .lang_sel label:hover { width: 100px; height: 34px; position: relative; display: flex; display: -ms-flexbox; align-items: center; padding: 5px 10px;margin: 0px; outline: solid 1px #a4a4a4; background-color: #009492; color: #fff; font-size: 15px; font-weight: bold; cursor: pointer; box-sizing: border-box; justify-content: center; font-size: 14px; }
.vod_lang_wrap .lang_sel_wrap .lang_sel input:checked + label { width: 100px; height: 34px;position: relative; display: flex; display: -ms-flexbox; align-items: center; padding: 5px 10px; margin: 0px; outline: solid 1px #009492; background-color: #009492; color: #fff;font-size: 15px; font-weight: bold; cursor: pointer; box-shadow: 0px 2px 4.9px 0.2px rgba(0, 0, 0, 0.3); box-sizing: border-box; justify-content: center; font-size: 14px; z-index: 100; }


@media screen and (max-width: 640px) {
  .mini_gnb_2 .search_detail_button {
    font-size: 14px;
  }
}

#denallHeader .mainHeader {
  padding: 0 30px 0 32px;
}
#denallHeader.denall-tv-integ-wrap .mainHeader {
  transition: all .2s;
}
#denallHeader.denall-tv-integ-wrap .subHeader {
  padding: 0 30px 0 216px;
  transition: all .2s;
  border-bottom: 1px solid #e0e0e0;
}

#denallHeader .btn_top_close {
  display: none;
}
#denallHeader .header-left {
  z-index: 102;
}

#denallHeader .mobile_btn_fixed {
  top: 0 !important;
  position: fixed !important;
}

#denallHeader.active.denallHeader_fixed .subHeader_program {
  top: 44px;
  height: calc(100vh - 44px);
}

.subHeader_vod {
  margin-left: 0;
}
/* 아이콘 사이즈 */
#denall_mainIndex .main_video_area .video_share_area .video_share_item img {
  width: 38px;
}


@media screen and (max-width: 1920px) {
  /* Common : 서브 LNB 영역 수정*/
  #denallHeader.denall-tv-integ-wrap .subHeader {
    padding: 0 20px 0 10px;
    display: flex !important;
    justify-content: space-between;
  }
  #denallHeader .subHeader_program {
    justify-content: center;
    flex: 1;
  }
  #denallHeader .subHeader_program_item {
    margin-right: 18px;
  }
}



@media screen and (max-width: 1680px) {

  #denallHeader {
    min-width: 320px;
    transition: all 1s;
    z-index: 1002;
  }
  #denallFoot, #wrap {
    width: auto;
    min-width: 320px;
  }
  /* Common : 서브 LNB 영역 수정*/
  #denallHeader .open_vod_upload {
    display: flex;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background-image: unset;
    background: url('../images/icon_vod_upload.svg') no-repeat 0 0;
  }
  #denallHeader .open_vod_upload img {
    display: none;
  }
  #denallHeader .open_vod_upload:hover{
    background-image: unset;
    background: url('../images/icon_vod_upload.svg') no-repeat 0 0;
  }
  #denallHeader .subHeader_program_item {
    margin-right: 15px;
  }
  #denallHeader a.subHeader_program_all {
    display: inline-block;
    text-indent: -9999px;
  }


  /* Common : 상단 검색박스 수정*/
  #denallHeader .btn_top_search_open {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icn-gnb-search-n-m.svg) no-repeat;
    cursor: pointer;
  }

  #denallHeader .mainHeader .btn_top_search_open.close_btn {
    background: #ececf0 url(../images/close_btn_bk.svg) no-repeat center center;
    background-size: 18px auto;
    border: 1px solid #d6d6dd;
    width: 32px;
    height: 32px;
    border-radius: 3px;
  }
  #denallHeader .btn_top_close {
    background: url(../images/close_btn_bk.svg) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  #denallHeader .top_search_area.active .btn_top_close {
    position: unset;
  }
  #denallHeader .mainHeader .top_search_area {
    display: none;
  }
  #denallHeader .mainHeader .top_search_area.active {
    display: flex;
    z-index: 104;
    position: absolute;
    right: -8px;
    top: -5px;
    width: 365px;
    gap: 10px;
  }
  #denallHeader .mainHeader .mini_gnb_2 .alert_area {
    margin-left: 20px;
  }
  #denallHeader .mainHeader .mini_gnb_2::after {
    width: 0;
    margin: 0 10px
  }
  #denallHeader .mainHeader .search_detail_box {
    left: -190px
  }

  .denall-tv-integ-wrap .top_search_area .search_detail::after {
    margin-right: 4px;
  }

  .mini_gnb_2 .icon_search {
    background: url(../images/icn-gnb-search-n-m.svg) no-repeat;
  }
  .mini_gnb_2 .alert_icon {
    background: url(../images/icn-gnb-alert-n-m.svg) no-repeat;
  }

}

@media screen and (max-width: 1280px) {

  .logo_pc {
    display: none;
  }
  .button_find_map, .button_about_osstem {
    display: none;
  }
  #denallGnb, .subHeader_program {
    display: none !important;
  }
  .subHeader_vod .link_my_vod {
    margin-right: 100px !important;
  }
  #denallHeader .mainHeader {
    padding: 0 20px;
    height: 50px !important;
  }

  /* Common : 서브 LNB 영역 수정*/
  #denallHeader.denall-tv-integ-wrap .subHeader {
    justify-content: flex-end;
  }

  #denallHeader .denall_logo.logo_mobile {
    display: flex;
    align-items: center;
  }
  #denallHeader .denall_logo.logo_mobile a {
    display: inline-flex;
    align-items: center;
  }
  #denallHeader .denall_logo .bi-txt {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    height: 23px;
    display: inline-flex;
    align-items: flex-end;
  }
  #denallHeader .denall_logo img {
    width: 96px;
    margin-right: 2px;
    object-fit: contain;
  }




  /* Common : 모바일 Nav 추가 */
  #denallHeader .mobile_btn {
    display: flex;
    flex-direction: column;
    /* transition: 0.2s; */
    cursor: pointer;
    order: 1;
    width: 24px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
  }
  #denallHeader .mobile_btn span {
    width: 18px;
    height: 2px;
    background-color: #000;
    margin: 2.5px 0;
    transition: 0.4s;
  }
  #denallHeader .alert_logout {
    z-index: 108;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0.063rem 0.063rem 0.125rem #00000040;
    right: 0;
  }
  #denallHeader .alert_logout .alert_logout_inner {
    border-radius: 10px;
    border: none;
    background: #ebeef1;
  }
  #denallHeader .header-left {
    order: 2;
    margin-right: auto!important;
  }


  /* Mobile Nav Active */
  #denallHeader.active {
    *zoom: 1;
  }
  #denallHeader.active:after {
    content: "";
    display: block;
    clear: both
  }
  #denallHeader.active .mini_gnb_list  {
    z-index: 108;
  }
  #denallHeader.active .mini_gnb_list .side_menu {
    display: none !important;
  }
  #denallHeader.active.denall-tv-integ-wrap .mainHeader {
    border-bottom: 1px solid #fff;
  }



  /*Login Button*/
  #denallHeader .mainHeader .mini_gnb {
    gap: 4px;
  }

  #denallHeader .mainHeader .mini_gnb > li, #denallHeader .mainHeader .mini_gnb > li a, .alert_logout_inner li {
    font-size: 14px;
    font-weight: normal;
  }
  #denallHeader .mainHeader .mini_gnb .login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #eb6100;
    color: #fff;
    font-size: 13px;
    height: 28px;
    min-width: 54px;
  }
  #denallHeader .mainHeader .mini_gnb .signup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #fff;
    color: #eb6100;
    border: 1px solid #eb6100;
    font-size: 13px;
    height: 28px;
    min-width: 65px;
  }
  #denallHeader .mainHeader .mini_gnb .service_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    height: 28px;
    /* margin-left: 12px; */
  }
  #denallHeader .mainHeader .mini_gnb .arrow_userName {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/icon_avatar.png') no-repeat center center;
    background-size: 24px auto;
    margin-left: 8px;
    margin-right: 4px;
  }

  #denallHeader.denallHeader_fixed  .mini_gnb_2 .search_alert {
    position: fixed;
    top: 10px;
  }

  #denallHeader.denallHeader_fixed .gnb_global {
    position: fixed;
    top: 15px;
    left: 40px;
  }

  .mini_gnb_list {
    order: 3;
  }
  .gnb_global {
    position: absolute;
    top: 69px;
    left: 0;
    display: none;
  }
  .kt-header--minimize .gnb_global {
    position: fixed;
    top: 15px;
  }
  .gnb_global .global_btn {
    padding: 0 25px 0 48px;
  }
  .gnb_global .global_btn::before {
    left: 18px;
  }
  .gnb_global .global_box {
    left: 20px;
    top: 29px;
  }

  .mini_gnb_2 .search_alert {
    position: absolute;
    top: 64px;
    right: 65px;
  }
  .kt-header--minimize   .mini_gnb_2 .search_alert {
    position: fixed;
    top: 10px;
  }
  .mini_gnb > li:not(:last-child)::after {
    display: none;
  }
  .right_open .main_video_area_inner_playing {
    margin-right: 0;
  }
  .main_video_area_inner_playing .video_info {
    padding-right: 0 !important
  }
  #denall_mainIndex .vod_list_right {
    display: flex !important;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    background: #111446;
    top: 0 !important;
  }
  .right_open .main_video_area_inner_playing {
    margin-right: 0;
  }
  .main_video_area_inner_playing .video_info {
    padding-right: 0 !important
  }
  .alert_logout_toggle {
    display: none;
  }
  /* Mall : Live Product 20230418*/
  .pro_list_right.vod_play, .right_open .pro_list_right {
    display: flex !important;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    background: #111446;
    top: 0 !important;
    flex-direction: column;
  }
  #vod_pro_home .panel1 .normal_vod_listItem {
    width: var(--width-4);
  }
}


@media screen and (max-width: 1024px) {
  /* Main: Header Alert Popup */
  #denallHeader .mini_gnb_2 .alert_details {
    width: calc(100% - 40px);
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    height: calc(100% - 110px);
    max-height: unset;
    max-width: 380px;
  }
  #denallHeader .mini_gnb_2 .alert_details_inner {
    max-height: unset;
    height: calc(100% - 80px);
  }
  #denallHeader .mini_gnb_2 .alert_details .alert_details_inner li a .alert_detail_box {
    width: calc(100% - 126px);
  }
  #denall_mainIndex .main_video_area .video_info_inner_title .title {
    font-size: 20px;
  }
  #denall_mainIndex .main_video_area .video_info_inner_title .title {
    padding-right: 0;
  }
  #denall_mainIndex .main_video_area .video_info_inner {
    padding: 18px 20px 12px;
    position: relative;
  }
  #denall_mainIndex .main_video_area .video_share_area .video_share_item img {
    width: 30px;
  }
  #vod_pro_home .panel1 .normal_vod_listItem {
    width: var(--width-3);
  }
}


@media screen and (max-width: 860px) {
  /* Common : 상단 검색박스 수정*/
  #denallHeader .mainHeader .search_detail_box {
    position: fixed;
    top: 98px;
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 106;
  }
  #denallHeader.denallHeader_fixed .mainHeader .search_detail_box {
    top: 44px;
  }

}


@media screen and (max-width: 640px) {

  #denallHeader .alert_logout_inner {
    width: 100%;
  }
  .main_video_area_inner_playing.vod_mini .main_video_wrapper {
    width: 280px;
    height: 158px;
  }

  #denallHeader .mainHeader .top_search_area.active {
    position: fixed;
    top: 56px;
    width: calc(100% - 40px);
    right: 20px;
  }

  #denallHeader.denallHeader_fixed .mainHeader .top_search_area.active {
    top: 5px;
    width: calc(100% - 75px);
  }
  #denallHeader .mainHeader .search_detail_box {
    width: calc(100% - 40px);
    max-width: 640px;
    min-width: 300px;
  }
  #denallHeader .mini_gnb_2 .search_detail_teethBox {
    flex-direction: column;
  }
  #denallHeader .mini_gnb_2 .search_detail_teethNo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: none;
    border: none;
    margin-right: 0;
  }
  #denallHeader .mini_gnb_2 .header_search_detail_teethNoItem {
    width: calc(100% / 8);
    padding: 0;
    box-sizing: border-box;
    margin: 0;
  }
  #denallHeader .division_line {
    display: none;
  }
  #denallHeader hr.teeth_item_line {
    margin: 8px 0;
  }
  #denallHeader .mini_gnb_2 .header_search_detail_teethNoItem .number {
    height: 26px;
    display: flex;
    border-radius: 2px;
    line-height: 26px;
    justify-content: center;
    /* border: 1px solid #ccc;
    background: #fff;
    margin: 2px; */
  }
  #denallHeader .search_detail_teethGroup {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
  }
  #denallHeader .mini_gnb_2 .header_search_detail_teethGroupButton {
    width: auto;
    flex: 1;
  }
  #denallHeader .mini_gnb_2 .search_detail_subject {
    flex-flow: wrap;
    width: 100%;
    background: none;
    border: 0px;
    box-shadow: none;
  }
  #denallHeader .wrap_btn_search_popupbox .btn_search_popupbox{
    width: 100%;
  }
  #denallHeader  .mini_gnb_2 .header_search_detail_subjectItem {
    padding: 1px 18px;
  }

  .mini_gnb_2 .searchinput {
    width: 100%;
  }
  #denall_mainIndex .main_video_area .video_info_inner {
    flex-direction: column;
  }
  #vod_pro_home .panel1 .normal_vod_listItem {
    width: var(--width-2);
  }
}


@media screen and (max-width: 480px) {
  .mini_gnb_2 .icon_search {
    background-size: 18px auto;
    background-position: 0 center;
  }
  .mini_gnb_2 .btn_top_search {
    margin-right: 4px;
  }
  /* Common : 상단 검색박스 수정*/
  #denallHeader .mainHeader .top_search_area.active {
    padding: 0 10px;
    gap: 0;
  }

  #denallHeader .btn_top_close {
    background-size: 15px auto;
  }

  .denall-tv-integ-wrap .top_search_area .search_detail::after {
    margin: 0 5px;
    background: none;
  }
  #vod_pro_home .panel1 .normal_vod_listItem {
    width: var(--width-1);
  }
}


@media screen and (max-width: 360px) {
  /* Common Top Header */
  #denallHeader .mainHeader .mini_gnb_2 .alert_area {
    margin-left: 17px;
  }

}

@media screen and (max-width: 380px) {
  /* 폴더블폰 */
  #denallHeader .mainHeader {
    padding: 0 15px;
  }
  #denallHeader.denall-tv-integ-wrap .subHeader {
    padding: 0 15px 0 10px;
  }

  #denallHeader .mainHeader .top_search_area.active {
    width: calc(100% - 30px);
    right: 15px;
  }

  #denallHeader .mainHeader .search_detail_box {
    width: calc(100% - 30px);
  }

  #denallHeader .mobile_btn {
    margin-right: 10px;
  }
  #denallHeader .mainHeader .mini_gnb .service_center {
    padding: 4px 5px
  }
  #denallHeader .mainHeader .mini_gnb .login {
    padding: 4px 5px;
    min-width: 48px;
  }
  #denallHeader .mainHeader .mini_gnb .signup {
    padding: 4px 5px;
    min-width: 55px;
  }
  .gnb_global .global_box {
    left: 15px;
  }
  .gnb_global .global_btn {
    padding: 0 25px 0 43px;
  }
  .gnb_global .global_btn::before {
    left: 13px;
  }
  .mini_gnb_2 .search_alert {
    right: 60px;
  }
  .mini_gnb_2 {
    width: 10px;
  }
}
