/*

blue ------------------------------------
#07b8d1 //mymento logo bg
#71b0ff
#4399f8 > #08c5dd > #7fdbfd  > #e1effe/  
*/
/*------------------------------------------*/
/*
#ui-datepicker-div{
left:50% !important;top:50% !important;margin-left:-110px !important;margin-top:-215px !important;
position:fixed !important;
z-index:1110 !important;
border:5px solid #000;
}
button.ui-corner-all{
   border-radius:0 !important;

}
*/
/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
/*:after 은 content위로 올라온다!!*/
/*
#bodylayer1:before{
    content: "\f64f";
    font-family: FontAwesome;
    font-size: 180px;
	position:fixed;
	bottom:-70px;right:-10px;
	color:rgba(255,255,255,.7);
}
#bodylayer2:before{
    content: "\f549";
    font-family: FontAwesome;
    font-size: 130px;
	position:fixed;
	bottom:-50px;right:230px;
	color:rgba(255,255,255,.7);
	z-index:0;
}
#bodylayer3:before{
    content: "\f6fc";
    font-family: FontAwesome;
    font-size: 600px;
	position:fixed;
	bottom:-190px;left:-300px;
	color:rgba(255,255,255,.2);
}
#bodylayer4:before{
    content: "\f6fc";
    font-family: FontAwesome;
    font-size: 350px;
	position:fixed;
	bottom:-130px;left:60px;
	color:rgba(255,255,255,.5);
}

#bodylayer5:before{
    content: "\f0c2";
    font-family: FontAwesome;
    font-size: 100px;
	position:fixed;
	top:60px;right:90px;
	color:rgba(255,255,255,.2);
}
#bodylayer6:before{
    content: "\f0c2";
    font-family: FontAwesome;
    font-size: 60px;
	position:fixed;
	top:115px;right:60px;
	color:rgba(255,255,255,.4);
}
*/


.bg-page-default{
	/*background-color:rgba(0,0,0,.09);*/
	
}


 .flex-btnwrap .btn{
   flex:1;
 }

/*--------------------------------*/
.hd_pop_icon{
     position:absolute;top:10px;left:10px;font-size:40px;
	 color:#d7f3fe;
}
.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 #d7f3fe;
  border-width:10px 10px 5px 10px;
}
.hd_pops_footer{
   width:100%;
   background:#d7f3fe;
   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 .nav-top,
.navbar.horizontal-layout .nav-bottom.intop,
.navbar.horizontal-layout .navbar-brand-wrapper .navbar-brand{
    height: 70px;
	line-height:73px;
}

footer{
  background-color:#fafafa;
}
footer .foot-wrap{
   width:100%;
   display:flex;
     justify-content:center;
	 flex-wrap:wrap;
}
footer .foot-logo{
   width:100px;
   height:50px;
}
footer .foot-exp{
   padding:10px 0 10px 0;
}

footer .list-group-item.textlist{
  padding-bottom:0;
  padding-top:0;
}
footer .list-group-item-ind{
       height:25px !important;line-height:25px !important;
}

#top_banL,#top_banR{
   width:300px;
   height:150px;
   top:60px;
}
#top_banR{
   width:300px;
   height:150px;
   top:40px;
}
#top_banL{
   background-size:auto 80px;
   height:130px;
   width:150px;
   left:90px;
}
#bot_banR{
   background-size:auto 80px;
}
#main_top_ban.inpage{
  z-index:0;
}
#main_top_ban.inpage #top_banL,
#main_top_ban.inpage #top_banR{
   top:0;
}
#main_top_ban.inpage #top_banL{
   left:10px;
   height:80px;
   background-size:auto 80px;
   background-position:left top;
}
#main_bot_ban.inpage #bot_banR{
   right:10px;
   height:80px;
   width:100px;
   background-size:auto 80px;
   background-position:right bottom;
}

#main_top_ban,#main_bot_ban{
    display:none;
}


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

/*-------*/
.erc-wrap{
  width:380px;
  /*background-color:#7fdbfd;
  border-bottom:2px solid #7fdbfd !important;*/
}
.erc-wrapin{
  width:100%;
   display: flex;
  justify-content: space-around !important;
}
.erc-wrapin > div{
   display: flex;
   justify-content:center !important;
}
.erc-name{
   color:#000;
}
.erc-val{
   color:#000;
   font-weight:bold;
   padding-left:5px;
   line-height:44px;
}
/*---*/

.btn-default,.btn_submit,.winbar_bottom .btn-black{
  background-color:#7fdbfd;
  border:1px solid #7fdbfd;
  color:#000;
  margin-left:1px;
  margin-right:1px;
}

.btn-primary{
  background-color:#7fdbfd;
  border:1px solid #7fdbfd;
  color:#fff;
}
.btn-circle{
  background-color:#7fdbfd;
  border:1px solid #7fdbfd;
  color:#000;
}
.pagination span a, .pagination span span {
    background: #cff1fe;
    border: 1px solid #cff1fe;
    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 !important;
}


/* #Site layout  */
/***************************************************/

#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 {
   width:auto;
   white-space:nowrap;
}
.navbar.horizontal-layout .navbar-brand-wrapper .brand-logo img,footer .foot-logo img{
   height:40px;
}

/*.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:50px;
}
#page-container #main-container{
   padding-bottom:0;
}

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


#page-container.page-header-mini #main_top_ban:not(.inpage){
	   top:-60px !important;
}
.grid_wrap{
/*appshare*/
  background-color:#fff;
}

#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:#7fdbfd;
}

.grid_main{
  width:100%;
}



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


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


 #mainfeature1{
  background-image: url(../../../data/sitedata/siteimg/main/tm_1.png);
  opacity:1;
  }
 #mainfeature2{
  background-image: url(../../../data/sitedata/siteimg/main/tm_2.png);
  opacity:1;
  }
 #mainfeature3{
  background-image: url(../../../data/sitedata/siteimg/main/tm_3.png);
  opacity:1;
  }
.featurebg{
  background-position:center top;
  background-repeat:no-repeat;
  background-size:230px auto;
  width:100%;
  height:130px;
   -webkit-filter: grayscale(80%); /* Chrome, Safari, Opera */
   filter: grayscale(80%);
}

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

.mgrid_main_wrap{
   max-width:100%;
   margin:0 auto;
}

.mgrid_main{
  width:100%;
  max-width:100%;
  margin:0 auto;
}
.mgrid_main.default{
   /* width:780px;*/
}




#page-container.page-full .mgrid_main.default,
#page-container.page-full .box_wl{
   width:100% !important;
}

.mgrid_side{
  width:300px;
  position:relative;
  z-index:1;
}

.mgrid_side_btn.on{
 margin-right:277px;
}
.list-group-item:not(.textlist) {
	border-top-width:0;
}
/*----------------------------------------*/
#maingridban1_wrap{
   width:100%;
   height:200px;
   position:absolute;
   left:0;top:0;
   display:none;
   z-index:10;
}
#maingridban1{
   width:100%;
   height:200px;
   position:relative;
   left:0;top:0;
   opacity:0;
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
}
#maingridban1.on{
   opacity:1;
}
.maingridban_indwrap{
    width:100%;
   display: flex;
}
.maingridban_ind{
    padding:0;margin:0;
	background-size:cover;
	background-position:center center;
	width:100%;
   -webkit-filter: grayscale(80%); /* Chrome, Safari, Opera */
   filter: grayscale(80%);
   opacity:0.6;
}
.maingridban_ind:hover{
      opacity:1;
}
#maingridban1_exp{display:none;
    height:60px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-30px;
	text-align:center;
	font-weight:bold;
  -ms-flex-flow:column nowrap;/*ie*/
  -ms-flex-flow:row;/*ie*/
  justify-content: center !important;
}
#maingridban1_exp > div{
width:100%;
}
#maingridban1_exp > .title{
   font-size:30px;
   height:30px;
   line-height:30px;
}
#maingridban1_exp > .subtitle{
   font-size:20px;
   height:35px;
   line-height:35px;
}
#page-container.is_mainbanner #maingridban1_wrap{
   display:inline-block;
}
#page-container.is_mainbanner .mgrid_main_wrap{
  padding-top:160px;
}
/*----------------------------------------*/
/**************************************/
/**************************************/
/**************************************/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*-//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:#7fdbfd;
}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .link-icon {
color:#7fdbfd; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link {
background: linear-gradient(30deg,#7fdbfd, #814eff);
color: #fff;}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading {
color:#7fdbfd;
}
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading a{
  color:#7fdbfd !important;
}
/*-----------------------------------*/
.main_title h6, .main_title .title {
    font-size:100%;
	margin-top:5px;
}
.main_title span em {
    background-color:#fc5b62;
}
.main_title span{
background-color:#f2f2f2;
}
.main_title.list span{
    width:100px;
}
.main_title.list span em {
    width:30px;
}

.main_title_2 span em {
    background-color:transparent;
}
.main_title_2 span{
background-color:transparent;
}
.main_title_2 h6, .main_title_2 .title {
    font-size:95%;
}
.main_title_2 {
    text-align: center;background-color: #7fdbfd;
}

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


.fixcssmobile .main_title_2 {
    background-color: #7fdbfd;

}
/*-----------------------------------*/
.nxdnav .frame ul li.active {
    background: #7fdbfd;
}
.nxdnav .frame ul li {
    font-weight:bold;
}

.list-group-item.feature .list-group-item-ind.body .list-group-item-ind .list-group-item-icon{
  background-color: #7fdbfd !important;
}
.list-group-item-text.dot:before, .list-group.dottext .list-group-item-text:before{
    border: 1px solid #7fdbfd !important;
}


/*---*/
.owl-theme .owl-dots .owl-dot:hover span {
    background:#cef437;
}

#topsearch .form-control{
    /*border:1px solid #999 !important;*/
	border-bottom:2px solid #7fdbfd !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;
}
.nav-main-link:hover, .nav-main-link.active {
    color: #000;
    background-color: transparent;
}
/*
.dotlist:before, .boxtitle:before{
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    padding-right: 5px;
    vertical-align: middle;
    color: #7fdbfd;
}
*/
.nav-main-link.active:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    vertical-align: middle;
	position:absolute;
	left: 5px;top:10px;
    color: #7fdbfd;
}
.explain_wrap{
   border:1px solid #7fdbfd;
}
/*---/////////////////////////////////////-----*/
/*-////color/////////////////////////////////------*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*-////size/////////////////////////////////------*/
.dropdown-item,.dropdown-header,.nav .nav-item, .navbar-nav .nav-item {
margin-bottom: 0;
margin-bottom: 0;
height:35px;line-height:35px;
padding: 0 10px 0 10px;
}
.dropdown-item a,.nav .nav-item a, .navbar-nav .nav-item a {
height:35px;line-height:35px;
padding: 0;
}
.select2-results__option{
   padding-top:0;
   height:35px;line-height:35px;white-space:nowrap;
}
.dropdown,.select2-selection__rendered_div{
   height:35px;line-height:35px;
     display:flex;
}
.dropdown-divider{
  border-top: 1px solid #fff !important;
}
.dropdown-toggle.round{
height:35px;width:35px;line-height:37px;
  border-radius: 50% !important;
}
/*---*/
.box-customcheck .custom-control-label{
   width:129px;
}
.mkind_check .partind_c{
  width:135px;
}
/*---*/

.ui-datepicker .ui-datepicker-buttonpane button {
     background-color: #dddddd;
	 border:1px solid #dddddd;
}
.ui-widget-header {
    background: none;
}
.ui-datepicker-header.ui-widget-header {
    background: #7fdbfd;
}

.cal_headtr,
.ui-datepicker-calendar thead tr,
table.qlabs_grid_container tbody tr.subheader_row.cal_headtr{
  background-color:transparent !important;
}
.ui-timepicker-div dl dd.ui_tpicker_time  {
    margin-bottom:0px;
	background-color:#e1effe;
}

/*---------------------------------------------*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
input,select,.select2-selection,.btn,.list-mark,.tagify-input,
.inputfake,
input[type="submit"],
input[type="reset"],
input[type="button"]{
   height:40px;line-height:40px;
}
.form-control:not(textarea){
   line-height:40px;
}
.form-control.area{
    min-height:40px;
}


/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
.fixcssmobile input,
.fixcssmobile select,
.fixcssmobile .select2-selection,
.fixcssmobile .btn,
.fixcssmobile .list-mark,
.fixcssmobile .tagify-input,
.fixcssmobile .inputfake,
.fixcssmobile input[type="submit"],
.fixcssmobile input[type="reset"],
.fixcssmobile input[type="button"]{
   height:40px;line-height:40px;
}
.fixcssmobile .form-control:not(textarea){
   line-height:40px;
}
.fixcssmobile .form-control.area{
    min-height:40px;
}

.fixcssmobile .btn-circle,
/*.fixcssmobile .closexwin,*/
.fixcssmobile .totop,
.fixcssmobile .closesearch{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
	border-radius: 50% !important;
	height:40px;width:40px;line-height:37px;
	cursor:pointer;
	padding:0;
	z-index:5;
	margin-left:5px;
}

.fixcssmobile .select2-results__options li{
	height:45px !important;
	line-height:45px !important;
	padding:0 0 0 9px;
}
.fixcssmobile .totop {
    bottom: 55px;
	right:17px;
}
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/

/*-////size/////////////////////////////////------*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*---/////////////////////////////////////-----*/
/*////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////*/
/**************************************/
/**************************************/
/**************************************/


.indbox_main{
   width:100%;
   min-height:20px;
   margin-bottom:40px;
   padding-top:20px;
}
.indbox_main > .main_title_2{
  margin-bottom:10px;
}

.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:#7fdbfd;
}
#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;
}
.topborder .partind_wrap:first-child{
    border-top:1px solid #ddd;
}
.catwrap_checks .partind_wrap{
  border-bottom:1px solid #fff;
}
.catwrap_checks .partind_wrap:first-child{
     border-top:1px solid #fff !important;
}

.catwrap_checks .custom-control label.custom-control-label {
    padding-left: 5px;
}
.catwrap_checks .custom-control-input:checked ~ .custom-control-label {
    background-color: #000;
	border-color:#000;
	color:#fff;
    font-weight: normal;
}

.partind_wrap.noborder,#menu_gridside .partind_wrap{
    border-bottom:0;

}
.partind_p{
    font-weight:bold;
	float:left;
	min-width:80px;
	margin-top:10px
	height:35px;line-height:40px;
}
.normaltitle .partind_p{
    /*font-weight:normal;*/
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
}
.partind_c{
	padding-left:20px;
    height:35px;
    font-weight:normal;
	float:left;
}

.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:#7fdbfd;
}

.mkind_link .partind_c.on,.mkind_link .partind_p.on,
.mkind_list .partind_c.on,.mkind_list .partind_p.on
{
  color:#7fdbfd;
  font-weight:bold;
}



/*---*/
.indbox_gridslide{
   width:100%;
   max-width:100%;
   height:390px;
   margin:0 auto;
   padding:0 20px 0 20px;
}

.indbox_gridslide .dnav ul li{/*for none nav*/
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    background-color:transparent;
    cursor: default;
    font-weight: normal;
	white-space:normal;
}
.indbox_gridslide .dnav ul li:hover{/*for none nav*/
    background-color:transparent !important;
}
.indbox_gridslide .dnav ul li a{/*for none nav*/
   color:#000;
}
.indbox_gridslide .slidewrap{
  width:100%;
  padding:0 0 0 0;
}
.indbox_gridslide .slideitem{
    width:230px;
	height:350px;
	padding:0 5px 0 5px;
	border:0px solid #f2f2f2;
}
.indbox_gridslide .slideitemin{
    width:220px;
	height:350px;
	padding:20px;
	border:1px solid #f2f2f2;
}
.indbox_gridslide.iscard .slideitemin{
	padding:5px 0 0 0;
	border:1px solid transparent;
}
.indbox_gridslide.iscard .card{
	height:350px;
}

.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:#7fdbfd;
	color:#fff;
	text-align:center;
	display:inline-block;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
/*------------------------------------------------*/
.list-mark{
  color:#ccc;
  font-size:20px;
  font-weight:bold;
  padding-left:3px;
  padding-top:5px;
}

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

}
/*
.styletab1 > label .listtext,.styletab1 > label .listicon{
	 line-height:35px;
}
*/
.ultop{
   border-top:1px solid #7fdbfd;
}
.styletabwrap1 .ultop{
   top:35px;
   border-top:1px solid #7fdbfd;
}
.styletabwrap1 .sky-tabs > label{
    background-color:#fafafa;
}

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

#mainslidetab .styletab1 > ul > li{
  margin-top:10px;
}

#mainslidetab .sky-tabs > input:checked + label{
    background-color:#000;
}
#mainslidetab .sky-tabs > input:checked + label .listtext {
    color: #f2f2f2;
}
#mainslidetab .styletab1 > label:hover{
    background-color:#ccc;
}
#mainslidetab.styletabwrap1 .ultop{
   top:35px;
   /*border-top:0px solid #333;*/
}

.select2-results__option[aria-selected=true],
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover
{
  background-color: #e1effe !important;
  border-color:#7fdbfd;
  color:#000;
}
.select2-results__option--highlighted[aria-selected],
.dropdown-item:hover {
  background-color: rgba(127, 219, 253, .05);
}

.color__default{
  color:#7fdbfd;
  .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;
  }

 .bgcolor__viewvideo{
   background-color:#000;
 }
.bgcolor__viewvideo .closexwin{
    color:#fff;
}
.btn-tr:hover,.btn-light:hover{
   color:#000;
}
.dotlist_small:before{
  color:#7fdbfd;
}
.dotlist_small.black:before{
  color:#000;
}
.dotlist_small.red:before{
  color:#ef7142;
}

.bgcolor__default {
    background-color: rgba(234, 244, 248, 1) !important;
}

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



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


.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:#7fdbfd;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background:#7fdbfd;
}
/*////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////*/



.audioplayer-bar-played::after {
	background-color:#7fdbfd;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
	background-color:#7fdbfd;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 8px solid #7fdbfd;
}
/*////////////////////////////////////////////////////////*/
::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
   color:#000;font-weight:normal;
}
.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;
}
*/
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:0;
  padding-top:5px;
  margin-left: 50px;
 }
  .main_logo_icon{/*back arrow etc.*/
  color:#000;
  padding-left:5px;
  padding-top:2px;
  font-size:18px;
 }




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


.content-side-in {
    padding-left:0 !important;
	padding-top:0;
}
.content-side-in .nav-main-heading {
    margin-top:10px;
	background-color:#f2f2f2;
	padding-left: 5px;
	margin-bottom:0;
	padding-bottom:10px;
	padding-top:10px;

}
.content-side-in .nav-main-link {
    padding-left: 20px;
}


.select2-results__option,.dropdown{
  text-align:left;
}
.bold li.select2-results__option{
   font-weight:bold;
}
/*---------------------------------------------*/


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


.pagetitle-text{
   font-weight:bold;
}

.boxico_ws{
   color:#7fdbfd;
   opacity:.6;
}

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

.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:35px;
  margin-top:5px;
  border-bottom:1px solid #ccc;
  position:relative;
}
.ind_checksubject{
  width:100%;
}
.indtool1{
  position:absolute;
  right:40px;
  top:0;
  width:40px;
  height:35px;line-height:40px;
  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:#fff;
		border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color:#f2f2f2 !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:#f2f2f2 !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
// =======================================*/


/* Icon Box ------------------------------------------------*/
.ico-box{
width:100%;
display:inline-block;
}
    .ico-title{line-height:55px;padding-left:5px;}

	.ico-holder {
		float: left;
		width: 55px;
		height: 55px;
		line-height: 65px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: rgba(252,60,0,1);
		margin-right: 5px;
		font-size: 42px;
		color: #fff;
		text-align: center;
	}
	.ico-holder-nobak{width: 45px !important;background:none !important;text-align: left !important;margin-right: 0px !important;}
	.ico-box h5 {
		font-size: 1em;
		line-height: 18px;
		color: #444;
		font-weight: bold;
		/*font-family: Arial, Helvetica, sans-serif;*/
		margin-bottom: 1em;
	}


.ico-box__primary .ico-holder,.bgcolor__primary {
	background: rgba(252,60,0,1);
}


.ico-box__secondary .ico-holder,.bgcolor__secondary {
	background: #c4d208;
}


.ico-box__tertiary .ico-holder,.bgcolor__tertiary {
	background: #7fdbfd;
}


.ico-box__quaternary .ico-holder,.bgcolor__quaternary {
	background: #70b3d0;
}
.ico-body{clear:both;padding:0;}


 .ico-box.ico-box-mini .ico-title{
  line-height:30px;
 }
 .ico-box.ico-box-mini .ico-holder{
  width:30px;height:30px;line-height:35px;
  font-size:20px;
 }


/* Icon Box / End */
.form-wizard-step.active .form-wizard-step-icon{
   background:#fee01a !important; 
}

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

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

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


@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;
	 }

     /*-----------*/
		#maingridban1_wrap,#maingridban1{
		   height:170px;
		}
		#page-container.is_mainbanner .mgrid_main_wrap{
		  padding-top:150px;
		}
        .indbox_main{
             margin-bottom:30px;
		}

		#maingridban1_exp > .title{
		   font-size:25px;
		   height:25px;
		   line-height:25px;
		}
		#maingridban1_exp > .subtitle{
		   font-size:18px;
		   height:35px;
		   line-height:35px;
		}
	/*------------*/

}

/*appshare media !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

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


	#page-container:not(.footer-showalways) #page-footer{
        display:none;
	}


	.navbar.horizontal-layout .nav-top,
	.navbar.horizontal-layout .nav-bottom.intop,
	.navbar.horizontal-layout .navbar-brand-wrapper .navbar-brand{
		height: 50px;
		line-height:53px;
	}
	.navbar.horizontal-layout .navbar-brand-wrapper .navbar-brand{
		font-size:15px;
	}
	.navbar.horizontal-layout .navbar-menu-wrapper{
	   padding-top:0;
	}
	.navbar.horizontal-layout .navbar-brand-wrapper .brand-logo img,footer .foot-logo img{
	   height:30px;
	   width:auto;
	}
     .navbar.horizontal-layout .menu-mini{
         height:45px;
		 padding-top:0;
	 }


	#page-container #main-container{
	   padding-bottom:0;
	}



	#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*/
	}




	#main_top_ban:not(.inpage){
		   top:-60px !important;
	}

	#topsearch{
        display:none;
	}
	/*------------*/
	#maingridban1_wrap,#maingridban1{
	   height:140px;
	}

	#maingridban1_wrap,#maingridban1{
	   height:140px;
	}

		#page-container.is_mainbanner .mgrid_main_wrap{
		  padding-top:120px;
		}
        .indbox_main{
             margin-bottom:30px;
		}
		#maingridban1_exp > .title{
		   font-size:25px;
		   height:25px;
		   line-height:30px;
		}
		#maingridban1_exp > .subtitle{
		   font-size:18px;
		   height:35px;
		   line-height:35px;
		}

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

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

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

}

@media (max-width: 768px){


}
@media (max-width:550px) {

	#page-container{
	  background-color:rgba(0,0,0,0.1);
	}


	#page-container #main-container{
	   padding-bottom:0;
	}
	/*
	  .container{
		 padding-left:0;padding-right:0;
	  }
	  */
	#page-container.page-header-fixed.page-header-glass #main-container{
		padding-top: 0;
	}
	#page-container.page-header-fixed.page-header-mini #main-container{
		padding-top: 50px;
	}

	#page-footer {
		margin-top: -6px;
	}

	.main_feature #7fdbfd{
	  padding-left:0;
	}



	.mkind_list .partind_p{
	  width:100%;
	}



		.bodylayer:before{
			display:none;
		}

	/*------------*/
		#maingridban1_wrap,#maingridban1{
		   height:110px;
		}
		#page-container.is_mainbanner .mgrid_main_wrap{
		  padding-top:90px;
		}
        .indbox_main{
             margin-bottom:20px;
		}
		#maingridban1_exp > .title{
		   font-size:20px;
		   height:35px;
		   line-height:35px;
		}
		#maingridban1_exp > .subtitle{
		   font-size:18px;
		   height:20px;
		   line-height:20px;
		}
	/*------------*/


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

}
@media (max-width:450px) {

	/*------------*/
		#maingridban1_wrap,#maingridban1{
		   height:70px;
		}
		#page-container.is_mainbanner .mgrid_main_wrap{
		  padding-top:50px;
		}
        .indbox_main{
             margin-bottom:20px;
		}
		#maingridban1_exp > .title{
		   font-size:18px;
		   height:35px;
		   line-height:40px;
		}
		#maingridban1_exp > .subtitle{
		   font-size:16px;
		   height:25px;
		   line-height:15px;
		}
	/*------------*/
     /*
	.featurebg{
	  background-size:180px auto;
	  height:100px;
	}
	*/


}
/*//appshare media !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

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


.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
    border: 1px solid #7fdbfd;
    color: #7fdbfd;
}
.form-wizard-progress-line {
    background: #7fdbfd;
}
.form-wizard-buttons {
    border: 5px solid #000;
	border-width:0 0 5px 0;
}
/*------------------------------------------------*/
/*------------------------------------------------*/
 .app_pagelogo{
   width:100%;height:35px;
   margin-bottom:15px;
   background-image:url(../../../../app/img/logo.png);
   background-position:center center;
   background-size:contain;
   background-repeat:no-repeat;
 }
 /*
.app_backhome:before {
    content: "\f137";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 22px;
    position: absolute;
    left: 2px;
    cursor: pointer;
}
*/
/*------------------------------------------------*/
/*------------------------------------------------*/




