 /*blue 
 #7fdafc
#17a7de > #7fdafc  > #b0e8fd > #d7f3fe/ 
red #ef7142
yellow  #febe14 / #fefeaf
 */
  /*orange
#fe8f0d
#fac40a> #fe8f0d  > #feab11 > #fde48e/ 
red #ef7142
yellow  #febe14 / #fefeaf
 */





.list-group-item.feature .list-group-item-ind.body {
   width:auto !important;
   max-width:590px;
}

.list-group-item.feature .list-group-item-ind.body .list-group-item-ind {
    flex-wrap: nowrap;
}

.list-group-item.feature .list-group-item-ind.body .list-group-item-ind .list-group-item-icon {
    width: 70px !important;
	min-width:70px !important;
}




 body {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: scroll;
  /*background-image: url(../../../data/sitedata/siteimg/main/b2.png);*/
  background-attachment: fixed;
  background-position:center center;
  background-repeat:no-repeat;
  background-size: cover;
  /*
  -webkit-transition: background-image 2s;
  transition: background-image 2s;
  */
  background-color:;#FFF/*#5ab7e5/#1a2a41/#fe8f0d*/
}
.bg-page-default{
	/*background-color:rgba(0,0,0,.09);*/
	background-color:rgba(0,0,0,0);
}

.mainbox_s1_scroll{
   overflow:visible;
}
table.qlabs_grid_container tbody.data_container tr:hover{
	background: #f2f2f2;
}

button.ui-corner-all{
   border-radius:0 !important;

}

.nx_wrvideo {
    max-width:100% !important;
	min-height:300px;
}
.nx_wrimage {
    max-width:100% !important;
	min-height:auto;
}
.nx_wrvideo iframe{
min-height:400px;
   height:auto !important;
}

.nx_wrimg{
    max-width:100% !important;
	max-height:900px !important;
}
/*--------------------------------*/
.icon_inmarket{
    width:30px;height:40px;
	background-image:url(../../../data/sitedata/siteimg/main/store_icon1.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 25px auto;

}
.hd_pop_icon{
     position:absolute;top:10px;left:10px;font-size:40px;
	 color:#fde48e;
}
.hd_pops_con{
  padding:20px;padding-top:60px;width:100%;height:500px;
  max-height:100vh;background:#fff;overflow-x:hidden;overflow-y:auto;
}
.hd_pops_ind{
  position:absolute;top:0px;left:0;
  width:400px;min-width:320px;max-width:100%;overflow:hidden;
  margin:0;background:transparent;border:solid #fde48e;
  border-width:10px 10px 5px 10px;
}
.hd_pops_footer{
   width:100%;
   background:#fde48e;
   color:#000;
   font-weight:bold;
   display: flex;
  justify-content: space-between !important;
   /*-ms-flex-flow:column nowrap;*** between 은 들어가면 안된다/*ie*/
}
.hd_pops_reject{

}
.hd_pops_close{

}
/*------------------------------*/

.mainboxshadow{/*반드시 main-box 와 별개로 추가한다!!!!! nxincbase.js*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}


.navbar.horizontal-layout .navbar-menu-wrapper{
   padding-top:5px;
}
footer .foot-wrap{
   width:100%;
   height:50px;
   display:flex;
     justify-content:flex-start !important;
	 flex-wrap:wrap;
}
footer .foot-logo{
   width:100px;
   height:50px;
}
footer .foot-exp{
   padding:0;
   text-align:left;
}

.list-group:not(.list-group-topnav) .list-group-item.textlist .list-group-item-ind{
    height: 25px;
}
.list-group:not(.list-group-topnav) .list-group-item:not(.subject) {
    padding: 5px 5px 5px 0;
}
.list-group:not(.list-group-topnav) .list-group-item.textlist {
    padding-top: 5px;
}


footer .list-group:not(.list-group-topnav) .list-group-item:not(.subject) {
    padding: 0 5px 0 0;
}
footer .list-group:not(.list-group-topnav) .list-group-item.textlist {
    padding-top: 0;
}

/*------------------------------*/
/*--etc color ---*/
.list-group-item.feature .list-group-item-ind.body .list-group-item-ind .list-group-item-icon{
  background-color: #fe8f0d;
}
.list-group-item-text.dot:before, .list-group.dottext .list-group-item-text:before{
    border: 1px solid #fe8f0d;
}
.list-isicon{
   color:#feab11;
}
.link:hover,#topsearch i,#topback_main i{
   color:#fe8f0d;
}
.list-parttag-ind.on {
    border: 1px solid #fe8f0d;
	color:#fe8f0d;
}
.totop{
    float: right;
    background-color:#fe8f0d;
    border-color:#fe8f0d;
}
footer .foot-logo img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);
}

/*-------*/
.erc-wrap{
  /*background-color:#feab11;
  border-bottom:2px solid #fe8f0d !important;*/
}
.erc-wrapin{
  width:100%;
   display: flex;
  justify-content: space-around !important;
  background-color:#fe8f0d;
  height:38px;
}

.erc-wrapin > div{
   display: flex;
   justify-content:center !important;
}
.erc-wrapin a{
   color:#fff;
}
.erc-name{
   color:#000;
}
.erc-val{
   color:#000;
   font-weight:bold;
   padding-left:5px;
   line-height:44px;
}
/*---*/

.btn-default,.btn_submit{
  background-color:#ddd;
  border:1px solid #ddd;
  color:#000;
}

.btn-primary{
  border:1px solid #fe8f0d;
  color:#000;
}

.btn-circle{
  background-color:#ddd;
  border:1px solid #ddd;
  color:#000;
}
label.custom-control-label:before {
    border-color: #ddd !important;
    background-color: #ddd;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{
    border-color: #ddd !important;
    background-color: #ddd;
}

.btn-default:hover,.btn-circle:hover,.btn_submit:hover{
  background-color:#000;
  border:1px solid #000;
  color:#f2f2f2;
}


/* #Site layout  */
/***/
#main-container{
  width:100%;
  padding:0 0 0 0;
  position:relative;
}
#page-footer{
   margin-top:10px;
}

#page-container.page-footer-fixed #page-footer{
  height:45px;
  min-height:45px;
  border-top:0;
  margin-top:0;
}

.headnav-ind .nxselect.nxdropmenu{
   margin-top:0;
}
.navbar.horizontal-layout .navbar-brand-wrapper .brand-logo img,footer .foot-logo img{
   height:50px;
}

/*.navbar.horizontal-layout 에 따라 조절*/
#page-container.page-header-fixed.page-header-glass #main-container{
   padding-top:125px;
}
#page-container.page-header-fixed.page-header-mini #main-container{
   padding-top:75px;/*---62---*/
}
#page-container.page-header-fixed #main-container {/*admin page*/
    padding-top: 25px;
}
#page-container.page-header-mini .pagepadding_v{
	   padding-top:30px !important;

}
#page-container.page-header-mini #main_top_ban{
	   top:-60px !important;
}
.btn_pageback{
  top:120px;
  left:5px;
  z-index:15;
  position:fixed;
}
#page-container.page-header-fixed.page-header-mini .btn_pageback{
   top:70px;
}
#page-container #main-container{
   padding-bottom:0;
}

#page-container.page-footer-fixed #main-container{
   padding-bottom:58px;
}

.grid_wrap{
  background-color:#fff;
  min-height:calc(100vh - 100px);
}

#page-container #page-footer{
  border-top:0;
  background-color:transparent;
  position:relative;
}
/*pc에서는 #mgrid_main 내부에들어가게한다  #page-footer > box-footer 높이 제하고 */
#page-container.page-header-fixed #mgrid_side.fixed{
   top:135px;
   height:calc(100vh - 290px);
}
/*
#page-container.page-header-fixed.page-header-scroll #mgrid_side{
   top:70px;
}
*/
#page-container.asidetab_on #page-footer,
#page-container.asidetab_on #topfloat
{
   display:none !important;
}

#sidebarbtnL{
  margin:16px 10px 0 0;
  color:#fe8f0d;
}

.grid_main{
  width:100%;
}

/*------------------*/

/**************************************/
/**************************************/
/**************************************/

.mgrid_main_wrap{
   width:1180px;
   max-width:100%;
   margin:0 auto;
}
.mgrid_main{
  width:100%;
  max-width:100%;
  margin:0 auto;
}
.mgrid_main.default{
    width:880px;
}
/*
.mgrid_main_wrap.issidebar .mgrid_main{
  width:780px;
}
*/
.mgrid_side{
  width:300px;
  position:relative;
  z-index:1;
}
.indbox_gridslide{
   width:890px;
   max-width:100%;
   height:180px;
   border:1px solid transparent;
   margin:0 auto;
   padding:0 20px 0 20px;
}

.mgrid_side_btn.on{
 margin-right:277px;
}

/*
.list-group-item:not(.textlist) {
	border-top-width:0;
}
*/

.list-group.feature_dark .list-group-item-main{
    justify-content:center;
	padding-left:20px;
}
.list-group.feature_dark .list-group-item{
  background:#42495c;
}
.feature_dark .text-indtitle{
   color:#f2f2f2;
}
.feature_dark .text-indval{
   font-weight:bold;
   color:#f37a34;
}


.box_ws{
   width:650px !important;
}
.box_wm{
   width:800px !important;
}

@media (min-width: 1200px){
	.container {
		max-width: 1240px;
	}
}
@media (max-width: 1200px){
	.container {
		max-width: 1140px;
	}
   .indbox_gridslide{
   width:790px;
   }
   .mgrid_main_wrap{
   width:1080px;
   }
    .mgrid_main.default{
    width:780px;
	}
}
/**************************************/
/**************************************/
/**************************************/


.indbox_main{
   width:100%;
   min-height:20px;
   margin-top:10px;
   margin-bottom:20px;

}
.indbox_gridside{
   width:100%;
   min-height:150px;
   margin-bottom:20px;
   padding:10px;
   border:10px solid #f8f8f8;
}
.menu_gridside_title{
  width;100%;
  height:40px;line-height:40px;
  text-align:center;
  padding-right:10px;
  color:#000;
  font-weight:bold;
}


.menu_gridside_title.notext{
  height:10px;
  margin-bottom:10px;
  background:#fff;
}
.menu_gridside{
  width:100%;
  text-align:left;
}


.menu_gridside .linkind{
  width:100%;
  height:35px;line-height:35px;
  padding-left:10px;
  cursor:pointer;
  font-weight:bold;
}
.menu_gridside .linkind:hover{
color:#fe8f0d;
}
#menu_gridside .partind_p,#menu_gridside .partind_c{
  width:100%;
  height:35px;line-height:35px;
}

.menu_gridside.text-center .linkind{
   padding-left:0;
   padding-right:10px;
}

#menu_gridside .partind_p{
  border-top:1px solid #ddd;
  font-weight:bold;
  padding-left:10px;
  margin-top:10px;
}
#menu_gridside .partind_c{
  padding-left:10px;
   width:49%;float:left;
}
/*---*/
.ckeckgrid{
  width:100%;
  text-align:left;
  padding:10px;
  border:5px solid #f2f2f2;
}
.partind_wrap{
    width:100%;
	min-height:35px;line-height:35px;
    border-bottom:1px solid #ddd;
	display:inline-block;
    font-weight:bold;
}
.partind_wrap.noborder,#menu_gridside .partind_wrap{
    border-bottom:0;

}
.partind_p{
    font-weight:bold;
	float:left;
	min-width:80px;
	height:35px;line-height:40px;
}
.partind_c{
	padding-left:20px;
    height:35px;
    font-weight:normal;
	float:left;
}


.mkind_check .partind_c{
  padding-left:0;
  min-width:130px;
}
.mkind_link .partind_c,.mkind_link .partind_p,
.mkind_list .partind_c,.mkind_list .partind_p
{
  cursor:pointer;
  text-align:left;
}
.mkind_link .partind_c:hover,.mkind_link .partind_p:hover,
.mkind_list .partind_c:hover,.mkind_list .partind_p:hover
{
  color:#fe8f0d;
}

.mkind_link .partind_c.on,.mkind_link .partind_p.on,
.mkind_list .partind_c.on,.mkind_list .partind_p.on
{
  color:#fe8f0d;
  font-weight:bold;
}
/*---*/

.indbox_gridslide .slidewrap{
  width:100%;
  padding:0 0 0 0;
}
.indbox_gridslide .slideitem{
    width:150px;
	height:200px;
	padding:0 5px 0 5px;
	border:0px solid #f2f2f2;
}
.indbox_gridslide .slideitem_image{
    width:130px;
	height:130px;
	padding:0;
	border:0;
	background-size:cover;
	background-position:center center;
	position:relative;
	/*
	     box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.3);
	 -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.3), 0 2px 5px 0 rgba(0,0,0,.3);
	 */
}
.indbox_gridslide .slideitem_image:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px);
}
.indbox_gridslide .slideitem_exp{
    width:100%;
	height:60px;
	padding-top:5px;
	text-align:center;
}
.indbox_gridslide .slideitem_exp div{
    width:100%;
	height:20px;
	text-align:center;
white-space:nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#maintopslide .slick-prev,
#maintopslide .slick-next{
   margin-top:-30px;
} 
.slick-next{
  right:-25px;
}
.slick-prev{
  left:-25px;
}


.itemsb_ind{
   height:20px;line-height:20px;
   padding:0 10px 0 10px;
   white-space:nowrap;
}
.itemsb1{
    font-weight: bold;
	width:20px;
	height:20px;
	line-height:20px;
	background-color:#fe8f0d;
	color:#fff;
	text-align:center;
	display:inline-block;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.itemsb2{
    font-size:18px;
	color:#fe8f0d;
	text-align:center;
}

.itemsb_b .itemsb1:before{content: "B";}
.itemsb_b:after{content: "밴드스코어";padding-left:3px;}

.itemsb_f .itemsb1:before{content: "F";}
.itemsb_f:after{content: "피아노";padding-left:3px;}

.itemsb_m .itemsb1:before{content: "M";}
.itemsb_m:after{content: "멜로디";padding-left:3px;}

.itemsb_o .itemsb1:before{content: "O";}
.itemsb_o:after{content: "관현악";padding-left:3px;}

.itemsb_cart .itemsb2:before{
    content: "\f217";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.itemsb_cart:after{content: "장바구니 담기";padding-left:3px;}

.itemsb_view .itemsb2:before{
    content: "\f56d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.itemsb_view:after{content: "구매하기";padding-left:3px;}

.itemsb_buy .itemsb2:before{
    content: "\f1c7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.itemsb_buy:after{content: "미리보기";padding-left:3px;}
/*------------------------------------------------*/

.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu-item {
  min-width:160px;
}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item .menu-title, .menu-title {
font-size:15px; }
/*
.navbar.horizontal-layout .nav-bottom .page-navigation{
  background: #feab11;
}
*/
/*-////color/////////////////////////////////------*/

.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading,
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading a
{
color:#fe8f0d;
}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .link-icon {
color:#fe8f0d; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link {
background: linear-gradient(30deg,#fe8f0d, #814eff);
color: #fff;}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading {
color:#fe8f0d;
}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading a{
  color:#fe8f0d !important;
}
.main_title_2 span em {
    background-color:#fe8f0d;
}
.main_title_2.list span{
    width:100px;
}
.main_title_2.list span em {
    width:50px;
}
.nxdnav .frame ul li.active {
    background: #7fdbfd;
}
.nxdnav .frame ul li {
    font-weight:bold;
}
/*-////color/////////////////////////////////------*/

#topsearch .form-control{
    /*border:1px solid #999 !important;*/
	border-bottom:2px solid #fe8f0d !important;
	background-color:#fefefe;
}
#topsearch .btn-topsearch{
  width:40px;height:40px;line-height:45px;
}
#topfloat{
  width:100px;min-height:150px;
    position:absolute;
    top:125px;right:10px;
    border:5px solid #fff;
	background-color:#f8f8f8;
}

#page-footer .grid_wrap{
   min-height:50px;
    border:5px solid #fff;
	background-color:#fff;
}

/*---------------------------------------------*/
input,select,.select2-selection,.btn,.list-mark,.tagify-input,
.inputfake,
input[type="submit"],
input[type="reset"],
input[type="button"]{
   height:35px;line-height:35px;
}
.form-control:not(textarea){
   line-height:35px;
}
.form-control.area{
    min-height:35px;
}
.list-mark{
  color:#ccc;
  font-size:20px;
  font-weight:bold;
  padding-left:3px;
  padding-top:5px;
}

.styletab1 > label{
     height:35px !important;
	 margin:0;
	 line-height:35px;
	 border:solid transparent;
	border-width:1px 1px 0 1px;

}
.styletab1 > label .listtext,.styletab1 > label .listicon{
	 line-height:35px;
}
.styletabwrap1 .ultop{
   top:35px;
   border-top:1px solid #999;
}


.styletabwrap1 .sky-tabs > input:checked + label{
    background-color:#fe8f0d;
	border:solid transparent;
	border-width:1px 1px 0 1px;
}
.styletabwrap1 .sky-tabs > input:checked + label .listtext {
    color: #fff;
}
.styletabwrap1 .sky-tabs > input:checked + label .listicon,.styletabwrap1 .sky-tabs > label:hover .listicon{
    color:#fff;
}
.styletabwrap1 .sky-tabs > input:checked + label,.styletab1 > label:hover{
    background-color:#fe8f0d;
	color:#fff;
}


.select2-results__option:hover,.select2-results__option[aria-selected=true],.select2-results__option--highlighted[aria-selected],.dropdown-item:hover {
  background-color: rgba(127,219,253, .1) !important;
  border-left: 3px solid #fe8f0d;
}

.color__default{
  color:rgba(0,206,240,1);
  .color__option{
	   color:#226fa2;
  }
}
 .bgcolor__tr_tableheader td{
       background-color:#d9ebf2 !important;
 }

  .bgcolor__tableoption{
       /*background-color:rgba(127, 219, 253, .1) !important;이렇게하면 뒤가보인다!*/
	   background-color:#f2fbff !important;
	   color:#226fa2;
  }

.btn:hover{
   color:#fee01a;
}
.btn-tr:hover,.btn-light:hover{
   color:#000;
}
.dotlist_small:before{
  color:rgba(0,206,240,1);
}

.bgcolor__default {
    background-color: rgba(234, 244, 248, 1) !important;
}
.dropdown-menu,.select2-dropdown {
  background-color:#fff;
  border: 1px solid rgba(127, 219, 253, 1);
  border-width:1px  0 0 0;
  border-radius:0;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

}



.dropdown-toggle{
   line-height:20px;
}
.dropdown-toggle .indtext{
   line-height:40px;
}

.closexwin:hover{
  color:#fff;
	background-color:#000;
	border-color:#000;
}

.btn-tmpmessage:hover,.btnx:hover{
	color:#7fdbfd;
}

.iwindowmask,.iwindowmask_message{
}
.iwinwrapboxshadow {
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
}


.line__default{
  width:100%;height:1px;
  background-color:#fe8f0d;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background:#fe8f0d;
}

.dnav ul li.active{
  background:#fe8f0d;

}
.dnav ul li:hover{
  background:#feab11;
}
.dnav ul li a{
  color:#fff;
}
/*----*/
.btn-info1:before{
    content: "\f15c";
    font-family: FontAwesome;
	font-size:17px;
}
.btn-info2:before{
    content: "\f03d";
    font-family: FontAwesome;
	font-size:17px;
}
.btn-infox{
  background-color:transparent;
  border-color:transparent;
}
.btn-detail:before{
    content: "\f07a";
    font-family: FontAwesome;
}

/*---*/
.audioplayer-bar-played::after {
	background-color:#fe8f0d;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
	background-color:#fe8f0d;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 8px solid #fe8f0d;
}

/*---*/
.style_listwrap1 .tool-btn i{
   color:#fe8f0d;
}
/*////////////////////////////////////////////////////////*/

.form-control,.select2-selection__rendered,.select2-selection--single{
   color:#000 !important;
}
/*
.form-control,.select2-container--default .select2-selection--single{
  border-color: transparent;
  background-color: transparent;
  transition: none;
  border-radius:0;
  border-right:1px solid transparent !important;
  border-left:1px solid transparent !important;
  border-top:1px solid transparent;
  border-bottom:1px solid #000;
}
.form-control[readonly],
.form-control[disabled],
.form-control.disabled,
.form-control:disabled,
.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color: #f8f9fa;
  border-right:1px solid #f8f9fa !important;
  border-left:1px solid #f8f9fa !important;
  border-top:1px solid transparent;
  border-bottom:1px solid #000;
}

.form-control:focus {
  border-color: #000;
  background-color: transparent;
  border-right:1px solid transparent !important;
  border-left:1px solid transparent !important;
  border-top:1px solid transparent;
  border-bottom:1px solid #000;
}
*/
.form-group label{
  margin-top:10px;
}
label.custom-control-label:before{
  border:1px solid #000;
}


.wraplist .form-control,.wraplist .select2-container--default .select2-selection--single{
  border-color: #ccc;
  background-color:#fdfdfd;
  transition: none;
  border-radius:0;
  border-right:1px solid #ccc !important;
  border-left:1px solid #ccc !important;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.wraplist .form-control[readonly],
.wraplist .form-control[disabled],
.wraplist .form-control.disabled,
.wraplist .form-control:disabled,
.wraplist .select2-container--default.select2-container--disabled .select2-selection--single{
  background-color: #f2f2f2;
  border-right:1px solid #f2f2f2 !important;
  border-left:1px solid #f2f2f2 !important;
  border-top:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
}

.wraplist .form-control:focus {
  border-right:1px solid #ccc !important;
  border-left:1px solid #ccc !important;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.wraplist .form-group label{
  margin-top:10px;
  margin-bottom:5px;
}
.wraplist label.custom-control-label:before{
  background-color: #fdfdfd;
  border-color: #ccc !important;
}

/*////////////////////////////////////////////////////////*/

/*---------------------------------------------*/


.toppagewrap{
	opacity:0;
	-webkit-transition:opacity .7s;
	transition:opacity .7s;
	transition-delay: .7s;
}

#page-header,#page-footer{
  background-color:rgba(255,255,255,1);
}
#page-header.tr{
  background-color:rgba(255,255,255,0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow:0 0 0 0 rgba(0, 0, 0, 0) !important;
}


.totop{
   z-index:1035;
}

.content-header .dropdown,.content-header .nxselect{
  margin-top:5px;
}

.main_logo {
    width: 120px;
    height: auto;
    margin: 0 0 0 10px;
    border: 0;
}

 .main_logo_text{
  color:#000;
  padding-left:5px;
  padding-top:5px;
 }
  .main_logo_icon{/*back arrow etc.*/
  color:#000;
  padding-left:5px;
  padding-top:2px;
  font-size:18px;
 }

/*
.nav-main-link:hover, .nav-main-link.active {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}
*/


.nav-main-link .nav-main-link-icon{
   margin-right:2px;
   color:#000;
}

.content-side{
    padding:40px 30px 30px 30px;
}
.content-side-in {
    padding-left:0 !important;
}
.content-side-in .nav-main-heading {
	border-bottom:1px solid #ccc;
	padding-left: 5px;
	margin-bottom:10px;
}
.content-side-in .nav-main-link {
    padding-left: 5px;
}
.select2-results__option,.dropdown{
  text-align:left;
}
.bold li.select2-results__option{
   font-weight:bold;
}
/*---------------------------------------------*/


/*---------------------------------------------*/
.winbar_top{
   background-color:#fe8f0d;
   color:#fff;
}
.pagetitle-text{
   font-weight:bold;
}

.boxico_ws{
   color:#fe8f0d;
   opacity:.6;
}
/*---------------------------------------------*/

#main-container{
  width:100%;
  padding:0 0 0 0;
}


/*---------------------------------------------*/

.memowrap{
  width:100%;
    padding:0 5px 0 5px;
}
.ind_memowrap{
  width:100%;
  margin-bottom:10px;
  display:flex;
  justify-content:flex-start !important;
  border-bottom:1px dashed #ccc;
}

.ind_memotime{
  width:90px;
  background-color:#f2f2f2;
  padding-top:5px;
}
.ind_memotext{
  padding:5px;
}
.ind_checkwrap{
  width:100%;height:30px;
  margin-top:5px;
  border-bottom:1px solid #ccc;
  position:relative;
}
.ind_checksubject{
  width:100%;
}
.indtool1{
  position:absolute;
  right:40px;
  top:0;
  width:40px;
  height:30px;line-height:35px;
  text-align:right;
}
.indtool2{
  position:absolute;
  right:0;
  top:0;
  width:40px;
  text-align:right;
}

/*---------------------------------------------*/





/*---------------------------------------------*/
.listwrap_sort{
  width:100%;
}
.sort-handler {position:absolute;right:0;top:5px; width: 20px; height: 20px; margin:0; cursor: move;}
.sort-handler.left{
  left:5px;
}
.sort-handler:before{
    content: "\f338";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 15px;
    /*position: absolute;
    top: 10px;
    left: 0;*/
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

/*---------------------------------------------*/




/*--------------------------------------------*/





/* =======================================
// scroll
// =======================================*/


    /*--------------------------*/
	::-webkit-scrollbar {
		max-width: 3px;
		max-height: 3px;
	}
	::-webkit-scrollbar-track {
		background-color:#e5e5e5;
		border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color:#000 !important;
	}
	::-webkit-scrollbar-corner {
	}
    /*--------------------------*/

	.viewscrollbar::-webkit-scrollbar,
	.select2-results__options::-webkit-scrollbar,
	.ui-jqgrid-bdiv::-webkit-scrollbar{
		max-width: 3px;
		max-height: 3px;
	}
	.viewscrollbar::-webkit-scrollbar-track,
	.select2-results__options::-webkit-scrollbar-track,
	.ui-jqgrid-bdiv::-webkit-scrollbar-track{
		/*background-color: rgba(0,0,0,0.1);/*rgba로하면 background색상에따라 변한다!*/
		/*background-color: #e5e5e5;*/
		background-color:transparent;
		border-radius: 2px;
	}
	.viewscrollbar::-webkit-scrollbar-thumb,
	.select2-results__options::-webkit-scrollbar-thumb,
	.ui-jqgrid-bdiv::-webkit-scrollbar-thumb{
	    /*background-color: #4b7e8b;*/
		background-color:#000 !important;
		border-radius: 2px;
	}
	.viewscrollbar::-webkit-scrollbar-corner,
	.select2-results__options::-webkit-scrollbar-corner,
	.ui-jqgrid-bdiv::-webkit-scrollbar-corner{
	}


	.viewscrollbar::-webkit-scrollbar{
         width:3px;
         max-width:3px;
         height:3px;
         max-height:3px;
	}
	/*
	.viewscrollbar:hover::-webkit-scrollbar{
	 width:10px;
	 max-width:10px;
	 height:10px;
	 max-height:10px;
	}
	*/
/* =======================================
// scroll end
// =======================================*/



.form-wizard-step.active .form-wizard-step-icon{
   background:#fee01a !important; 
}

/*=======================================*/

.listimg.icon:before{
	color:#999;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
	#page-container.page-header-fixed.asidetab_on #main-container{
	   padding-top:62px;/*---62---*/
	}



@media (max-width: 1350px){
	#topfloat{
        display:none;
	}
}



@media (max-width: 1080px){/*1080  baseui.css / data_grids_main.css/nxgridbasic.css/siteind.css*/
	 .mgrid_side{
	   position:fixed;
	   top:60px;
	   right:-360px !important;
	   z-index:1034;
	 }
	 .mgrid_side.on{
	   right:-1px !important;
	 }
	 .mgrid_side_btn{
       display:block;
	   top:150px;
	 }

	  /*mobile에서는 full h*/
 	 #page-container.page-header-fixed #mgrid_side,#page-container.page-header-fixed #mgrid_side.fixed{
	   top:0;
	   padding-top:70px !important;
	   height:100vh;
	   position:fixed;
	 }
	#page-container.page-header-fixed.page-header-scroll #mgrid_side{
	   top:0;
	}

	 .container{
        max-width:1040px;
	 }
}


@media (max-width: 900px){/*900  baseui.css / data_grids_main.css/nxgridbasic.css/siteind.css*/

	.navbar.horizontal-layout .navbar-brand-wrapper .brand-logo img,footer .foot-logo img{
	   height:30px;
	}
	#page-container.page-header-fixed.page-header-glass #main-container{
	   padding-top:62px;/*---62---*/
	}

	#page-container.page-header-fixed #mgrid_side_btn{
	  top:70px;
	}
	#page-container.page-footer-fixed #main-container{
	  padding-bottom:10px;
	}
	#page-container.page-footer-fixed #page-footer{
         position:relative;
	}
	#page-container.sidebar-o-xs #mgrid_side_btn{
          display:none;
	}
	.grid_main{
	  width:100%;
	}

	.main_tab_page.asidetab{
	  min-height:calc(100vh - 80px);/*header*/
	}


	.pagepadding_v{
	   padding-top:40px !important;
	   padding-bottom:80px !important;
	}

	#main_top_ban{
		   top:-60px !important;
	}

	#topsearch{
        display:none;
	}
	/*mobile에서는 hover color가 게속남을 수 있다! 그래도 주면 active색상안나타난다(ctive주더라도 계속 회색ㅇ)!!!!!!*/
	/*
		.owl-theme .owl-dots .owl-dot:hover span {
			background:#d6d6d6;
		}
		
		.dnav ul li:hover{
			background:#f8f8f8;
		}
		*/

	/*---------*/

}




@media (max-width:550px) {
  .container{
     padding-left:0;padding-right:0;
  }
	#page-container.page-header-fixed.page-header-glass #main-container,
	#page-container.page-header-fixed.page-header-mini #main-container{
		padding-top: 50px;
	}


	#page-footer {
		margin-top: 0;
		border-top:5px solid #ccc !important;
	}
	.pagepadding_addpc{
	   padding:5px;
	}
	.main_feature #fe8f0d{
	  padding-left:0;
	}

    .list-group-item:not(.textlist) {
		border-top-width:1px;
	}
	.btn_pageback{
	  top:50px;
	  left:0;
	}

	.mkind_list .partind_p{
	  width:100%;
	}
	.list-parttag-wrap-exp{
        display:none;
	}
	.list-group.feature_dark .list-group-item-main{
		justify-content:flex-start !important;
	}

	.nx_wrvideo iframe{
	min-height:300px;
	}

}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

