/* 백그라운드 색상값 */

/* 백그라운드 색상값 */
/* 굴자 색상값 */

/* 굴자 색상값 */
/* 일반 색상값 */
.help-block {color:#dd4b39;}
/* 일반 색상값 */
/* 넓이 */

/* 넓이 */
/* 높이 */
.mt10{margin-top:10px;} .mt20{margin-top:20px;} .mt30{margin-top:30px;}
.mb10{margin-bottom:10px;} .mb20{margin-bottom:20px;} .mb30{margin-bottom:30px;}
/* 높이 */
/* 폰트크기 */
.f12 {font-size:12px;} .f14 {font-size:14px;} .f15 {font-size:15px;} .f16 {font-size:16px;} .f18 {font-size:18px;} .f20 {font-size:20px;} .f24 {font-size:24px;} .f28 {font-size:28px;} .f30 {font-size:30px;}
.fw_600{font-weight:600;}
.fw_700{font-weight:700;}
/* 폰트크기 */
/* 슬라이더 */

/* 슬라이더 */

/* bbs */

/* bbs */
@media all and (min-width:768px){
.main-header {max-height:128px;} .main-header .logo {line-height:64px;height:64px;} 
.main-sidebar {padding-top:84px;}
.sidebar-menu>li>a {padding:20px 5px 20px 15px;}
.top{margin-top: 12px;}
.main-header .sidebar-toggle{padding:22px 15px;} 
.skin-blue .main-header .navbar{background-color:#fff;} .skin-blue .main-header .navbar .sidebar-toggle{color:#337ab7;}
.skin-blue .main-header .logo{background-color:#fff;color:#367fa9;padding-top:20px;} .skin-blue .main-header .logo:hover{background-color:#fff;color:#0e4f74;}
.nav>li>a{padding:15px 10px;}
.modal-dialog{width:740px;}
.nopadding {padding:0 !important;margin:0 !important;}
.cp84 { margin-top:84px;}
.cp64 { margin-top:64px;}
.mt { margin-top:60px;}
.img_comp {padding-bottom:23.81%;}
.p30 {padding:30px;}
}
@media all and (max-width:767px){
.main-header {max-height:128px;}
.text_center_mo {text-align:center;}
.top {margin-top:-26px;height:64px;line-height:64px;}
.main-sidebar{padding-top:140px;}
.main-header .sidebar-toggle{padding:22px 15px;}
.skin-blue .main-header .navbar{background-color:#fff;} .skin-blue .main-header .navbar .sidebar-toggle{color:#337ab7;} .skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#fff;color:#337ab7;}
.nav>li>a{padding:15px 2px;}
.mo140 { margin-top:130px;}
.mt { margin-top:140px;}
.img_comp {padding-bottom:35%;}
.img-re img { display:block;max-width:100%;height:auto;}
.p30 {padding:20px;}
}
.align-middle {
  /* Make it a flex container */
  display: -webkit-box!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important; 
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center!important;
  -webkit-align-items : center!important;
       -moz-box-align : center!important;
       -ms-flex-align : center!important;
          align-items : center!important;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  /*width: 100%;*/
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center!important;
            -moz-box-pack : center!important;
            -ms-flex-pack : center!important;
  -webkit-justify-content : center!important;
          justify-content : center!important;
}
.checkbox input[type=checkbox] { 
	margin-left: -15px;
}
.checkbox label { 
	padding-left:25px; 
}